source: Dev/branches/Cartis/Tiles preview/js/RGraph/css/common.css @ 283

Last change on this file since 283 was 283, checked in by tjcschipper, 13 years ago

Cartis Mockup werkt!

W
I
N
N
I
N
G

File size: 3.9 KB
Line 
1@font-face {
2    font-family: Delicious;
3    src: url('/Delicious-Roman.otf')
4}
5
6/**
7* Various
8*/
9body {
10    margin: 0px;
11}
12
13a {
14    text-decoration: none;
15}
16
17code {
18    background-color: #dedede;
19    border: 1px dashed #aaaaaa;
20    padding: 3px;
21    display: block;
22    font-family: Monospace;
23}
24
25
26/**
27* Datagrid stuff
28*/
29table.datagrid {
30    border-collapse: collapse;
31    margin-left: 30px;
32}
33
34table.datagrid th {
35    background-color: #ccc;
36    border: 1px solid #aaa;
37    padding: 2px;
38}
39
40table.datagrid tr {
41    background-color: #ddd;
42}
43
44table.datagrid tr.oddrow {
45    background-color: #eee;
46}
47
48table.datagrid td {
49    border: 1px solid #aaa;
50    padding: 3px;
51}
52
53
54/**
55* Master div
56*/
57.master {
58    font-family: Georgia;
59}
60
61
62/**
63* Header section
64*/
65.header {
66    margin-right: 10px;
67    letter-spacing: 2px;
68    background-image: url(/images/hdrbg.jpg);
69    margin-left: 10px;
70}
71
72.header h1 {
73    margin-top: 0px;
74}
75
76.tagline {
77    font-size: 8pt;
78    position: relative;
79    top: -15px;
80    left: 15px;
81    letter-spacing: 0px;
82}
83
84
85/**
86* Top nav
87*/
88.topnav {
89    color: white;
90    background-color: #314657; /* Old */
91    background-color: #2D4B33;
92    padding: 1px;
93    padding-left: 10px;
94}
95
96.topnav a {
97    color: white;
98}
99
100
101/**
102* Left nav
103*/
104.leftnav,
105.searchbox {
106    width: 180px;
107    color: black;
108    background-color: #FF5A18;
109    margin-left: 5px;
110    margin-top: 10px;
111    padding: 10px;
112    padding-top: 0;
113    padding-bottom: 0;
114    padding: expression('10px');
115    border: 1px solid #B33E11;
116}
117
118.leftnav {
119
120    box-shadow: 0 0 15px #aaa;
121    -moz-box-shadow: 0 0 15px #aaa;
122    -webkit-box-shadow: 0 0 15px #aaa;
123
124    border-radius: 5px;
125    -moz-border-radius: 5px;
126    -webkit-border-radius: 5px;
127    width: 180px;
128    float: left;
129    hmargin: 5px;
130}
131
132.leftnav h4 {
133    border-bottom: 1px solid black;
134}
135.leftnav a {
136    color: black;
137}
138
139.leftnav ul {
140    margin-left: -20px;
141    margin-left: expression('20px');
142    list-style-type: square;
143}
144
145
146/**
147* Main body section
148*/
149.mainbody {
150    margin-left: 220px;
151}
152
153.borderedTable table {
154    border-collapse: collapse;
155}
156
157.borderedTable th {
158    background-color: #dddddd;
159    border: 1px solid #aaaaaa;
160    font-size: 70%;
161    padding-left: 3px;
162    padding-right: 3px;
163}
164
165.borderedTable td {
166    vertical-align: top;
167    font-size: 70%;
168    border: 1px solid #dddddd;
169}
170
171.newsitem {
172    margin-bottom: 25px;
173}
174
175.newsitem h2,
176.newsitem h1 {
177    display: inline;
178}
179
180.newsitem .date {
181    font-size: 70%;
182}
183
184p.firstLetter:first-letter {
185    font-size: 200%;
186    font-style: italic;
187    font-weight: bold;
188    float: left;
189    padding-right: 3px;
190}
191
192.newsitem p.update {
193    background-color: #efefef;
194    border: 1px dashed black;
195    padding: 5px;
196}
197
198
199/**
200* Comments
201*/
202.comment {
203    padding: 5px;
204    margin-bottom: 20px;
205    font-size: 80%;
206    background-color: #efefef;
207    border: 1px dashed #cccccc;
208}
209
210.comment .body {
211    margin-top: 5px;
212    padding-left: 7px;
213}
214
215.comment .quoteLink {
216    text-align: right;
217    font-size: 90%;
218}
219
220
221/**
222* Errors
223*/
224.error {
225    color: red;
226    font-style: italic;
227}
228
229
230/**
231* Copyright text
232*/
233.copyright {
234    text-align: right;
235    font-size: 75%;
236}
237
238
239/**
240* Admin page
241*/
242.adminPage table {
243    font-family: Verdana;
244    font-size: 10pt;
245}
246
247.adminPage th {
248    background-color: #dddddd;
249}
250
251
252/**
253* Tools page
254*/
255#toolsPage th,
256#toolsPage td {
257}
258
259#toolsPage th {
260    font-weight: bold;
261    text-align: right;
262    white-space: nowrap;
263    vertical-align: top;
264    background-color: #ffffcc;
265}
266
267#toolsPage textarea {
268    height: 200px;
269    width: 800px;
270    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff, endColorstr=#ffffcc);
271}
272
273#shortcuts th {
274   
275}
276
277#shortcuts th {
278    text-align: left;
279    background-color: #ededed;
280    padding: 2px;
281}
282
283/**
284* Download header/footer
285*/
286div#download pre,
287div#download pre a {
288   
289}
290
291/**
292* Code
293*/
294div.boxout,
295pre.code {
296    border: 2px dashed gray;
297    padding: 3px;
298    background-color: #eee;
299}
Note: See TracBrowser for help on using the repository browser.