]> git.sesse.net Git - pr0n/blob - files/skoyen.css
Bla bla. :-P
[pr0n] / files / skoyen.css
1 td, body, p, div {
2         font-family: verdana,helvetica; 
3         font-size: 10px;
4 }
5
6 /* The content of the posts (body of text) */
7 body {
8         background: #fcfcfc;
9         color: #000000;
10         font: 12px verdana,arial,helvetica,sans-serif;
11         scrollbar-3dlight-color: #d1d7dc;
12         scrollbar-arrow-color: #006699;
13         scrollbar-darkshadow-color: #98aab1;
14         scrollbar-face-color: #dee3e7;
15         scrollbar-highlight-color: #ffffff;
16         scrollbar-shadow-color: #dee3e7;
17         scrollbar-track-color: #efefef;
18 }
19
20 /* General page style */
21 a:link,a:active,a:visited,a.postlink {
22         color: #006699;
23         text-decoration: underline;
24 }
25 a:hover {
26         color: #dd6900;
27         text-decoration: none;
28 }
29
30 /* This is the border line & background colour round the entire page */
31 .bodyline {
32         background: #ffffff;
33         border: 1px solid #98aab1;
34 }
35
36 /* Form elements */
37 select, input, textarea {
38         border-color: #006699;
39         color: #000000;
40         font: normal 10px Verdana,Arial,Helvetica,sans-serif;
41 }
42 input {
43         background-color: #FCFCFC /* url(images/navbar.jpg) */;
44         border-width: 1px;
45 }
46 textarea {
47         background-color: #FCFCFC;
48         border-width: 1px;
49 }
50