Subversion-Projekte lars-tiefland.marine-sales.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
@font-face {
2
    font-family: 'work_sanslight';
3
    src: url('/styles/fonts/worksans-light-webfont.woff2') format('woff2'),
4
         url('/styles/fonts/worksans-light-webfont.woff') format('woff');
5
    font-weight: normal;
6
    font-style: normal;
7
}
8
@font-face {
9
    font-family: 'work_sansregular';
10
    src: url('/styles/fonts/worksans-regular-webfont.woff2') format('woff2'),
11
         url('/styles/fonts/worksans-regular-webfont.woff') format('woff');
12
    font-weight: normal;
13
    font-style: normal;
14
}
15
@font-face {
16
    font-family: 'work_sanssemibold';
17
    src: url('/styles/fonts/worksans-semibold-webfont.woff2') format('woff2'),
18
         url('/styles/fonts/worksans-semibold-webfont.woff') format('woff');
19
    font-weight: normal;
20
    font-style: normal;
21
}
22
h1,h2,h3,h4,h5,h6 {
23
    font-weight: normal;
24
    font-style: normal;
25
}
26
 
27
/* fonts */
28
body,
29
.preis_message {
30
    font-family:'work_sansregular';
31
}
32
 
33
h1,
34
b,
35
strong,
36
.bold,
37
.head,
38
.item_preis,
39
.preisInner,
40
h1,h2,h3,h4,h5,h6,
41
.box_top,
42
.bezeichnung,
43
.einstieg02,
44
.itemnameInner,
45
.artikel_box .infopic.strike.uvp
46
{
47
    font-family:'work_sanssemibold'!important;
48
    font-weight:normal;
49
}
50
 
51
 
52
/* font sizes */
53
body {
54
  -ms-hyphens: auto; /* ab IE10 */
55
  -moz-hyphens: auto; /* seit Firefox 6 */
56
  -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
57
  hyphens: auto;
58
  font-size:1em;
59
}
60
 
61
h1,
62
.shopname {
63
    font-size:2rem;
64
}
65
h3 {
66
    font-size:1.2rem;
67
}
68
.bestellartInfoText {
69
    font-size:1rem;
70
}
71
.itemnameInner,
72
.service_center .head,
73
.topnav ul li,
74
.box_top,
75
h3.bezeichnung
76
{
77
    font-size:1.1em;
78
}
79
 
80
.einstieg02,
81
.box_2 .item_preis,
82
#item_name_h1 {
83
    font-size:2em;
84
}
85
 
86
.preisInner,
87
.item_preis,
88
.kontakt .head {
89
    font-size:1.7em;
90
}
91
.billiger_gesehen_headline h2 {
92
    font-size:1.6em;
93
}
94
 
95
.box_subdir {
96
    font-size:1.6em;
97
}
98
 
99
.basket_head1,
100
.basket_summe .item_preis {
101
    font-size:1.2em;
102
}
103
.inner_basket h1 {
104
    font-size:1em;
105
}
106
 
107
.bestellvorgang,
108
.item_mobile,
109
.versand_aufschlag,
110
.pagination_container,
111
.header .warenkorb .warenkorb_preis,
112
.bottomfooter,
113
.root .breadcrumb,
114
#overDiv,
115
.lieferstatusText,
116
.preis_lieferstatus,
117
.item_preis_message,
118
.descriptionInner,
119
#gutschein,
120
#overDiv,
121
.item_rightrow .item_preiseinheit,
122
.mengen_input span,
123
.itemNav,
124
.warenkorb_preis,
125
.item_beschreibung {
126
    font-size:.8em;
127
}
128
 
129
.mengenlabel,
130
.item_slider_wrapper_inner .preis_message,
131
.preis_messageInner {
132
    font-weight:normal;
133
    font-size:12px;
134
}
135
 
136
.head {
137
    text-transform:uppercase;
138
}
139
 
140
h1 {
141
    line-height:1.4em;
142
}
143
 
144
 
145
 
146
 
147
 
148
 
149
 
150
 
151
 
152
 
153
 
154