]> git.defcon.no Git - plsgen/blob - style.css
Added first release code version
[plsgen] / style.css
1 body {
2 color: white;
3 background-color: black;
4 text-align: center;
5 }
6 a, a:visited {
7 color: wheat;
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 float: center;
40 }
41
42 div.thumbnails {
43 clear: both;
44 display: block;
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 .thumb img
61 {
62 background-color: #2c2c29;
63 margin: 0px;
64 margin-top: 5px;
65 padding: 0px;
66 }
67 .thumb a img
68 {
69 border:1px solid #2c2c29;
70 }
71 .thumb a:hover img
72 {
73 border:1px solid #black;
74 }
75
76 #exifdata {
77 margin-top: 20px;
78 width: 450px;
79 font-size: 8pt;
80 font-family: sans;
81 }
82 tr.exifhead { background: #2c2c29; }
83 tr.exiflight { background: #5c5c59; }
84 tr.exifdark { background: #3c3c30;}
85 td {
86 margin: 0px;
87 padding: 2px 0 2px 10px;
88 }
89
90 #footer {
91 font-family: serif;
92 font-size: 7pt;
93 color: #444;
94 margin-top: 20px;
95 }