| 1 |
2
|
Manuela
|
* html body * { overflow :visible; }
|
| 2 |
|
|
* html div{ height :1em; }
|
| 3 |
|
|
html { overflow: -moz-scrollbars-vertical; }
|
| 4 |
|
|
html {
|
| 5 |
|
|
color: #404040;
|
| 6 |
|
|
font-family: Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
|
| 7 |
|
|
font-size: 100.1%;
|
| 8 |
|
|
font-weight: normal;
|
| 9 |
|
|
overflow-x: auto;
|
| 10 |
|
|
overflow-y: scroll;
|
| 11 |
|
|
}
|
| 12 |
|
|
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
|
| 13 |
|
|
body { background-color :#a8bccb; background-repeat :repeat-x; }
|
| 14 |
|
|
td,th,input,textarea { color :#000000; font-size :1.0em; font-family :Verdana, Arial, Helvetica, sans-serif; }
|
| 15 |
|
|
textarea { font-size :1em; }
|
| 16 |
|
|
img { border :0px; }
|
| 17 |
|
|
form { margin :0; }
|
| 18 |
|
|
hr { margin :1em auto; color :#003366; height :1px; }
|
| 19 |
|
|
h1 { color :#000000; font-size :1.8em; text-align :center; text-transform :uppercase; }
|
| 20 |
|
|
h2 { margin :0.5em 0px 0.5em 0px; color :#336699; font-size :1.5em; }
|
| 21 |
|
|
h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; }
|
| 22 |
|
|
h4 { margin :0; border-bottom :1px solid #dddddd; padding-bottom :5px; }
|
| 23 |
|
|
|
| 24 |
|
|
a h3 { margin :0; font-size :1.1em; padding-bottom :2px; }
|
| 25 |
|
|
li p { margin :0.5em 0; }
|
| 26 |
|
|
a:link, a:visited, a:active { color :#003366; text-decoration :none; }
|
| 27 |
|
|
a:hover { color :#336699; text-decoration :none; }
|
| 28 |
|
|
ul, li { margin :0; padding :0; list-style :none; }
|
| 29 |
|
|
.menu { margin :0; padding :0; padding-top :8px; padding-bottom :10px; padding-left :8px; background : none #215A7A; background-repeat :repeat-x; }
|
| 30 |
|
|
.menu li { padding-right :1px; list-style-type :none; display :inline; }
|
| 31 |
|
|
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom :0; padding : 0.525em 0.925em; color :#ffffff; }
|
| 32 |
|
|
.menu a:hover { color :#ffffff; background : url(images/menuo.png) #ffffff; background-repeat :repeat-x; text-decoration :none; }
|
| 33 |
|
|
.current a, .current a:link, .current a:active, .current a:visited { background : url(images/menuo.png) #ffffff; background-repeat :repeat-x; color :#ffffff; }
|
| 34 |
|
|
|
| 35 |
|
|
label { cursor :pointer; }
|
| 36 |
|
|
input:focus, input:active, select:focus, textarea:focus { background :#f1f8fd; }
|
| 37 |
|
|
iframe { border :1px solid #35373a; }
|
| 38 |
|
|
div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; }
|
| 39 |
|
|
.header { margin :0 auto; }
|
| 40 |
|
|
.container { margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; }
|
| 41 |
|
|
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; }
|
| 42 |
|
|
#content_container { text-align :center; clear :both; margin :0 auto; }
|
| 43 |
|
|
.header,
|
| 44 |
|
|
.container,
|
| 45 |
|
|
.content,
|
| 46 |
|
|
#content_container { min-width :60em; width :70%; min-width: 76.225em; }
|
| 47 |
|
|
#admintools { margin : auto 1%; }
|
| 48 |
|
|
input#admintools { margin : auto 0.225em; }
|
| 49 |
|
|
#admintools ul { padding :0; width :100%; }
|
| 50 |
|
|
#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 1%; }
|
| 51 |
|
|
.description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; }
|
| 52 |
|
|
.graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; }
|
| 53 |
|
|
.graphic img { background-color :#ffffff; border :1px solid #d0d0d0; padding :4px; vertical-align :middle; }
|
| 54 |
|
|
|
| 55 |
|
|
.note { color :#666666; font-size :10px; }
|
| 56 |
|
|
div .pages_list { width :100%; font-size :0.7em; }
|
| 57 |
|
|
.pages_list .icon_col td img { border-style :none; float :left; padding-right :7px; display :block; }
|
| 58 |
|
|
.pages_list table { width :100%; margin :0 auto; background-color :#dcdcdc; }
|
| 59 |
|
|
.pages_list ul { margin :0; padding :0px; font-weight :normal; }
|
| 60 |
|
|
.pages_list ul li { margin :2px 0; padding :0px; list-style-type :none; }
|
| 61 |
|
|
.page_list_show li { display :block; }
|
| 62 |
|
|
img.page_list_rights { border :none; margin-right :5px; float :left; margin-top :2px; margin-bottom :2px; }
|
| 63 |
|
|
.content input { font-size :12px; }
|
| 64 |
|
|
.section { margin-top :10px; padding :0px; border :1px solid #999999; font-size :1em; width :100%; background-color :#fdfdfd; height :95px; }
|
| 65 |
|
|
.sections_header { width :100%; margin-bottom :10px; border :none; background-color :#f0f0f0; height :50px; }
|
| 66 |
|
|
.sections_header td { padding :5px; }
|
| 67 |
|
|
.setting_name { width :20%; min-width :200px; }
|
| 68 |
|
|
.setting_value { width :80%; }
|
| 69 |
|
|
.setting_value_permissions { width :50%; min-width :400px; }
|
| 70 |
|
|
.setting_value textarea { height :50px; }
|
| 71 |
|
|
.title {
|
| 72 |
|
|
text-align :left;
|
| 73 |
|
|
padding :4px 5px 0px 3px;
|
| 74 |
|
|
font-weight :bold;
|
| 75 |
|
|
font-size :14px;
|
| 76 |
|
|
margin-bottom :5px;
|
| 77 |
|
|
}
|
| 78 |
|
|
span.title { display :block; }
|
| 79 |
|
|
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
|
| 80 |
|
|
.tool_table li { padding :1px; list-style-type :disc; }
|
| 81 |
|
|
/* CSS STYLES FOR THE PAGES SECTION */
|
| 82 |
|
|
table.pages_view { width :100%; margin :0 auto; border :0; background-color :#ecf3f7; border-spacing :0px; }
|
| 83 |
|
|
table.pages_view tr:hover { background-color :#f1f8dd; }
|
| 84 |
|
|
/* FORMS */
|
| 85 |
|
|
.submit, .cancel { width :100px; margin-top :5px; }
|
| 86 |
|
|
.form_submit .right { text-align :right; }
|
| 87 |
|
|
.input_small { width :20px; }
|
| 88 |
|
|
.input_normal { width :120px; }
|
| 89 |
|
|
.input_medium { width :150px; }
|
| 90 |
|
|
.input_wide { width :200px; }
|
| 91 |
|
|
.input_large { width :300px; }
|
| 92 |
|
|
select option.disabled { color :#aaaaaa; }
|
| 93 |
|
|
.jsadmin_drag img { padding :3px 0; margin-top :1px; vertical-align :top; cursor :pointer; }
|
| 94 |
|
|
.modify_link { padding-top :4px; display :inline; vertical-align :middle; }
|
| 95 |
|
|
.header_list_page_id { width :30px; padding-right :15px; text-align :right; }
|
| 96 |
|
|
.header_list_actions { width :175px; text-align :left; }
|
| 97 |
|
|
.list_actions { width :20px; text-align :left; }
|
| 98 |
|
|
.sections_list { padding-left :10px; font-weight :bold; }
|
| 99 |
|
|
.header_list_block { width :180px; text-align :left; }
|
| 100 |
|
|
.header_list_sections_actions { width :30px; text-align :left; }
|
| 101 |
|
|
.value_page_code { width :240px; color :#006400; font-weight :400; }
|
| 102 |
|
|
/* Ende */
|
| 103 |
|
|
.pages_list table td, table.pages_view td { padding :3px; }
|
| 104 |
|
|
.save, .reset, .input_narrow { width :100px; }
|
| 105 |
|
|
.settings_table td, .tool_table td { text-align :left; vertical-align :top; }
|
| 106 |
|
|
#file_mode input, #dir_mode input { width :12px; height :12px; }
|
| 107 |
|
|
#hide2, .hide, .page_list { display :none; }
|
| 108 |
|
|
.header_list_page_title, .list_page_title { width :300px; text-align :left; }
|
| 109 |
|
|
.list_section_id, .list_page_id, .header_list_section_id { width :2em; text-align :right; }
|
| 110 |
|
|
.list_page_code, .list_page_language { width :240px; }
|
| 111 |
|
|
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align :left; }
|
| 112 |
|
|
.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%; }
|
| 113 |
|
|
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width :200px; text-align :left; white-space: nowrap; }
|
| 114 |
|
|
.right{ text-align :right; }
|
| 115 |
|
|
.left{ text-align :left; }
|
| 116 |
|
|
/* set div layers in dead tables */
|
| 117 |
|
|
.subcolumns { width :100%; overflow :hidden; margin :10px 0; }
|
| 118 |
|
|
.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; }
|
| 119 |
|
|
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; }
|
| 120 |
|
|
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; }
|
| 121 |
|
|
.c10l, .c10r { width :10%; }
|
| 122 |
|
|
.c20l, .c20r { width :20%; line-height :2em; }
|
| 123 |
|
|
.c40l, .c40r { width :40%; }
|
| 124 |
|
|
.c60l, .c60r { width :60%; height :21px; }
|
| 125 |
|
|
.c25l, .c25r { width :28%; }
|
| 126 |
|
|
.c33l, .c33r { width :33.333%; }
|
| 127 |
|
|
.c50l, .c50r { width :50%; }
|
| 128 |
|
|
.c66l, .c66r { width :66.666%; }
|
| 129 |
|
|
.c38l, .c38r { width :38.2%; }
|
| 130 |
|
|
.c62l, .c62r { width :61.8%; }
|
| 131 |
|
|
.subc { padding :0 0.5em; }
|
| 132 |
|
|
.subcl { padding :0 1em 0 0; }
|
| 133 |
|
|
.subcr { padding :0 0 0 1em; }
|
| 134 |
|
|
.c80l, .c80r, .c90l, .c90r { width :80%; }
|
| 135 |
|
|
.c75l, .c75r, .c80l, .c80r { width :75%; }
|
| 136 |
|
|
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; }
|
| 137 |
|
|
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; }
|
| 138 |
|
|
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; }
|
| 139 |
|
|
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; }
|
| 140 |
|
|
.row_0 { background-color :transparent; }
|
| 141 |
|
|
.row_1 { background-color :#ccddee; }
|
| 142 |
|
|
div.content_box { margin :0em auto; }
|
| 143 |
|
|
div.content_box form { width :98%; }
|
| 144 |
|
|
#language,
|
| 145 |
|
|
#timezone,
|
| 146 |
|
|
#date_format,
|
| 147 |
|
|
#time_format { min-width :250px; }
|
| 148 |
|
|
#display_name,
|
| 149 |
|
|
#username,
|
| 150 |
|
|
#email,
|
| 151 |
|
|
#new_password_1,
|
| 152 |
|
|
#new_password_2,
|
| 153 |
|
|
#current_password { min-width :250px; }
|
| 154 |
|
|
#submit,
|
| 155 |
|
|
#reset { max-width :100px; }
|
| 156 |
|
|
div#username { width :118%; background-color :#e9e9e9; min-width :250px; border :0px groove #6799c4; text-align :left; font-weight :bold; margin :0; }
|
| 157 |
|
|
.save_section { margin :20px auto 5px auto; }
|
| 158 |
|
|
#language,
|
| 159 |
|
|
#timezone,
|
| 160 |
|
|
#date_format,
|
| 161 |
|
|
#time_format,
|
| 162 |
|
|
#display_name,
|
| 163 |
|
|
#username,
|
| 164 |
|
|
#email,
|
| 165 |
|
|
#new_password_1,
|
| 166 |
|
|
#new_password_2,
|
| 167 |
|
|
#current_password { width :118%; }
|
| 168 |
|
|
.section-info { margin :1.5em 0; }
|
| 169 |
|
|
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
|
| 170 |
|
|
.bigger { font-size :150%; }
|
| 171 |
|
|
.strong { font-weight :bold; }
|
| 172 |
|
|
.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :center; }
|
| 173 |
|
|
.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; }
|
| 174 |
|
|
.msg-box p,
|
| 175 |
|
|
.error-box p { font-size :120%; }
|
| 176 |
|
|
select > option.user-inactive { color :#990000; }
|
| 177 |
|
|
button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; }
|
| 178 |
|
|
.button { font-weight: bold; cursor :pointer; background: #C9C9C9; padding: 0.425em 0.8525em; border-radius :4px; -khtml-border-radius :4px; -webkit-border-radius :4px; -moz-border-radius :4px; }
|
| 179 |
|
|
/*
|
| 180 |
|
|
.outer { padding: 5px; border: 2px solid #7DA2C2; border-radius: 5px; margin-bottom: 1.8525em; }
|
| 181 |
|
|
.section-active { padding:1px 5px; background:#C5DBEE; border-radius: 5px 5px 0 0; margin-bottom:5px; }
|
| 182 |
|
|
.section-inactive { padding:1px 5px; background:#D8D8D8; border-radius: 5px 5px 0 0; margin-bottom:5px; }
|
| 183 |
|
|
*/
|
| 184 |
|
|
.block-outer {padding: 3px 3px 0; border: 1px solid #DEE5F8; border-radius: 5px; margin-bottom: 25px; box-shadow: 1px 1px 5px #666; }
|
| 185 |
|
|
.section-active { padding:1px 5px; background:#DEE5F8; border-radius: 5px 5px 0 0; margin-bottom:5px; }
|
| 186 |
|
|
.section-inactive { padding:1px 5px; background:#eee; border-radius: 5px 5px 0 0; margin-bottom:5px; }
|
| 187 |
|
|
|
| 188 |
|
|
.content {background: rgba(0, 0, 0, 0) linear-gradient(#e0e0e0, #ffffff) no-repeat scroll 0 0 / 100% 60px}
|
| 189 |
|
|
|
| 190 |
|
|
button[type="button"]:hover,
|
| 191 |
|
|
input[type="reset"]:hover,
|
| 192 |
|
|
input[type="submit"]:hover,
|
| 193 |
|
|
input[type="button"]:hover { cursor: pointer;}
|
| 194 |
|
|
|
| 195 |
|
|
form.access table tbody tr { margin: 0.525em 0; line-height: 2.325em; }
|
| 196 |
|
|
button.href {
|
| 197 |
|
|
background: transparent;
|
| 198 |
|
|
border: none;
|
| 199 |
|
|
cursor: pointer;
|
| 200 |
|
|
}
|
| 201 |
|
|
button.href:hover {
|
| 202 |
|
|
color: #166F82;
|
| 203 |
|
|
}
|
| 204 |
|
|
|
| 205 |
|
|
input[type="checkbox"] + label,
|
| 206 |
|
|
input[type="checkbox"] + td label {
|
| 207 |
|
|
font-weight: normal;
|
| 208 |
|
|
padding-bottom: 0.425em;
|
| 209 |
|
|
vertical-align: middle;
|
| 210 |
|
|
}
|
| 211 |
|
|
|
| 212 |
|
|
input[type="checkbox"]:checked { }
|
| 213 |
|
|
input[type="checkbox"]:checked + label,
|
| 214 |
|
|
input[type="checkbox"]:checked + td label {
|
| 215 |
|
|
color: #2D8C0A;
|
| 216 |
|
|
font-weight: bold;
|
| 217 |
|
|
padding-bottom: 0.425em;
|
| 218 |
|
|
vertical-align: middle;
|
| 219 |
|
|
}
|