Revision 3398
Added by barteau over 17 years ago
lib/style/skins/knp/knp.css | ||
---|---|---|
106 | 106 |
* create a left margin for the document |
107 | 107 |
*/ |
108 | 108 |
|
109 |
body { margin-left: 70px; } |
|
109 |
body { |
|
110 |
margin-left: 1%; |
|
111 |
margin-right: 1%; |
|
112 |
background: #90EE90; |
|
113 |
color: black; |
|
114 |
} |
|
110 | 115 |
|
111 | 116 |
/** |
112 | 117 |
* set the size and alignment etc of the top-level layout table |
113 | 118 |
*/ |
114 | 119 |
.templatetableclass { |
115 |
width: 100%;
|
|
120 |
width: 90%;
|
|
116 | 121 |
border: 0px; |
117 | 122 |
padding: 0px; |
118 | 123 |
margin: 0px; |
... | ... | |
123 | 128 |
* set the style of the main content area and its contents |
124 | 129 |
*/ |
125 | 130 |
.templatecontentareaclass { |
126 |
border: 0px; |
|
127 |
padding: 0px; |
|
128 |
margin: 0px; |
|
129 |
width: 100%; |
|
131 |
border: #90EE90 solid 10px; |
|
132 |
padding: 5px; |
|
133 |
margin: 0px; |
|
134 |
background: #F5F5F5; |
|
135 |
color: black; |
|
130 | 136 |
} |
131 | 137 |
|
132 | 138 |
|
... | ... | |
196 | 202 |
} |
197 | 203 |
|
198 | 204 |
.title { |
199 |
font-family: Georgia, Times New Roman, Times, serif; |
|
200 |
color: black; |
|
201 |
background: #7BB865; |
|
205 |
font-family: Verdana, Georgia, "Times New Roman", serif; |
|
202 | 206 |
font-size: 24px; |
203 | 207 |
font-weight: bold; |
208 |
color:black; |
|
209 |
background: inherit; |
|
204 | 210 |
} |
205 | 211 |
|
206 | 212 |
.secondCol{ |
... | ... | |
363 | 369 |
|
364 | 370 |
.greenbold { |
365 | 371 |
font-weight: bold; |
366 |
color: #096B79; |
|
372 |
background: inherit; |
|
373 |
color: green; |
|
367 | 374 |
font-size: 12px; |
368 | 375 |
} |
369 | 376 |
|
... | ... | |
438 | 445 |
.rightCol { |
439 | 446 |
width: 24%; |
440 | 447 |
text-align: right; |
441 |
} |
|
448 |
} |
|
449 |
|
|
450 |
.centerContentBorder { |
|
451 |
padding: 10px; |
|
452 |
width: 98%; |
|
453 |
background: #F5F5F5; |
|
454 |
color: #90EE90; |
|
455 |
} |
|
456 |
|
|
457 |
.footerContent { |
|
458 |
margin-left: 0px; |
|
459 |
margin-right: 15px; |
|
460 |
margin-top: 15px; |
|
461 |
background: #90EE90; |
|
462 |
color: black; |
|
463 |
} |
Also available in: Unified diff
Added classes, such as centerContentBorder, and modified others, to acheive a new look.