Remove underline on links
[clinton/website/src/unknownlamer.org.git] / default.css
1 body
2 {
3 font-family: serif;
4 background-color: #D9D9D9;
5 color: #222222;
6 max-width: 8in;
7 }
8
9 .src
10 {
11 color: #e3e3e3;
12 background-color: #444444;
13
14 margin-right: auto;
15 margin-left: auto;
16 width: 95%;
17 border: 2px solid black;
18 padding: 1em;
19
20 white-space: pre-wrap; /* css-3 */
21 white-space: -moz-pre-wrap; /* Mozilla */
22 }
23
24 p
25 {
26 text-align: justify;
27 }
28
29 .verse
30 {
31 background-color: #BBBBBB;
32 color: #111111;
33 padding: 1em;
34 border: 2px solid #999999;
35 width: 60%;
36 margin-right: auto;
37 margin-left: auto;
38 font-size: smaller;
39 }
40
41 blockquote
42 {
43 background-color: #AAAAAA;
44 color: #111111;
45 padding: 1em;
46 border: 2px solid black;
47 width: 80%;
48 margin-right: auto;
49 margin-left: auto;
50 }
51
52 code
53 {
54 white-space: pre;
55 width: auto;
56 color: #000000;
57 }
58
59 a
60 {
61 font-style: italic;
62 text-decoration: none;
63 }
64
65 a:link
66 {
67 color: #3333FF;
68 }
69
70 a:visited
71 {
72 color: #DA3333;
73 }
74
75 h1,h2,h3,h4,h5
76 {
77 font-variant: small-caps;
78 }
79
80 div.contents
81 {
82 border: 2px solid #222222;
83 background-color: #999999;
84 width: 40%;
85 padding: 0.5em;
86 margin-left: 2em;
87 float: right;
88 }
89
90 div.contents:before
91 {
92 content: "Contents";
93 font-size: x-large;
94 font-weight: bold;
95 font-variant: small-caps;
96 }
97
98 table.image, p.image
99 {
100 border: 2px solid #222222;
101 background-color: #999999;
102 width: auto;
103 padding: 0.5em;
104 margin-left: auto;
105 margin-right: auto;
106 }
107
108 table.image tr td img
109 {
110 border: 1px solid #111111;
111 }
112
113 table.image tr td.image-caption
114 {
115 font-style: italic;
116 }
117
118 p.cke-footer
119 {
120 white-space: pre;
121 font-family: monospace;
122 font-style: italic;
123 font-size: small;
124 }
125
126 p.cke-timestamp
127 {
128 font-family: monospace;
129 font-size: x-small;
130 }
131
132 p.cke-buttons img
133 {
134 border: 0px;
135 }