345a0136ebd53d000626c0c7d63f3e4a201edf04
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)  * 
5)  * Written 2008-2018 by schokokeks.org Hosting, namely
6)  *    Bernd Wurst <bernd@schokokeks.org>
7)  *    Hanno Böck <hanno@schokokeks.org>
8)  *
9)  * To the extent possible under law, the author(s) have dedicated all copyright 
10)  * and related and neighboring rights to this software to the public domain 
11)  * worldwide. This software is distributed without any warranty.
12)  *
13)  * You should have received a copy of the CC0 Public Domain Dedication along 
14)  * with this software. If not, see 
15)  * http://creativecommons.org/publicdomain/zero/1.0/
16)  *
17)  * Nevertheless, in case you use a significant part of this code, we ask (but 
18)  * not require, see the license) that you keep the authors' names in place and 
19)  * return your changes to the public. We would be especially happy if you tell 
20)  * us what you're going to do with this code.
21)  * -------------------------------------------------------------------------------
22)  */
23) 
24) html {
25)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
26)         font-size: 14px;
27)         color: #000000;
28)         background-color: #fff;
29) }
30) 
31) 
32) body {
33)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
34)         font-size: 14px;
35)         color: #000000;
36)         background-color: #fff;
37) }
38) 
39) 
40) div.error {
41)         color: #FF0000;
42)         border: 2px solid #000000;
43)         background-color: #FFFFFF;
44)         margin: 10px;
45)         padding: 10px;
46) }
47) 
48) div.success {
49)         color: #282;
50)         border: 2px solid #282;
51)         background-color: #FFFFFF;
52)         margin: 5px;
53)         padding: 5px;
54)         font-weight: bold;
55) }
56) 
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 4 years ago

60)     border-radius: 1em;
61)     background-color: #FFEBCC;
62)     margin: 10px;
63)     padding: 10px;
64) }
65) 
66) div.warning li:before {
67)     content: "⚠";
68)     font-size: 200%;
69)     font-weight: bold;
Bernd Wurst Warnungen schöner gemacht

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 4 years ago

72) }
73) div.warning ul {
74)     padding: 0 1em;
75) }
76) 
77) div.warning li {
78)     font-weight: bold;
79)     list-style-type: none;
80)     padding-left: 3em;
81) }
82) 
Bernd Wurst Mobile-CSS in das default-t...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

186)         display: block;