6
|
1 |
/* This is just a test stylesheet to be completed later */
|
|
2 |
|
|
3 |
.pun-common,
|
|
4 |
.pun-form,
|
|
5 |
.pun-modmenu,
|
|
6 |
.pun-mainhead,
|
|
7 |
.pun-mainfoot,
|
|
8 |
.postlinks,
|
|
9 |
#pun-maintitle,
|
|
10 |
.post dt span,
|
|
11 |
.pun-main h2 span.item2 {
|
|
12 |
display: none
|
|
13 |
}
|
|
14 |
|
|
15 |
.post {
|
|
16 |
border-bottom: 1px dashed black;
|
|
17 |
margin-bottom: 2em;
|
|
18 |
padding-bottom: 1em;
|
|
19 |
}
|
|
20 |
|
|
21 |
.post ul, .post dd {
|
|
22 |
list-style: none;
|
|
23 |
padding: 0;
|
|
24 |
margin: 0;
|
|
25 |
}
|
|
26 |
|
|
27 |
.post dt {
|
|
28 |
border-top: 1px dotted #666;
|
|
29 |
width: 40%;
|
|
30 |
padding-bottom: 0.5em;
|
|
31 |
}
|
|
32 |
|
|
33 |
.pun-main h2 {
|
|
34 |
padding-bottom: 0.2em;
|
|
35 |
border-bottom: 1px solid black;
|
|
36 |
} |