Revision 1289
Added by kweitzel over 15 years ago
| theme.css | ||
|---|---|---|
| 1 |
html {overflow: -moz-scrollbars-vertical;} /* Force firefox to always show room for a vertical scrollbar */
|
|
| 2 |
body,td,th,input,textarea {
|
|
| 3 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
| 4 |
font-size: 12px; |
|
| 5 |
color: #000000; |
|
| 6 |
} |
|
| 7 |
|
|
| 8 |
body {
|
|
| 9 |
background-color: #A8BCCB; |
|
| 10 |
/*background-image: url(images/background.png);*/ |
|
| 11 |
background-repeat: repeat-x; |
|
| 12 |
margin: auto; |
|
| 13 |
} |
|
| 14 |
|
|
| 15 |
img {
|
|
| 16 |
border: 0px; |
|
| 17 |
} |
|
| 18 |
|
|
| 19 |
form {
|
|
| 20 |
margin: 0; |
|
| 21 |
} |
|
| 22 |
|
|
| 23 |
hr {
|
|
| 24 |
margin: 15px 0px 15px 0px; |
|
| 25 |
color: #003366; |
|
| 26 |
height: 1px; |
|
| 27 |
} |
|
| 28 |
|
|
| 29 |
h1 {
|
|
| 30 |
text-align: center; |
|
| 31 |
font-size: 20px; |
|
| 32 |
color: #000000; |
|
| 33 |
text-transform: uppercase; |
|
| 34 |
} |
|
| 35 |
|
|
| 36 |
h2 {
|
|
| 37 |
font-size: 15px; |
|
| 38 |
color: #336699; |
|
| 39 |
margin: 5px 0px 5px 0px; |
|
| 40 |
} |
|
| 41 |
|
|
| 42 |
h4 {
|
|
| 43 |
margin: 0; |
|
| 44 |
border-bottom: 1px solid #DDD; |
|
| 45 |
padding-bottom: 5px; |
|
| 46 |
} |
|
| 47 |
|
|
| 48 |
a:link, a:visited, a:active {
|
|
| 49 |
color: #003366; |
|
| 50 |
text-decoration: none; |
|
| 51 |
} |
|
| 52 |
|
|
| 53 |
a:hover {
|
|
| 54 |
text-decoration: none; |
|
| 55 |
color: #336699; |
|
| 56 |
} |
|
| 57 |
|
|
| 58 |
ul, li {
|
|
| 59 |
list-style: none; |
|
| 60 |
margin: 0; |
|
| 61 |
padding: 0; |
|
| 62 |
} |
|
| 63 |
|
|
| 64 |
label {
|
|
| 65 |
cursor: pointer; |
|
| 66 |
} |
|
| 67 |
|
|
| 68 |
input:focus, input:active, select:focus, textarea:focus {
|
|
| 69 |
background: #F1F8FD; |
|
| 70 |
} |
|
| 71 |
|
|
| 72 |
iframe {
|
|
| 73 |
border: 1px solid #35373a; |
|
| 74 |
} |
|
| 75 |
|
|
| 76 |
div.box {
|
|
| 77 |
font-size: small; |
|
| 78 |
width: 100%; |
|
| 79 |
text-align: right; |
|
| 80 |
margin: -10px 0 0 0; |
|
| 81 |
} |
|
| 82 |
|
|
| 83 |
.container {
|
|
| 84 |
background: #fff url(images/bgtitle.png); |
|
| 85 |
background-repeat: repeat-x; |
|
| 86 |
} |
|
| 87 |
|
|
| 88 |
.content {
|
|
| 89 |
padding: 20px; |
|
| 90 |
height: 280px; |
|
| 91 |
width: 750px; |
|
| 92 |
text-align: left; |
|
| 93 |
vertical-align: top; |
|
| 94 |
} |
|
| 95 |
|
|
| 96 |
.current a, .current a:link, .current a:active, .current a:visited {
|
|
| 97 |
background: #fff url(images/menuo.png); |
|
| 98 |
background-repeat: repeat-x; |
|
| 99 |
color: #fff; |
|
| 100 |
} |
|
| 101 |
|
|
| 102 |
.description {
|
|
| 103 |
vertical-align: top; |
|
| 104 |
text-align: left; |
|
| 105 |
width: 240px; |
|
| 106 |
padding: 0px 0px 0px 3px; |
|
| 107 |
} |
|
| 108 |
|
|
| 109 |
.graphic {
|
|
| 110 |
width: 50px; |
|
| 111 |
height: 50px; |
|
| 112 |
border: 4px solid #FDFDFD; |
|
| 113 |
padding-left: 3px; |
|
| 114 |
} |
|
| 115 |
|
|
| 116 |
.graphic img {
|
|
| 117 |
vertical-align: middle; |
|
| 118 |
background-color: #FFFFFF; |
|
| 119 |
padding: 3px 12px 3px 3px; |
|
| 120 |
margin-right: 12px; |
|
| 121 |
border-right: 3px solid silver; |
|
| 122 |
} |
|
| 123 |
|
|
| 124 |
.hide {
|
|
| 125 |
display: none; |
|
| 126 |
} |
|
| 127 |
|
|
| 128 |
.menu {
|
|
| 129 |
margin: 0; |
|
| 130 |
padding: 0; |
|
| 131 |
padding-top: 8px; |
|
| 132 |
padding-bottom: 10px; |
|
| 133 |
padding-left: 8px; |
|
| 134 |
background: #000 url(images/menu.png); |
|
| 135 |
background-repeat: repeat-x; |
|
| 136 |
} |
|
| 137 |
|
|
| 138 |
.menu li {
|
|
| 139 |
list-style-type: none; |
|
| 140 |
display: inline; |
|
| 141 |
padding-right: 1px; |
|
| 142 |
} |
|
| 143 |
|
|
| 144 |
.menu a, .menu a:link, .menu a:active, .menu a:visited {
|
|
| 145 |
border-bottom: 0; |
|
| 146 |
padding: 7px 11px 9px 11px; |
|
| 147 |
color: #fff; |
|
| 148 |
} |
|
| 149 |
|
|
| 150 |
.menu a:hover {
|
|
| 151 |
text-decoration: none; |
|
| 152 |
color: #fff; |
|
| 153 |
background: #fff url(images/menuo.png); |
|
| 154 |
background-repeat: repeat-x; |
|
| 155 |
} |
|
| 156 |
|
|
| 157 |
.note {
|
|
| 158 |
color: #666666; |
|
| 159 |
font-size: 10px; |
|
| 160 |
} |
|
| 161 |
|
|
| 162 |
.pages_list .icon_col td img {
|
|
| 163 |
display: block; |
|
| 164 |
border-style: none; |
|
| 165 |
float: left; |
|
| 166 |
padding-right: 7px; |
|
| 167 |
} |
|
| 168 |
|
|
| 169 |
.pages_list table {
|
|
| 170 |
width: 730px; |
|
| 171 |
background-color: #f0f0f0; |
|
| 172 |
} |
|
| 173 |
|
|
| 174 |
.pages_list table td {
|
|
| 175 |
padding: 3px; |
|
| 176 |
} |
|
| 177 |
|
|
| 178 |
.pages_list ul {margin:0;font-weight:normal; padding: 0px;}
|
|
| 179 |
.pages_list ul li {list-style-type:none;margin:2px 0; padding:0px;}
|
|
| 180 |
|
|
| 181 |
.page_list {
|
|
| 182 |
display: none; |
|
| 183 |
} |
|
| 184 |
|
|
| 185 |
.page_list_show li {
|
|
| 186 |
display: block; |
|
| 187 |
} |
|
| 188 |
|
|
| 189 |
img.page_list_rights {
|
|
| 190 |
border: none; |
|
| 191 |
margin-right: 5px; |
|
| 192 |
float: left; |
|
| 193 |
margin-top: 2px; |
|
| 194 |
margin-bottom: 2px; |
|
| 195 |
} |
|
| 196 |
|
|
| 197 |
.content input {
|
|
| 198 |
font-size: 12px; |
|
| 199 |
} |
|
| 200 |
.row_a {
|
|
| 201 |
background-color: #ECF3F7; |
|
| 202 |
} |
|
| 203 |
|
|
| 204 |
.row_b {
|
|
| 205 |
background-color: #DBEBF2; |
|
| 206 |
} |
|
| 207 |
|
|
| 208 |
.save, .reset {
|
|
| 209 |
width: 100px; |
|
| 210 |
} |
|
| 211 |
|
|
| 212 |
.section {
|
|
| 213 |
margin-top: 10px; |
|
| 214 |
padding: 0px; |
|
| 215 |
/*border: 1px solid #999999;*/ |
|
| 216 |
height: 75px; |
|
| 217 |
width: 100%; |
|
| 218 |
background-color: #FDFDFD; |
|
| 219 |
} |
|
| 220 |
|
|
| 221 |
.sections_header {
|
|
| 222 |
width: 100%; |
|
| 223 |
height: 50px; |
|
| 224 |
margin-bottom: 10px; |
|
| 225 |
background-color: #F0F0F0; |
|
| 226 |
border: none; |
|
| 227 |
} |
|
| 228 |
|
|
| 229 |
.sections_header td {
|
|
| 230 |
padding: 5px; |
|
| 231 |
} |
|
| 232 |
|
|
| 233 |
.settings_table td {
|
|
| 234 |
vertical-align: top; |
|
| 235 |
text-align: left; |
|
| 236 |
} |
|
| 237 |
|
|
| 238 |
.setting_name {
|
|
| 239 |
width: 20%; |
|
| 240 |
} |
|
| 241 |
|
|
| 242 |
.setting_value {
|
|
| 243 |
width: 80%; |
|
| 244 |
} |
|
| 245 |
|
|
| 246 |
.setting_value input, .setting_value select, .setting_value textarea {
|
|
| 247 |
width: 100%; |
|
| 248 |
} |
|
| 249 |
|
|
| 250 |
.setting_value textarea {
|
|
| 251 |
height: 50px; |
|
| 252 |
} |
|
| 253 |
|
|
| 254 |
.title {
|
|
| 255 |
width: 90%; |
|
| 256 |
text-align: left; |
|
| 257 |
font-weight: bold; |
|
| 258 |
font-size: 14px; |
|
| 259 |
color: #003366; |
|
| 260 |
height: 16px; |
|
| 261 |
padding: 4px 0px 0px 3px; |
|
| 262 |
} |
|
| 263 |
|
|
| 264 |
.tool_table td {
|
|
| 265 |
vertical-align: top; |
|
| 266 |
text-align: left; |
|
| 267 |
} |
|
| 268 |
|
|
| 269 |
.tool_table ul {
|
|
| 270 |
margin: 0; |
|
| 271 |
padding: 0; |
|
| 272 |
margin-left: 20px; |
|
| 273 |
margin-bottom: 10px; |
|
| 274 |
} |
|
| 275 |
|
|
| 276 |
.tool_table li {
|
|
| 277 |
padding-bottom: 5px; |
|
| 278 |
list-style-type: disc; |
|
| 279 |
} |
|
| 280 |
|
|
| 281 |
.value_input input, .value_input text, .value_input select {
|
|
| 282 |
width: 100%; |
|
| 283 |
} |
|
| 284 |
|
|
| 285 |
#file_mode input {
|
|
| 286 |
width: 12px; |
|
| 287 |
height: 12px; |
|
| 288 |
} |
|
| 289 |
|
|
| 290 |
#dir_mode input {
|
|
| 291 |
width: 12px; |
|
| 292 |
height: 12px; |
|
| 293 |
} |
|
| 294 |
|
|
| 295 |
#hide2 {
|
|
| 296 |
display: none; |
|
| 297 |
} |
|
| 298 |
|
|
| 299 |
/* CSS STYLES FOR THE PAGES SECTION */ |
|
| 300 |
|
|
| 301 |
table.pages_view {
|
|
| 302 |
width: 730px; |
|
| 303 |
border: 0; |
|
| 304 |
border-spacing: 0px; |
|
| 305 |
background-color: #ECF3F7; |
|
| 306 |
} |
|
| 307 |
|
|
| 308 |
table.pages_view td {
|
|
| 309 |
padding: 3px; |
|
| 310 |
} |
|
| 311 |
|
|
| 312 |
table.pages_view tr:hover {
|
|
| 313 |
background-color: #F1F8DD; |
|
| 314 |
} |
|
| 315 |
|
|
| 316 |
/* FORMS */ |
|
| 317 |
|
|
| 318 |
.submit, .cancel {
|
|
| 319 |
width: 100px; |
|
| 320 |
margin-top: 5px; |
|
| 321 |
} |
|
| 322 |
|
|
| 323 |
.form_submit {
|
|
| 324 |
width: 100%; |
|
| 325 |
} |
|
| 326 |
|
|
| 327 |
.form_submit .left {
|
|
| 328 |
text-align: left; |
|
| 329 |
} |
|
| 330 |
|
|
| 331 |
.form_submit .right {
|
|
| 332 |
text-align: right; |
|
| 333 |
} |
|
| 334 |
|
|
| 335 |
.input_small {
|
|
| 336 |
width: 20px; |
|
| 337 |
} |
|
| 338 |
|
|
| 339 |
.input_narrow {
|
|
| 340 |
width: 100px; |
|
| 341 |
} |
|
| 342 |
|
|
| 343 |
.input_normal {
|
|
| 344 |
width: 120px; |
|
| 345 |
} |
|
| 346 |
|
|
| 347 |
.input_medium {
|
|
| 348 |
width: 150px; |
|
| 349 |
} |
|
| 350 |
|
|
| 351 |
.input_wide {
|
|
| 352 |
width: 200px; |
|
| 353 |
} |
|
| 354 |
|
|
| 355 |
.input_large {
|
|
| 356 |
width: 300px; |
|
| 357 |
} |
|
| 358 |
|
|
| 359 |
.input_full {
|
|
| 360 |
width: 100%; |
|
| 361 |
} |
|
| 362 |
|
|
| 363 |
select option.disabled {
|
|
| 364 |
color: #aaa; |
|
| 365 |
} |
|
| 366 |
|
|
| 367 |
.jsadmin_drag img {
|
|
| 368 |
padding: 3px 0; |
|
| 369 |
margin-top: 1px; |
|
| 370 |
vertical-align: top; |
|
| 371 |
cursor: pointer; |
|
| 372 |
} |
|
| 373 |
|
|
| 374 |
.modify_link {
|
|
| 375 |
padding-top: 4px; |
|
| 376 |
padding-left: 7px; |
|
| 377 |
text-indent: 7px; |
|
| 378 |
} |
|
| 379 |
|
|
| 380 |
.header_list_page_title {text-align:left;}
|
|
| 381 |
.header_list_menu_title {width:240px; text-align:left;}
|
|
| 382 |
.header_list_page_id {width:40px; text-align:left;}
|
|
| 383 |
.header_list_actions {width:150px; text-align:left;}
|
|
| 384 |
|
|
| 385 |
.list_page_title {text-align:left;}
|
|
| 386 |
.list_menu_title {width:240px;text-align:left;}
|
|
| 387 |
.list_page_id {width:40px;text-align:left;}
|
|
| 388 |
.list_actions {width:20px;text-align:left;}
|
|
| 389 |
|
|
| 390 |
/* Ende */ |
|
| 1 |
html { overflow: -moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar */ }
|
|
| 2 |
body,td,th,input,textarea { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
|
|
| 3 |
body { margin: auto; background-color: #A8BCCB; /*background-image: url(images/background.png);*/ background-repeat: repeat-x; }
|
|
| 4 |
img { border: 0px; }
|
|
| 5 |
form { margin: 0; }
|
|
| 6 |
hr { margin: 15px 0px 15px 0px; color: #003366; height: 1px; }
|
|
| 7 |
h1 { color: #000000; font-size: 20px; text-align: center; text-transform: uppercase; }
|
|
| 8 |
h2 { margin: 5px 0px 5px 0px; color: #336699; font-size: 15px; }
|
|
| 9 |
h4 { margin: 0; border-bottom: 1px solid #DDD; padding-bottom: 5px; }
|
|
| 10 |
a:link, a:visited, a:active { color: #003366; text-decoration: none; }
|
|
| 11 |
a:hover { color: #336699; text-decoration: none; }
|
|
| 12 |
ul, li { margin: 0; padding: 0; list-style: none; }
|
|
| 13 |
label { cursor: pointer; }
|
|
| 14 |
input:focus, input:active, select:focus, textarea:focus { background: #F1F8FD; }
|
|
| 15 |
iframe { border: 1px solid #35373a; }
|
|
| 16 |
div.box { width: 100%; margin: -10px 0 0 0; font-size: small; text-align: right; }
|
|
| 17 |
.header { width: 900px; margin: 0 auto; }
|
|
| 18 |
.container { width: 85%; margin: 0 auto; background: #fff url(images/bgtitle.png); background-repeat: repeat-x; }
|
|
| 19 |
.content { padding: 20px; width: 98%; height: 280px; vertical-align: top; }
|
|
| 20 |
.current a, .current a:link, .current a:active, .current a:visited { background: #fff url(images/menuo.png); background-repeat: repeat-x; color: #fff; }
|
|
| 21 |
.description { width: 240px; padding: 0px 0px 0px 3px; text-align: left; vertical-align: top; }
|
|
| 22 |
.graphic { width: 50px; border: 4px solid #FDFDFD; padding-left: 3px; height: 50px; }
|
|
| 23 |
.graphic img { padding: 3px 12px 3px 3px; margin-right: 12px; border-right: 3px solid silver; background-color: #FFFFFF; vertical-align: middle; }
|
|
| 24 |
.menu { margin: 0; padding: 0; padding-top: 8px; padding-bottom: 10px; padding-left: 8px; background: #000 url(images/menu.png); background-repeat: repeat-x; }
|
|
| 25 |
.menu li { padding-right: 1px; list-style-type: none; display: inline; }
|
|
| 26 |
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom: 0; padding: 7px 11px 9px 11px; color: #fff; }
|
|
| 27 |
.menu a:hover { color: #fff; background: #fff url(images/menuo.png); background-repeat: repeat-x; text-decoration: none; }
|
|
| 28 |
.note { color: #666666; font-size: 10px; }
|
|
| 29 |
.page_list {width:100%;}
|
|
| 30 |
.pages_list .icon_col td img { border-style: none; float: left; padding-right: 7px; display: block; }
|
|
| 31 |
.pages_list table { width: 100%; margin: 0 auto; background-color: #DCDCDC; }
|
|
| 32 |
.pages_list ul { margin: 0; padding: 0px; font-weight: normal; }
|
|
| 33 |
.pages_list ul li { margin: 2px 0; padding: 0px; list-style-type: none; }
|
|
| 34 |
.page_list_show li { display: block; }
|
|
| 35 |
img.page_list_rights { border: none; margin-right: 5px; float: left; margin-top: 2px; margin-bottom: 2px; }
|
|
| 36 |
.content input { font-size: 12px; }
|
|
| 37 |
.row_a { background-color: #ECF3F7; }
|
|
| 38 |
.row_b { background-color: #DBEBF2; }
|
|
| 39 |
.section { margin-top: 10px; padding: 0px; /*border: 1px solid #999999;*/ width: 100%; background-color: #FDFDFD; height: 75px; }
|
|
| 40 |
.sections_header { width: 100%; margin-bottom: 10px; border: none; background-color: #F0F0F0; height: 50px; }
|
|
| 41 |
.sections_header td { padding: 5px; }
|
|
| 42 |
.setting_name { width: 20%; }
|
|
| 43 |
.setting_value { width: 90%; }
|
|
| 44 |
.setting_value textarea { height: 50px; }
|
|
| 45 |
.title { width: 90%; padding: 4px 0px 0px 3px; color: #003366; font-weight: bold; font-size: 14px; text-align: left; height: 16px; }
|
|
| 46 |
.tool_table ul { margin: 0; padding: 0; margin-left: 20px; margin-bottom: 10px; }
|
|
| 47 |
.tool_table li { padding-bottom: 5px; list-style-type: disc; }
|
|
| 48 |
/* CSS STYLES FOR THE PAGES SECTION */ |
|
| 49 |
table.pages_view { width: 100%; margin: 0 auto; border: 0; background-color: #ECF3F7; border-spacing: 0px; }
|
|
| 50 |
table.pages_view tr:hover { background-color: #F1F8DD; }
|
|
| 51 |
/* FORMS */ |
|
| 52 |
.submit, .cancel { width: 100px; margin-top: 5px; }
|
|
| 53 |
.form_submit .right { text-align: right; }
|
|
| 54 |
.input_small { width: 20px; }
|
|
| 55 |
.input_normal { width: 120px; }
|
|
| 56 |
.input_medium { width: 150px; }
|
|
| 57 |
.input_wide { width: 200px; }
|
|
| 58 |
.input_large { width: 300px; }
|
|
| 59 |
select option.disabled { color: #aaa; }
|
|
| 60 |
.jsadmin_drag img { padding: 3px 0; margin-top: 1px; vertical-align: top; cursor: pointer; }
|
|
| 61 |
.modify_link { padding-top: 4px; display: inline; vertical-align: middle; }
|
|
| 62 |
.header_list_page_id { width: 50px; padding-right: 15px; text-align: right; }
|
|
| 63 |
.header_list_actions { width: 150px; text-align: left; }
|
|
| 64 |
.list_actions { width: 20px; text-align: left; }
|
|
| 65 |
.sections_list { padding-left: 10px; font-weight: bold; }
|
|
| 66 |
.header_list_block { width: 180px; text-align: left; }
|
|
| 67 |
.header_list_sections_actions { width: 30px; text-align: left; }
|
|
| 68 |
.value_page_code { width: 240px; color: #006400; font-weight: 400; }
|
|
| 69 |
#multi_lingual { font-weight: bolder; }
|
|
| 70 |
/* Ende */ |
|
| 71 |
.pages_list table td, table.pages_view td { padding: 3px; }
|
|
| 72 |
.save, .reset, .input_narrow { width: 100px; }
|
|
| 73 |
.settings_table td, .tool_table td { text-align: left; vertical-align: top; }
|
|
| 74 |
#file_mode input, #dir_mode input { width: 12px; height: 12px; }
|
|
| 75 |
#hide2, .hide, .page_list { display: none; }
|
|
| 76 |
.header_list_page_title, .list_page_title { width: 300px; text-align: left; }
|
|
| 77 |
.list_section_id, .list_page_id, .header_list_section_id { width: 30px; text-align: right; }
|
|
| 78 |
.list_page_code, .list_page_language { width: 240px; }
|
|
| 79 |
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align: left; }
|
|
| 80 |
.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width: 100%; }
|
|
| 81 |
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width: 200px; text-align: left; }
|
|
| 391 | 82 | |
Also available in: Unified diff
Branch 2.8.1 merged back into Trunk