remove archive list stylesheet
[mharc.git] / html / stylesheet.css.in.dist
1 /*
2 * $Id: stylesheet.css.in.dist,v 1.2 2002/08/26 20:55:33 ehood Exp $
3 * Main stylesheet for MHArc archives.
4 * NOTE: The .in template version of this file should be edited
5 * if any changes are desired. Then re-run the configure
6 * script to have changes applied.
7 */
8
9 /**********************************************************************
10 * General Styles
11 */
12 body {
13 background-color: #DDDDDD;
14 color: black;
15 text-align: left;
16 }
17 .listTitle {
18 font-size: larger;
19 background-color: #FFEECC;
20 padding: 0.25em;
21 border-style: solid;
22 border-width: thin;
23 border-color: black;
24 }
25 div.metaIdxNav {
26 text-align: center;
27 font-size: smaller;
28 }
29 div.idxTitle {
30 text-align: center;
31 margin-bottom: 0.5em;
32 }
33 .periodLink {
34 background-color: #CCEEFF;
35 padding: 0.25em;
36 border-style: solid;
37 border-width: thin;
38 border-color: black;
39 }
40 .iaText {
41 color: #888888;
42 }
43
44 /**********************************************************************
45 * All Lists Index
46 */
47 table.archiveLists {
48 color: #EEEEEE;
49 background: black;
50 }
51 table.archiveLists * th {
52 background: #FFEECC;
53 color: black;
54 }
55 table.archiveLists * td {
56 background: #CCEEFF;
57 color: black;
58 }
59 .listName {
60 font-weight: bold;
61 }
62 .infoLink {
63 font-weight: normal;
64 }
65
66 /**********************************************************************
67 * Date Index Styles
68 */
69 div.dayGroup {
70 background-color: #EEEEEE;
71 padding: 0.5em;
72 margin-bottom: 0.5em;
73 border-style: solid;
74 border-width: thin;
75 border-color: black;
76 }
77 div.dayGroup > ul {
78 margin-top: 0em;
79 margin-bottom: 0em;
80 }
81
82 /**********************************************************************
83 * Thread Index Styles
84 */
85 div.threadList > ul {
86 margin: 0.5em;
87 padding-left: 1.0em;
88 }
89
90 div.threadGroup {
91 background-color: #EEEEEE;
92 padding: 0.5em;
93 margin-top: 0.25em;
94 margin-bottom: 0.25em;
95 border-style: solid;
96 border-width: thin;
97 border-color: black;
98 }
99 div.threadGroup > ul {
100 margin-top: 0em;
101 margin-bottom: 0em;
102 }
103
104 /**********************************************************************
105 * Message Page Styles
106 */
107 div.msgTitle {
108 text-align: center;
109 margin-bottom: 0.5em;
110 }
111
112 div.msgSubject h2 {
113 margin-top: 0.25em;
114 margin-bottom: 0.25em;
115 }
116 div.msgLinks {
117 margin-left: 1.0em;
118 margin-right: 1.0em;
119 }
120 div.msgLinks > table * td {
121 font-size: smaller;
122 }
123
124 div.topLinks {
125 text-align: center;
126 }
127 .topDateNav {
128 background-color: #CCEEFF;
129 padding: 0.25em;
130 border-style: solid;
131 border-width: thin;
132 border-color: black;
133 }
134 .topThreadNav {
135 background-color: #CCEEFF;
136 padding: 0.25em;
137 border-style: solid;
138 border-width: thin;
139 border-color: black;
140 }
141
142 div.msgHead {
143 margin-top: 0.5em;
144 margin-bottom: 0.5em;
145 }
146 div.msgHead > table {
147 background-color: #FFEECC;
148 padding-left: 0.5em;
149 padding-right: 0.5em;
150 border-style: solid;
151 border-width: thin;
152 border-color: black;
153 width: 100%;
154 border-spacing: 0em;
155 }
156
157 div.msgBody {
158 margin-top: 0.5em;
159 margin-bottom: 0.5em;
160 }
161 div.msgBody > table {
162 background-color: #EEEEEE;
163 padding-left: 0.5em;
164 padding-right: 0.5em;
165 border-style: solid;
166 border-width: thin;
167 border-color: black;
168 }
169
170 div.tSlice {
171 margin-top: 0.5em;
172 margin-bottom: 0.5em;
173 }
174 div.tSlice table {
175 background-color: black;
176 }
177 div.tSlice * td {
178 background-color: #CCEEFF;
179 }
180 div.tSlice * th {
181 background-color: #FFEECC;
182 }
183 tr.tSliceList td {
184 background-color: #DDDDDD;
185 }
186 .sliceCur {
187 background-color: #CCCCCC;
188 }
189
190 div.botLinks > table {
191 background-color: #FFEECC;
192 padding-left: 0.5em;
193 padding-right: 0.5em;
194 border-style: solid;
195 border-width: thin;
196 border-color: black;
197 border-spacing: 0em;
198 }