3a6b9e82117083b183fa058562e12f1f0ffa748b
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 3 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 Erste Version, die über die...

Bernd Wurst authored 3 years ago

16) 
17) #banner-back {
18)     display: table-cell;
19)     width: 65px;
20)     text-align: left;
21) }
22) 
23) #banner-headline {
24)     display: table-cell;
25)     width: 100%;
26)     height: 65px;
27)     text-align: center;
28)     color: #ffc;
29) }
30) 
31) #banner-logo {
32)     display: table-cell;
33)     width: 244px;
34)     text-align: right;
35) }
36) 
37) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 3 years ago

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

Bernd Wurst authored 6 years ago

44)     }
45) 
46)     h1.termsheader {
47)         font-size: 200%;
48)     }   
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

49)     .modal-dialog {
50)         max-width: 700px;
51)     }
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

52) }
53) 
54) .modal-body.terms {
55)     text-align: left;
56)     max-height: 500px;
57)     overflow-y: auto;
58) }
59) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

60) input, textarea, .form-control {
61)     font-size: 120%;
62) }
63) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

64) input.btn[type=submit] {
65)     white-space: normal !important;
66)     min-height: 5em;
67) }
68) 
69) input[type=submit] {
70)     width: 100%;
71) }
72) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

73) .btn {
74)     font-size: 120%;
75) }
76) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

77) .btn-light, .btn-light:hover {
78)     border-color: black;
79)     margin-bottom: 0.5em;
Bernd Wurst Migration to bootstrap-4.0.0

Bernd Wurst authored 6 years ago

80) }
81) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

82) #btn-gitterbox {
83)     min-width: 280px;
84)     padding-top: 170px;
85)     background-image: url("images/gitterbox.png");
86)     background-repeat: no-repeat;
87)     background-position: center 10px;
88) }
89) 
Bernd Wurst Erste Version, die über die...

Bernd Wurst authored 3 years ago

90) 
Bernd Wurst Initial commit

Bernd Wurst authored 6 years ago

91) #btn-anhaenger {
92)     min-width: 280px;
93)     padding-top: 170px;
94)     background-image: url("images/anhaenger.png");
95)     background-repeat: no-repeat;
96)     background-position: center 10px;
97) }
98) 
99) #btn-kartonsja {
100)     min-width: 280px;
101)     padding-top: 170px;
102)     background-image: url("images/kartons.png");
103)     background-repeat: no-repeat;
104)     background-position: center 10px;
105) }
106) 
107) #btn-kartonsnein {
108)     min-width: 280px;
109)     padding-top: 170px;
110)     background-image: url("images/keinekartons.png");
111)     background-repeat: no-repeat;
112)     background-position: center 10px;
113) }
114) 
115) #btn-frischsaftja {
116)     min-width: 280px;
117)     padding-top: 170px;
118)     background-image: url("images/frischsaft.png");
119)     background-repeat: no-repeat;
120)     background-position: center 10px;
121) }
122) 
123) #btn-frischsaftnein {
124)     min-width: 280px;
125)     padding-top: 170px;
126)     background-image: url("images/keinfrischsaft.png");
127)     background-repeat: no-repeat;
128)     background-position: center 10px;
129) }
130) 
131) .container {
132)     max-width: 800px;
133) }
134) 
135) #disclaimer {
136)     margin-top: 5em;
137) }
138) 
139) 
Bernd Wurst Fehlermeldungen auf BS4 por...

Bernd Wurst authored 6 years ago

140) #allesloeschen {
141)     white-space: normal;
142) }
143)