]> git.defcon.no Git - plsgen/blob - indexstyle.css
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / indexstyle.css
1 body {
2 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
3 font-size: 12px;
4 background-color: black;
5 text-align: center
6 }
7 #wrapper {
8 margin-left: auto;
9 margin-right: auto;
10 width: 950px;
11 }
12 #head {
13 width: 925px;
14 background-color: #444;
15 border: 2px solid #2c2c29;
16 padding: 10px;
17 text-align: center;
18 color: wheat;
19 }
20 #head h1 {
21 font-size: 18px;
22 font-weight: bold;
23 margin: 0px;
24 }
25 #head-link {
26 font-size: 10px;
27 font-weight: italic;
28 margin-top: 10px;
29 }
30 a, a:visited {
31 color: white;
32 }
33
34 #content {
35 margin-top: 10px;
36 width: 100%;
37 background-color: black;
38 color: white;
39 clear: both;
40 display: block;
41 text-align: center;
42 }
43 .title {
44 font-size: 11pt;
45 margin-top: 5px;
46 font-weight: bold;
47 }
48 .album {
49 width: 220px;
50 height: 225px;
51 margin: 5px;
52 padding: 0px;
53 display: -moz-inline-stack;
54 display: inline-block;
55 /* zoom: 1;*/
56 *display: inline;
57 _height: 225px;
58
59 vertical-align: top;
60 text-align: center;
61 }
62 .title {}
63 .idxthumb {
64 width: 170px;
65 height: 135px;
66 margin: 5px;
67 padding: 0px;
68 display: -moz-inline-stack;
69 display: inline-block;
70 /* zoom: 1;*/
71 *display: inline;
72 _height: 135px;
73
74 background-color: #2c2c29;
75 vertical-align: top;
76 text-align: center;
77
78 }
79 .idxthumb img
80 {
81 background-color: #2c2c29;
82 margin: 0px;
83 margin-top: 5px;
84 padding: 0px;
85 }
86 .idxthumb a img
87 {
88 border:1px solid #2c2c29;
89 }
90 .idxthumb a:hover img
91 {
92 border:1px solid #black;
93 }
94
95
96 .idxlink {}
97