d4c1bfec03cbdcf81ea97332961db13076e30563
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 bestehende Kunden über die...

Bernd Wurst authored 4 years ago

6)   font-size: 150%;
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;
14) }
15) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

22)     }
23) 
24)     h1.termsheader {
25)         font-size: 200%;
26)     }   
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

27) }
28) 
29) .modal-body.terms {
30)     text-align: left;
31)     max-height: 500px;
32)     overflow-y: auto;
33) }
34) 
35) input.btn[type=submit] {
36)     white-space: normal !important;
37)     min-height: 5em;
38) }
39) 
40) input[type=submit] {
41)     width: 100%;
42) }
43) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

44) .btn-light, .btn-light:hover {
45)     border-color: black;
46)     margin-bottom: 0.5em;
Bernd Wurst Migration to bootstrap-4.0.0

Bernd Wurst authored 6 years ago

47) }
48) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

49) #btn-gitterbox {
50)     min-width: 280px;
51)     padding-top: 170px;
52)     background-image: url("images/gitterbox.png");
53)     background-repeat: no-repeat;
54)     background-position: center 10px;
55) }
56) 
57) #btn-anhaenger {
58)     min-width: 280px;
59)     padding-top: 170px;
60)     background-image: url("images/anhaenger.png");
61)     background-repeat: no-repeat;
62)     background-position: center 10px;
63) }
64) 
65) #btn-kartonsja {
66)     min-width: 280px;
67)     padding-top: 170px;
68)     background-image: url("images/kartons.png");
69)     background-repeat: no-repeat;
70)     background-position: center 10px;
71) }
72) 
73) #btn-kartonsnein {
74)     min-width: 280px;
75)     padding-top: 170px;
76)     background-image: url("images/keinekartons.png");
77)     background-repeat: no-repeat;
78)     background-position: center 10px;
79) }
80) 
81) #btn-frischsaftja {
82)     min-width: 280px;
83)     padding-top: 170px;
84)     background-image: url("images/frischsaft.png");
85)     background-repeat: no-repeat;
86)     background-position: center 10px;
87) }
88) 
89) #btn-frischsaftnein {
90)     min-width: 280px;
91)     padding-top: 170px;
92)     background-image: url("images/keinfrischsaft.png");
93)     background-repeat: no-repeat;
94)     background-position: center 10px;
95) }
96) 
97) .container {
98)     max-width: 800px;
99) }
100) 
101) #disclaimer {
102)     margin-top: 5em;
103) }
104) 
105) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

106) #allesloeschen {
107)     white-space: normal;
108) }
109)