Project

General

Profile

1
	* html div{
2
		height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */
3
	}
4
	html{	/* Schrifteinstellung für das ganze Dokument */
5
		font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
6
		font-size: 90%;
7
		font-weight: normal;
8
		color: #404040;
9
      overflow: -moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar */ 
10
	}
11
	body{
12
      margin: 0px 0px 0px 0px;
13
      padding: 0px 0px 0px 0px;
14
      background: #a8bccb ;
15
      text-align: left;
16
   }
17
body { margin: auto; background-color: #A8BCCB; /*background-image: url(images/background.png);*/ background-repeat: repeat-x; }
18

    
19
td,th,input,textarea { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
20
img { border: 0px; }
21
form { margin: 0; }
22
hr { margin: 15px 0px 15px 0px; color: #003366; height: 1px; }
23
h1 { color: #000000; font-size: 20px; text-align: center; text-transform: uppercase; }
24
h2 { margin: 5px 0px 5px 0px; color: #336699; font-size: 15px; }
25
h4 { margin: 0; border-bottom: 1px solid #DDD; padding-bottom: 5px; }
26
a h3 { margin: 0; font-size :1.1em; padding-bottom: 2px; }
27
li p { margin: 0.5em 0; }
28
a:link, a:visited, a:active { color: #003366; text-decoration: none; }
29
a:hover { color: #336699; text-decoration: none; }
30
ul, li { margin: 0; padding: 0; list-style: none; }
31
.current a, .current a:link, .current a:active, .current a:visited { background: #fff url(images/menuo.png); background-repeat: repeat-x; color: #fff; }
32
label { cursor: pointer; }
33
input:focus, input:active, select:focus, textarea:focus { background: #F1F8FD; }
34
iframe { border: 1px solid #35373a; }
35
div.box { width: 100%; margin: -10px 0 0 0; font-size: small; text-align: right; }
36
.header { width: 900px; margin: 0 auto; }
37
.container { width: 85%; margin: 0 auto; background: #fff url(images/bgtitle.png); background-repeat: repeat-x; }
38
.content { padding: 20px; width: 95%; height: 200px; margin: 0 auto; min-height: 300px;  vertical-align: top; }
39
.description { width: 240px; padding: 0px 0px 0px 3px; text-align: left; vertical-align: top; }
40
.graphic { width: 50px; border: 4px solid #FDFDFD; padding-left: 3px; height: 50px; }
41
.graphic img { padding: 3px 12px 3px 3px; margin-right: 12px; border-right: 3px solid silver; background-color: #FFFFFF; vertical-align: middle; }
42
.menu { margin: 0; padding: 0; padding-top: 8px; padding-bottom: 10px; padding-left: 8px; background: #000 url(images/menu.png); background-repeat: repeat-x; }
43
.menu li { padding-right: 1px; list-style-type: none; display: inline; }
44
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom: 0; padding: 7px 11px 9px 11px; color: #fff; }
45
.menu a:hover { color: #fff; background: #fff url(images/menuo.png); background-repeat: repeat-x; text-decoration: none; }
46
.note { color: #666666; font-size: 10px; }
47
.page_list {width:100%;}
48
.pages_list .icon_col td img { border-style: none; float: left; padding-right: 7px; display: block; }
49
.pages_list table { width: 100%; margin: 0 auto; background-color: #DCDCDC; }
50
.pages_list ul { margin: 0; padding: 0px; font-weight: normal; }
51
.pages_list ul li { margin: 2px 0; padding: 0px; list-style-type: none; }
52
.page_list_show li { display: block; }
53
img.page_list_rights { border: none; margin-right: 5px; float: left; margin-top: 2px; margin-bottom: 2px; }
54
.content input { font-size: 12px; }
55
.row_a { background-color: #ECF3F7; }
56
.row_b { background-color: #DBEBF2; }
57
.section { margin-top: 10px; padding: 0px; /*border: 1px solid #999999;*/ width: 100%; background-color: #FDFDFD; height: 75px; }
58
.sections_header { width: 100%; margin-bottom: 10px; border: none; background-color: #F0F0F0; height: 50px; }
59
.sections_header td { padding: 5px; }
60
.setting_name { width: 20%; }
61
.setting_value { width: 90%; }
62
.setting_value textarea { height: 50px; }
63
.title { width: 90%; padding: 4px 0px 0px 3px; color: #003366; font-weight: bold; font-size: 14px; text-align: left; height: 16px; }
64
.tool_table ul { margin: 0; padding: 0; margin-left: 20px; margin-bottom: 2px; }
65
.tool_table li { padding: 1px; list-style-type: disc; }
66
/* CSS STYLES FOR THE PAGES SECTION */
67
table.pages_view { width: 100%; margin: 0 auto; border: 0; background-color: #ECF3F7; border-spacing: 0px; }
68
table.pages_view tr:hover { background-color: #F1F8DD; }
69
/* FORMS */
70
.submit, .cancel { width: 100px; margin-top: 5px; }
71
.form_submit .right { text-align: right; }
72
.input_small { width: 20px; }
73
.input_normal { width: 120px; }
74
.input_medium { width: 150px; }
75
.input_wide { width: 200px; }
76
.input_large { width: 300px; }
77
select option.disabled { color: #aaa; }
78
.jsadmin_drag img { padding: 3px 0; margin-top: 1px; vertical-align: top; cursor: pointer; }
79
.modify_link { padding-top: 4px; display: inline; vertical-align: middle; }
80
.header_list_page_id { width: 50px; padding-right: 15px; text-align: right; }
81
.header_list_actions { width: 150px; text-align: left; }
82
.list_actions { width: 20px; text-align: left; }
83
.sections_list { padding-left: 10px; font-weight: bold; }
84
.header_list_block { width: 180px; text-align: left; }
85
.header_list_sections_actions { width: 30px; text-align: left; }
86
.value_page_code { width: 240px; color: #006400; font-weight: 400; }
87
#multi_lingual { font-weight: bolder; }
88
/* Ende */
89
.pages_list table td, table.pages_view td { padding: 3px; }
90
.save, .reset, .input_narrow { width: 100px; }
91
.settings_table td, .tool_table td { text-align: left; vertical-align: top; }
92
#file_mode input, #dir_mode input { width: 12px; height: 12px; }
93
#hide2, .hide, .page_list { display: none; }
94
.header_list_page_title, .list_page_title { width: 300px; text-align: left; }
95
.list_section_id, .list_page_id, .header_list_section_id { width: 30px; text-align: right; }
96
.list_page_code, .list_page_language { width: 240px; }
97
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align: left; }
98
.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%; }
99
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width: 200px; text-align: left; }
100
.right{ text-align: right; }
101
.left{ text-align: left;  }
102

    
103
div.content_box { position: relative; margin: 0px auto; }
104
div.content_box form{background: transparent;  height: auto; }
105
div.content_box fieldset { margin: 10px auto; }
106
div.content_box legend {  color: #336699; font-size: 15px; font-weight:bold;padding: 0px 3px 0px 4px; }
107
div.content_box label{ font-weight: 600; padding-left:4px; }
108
div.content_box input{ width: 400px; }
109
.be_section { border: 2px groove #6ea0d0; }
110

    
111

    
112
.subcolumns { width: 100%; overflow: hidden; }
113
.subcolumns_oldgecko { width: 100%; float: left; }
114

    
115
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float: left; }
116
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float: right; margin-left: -5px; }
117

    
118
  .c10l, .c10r { width: 10%; }
119
  .c20l, .c20r { width: 20%; line-height:2em;}
120
  .c40l, .c40r { width: 40%; }
121
  .c60l, .c60r { width: 60%; height: 21px; }
122
  .c25l, .c25r { width: 28%; }
123
  .c33l, .c33r { width: 33.333%; }
124
  .c50l, .c50r { width: 50%; }
125
  .c66l, .c66r { width: 66.666%; }
126
  .c38l, .c38r { width: 38.2%; }
127
  .c62l, .c62r { width: 61.8%; }
128
  .subc { padding: 0 0.5em; }
129
  .subcl { padding: 0 1em 0 0; }
130
  .subcr { padding: 0 0 0 1em; }
131

    
132
.c80l, .c80r, .c90l, .c90r { width: 80%; }
133
.c75l, .c75r, .c80l, .c80r { width: 75%; }
134

    
135
.info { padding: 10px; margin-bottom: 0.5em; background: #f8f8f8; color: #666; font-size: 91.7%; }
136
.note { border: 2px #484 solid; padding: 10px;margin: 10px auto; background: #efe; color: #040; }
137
.important { border: 2px #884 solid; padding: 10px;  margin-bottom: 1em; background: #ffe; color: #440; }
138
.warning { border: 2px #844 solid; padding: 10px; margin-bottom: 1em; background: #fee; color: #400; }
139

    
140
.row_0 { background-color: transparent; }
141
.row_1 { background-color: #ccddee; }
142

    
143
#language,
144
#timezone,
145
#date_format,
146
#time_format { min-width: 250px; }
147

    
148
#display_name,
149
#username,
150
#email,
151
#new_password_1,
152
#new_password_2,
153
#current_password { min-width: 250px;  }
154

    
155
#submit,
156
#reset { max-width: 100px; }
157

    
158
	fieldset.be_section{
159
      clear: both;
160
      -moz-border-radius: 8px;
161
      -khtml-border-radius: 8px;
162
      -webkit-border-radius: 8px;
163
      margin-top: 0.7em;
164
      text-align: left;
165
      background: #f5f5f5 none;
166
   }
167

    
168
 div#username { height: 17px; width:402px; background-color: #e9e9e9; min-width:250px; border: 0px groove #6799c4; text-align: left; font-weight:bold; margin:0;} 
169
.save_section { margin: 20px auto 5px auto; }
170

    
171

    
(5-5/5)