0b803b20fd61286698eb3a9b4bbffeef798ee7eb
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 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 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

190) }
191) 
192) input.btn[type=submit] {
193)     white-space: normal !important;
194)     min-height: 5em;
195) }
196) 
197) input[type=submit] {
198)     width: 100%;
199) }
200) 
Bernd Wurst work in progress, Saisonsta...

Bernd Wurst authored 3 years ago

201) input#obstmenge {
202)     max-width: 7em;
203) }
204) 
205) p.gebrauchte {
206)     padding-top: 0.3em;
207) }
208) span.ui-checkboxradio-icon { display: none; }
209) 
Bernd Wurst erster stub für internes We...

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 3 years ago

214) }
215) 
216) .btn-light, .btn-light:hover {
217)     border-color: black;
218)     margin-bottom: 0.5em;
219) }
220) 
221) .container {
222)     max-width: 100%;
223) }
224) 
225) #footer {
226)     margin-top: 5em;
227) }
228)