* Add static resources (background image and half-customized stylesheets).
[matthijs/projects/wipi.git] / static / exodus / css / screen.css
1 @import url("/moinmoinstatic/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 #header {
27         background-color: transparent;
28 }
29
30 #page {
31         font-family: verdana, arial, sans-serif;
32         font-size:11px; 
33
34         width:680px;
35         height:100%;
36         padding-left:60px;
37         padding-right:60px;
38         padding-bottom:10px;
39         vertical-align:top;
40         text-align:justify;
41
42         background-color: transparent;
43         margin: auto;
44 }
45
46 p {
47         text-align:justify;
48         margin-top:0px;
49         margin-bottom: 3px;
50 }
51
52
53 a {
54         color:#330000;
55         text-decoration:underline;
56 }
57
58 a:visited {
59         color:#660000;
60 }
61
62 a:hover {
63         color:#990000;
64 }
65 h1 {
66         font-weight:bold;
67         font-size:16px;
68         margin-bottom:0px;
69 }
70
71 h2 {
72         font-size:14px;
73         margin-bottom:0px;
74 }
75
76 h3 {
77         font-size:12px;
78         font-weight:bold;
79         font-size:inherit;
80         margin-bottom:0px;
81 }
82
83 ul, ol {
84         margin-top: 0px;
85 }
86
87 .trail {
88 }
89
90 .skilllevel {
91   display: block;
92   font-weight: bold;
93 }
94
95 .note {
96         font-style:italic;
97   display: block;
98 }
99
100 .data {
101         width:400px;
102  }
103
104 .data td {
105         vertical-align:top;
106         border-bottom:1px solid #330000;
107
108 }
109
110 .goden td {
111         vertical-align:top;
112         height:50px;
113 }
114
115 .border td {
116         border-bottom:1px solid #330000;
117 }
118
119 .skillskop {
120         background-color:#C1AE87;
121         font-weight:bold;
122 }
123
124 td.kop1 {
125         background-color:#ac9462;
126         font-weight:bold;
127 }
128
129 td.kop2 {
130         background-color:#C1AE87;
131         font-weight:bold;
132 }
133
134 .volk {
135         float:left;
136         margin:5px;
137         /*height:140px;*/
138 }
139
140 .teken {
141         margin:5px;
142         float:left;
143 }
144
145 .kaart {
146         float:left;
147         margin:5px;
148         height:205px;
149         width:200px;
150         border:none;
151 }
152
153 .Exodus-Volkeren h2 {
154         clear: both; /* Zet nieuwe kopjes niet naast het plaatje van de vorige. */
155 }
156