Leser: 1
10 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#entry_box {
width:400px;
border: 1px solid black;
margin-left:auto;
margin-right:auto;
background: #99ccff;
margin-bottom: 30px;
overflow: hidden;
}
#entry_box a {color:blue; text-decoration:none; font-weight: normal;}
#entry_box a:hover {color:yellow; text-decoration:none;}
.gb_table {
width: 400px;
}
.head_gb_entry {
width:400px;
border-bottom: 1px dashed black;
height: 18px;
color: white;
background:#7f99ff;
text-align: left;
font-weight: bold;
}
1
2
3
4
5
6
7
8
9
10
11
12
<dl id="gb">
<dt> Titel </dt>
<dd> Text
<p> nummer des eintrags / ZUsatz, wie Kommentare </p>
</dd>
<dt> Titel </dt>
<dd> Text
<p> nummer des eintrags / ZUsatz, wie Kommentare </p>
</dd>
...
</dl>
10 Einträge, 1 Seite |