9b55039392060084e22c66493f13fa0d767bfae7
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;
6)   background-color: #ffa;
7) }
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

8) 
9) #banner {
10)     width: 100%;
11)     background-color: #007900;
12)     padding: 0.5em;
13) }
14) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

15) h1, h2, h3 {
16)   font-family: "jr_hand";
17) }
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

18) @media(min-width:992px){
19)     h1 {
20)         font-size: 500%;
21)     }
22) 
23)     h1.termsheader {
24)         font-size: 200%;
25)     }   
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

46) }
47) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

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