da0e59cc4f30cec244a9f9ee757cf77d0a80f422
bernd Sag doch jemand, dass das i...

bernd authored 16 years ago

1) html {
2)         font-family: Verdana, Arial, Helvetica;
3)         font-size: 12px;
4)         color: #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

5)         background-color: #fff;
bernd Sag doch jemand, dass das i...

bernd authored 16 years ago

6) }
7) 
8) 
bernd webinterface => /webinterface

bernd authored 17 years ago

9) body {
bernd sans-serif-Schrift benutzen

bernd authored 16 years ago

10)         font-family: Verdana, Arial, Helvetica, sans-serif;
bernd webinterface => /webinterface

bernd authored 17 years ago

11)         font-size: 12px;
12)         color: #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

13)         background-color: #fff;
bernd webinterface => /webinterface

bernd authored 17 years ago

14) }
15) 
16) 
17) div.error {
18)         color: #FF0000;
19)         border: 2px solid #000000;
20)         background-color: #FFFFFF;
21)         margin: 10px;
22)         padding: 10px;
23) }
24) 
25) div.success {
26)         color: #282;
27)         border: 2px solid #282;
28)         background-color: #FFFFFF;
29)         margin: 5px;
30)         padding: 5px;
31)         font-weight: bold;
32) }
33) 
34) p.warning {
35)         padding: 4px;
36)         color: #000000;
37)         border: 1px solid #FF0000;
38)         background-color: #FFFFFF;
39) }
40) 
bernd warnung bzgl. logfiles eing...

bernd authored 16 years ago

41) span.warning {
42) 	color:#FF0000;
43) }
44) 
bernd Viele XHTML-Fehler korrigie...

bernd authored 16 years ago

45) a img {
46)   border: 0px;
47) }
bernd webinterface => /webinterface

bernd authored 17 years ago

48) 
bernd back-to-admin feature

bernd authored 15 years ago

49) p.admininfo {
50)   margin: 3px;
51)   margin-bottom: 1.5em;
52)   padding: 0.5em;
53)   border: 1px solid red;
54)   background-color: #fdd;
55) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

56) 
bernd addnew() eingeführt

bernd authored 14 years ago

57) p.addnew {
58)   margin-top: 1.5em;
59)   margin-bottom: 2em;
60) }
61) 
62) p.addnew a {
63)   color: #257f00;
64)   font-size: 110%;
65)   font-weight: bold;
66)   padding: 5px;
67)   min-height: 18px;
68)   padding-left: 25px;
bernd neue Bilder, mehr SSL-Zerti...

bernd authored 14 years ago

69)   background-image: url('../images/add.png');
bernd addnew() eingeführt

bernd authored 14 years ago

70)   background-position: 0 5px;
71)   background-repeat: no-repeat;
72) }
73) 
74) p.addnew a:hover {
75)   text-decoration: none;
76)   padding-bottom: 0;
77)   border-bottom: 2px solid #257f00;
78) }
79) 
80) 
bernd Usability: User sieht immer...

bernd authored 16 years ago

81) p.userinfo {
82)   margin: 3px;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

83)   margin-top: 1.5em;
bernd Usability: User sieht immer...

bernd authored 16 years ago

84)   margin-bottom: 1.5em;
85)   padding: 0.5em;
86)   border: 1px solid black;
87)   background-color: #b2c2cb;
bernd Hanno mag mein tolles Bildc...

bernd authored 16 years ago

88)   /*padding-left: 40px;
bernd Usability: User sieht immer...

bernd authored 16 years ago

89)   background-image: url('../images/user.png');
90)   background-position: left;
91)   background-repeat: no-repeat;
bernd Hanno mag mein tolles Bildc...

bernd authored 16 years ago

92)   background-position: 0.5em 0.5em;*/
bernd Usability: User sieht immer...

bernd authored 16 years ago

93)   min-height: 36px;
94) }
95) 
bernd VHosts-Modul mit neuem Layo...

bernd authored 16 years ago

96) input.usageoption {
97) 	margin-top: 1em;
98) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

99) 
bernd Umfangreiche Code-Aufräumar...

bernd authored 16 years ago

100) div.confirmation {
101) }
102) 
103) div.confirmation div.question {
104)         padding: 10px;
105)         color: #000000;
106)         border: 1px solid #FF0000;
107)         background-color: #FFFFFF;
108)         font-weight: bold;
109)         margin-bottom: 1em;
110) }
111) 
112) div.confirmation p.buttons input {
113)         width: 10em;
114) }
115) 
116) 
bernd webinterface => /webinterface

bernd authored 17 years ago

117) span.login_label {
118)         display: block;
119)         float: left;
120)         width: 130px;
121) }
122) 
123) input[type=text],input[type=password],textarea,select {
124)         border: 1px solid black;
125)         padding: 3px;
126)         }
127) 
128) input[type=text]:focus,input[type=password]:focus,textarea:focus {
129)         border: 1px solid red;
130)         background-color: #FFFFFF;
131)         }
132) 
133) 
bernd vhost-Modul kann jetzt SVN-...

bernd authored 16 years ago

134) div.vhostsidebyside {
135)   max-width: 55em;
136) }
137) 
138) div.vhostoptions {
139)   margin: 0;
140)   padding: 0;
141)   margin-left: 1em;
142)   float: right;
143)   width: 30em;
144)   /*margin-left: 2em; position: absolute; left: 45em; */
145) }
bernd webinterface => /webinterface

bernd authored 17 years ago

146) 
147) 
148) 
149) div.menu {
150)         width: 190px;
151)         float: left;
152) 
153) }
154) 
bernd Neues Logo

bernd authored 16 years ago

155) div.menu img {
156)   margin-bottom: 1em;
157) }
bernd webinterface => /webinterface

bernd authored 17 years ago

158) 
159) a.menuitem {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

160)   font-weight: normal;
bernd webinterface => /webinterface

bernd authored 17 years ago

161)         display: block;
162)         padding: 4px;
163)         margin: 3px;
164)         text-decoration: none;
165)         color: #000000;
166) }
167) 
bernd Ermögliche submenüs

bernd authored 16 years ago

168) a.submenuitem {
169)   margin-left: 2em;
170) }
171) 
bernd webinterface => /webinterface

bernd authored 17 years ago

172) a.active {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

173)   text-decoration: underline;
174)   font-weight: bold;
175)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

176) }
177) 
178) a.menuitem:hover {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

179)   text-decoration: underline;
180)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

181) }
182) 
183) 
184) div#beta {
185)   clear: both;
186)         padding: 4px;
187)         color: #000000;
188)         border: 1px solid #FF0000;
189)         background-color: #FFFFFF;
190)         margin-bottom: 1em;
191) }
192) 
193) div#beta p {
194)   padding: 0;
195)   margin: 0;
196)   margin-top: 0.3em;
197) }
198) 
199) div#beta h3 {
200)   padding: 0;
201)   margin: 0;
202) }
203) 
bernd Neues Design für VMail-Edit...

bernd authored 16 years ago

204) div.vmail-forward {
205)   border: 1px solid black;
206)   padding: 0.5em;
207)   margin-bottom: 0.5em;
208)   display: table;
209) }
210) div.vmail-forward p {
211)   display: block;
212)   margin: 0;
213)   margin-bottom: 0.5em;
214)   padding: 0;
215) }
bernd webinterface => /webinterface

bernd authored 17 years ago

216) 
bernd Eingabefeld breiter

bernd authored 16 years ago

217) div.vmail-forward input {
218)   width: 20em;
219) }
220) 
bernd webinterface => /webinterface

bernd authored 17 years ago

221) div.content {
222)         margin-left: 200px;
223)         padding-left: 10px;
224)         border-left: 1px solid #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

225)         overflow: hidden;
226) }
227) 
228) div.overview {
229)   margin: 2em;
230)   max-width: 50em;
bernd webinterface => /webinterface

bernd authored 17 years ago

231) }
232) 
bernd Neues Design, neue Startseite

bernd authored 15 years ago

233) div.overview div.block {
234)   float: left;
235)   margin: 1em;
236)   padding: 1em;
237)   /*background-color: #b2c2cb;*/
238)   width: 10em;
239)   min-height: 5em;
240)   text-align: center;
241)   background-color: #eee;
242) }
243) 
244) div.overview div.block img {
245)   display: block;
246)   margin: 0 auto;
247)   margin-bottom: 1em;
bernd Bildgrößen definieren

bernd authored 15 years ago

248)   height: 16px;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

249) }
250) 
251) /*
252) div.overview div.block a {
253)   color: #000;
254) }
255) */
bernd webinterface => /webinterface

bernd authored 17 years ago

256) 
257) div.foot {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

258)   clear: both;
259)         border-top: 1px solid #425d6c;
260)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

261)         font-size: 90%;
262) }
263) 
264) 
265) h3 {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

266)   color: #425d6c;
267)   padding-bottom: 2px;
268)   border-bottom: 1px solid #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

269) }
270) 
271) 
272) ul {
273)         margin-bottom: 10px;
274) }
275) 
276) table {
277)         border-collapse: collapse;
278) }
279) 
bernd Neues Design, neue Startseite

bernd authored 15 years ago

280) tr.odd td,
281) tr.even td {
282)   border: none;
283)   padding: 0.5em 0.5em;
284) }
285) 
286) tr.odd {
287)   background: #eee;
288) }
289) 
bernd webinterface => /webinterface

bernd authored 17 years ago

290) td {
291)         border: 1px solid black;
292)         padding: 0.5em;
293) }
294) 
295) th {
296)   padding: 0px 1em;
297) }
298) 
299) a {
300)   text-decoration: none;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

301)   /*font-weight: bold;*/
302)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

303) 
304) }
305) 
306) a:hover {
307)   text-decoration: underline;
308) }