dcc202fb249a446ac15c7cf413b9f1b4a3f31b58
Bernd Wurst Mobile-CSS in das default-t...

Bernd Wurst authored 5 years ago

1) /*
2)  * -------------------------------------------------------------------------------
3)  * This file belongs to the Webinterface of schokokeks.org Hosting
4)  * 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

5)  * Written by schokokeks.org Hosting, namely
Bernd Wurst Mobile-CSS in das default-t...

Bernd Wurst authored 5 years ago

6)  *    Bernd Wurst <bernd@schokokeks.org>
7)  *    Hanno Böck <hanno@schokokeks.org>
8)  *
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

9)  * This code is published under a 0BSD license.
Bernd Wurst Mobile-CSS in das default-t...

Bernd Wurst authored 5 years ago

10)  *
11)  * Nevertheless, in case you use a significant part of this code, we ask (but 
12)  * not require, see the license) that you keep the authors' names in place and 
13)  * return your changes to the public. We would be especially happy if you tell 
14)  * us what you're going to do with this code.
15)  * -------------------------------------------------------------------------------
16)  */
17) 
18) html {
19)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
20)         font-size: 14px;
21)         color: #000000;
22)         background-color: #fff;
23) }
24) 
25) 
26) body {
27)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
28)         font-size: 14px;
29)         color: #000000;
30)         background-color: #fff;
31) }
32) 
33) 
34) div.error {
35)         color: #FF0000;
36)         border: 2px solid #000000;
37)         background-color: #FFFFFF;
38)         margin: 10px;
39)         padding: 10px;
40) }
41) 
42) div.success {
43)         color: #282;
44)         border: 2px solid #282;
45)         background-color: #FFFFFF;
46)         margin: 5px;
47)         padding: 5px;
48)         font-weight: bold;
49) }
50) 
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 5 years ago

51) div.warning {
Bernd Wurst Warnungen schöner gemacht

Bernd Wurst authored 5 years ago

52)     color: #EE7300;
53)     border: 2px solid #EE7300;
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 5 years ago

54)     border-radius: 1em;
55)     background-color: #FFEBCC;
56)     margin: 10px;
57)     padding: 10px;
58) }
59) 
60) div.warning li:before {
61)     content: "⚠";
62)     font-size: 200%;
63)     font-weight: bold;
Bernd Wurst Warnungen schöner gemacht

Bernd Wurst authored 5 years ago

64)     float: left;
65)     margin-left: -1.5em;
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 5 years ago

66) }
67) div.warning ul {
68)     padding: 0 1em;
69) }
70) 
71) div.warning li {
72)     font-weight: bold;
73)     list-style-type: none;
74)     padding-left: 3em;
75) }
76) 
Bernd Wurst Mobile-CSS in das default-t...

Bernd Wurst authored 5 years ago

77) p.warning {
78)         padding: 4px;
79)         color: #000000;
80)         border: 1px solid #FF0000;
81)         background-color: #FFFFFF;
82) }
83) 
84) span.warning {
85) 	color:#FF0000;
86) }
87) 
88) a img {
89)   border: 0px;
90) }
91) 
92) p.admininfo {
93)   margin: 3px;
94)   margin-bottom: 1.5em;
95)   padding: 0.5em;
96)   border: 1px solid red;
97)   background-color: #fdd;
98) }
99) 
100) p.addnew,p.delete {
101)   margin-top: 1.5em;
102)   margin-bottom: 2em;
103) }
104) 
105) p.addnew a {
106)   color: #257f00;
107)   font-size: 110%;
108)   font-weight: bold;
109)   padding: 5px;
110)   min-height: 18px;
111)   padding-left: 25px;
112)   background-image: url('../../images/add.png');
113)   background-position: 0 5px;
114)   background-repeat: no-repeat;
115) }
116) 
117) p.addnew a:hover {
118)   text-decoration: none;
119)   padding-bottom: 0;
120)   border-bottom: 2px solid #257f00;
121) }
122) 
123) 
124) p.delete a {
125)   color: #b22;
126)   font-size: 110%;
127)   font-weight: bold;
128)   padding: 5px;
129)   min-height: 18px;
130)   padding-left: 25px;
131)   background-image: url('../../images/delete.png');
132)   background-position: 0 5px;
133)   background-repeat: no-repeat;
134) }
135) 
136) p.delete a:hover {
137)   text-decoration: none;
138)   padding-bottom: 0;
139)   border-bottom: 2px solid #b22;
140) }
141) 
142) 
143) p.userinfo {
144)   margin: 3px;
145)   margin-top: 1.5em;
146)   margin-bottom: 1.5em;
147)   padding: 0.5em;
148)   border: 1px solid black;
149)   background-color: #b2c2cb;
150)   /*padding-left: 40px;
151)   background-image: url('../images/user.png');
152)   background-position: left;
153)   background-repeat: no-repeat;
154)   background-position: 0.5em 0.5em;*/
155)   min-height: 36px;
156) }
157) 
158) input.usageoption {
159) 	margin-top: 1em;
160) }
161) 
162) div.confirmation {
163) }
164) 
165) div.confirmation div.question {
166)         padding: 10px;
167)         color: #000000;
168)         border: 1px solid #FF0000;
169)         background-color: #FFFFFF;
170)         font-weight: bold;
171)         margin-bottom: 1em;
172) }
173) 
174) div.confirmation p.buttons input {
175)         width: 10em;
176) }
177) 
178) 
179) .login_label {
Bernd Wurst Gestaltung der Login-Seite...

Bernd Wurst authored 5 years ago

180)         display: block;