first import
[projectpier.git] / public / assets / themes / goCollab_Monochrome / stylesheets / general / rewrites.css
blob277af92dcd25c373ced112ca68216fa4fc46848b
1 /** Reset **/
3 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
4 margin: 0;
5 padding: 0;
8 table {
9 border-collapse: collapse;
10 border-spacing: 0;
13 fieldset, img {
14 border:0;
17 address, caption, cite, code, dfn, em, strong, th, var {
18 font-style: normal;
19 font-weight: normal;
22 ol, ul {
23 list-style: none;
26 caption, th {
27 text-align:left;
30 h1, h2, h3, h4, h5, h6 {
31 font-size:100%;
34 q:before, q:after {
35 content:'';
38 body {
39 font-family: Verdana, Arial, Helvetica, sans-serif;
40 font-size: 11px;
41 color: black;
42 /** ORIGINAL background: #7CCC5C url('../../images/layout/bg_pageTop.gif') repeat-x; **/
43 background: #949494 url('../../images/layout/bg_pageTop.gif') repeat-x;
44 line-height: 150%;
47 a {
48 color: #444;
49 text-decoration: none;
50 border-bottom: 1px dotted #ccc;
53 a:hover {
54 text-decoration: none;
55 background-color: #fffccc;
58 em {
59 font-style: italic;
62 strong {
63 font-weight: bolder;
66 h1, h2, h3, h4 {
67 margin: 30px 0 15px 0;
68 /** ORIGINAL color: #339933;**/
69 color: #666666;
72 h1 {
73 padding-bottom: 5px;
74 font-size: 200%;
77 h2 {
78 font-size: 150%;
81 h3 {
82 font-size: 120%;
83 text-decoration: underline;
86 p, ul, pre, dl {
87 margin: 8px 0;
90 ul {
91 padding-left: 20px;
92 list-style: square;
95 ol {
96 padding-left: 25px;
97 list-style: decimal;
100 dt {
101 font-weight: bolder;
104 dd {
105 padding: 8px;
108 code {
109 padding: 0 2px;
110 font-size: 1.2em;
111 background: #e8e8e8;
112 overflow: auto;
115 pre {
116 border: 1px solid #003562;
117 padding: 10px;
118 font-size: 1.2em;
119 background: #e8e8e8;
120 overflow: auto;
123 acronym {
124 border-bottom: 1px dotted #ccc;
125 cursor: help;
128 table {
129 border: 1px solid #ccc;
132 th {
133 font-weight: bolder;
136 th, td {
137 border: 1px solid #ccc;
138 padding: 2px;
139 vertical-align: top;
142 th {
143 background: #e8e8e8;
144 font-size: 90%;
145 padding: 2px 5px;
148 table.blank {
149 border: 0;
152 table.blank th, table.blank td {
153 border: 0;
156 /** Classes **/
158 .desc {
159 font-size: 90%;
160 color: #666;
161 font-style: italic;
162 font-weight: normal;
165 .help {
166 border-bottom: 1px dotted #ccc;
167 cursor: help;
170 .short { width: 30px; }
171 .medium { width: 100px; }
172 .long { width: 350px; }
174 .left { text-align: left; }
175 .center { text-align: center }
176 .right { text-align: right; }
178 .top { vertical-align: top; }
179 .middle { vertical-align: middle; }
180 .bottom { vertical-align: bottom; }
182 .bold { font-weight: bolder; }
183 .italic { font-style: italic; }
184 .normal {
185 font-weight: normal;
186 font-style: normal;
189 .error {
190 color: red;
193 .even {
194 background-color: transparent;
197 .odd {
198 background-color: #e8e8e8;
201 .blockHeader {
202 margin-bottom: 5px;
203 padding: 5px 10px;
204 border-bottom: 1px solid #333;
205 font-size: 120%;
208 .blockHeader h2 {
209 margin: 5px 0;
210 font-size: 17px;
211 font-weight: normal;
214 .note {
215 border: 1px solid #003562;
216 padding: 0 8px;
217 background: #e8e8e8;
220 .block, .hint, .important, .success {
221 margin: 10px 0;
222 border: 2px solid #ccc;
223 padding: 5px 10px;
226 .block .header, .hint .header, .important .header, .success .header {
227 padding: 2px 5px;
228 font-weight: bolder;
229 border-bottom: 1px solid #fff;
232 .block .content, .hint .content, .important .content, .success .content {
233 padding: 5px;
234 line-height: 150%;
237 .block .header h2, .hint .header h2, .important .header h2, .success .header h2 {
238 margin: 0 0 1px 0;
239 padding: 0;
240 font-size: 16px;
241 font-weight: bolder;
244 .header a {
245 font-size: 13px;
246 border-bottom: none;
247 color: #637277;
250 .header a:hover {
251 color: #333;
252 background: none;
255 .block {
256 border: 1px solid #eee;
257 background-color: #f6f6f6;
258 margin-bottom: 25px;
261 .block .header {
262 border-color: #ccc;
265 .hint {
266 border-color: #E9BE31;
267 background-color: #FFFFCC;
270 .hint .header {
271 border-color: #E9BE31;
274 .important {
275 background-color: #FFBFBF;
276 /* background: #FFB0B0; */
277 border-top: 2px solid #ca0000;
278 border-bottom: 2px solid #ca0000;
279 border-left: none;
280 border-right: none;
283 .important .header {
284 color: #ca0000;
285 text-transform: uppercase;
286 border: none;
287 padding-top: 10px;
290 .success {
291 /** ORIGINAL border-color: green;**/
292 border-color: #333333;
293 background-color: #90DC90;
296 .success .header {
297 color: black;
298 /** ORIGINAL border-color: green;**/
299 border-color: #333333;
302 a.blank, a.blank:hover {
303 margin: 0;
304 padding: 0;
305 border: 0;
306 background: transparent;
309 a.checkboxLink, a.checkboxLink:hover {
310 margin: 0;
311 padding: 0;
312 border: 0;
313 background: transparent;
314 height: 12px;
315 width: 12px;
318 a.checkboxLink img {
319 border: 0;
322 .assignedTo {
323 font-weight: bolder;
326 a.selected {
327 background: #ccc;
330 a.iCalSubscribe {
331 background: url('../../images/icons/icalendar.png') no-repeat;
332 padding: 4px 0 0 20px;