Project

General

Profile

« Previous | Next » 

Revision 1557

Added by Dietmar over 12 years ago

! update editor.css for allcssand round (Tks to Ruebenwurzel)
  1. bugfix in forgot_form.php

View differences:

editor.css
26 26
 * GNU General Public License for more details.
27 27
*/
28 28

  
29
body,td,th {
29
body {
30 30
	font-family: Verdana, Arial, Helvetica, sans-serif;
31 31
	font-size: 12px;
32
	text-align: justify;
32 33
	color: #000;
34
	background-color: #FFF;
35
	width: 580px;
33 36
}
34
body {
35
   background-color: #F0F0F0;
36
   background-image: none;
37
   margin: 0;
38
}
39 37
a:link, a:visited, a:active {
40 38
	color: #603;
41 39
	text-decoration: none;
......
61 59
form {
62 60
	margin: 0;
63 61
}
64
.main {
65
	width: 750px;
66
	margin: auto;
67
	padding: 0;
68
	background-color: #FFF;
69
}
70
.banner, .search_box {
71
	height: 80px;
72
	background-image: url(images/header.jpg);
73
	background-repeat: repeat-x;
74
	font-size: 20px;
75
	font-weight: bold;
76
	color: #FFF;
77
	text-align: center;
78
	padding-top: 20px;
79
}
80

  
81
.banner {
82
	width: 530px;
83
	padding-left: 20px;
84
	float: left;
85
	text-align: left;
86
}
87
.search_box {
88
	float: right;
89
	clear: right;
90
	width: 200px;
91
}
92
.search_string {
93
	width: 100px;
94
	height: 16px;
95
	font-size: 10px;
96
	vertical-align: middle;
97
}
98
.search_submit {
99
	width: 50px;
100
	height: 22px;
101
	font-size: 10px;
102
	vertical-align: middle;
103
}
104
.highlight {
105
	background-color: #D0D0D0;
106
}
107
.banner a {
108
	color: #FFF;
109
}
110
.banner span {
111
	color: #D0D0D0;
112
}
113

  
114
.menu {
115
	float: left;
116
	width: 140px;
117
	margin: 10px;
118
	margin-top: 3px;
119
}
120
.menu ul, .menu li {
121
	margin: 0;
122
	padding: 0;
123
	list-style: none;
124
	margin-bottom: 5px;
125
}
126
.menu ul ul {
127
	padding-left: 8px;
128
}
129
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
130
	display: block;
131
	padding: 2px;
132
}
133
.menu-default a:link, .menu-default a:visited, .menu-default a:active {
134
	border-bottom: 1px dashed #999;
135
}
136
.menu-default a:hover {
137
	border-bottom: 1px dashed #333;
138
}
139

  
140
.menu-current  {
141
	border-bottom: 1px dashed #999;
142
	font-weight:bold;
143
}
144

  
145
.menu fieldset {
146
	border: 1px solid #D0D0D0;
147
	margin-top: 20px;
148
	margin-bottom: 5px;
149
	text-align: center;
150
	padding-bottom: 3px;
151
}
152

  
153
.menu legend {
154
	color: #603;
155
	font-size: 12px;
156
	text-transform: uppercase;
157
	font-weight: bold;
158
	text-align: center;
159
}
160

  
161
.menu input {
162
	text-transform: uppercase;
163
	font-size: 10px;
164
	margin: 5px 0px 1px 0px;
165
	width: 100px;
166
}
167

  
168
.content {
169
	margin-left: 150px;
170
	padding: 4px 10px 14px 10px;
171
	text-align: justify;
172
	clear: right;
173
}
174
.footer {
175
	background-color: #FFF;
176
	clear: both;
177
	height: 20px;
178
	background-image: url(images/footer.jpg);
179
	background-repeat: repeat-x;
180
	font-size: 10px;
181
	color: #666;
182
	text-align: center;
183
	line-height: 18px;
184
}
185
.powered_by {
186
	text-align: center;
187
	font-size: 10px;
188
	padding-top: 2px;
189
}

Also available in: Unified diff