Improve CSS.
[matthijs/projects/wipi.git] / static / exodus / css / screen.css
1 @import url('../../modern/css/screen.css');
2
3 body, html {
4         scrollbar-3dlight-color:#2D0001;
5         scrollbar-arrow-color:#990000;
6         scrollbar-darkshadow-color:#0E0600;
7         /*scrollbar-face-color:#2D0001;*/
8         scrollbar-face-color:#8B4513;
9         scrollbar-highlight-color:#540005;
10         scrollbar-shadow-color:#0E0600;
11         scrollbar-track-color:#0E0600;          
12 }
13
14 body {
15         background-image: url('../img/bg.jpg');
16         background-repeat: repeat-y;
17         background-position: top;       
18         background-color:#4F311D;
19         color:#330000;
20         font-family: verdana, arial, sans-serif;
21         font-size:11px;
22         margin:0px;
23         padding:0px;
24 }
25
26
27 #page, #header, #footer {
28         font-family: verdana, arial, sans-serif;
29         font-size:11px; 
30
31         width:680px;
32         padding-left:60px;
33         padding-right:60px;
34         padding-bottom:10px;
35         vertical-align:top;
36         text-align:justify;
37
38         background-color: transparent;
39         margin: auto;
40 }
41
42 p {
43         text-align:justify;
44         margin-top:0px;
45         margin-bottom: 3px;
46 }
47
48
49 a {
50         color:#330000;
51         text-decoration:underline;
52 }
53
54 a:visited {
55         color:#660000;
56 }
57
58 a:hover {
59         color:#990000;
60 }
61 h1 {
62         font-weight:bold;
63         font-size:16px;
64         margin-bottom:0px;
65 }
66
67 h2 {
68         font-size:14px;
69         margin-bottom:0px;
70 }
71
72 h3 {
73         font-size:12px;
74         font-weight:bold;
75         font-size:inherit;
76         margin-bottom:0px;
77 }
78
79 ul, ol {
80         margin-top: 0px;
81 }
82
83 .trail {
84 }
85
86 .skilllevel {
87   display: block;
88   font-weight: bold;
89 }
90
91 .note {
92         font-style:italic;
93   display: block;
94 }
95
96 .data {
97         width:400px;
98  }
99
100 .data td {
101         vertical-align:top;
102         border-bottom:1px solid #330000;
103
104 }
105
106 .goden td {
107         vertical-align:top;
108         height:50px;
109 }
110
111 .border td {
112         border-bottom:1px solid #330000;
113 }
114
115 .skillskop {
116         background-color:#C1AE87;
117         font-weight:bold;
118 }
119
120 td.kop1, tr.kop1 td {
121         background-color:#ac9462;
122         font-weight:bold;
123 }
124
125 td.kop2 {
126         background-color:#C1AE87;
127         font-weight:bold;
128 }
129
130 #page img {
131         margin:5px;
132         /*height:140px;*/
133 }
134
135 .teken {
136         margin:5px;
137         float:left;
138 }
139
140 .kaart {
141         float:left;
142         margin:5px;
143         height:205px;
144         width:200px;
145         border:none;
146 }
147
148 .Exodus-Volkeren h2 {
149         clear: both; /* Zet nieuwe kopjes niet naast het plaatje van de vorige. */
150 }