5da5958152fc568c0a2d5e62d6ff2cadca7e2200
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

1) 
2) @import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css");
3) 
4) body {
5)   font-family: linux_biolinum_o;
6)   font-size: 150%;
7)   background-color: #ffa;
8) }
9) 
10) .auftrag-kopf {
11)     margin-bottom: 1em;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

12)     margin-top: 1em;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

13) }
14) .auftrag-kopf > div {
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

15)  /*   border: 1px solid black;
16)     border-radius: 5px;*/
17)     padding-bottom: 0.5em;
18)     background-color: #8f8;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

19) }
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

20) /*
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

21) .auftrag-kopf div.kundendaten_aktionen {
22)     border: none;
23) }
24) 
25) .auftrag-kopf div.kundendaten_aktionen button {
26)     display: block;
27)     margin-bottom: 1em;
28) }
29) 
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

30) */
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

31) .navbutton {
32)     margin: 2em;
33) }
34) 
35) div.lieferart {
36)     display: flex;
37) 
38) }
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

39) div.lieferart > div {
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

40)     text-align: center;
41)     padding: 0.2em;
42)     margin: 0.2em;
43)     border: 1px solid #040;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

44) }
45) div.lieferart a {
Bernd Wurst Diverse Änderungen im inter...

Bernd Wurst authored 4 years ago

46)     color: #000;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

47) }
48) 
Bernd Wurst Diverse Änderungen im inter...

Bernd Wurst authored 4 years ago

49) a.gitterbox {
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

50) 
51) }
52) 
53) img.gitterbox {
54)     width: 67px;
55)     height: 50px;
56) }
57) 
58) img.anhaenger {
59)     width: 86px;
60)     height: 50px;
61) }
62) 
63) .auftrag-container, .unterauftrag-container {
64)     display: flex;
65)     flex-direction: row;
66)     flex-wrap: wrap;
67)     align-items: stretch;
68) }
69) a.auftrag, div.unterauftrag {
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

70)     /*display: block;*/
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

71)     border: 1px solid #007900; 
72)     border-radius: 5px;
73)     color: #000;
74)     text-decoration: none;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

75)     margin: 0.5em;
76)     padding: 0.2em;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

77) }
78) a.auftrag:hover {
79)     background-color: #ccffcc;
80) }
81) 
82) a.auftrag.incomplete:hover {
83)     background-color: #ffcccc;
84) }
85) 
86) .auftrag.incomplete {
87)     border: 1px dotted #777;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

88)     background-color: #ffdddd;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

89) }
90) 
91) .auftrag h4 {
92)     font-weight: bold;
93)     font-size: 110%;
94) }
95) 
96) .auftrag > .unterauftrag {
97)     border: none;
98)     border-radius: 0;
99)     border-top: 1px dotted black;
100)     padding: 0em;
101)     margin: 0em;
102) }
103) 
104) .unterauftrag .lieferart {
105)     min-height: 1.5em;
106) }
107) 
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

108) .auftrag .kundenname, .auftrag .datum {
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

109)     font-size: 60%;
110) }
111) 
Bernd Wurst abgespeckte Version zum Bes...

Bernd Wurst authored 4 years ago

112) h4.incomplete {
113)     color: #f00;
114)     text-decoration: underline;
115) }
116) 
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

117) #banner {
118)     width: 100%;
119)     background-color: #007900;
120)     padding: 0.5em;
121)     overflow: hidden;
122) }
123) 
124) 
125) #banner-back {
126)     width: 65px;
127)     text-align: left;
128)     float: left;
129) }
130) 
131) #banner-headline {
132)     width: 100%;
133)     min-height: 65px;
134)     text-align: center;
135)     color: #ffc;
136) }
137) #banner-headline h1 {
138)     display: inline;
139) }
140) 
141) #banner-logo {
142)     float: right;
143)     width: 244px;
144)     text-align: right;
145) }
146) 
147) #banner-clear {
148)     clear: both;
149)     height: 0px;
150)     width: 100%;
151)     padding: 0;
152)     margin: 0;
153) }
154) 
155) h1, h2, h3 {
156)   font-family: "Caveat Brush";
157) }
158) @media(min-width:992px){
159)     h1 {
160)         font-size: 250%;
161)     }
162) 
163)     h1.termsheader {
164)         font-size: 200%;
165)     }   
166)     .modal-dialog {
167)         max-width: 700px;
168)     }
169) }
170) 
171) @media(max-width: 991px) {
172)     #banner-headline {
173)         clear: both;
174)     }
175) 
176)     .modal-footer button,
177)     .modal-footer a {
178)         max-width: 50%;
179)         font-size: 100%;
180)     }
181) 
182) }
183) 
184) 
185) 
186) .modal-body.terms {
187)     text-align: left;
188)     max-height: 500px;
189)     overflow-y: auto;
190) }
191) 
192) input, textarea, .form-control {
193)     font-size: 120%;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

194)     max-width: 100%;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

195) }
196) 
197) input.btn[type=submit] {
198)     white-space: normal !important;
199)     min-height: 5em;
200) }
201) 
202) input[type=submit] {
203)     width: 100%;
204) }
205) 
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

206) input#obstmenge {
207)     max-width: 7em;
208) }
209) 
210) p.gebrauchte {
211)     padding-top: 0.3em;
212) }
213) span.ui-checkboxradio-icon { display: none; }
214) 
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

215) .btn {
216)     font-size: 120%;
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 4 years ago

217)     overflow-wrap: break-word;
218)     white-space: normal;
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 4 years ago

219) }
220) 
221) .btn-light, .btn-light:hover {
222)     border-color: black;
223)     margin-bottom: 0.5em;
224) }
225) 
226) .container {
227)     max-width: 100%;
228) }
229) 
230) #footer {
231)     margin-top: 5em;
232) }
233)