Import CSS into primary repository
[clinton/website/src/unknownlamer.org.git] / default.css
CommitLineData
68f63263 1body
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
24p
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
41blockquote
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
52code
53{
54 white-space: pre;
55 width: auto;
56 color: #000000;
57}
58
59a
60{
61 font-style: italic;
62}
63
64a:link
65{
66 color: #3333FF;
67}
68
69a:visited
70{
71 color: #DA3333;
72}
73
74h1,h2,h3,h4,h5
75{
76 font-variant: small-caps;
77}
78
79div.contents
80{
81 border: 2px solid #222222;
82 background-color: #999999;
83 width: 40%;
84 padding: 0.5em;
85 margin-left: 2em;
86 float: right;
87}
88
89div.contents:before
90{
91 content: "Contents";
92 font-size: x-large;
93 font-weight: bold;
94 font-variant: small-caps;
95}
96
97table.image, p.image
98{
99 border: 2px solid #222222;
100 background-color: #999999;
101 width: auto;
102 padding: 0.5em;
103 margin-left: auto;
104 margin-right: auto;
105}
106
107table.image tr td img
108{
109 border: 1px solid #111111;
110}
111
112table.image tr td.image-caption
113{
114 font-style: italic;
115}
116
117p.cke-footer
118{
119 white-space: pre;
120 font-family: monospace;
121 font-style: italic;
122 font-size: small;
123}
124
125p.cke-timestamp
126{
127 font-family: monospace;
128 font-size: x-small;
129}
130
131p.cke-buttons img
132{
133 border: 0px;
134}