1 |
1289
|
kweitzel
|
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; }
|