]> git.sesse.net Git - pr0n/blob - files/pr0n.css
Use anchors instead of start= on fullscreen link; fixes the close button.
[pr0n] / files / pr0n.css
1 body {
2         background-color: white;
3         color: black;
4         font-family: verdana, arial, helvetica, sans-serif;
5 }
6 a {
7         text-decoration: none;
8 }
9 .footer {
10         font-size: smaller;
11         margin-top: 0;
12 }
13 h2.date {
14         font-size: 1em;
15         margin-top: 0.5em;
16         margin-bottom: 0.5em;
17 }
18 h1 {
19         margin-bottom: 0;
20 }
21 img {
22         border: 1px solid black;
23 }
24 h2 {
25         margin-bottom: 0.5em;
26         margin-top: 0.5em;
27 }
28 p, h2.date {
29         padding-left: 2em;
30 }
31 p {
32         margin: 0;
33 }
34 li {
35         margin-left: 1em;
36 }
37 .fsfromhere {
38         font-size: small;
39         font-weight: normal;
40         display: inline;
41         margin-left: 1em;
42         padding-left: 0;
43 }
44 .nextprev {
45         margin-top: 0.5em;
46         margin-bottom: 0.5em;
47 }
48 .filter {
49         font-size: small;
50         font-weight: normal;
51 }
52 .mainmenu {
53         font-size: small;
54         padding-left: 0em;
55 }
56 * {
57 /*      border: 1px solid red; */
58 }