]> git.defcon.no Git - plsgen/blob - style.css
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / style.css
1 body {
2 color: white;
3 background-color: black;
4 text-align: center;
5 }
6 a, a:visited {
7 color: #F5DEB3;
8 text-decoration: none;
9 border: 0px;
10 }
11
12 a img { border: 0px; }
13
14 #prev a, #next a {
15 width: 160px;
16 background: #2c2c29;
17 display: block;
18 padding: 3px;
19 }
20 #prev {
21 position: absolute;
22 top: 40px;
23 left: 10px;
24 width: 160px;
25 text-align: center;
26 background: transparent;
27 }
28
29 #next {
30 position: absolute;
31 top: 40px;
32 right: 10px;
33 text-align: center;
34 background: transparent;
35 }
36
37 #display {
38 display: block;
39 }
40
41 div.thumbnails {
42 clear: both;
43 display: block;
44 }
45
46 .thumb {
47 width: 170px;
48 height: 135px;
49 margin: 5px;
50 padding: 0px;
51 display: -moz-inline-stack;
52 display: inline-block;
53 zoom: 1;
54 *display: inline;
55 _height: 135px;
56
57 background-color: #2c2c29;
58 vertical-align: top;
59 }
60
61 .thumb img
62 {
63 background-color: #2c2c29;
64 margin: 0px;
65 margin-top: 5px;
66 padding: 0px;
67 }
68 .thumb a img
69 {
70 border:1px solid #2c2c29;
71 }
72 .thumb a:hover img
73 {
74 border:1px solid black;
75 }
76
77 #exifdata {
78 margin-top: 20px;
79 width: 450px;
80 font-size: 8pt;
81 font-family: sans;
82 margin-left: auto;
83 margin-right: auto;
84 }
85 tr.exifhead { background: #2c2c29; }
86 tr.exiflight { background: #5c5c59; }
87 tr.exifdark { background: #3c3c30;}
88 td {
89 margin: 0px;
90 padding: 2px 0 2px 10px;
91 }
92
93 #timestamp {
94 margin-top: 15px;
95 font-size: 10pt;
96 font-family: sans;
97 }
98
99 #copyright {
100 margin-top: 5px;
101 font-size: 10pt;
102 font-family: sans;
103 }
104
105 #footer {
106 font-family: serif;
107 font-size: 7pt;
108 color: #444;
109 margin-top: 10px;
110 }