4963b3db3066e945b1c36747a5d20015df7a119e
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

1) 
2) @import url("https://mosterei-wurst.de/wp-content/fonts/fonts.css");
3) 
4) body {
5)   font-family: linux_biolinum_o;
Bernd Wurst Schrift größer, Buttons mit...

Bernd Wurst authored 1 year ago

6)   font-size: 180%;
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

7)   background-color: #ffa;
8) }
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

9) 
10) #banner {
11)     width: 100%;
12)     background-color: #007900;
13)     padding: 0.5em;
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

14)     overflow: hidden;
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

15) }
16) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

17) 
18) #banner-back {
19)     width: 65px;
20)     text-align: left;
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

21)     float: left;
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

22) }
23) 
24) #banner-headline {
25)     width: 100%;
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

26)     min-height: 65px;
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

27)     text-align: center;
28)     color: #ffc;
29) }
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

30) #banner-headline h1 {
31)     display: inline;
32) }
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

33) 
34) #banner-logo {
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

35)     float: right;
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

36)     width: 244px;
37)     text-align: right;
38) }
39) 
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

40) #banner-clear {
41)     clear: both;
42)     height: 0px;
43)     width: 100%;
44)     padding: 0;
45)     margin: 0;
46) }
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

47) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

48) h1, h2, h3 {
Bernd Wurst design-änderungen

Bernd Wurst authored 5 years ago

49)   font-family: "Caveat Brush";
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

50) }
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

51) @media(min-width:992px){
52)     h1 {
Bernd Wurst bestehende Kunden über die...

Bernd Wurst authored 4 years ago

53)         font-size: 250%;
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

54)     }
55) 
56)     h1.termsheader {
57)         font-size: 200%;
58)     }   
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

59)     .modal-dialog {
60)         max-width: 700px;
61)     }
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

62) }
63) 
Bernd Wurst Optimierungen für Handy-Dis...

Bernd Wurst authored 4 years ago

64) @media(max-width: 991px) {
65)     #banner-headline {
66)         clear: both;
67)     }
68) 
69)     .modal-footer button,
70)     .modal-footer a {
71)         max-width: 50%;
72)         font-size: 100%;
73)     }
74) 
75) }
76) 
77) 
78) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

79) .modal-body.terms {
80)     text-align: left;
81)     max-height: 500px;
82)     overflow-y: auto;
83) }
84) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

85) input, textarea, .form-control {
86)     font-size: 120%;
87) }
88) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

89) input.btn[type=submit] {
90)     white-space: normal !important;
91)     min-height: 5em;
92) }
93) 
94) input[type=submit] {
95)     width: 100%;
96) }
97) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

98) .btn {
99)     font-size: 120%;
Bernd Wurst Schrift größer, Buttons mit...

Bernd Wurst authored 1 year ago

100)     white-space: normal;
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

101) }
102) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

103) .btn-light, .btn-light:hover {
104)     border-color: black;
105)     margin-bottom: 0.5em;
Bernd Wurst Migration to bootstrap-4.0.0

Bernd Wurst authored 6 years ago

106) }
107) 
Bernd Wurst Auswahl, ob per E-Mail oder...

Bernd Wurst authored 1 month ago

108) #btn-sms {
109)     min-width: 280px; 
110)     padding-top: 170px;
111)     background-image: url("images/sms.png");
112)     background-repeat: no-repeat;
113)     background-position: center 10px;
114) }
115) 
116) #btn-email {
117)     min-width: 280px; 
118)     padding-top: 170px;
119)     background-image: url("images/email.png");
120)     background-repeat: no-repeat;
121)     background-position: center 10px;
122) }
123) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

124) #btn-gitterbox {
125)     min-width: 280px;
126)     padding-top: 170px;
127)     background-image: url("images/gitterbox.png");
128)     background-repeat: no-repeat;
129)     background-position: center 10px;
130) }
131) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 4 years ago

132) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

133) #btn-anhaenger {
134)     min-width: 280px;
135)     padding-top: 170px;
136)     background-image: url("images/anhaenger.png");
137)     background-repeat: no-repeat;
138)     background-position: center 10px;
139) }
140) 
141) #btn-kartonsja {
142)     min-width: 280px;
143)     padding-top: 170px;
144)     background-image: url("images/kartons.png");
145)     background-repeat: no-repeat;
146)     background-position: center 10px;
147) }
148) 
149) #btn-kartonsnein {
150)     min-width: 280px;
151)     padding-top: 170px;
152)     background-image: url("images/keinekartons.png");
153)     background-repeat: no-repeat;
154)     background-position: center 10px;
155) }
156) 
157) #btn-frischsaftja {
158)     min-width: 280px;
159)     padding-top: 170px;
160)     background-image: url("images/frischsaft.png");
161)     background-repeat: no-repeat;
162)     background-position: center 10px;
163) }
164) 
165) #btn-frischsaftnein {
166)     min-width: 280px;
167)     padding-top: 170px;
168)     background-image: url("images/keinfrischsaft.png");
169)     background-repeat: no-repeat;
170)     background-position: center 10px;
171) }
172) 
173) .container {
174)     max-width: 800px;
175) }
176) 
177) #disclaimer {
178)     margin-top: 5em;
179) }
180) 
181) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

182) #allesloeschen {
183)     white-space: normal;
184) }
185) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

186) #footer {
187)     margin-top: 5em;
188) }
189) 
Bernd Wurst loading-spinner hinzugefügt

Bernd Wurst authored 1 year ago

190) #loading-spinner-overlay {
191)     display: none;
192)     position: fixed;
193)     left: 0;
194)     width: 100%;
195)     top: 0;
196)     height: 100%;
Bernd Wurst small text change

Bernd Wurst authored 1 year ago

197)     background-color: rgba(255,255,255,0.5);