-
Notifications
You must be signed in to change notification settings - Fork 0
/
specific.css
179 lines (149 loc) · 3.59 KB
/
specific.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
/************* Header ***************/
#header-container {
padding: 13px 0 13px 0;
}
#header-container figure {
margin: 0;
height: 2em;
text-align: center;
font-family: Swedbank Sans Medium, Swedbank Sans Regular, Arial, sans-serif !important;
display: inline-block;
vertical-align: middle;
}
#header-container figure > img {
height: 100%;
}
#header-container figure > figcaption {
position: absolute;
left: -9999px;
}
/************* Logo ***************/
#logo-link {
background-image: url(../graphics/logo-cropped2.svg);
height: 38px;
width: 155px;
max-width: 100%;
background-repeat: no-repeat;
}
/************* Links ***************/
a {
color: #257886;
font-family: Swedbank Sans Bold, Swedbank Sans Regular, Arial, sans-serif !important;
}
/************* Headings and legends ***************/
h1 {
font-family: Swedbank HeadlineBlack, Arial, sans-serif !important;
color: #f35b1c;
font-weight: normal;
}
#heading-container h1 {
font-size: 1.7em;
letter-spacing: 0.1em;
text-transform: uppercase;
}
#main-content_legend, h2, .sub-section > fieldset > legend, .control-sub-section > fieldset > legend, h3, h4 {
font-family: Swedbank Headline Bold, Arial, sans-serif !important;
font-weight: normal !important;
color: #512b2b;
}
#main-content_legend, h2 {
padding-top: 30px !important;
font-size: 220% !important;
margin: 0 !important;
}
.sub-section > fieldset > legend, .control-sub-section > fieldset > legend, h3 {
font-size: 170%;
}
.sub-section > fieldset > legend, .control-sub-section > fieldset {
padding: 0;
margin: 0;
}
h4 {
font-size: 120%;
}
.control-container > fieldset > legend {
font-family: Swedbank Sans Bold, Swedbank Sans Medium, Arial, sans-serif !important;
font-weight: normal !important;
}
/************* Paragraphs and labels ***************/
#error-container p {
font-size: 120%;
}
.label_text {
font-size: 100% !important;
}
.label_text > label {
font-family: Swedbank Sans Medium, Arial, sans-serif !important;
font-weight: normal !important;
font-size: 1em;
}
/************* "Velg profil" ***************/
#velg-profil-content #main-content {
margin: auto;
max-width: 35em;
}
#velg-profil_legend {
display: block;
width: 100%;
border-width: 0px;
background-color: transparent;
text-align: center;
font-size: 260%;
font-family: Swedbank HeadlineBlack, Arial, sans-serif;
font-weight: normal;
color: #f35b1c;
font-style: normal;
text-decoration: none;
padding-bottom: 21px;
}
#velg-profil-page h1 {
text-align: center;
font-size: 160%;
}
#btn-privat {
background-image: url(../graphics/ikon_privatperson_brown.svg);
}
#btn-bedrift {
background-image: url(../graphics/ikon_bedrift_brown.svg);
}
@media screen and (min-width: 310px) {
/************* "Velg profil" ***************/
#velg-profil_legend {
padding-top: 21px;
}
}
@media screen and (min-width: 400px) {
/************* "Velg profil" ***************/
#velg-profil_legend {
font-size: 300%;
padding-top: 34px;
}
}
@media screen and (min-width: 520px) {
/************* Header ***************/
#header-container figure {
vertical-align: baseline;
}
#header-container figure > figcaption {
position: static;
left: auto;
}
#heading-container h1 {
text-align: center !important;
}
/************* Headings and legends ***************/
h1 {
font-size: 350% !important;
}
#main-content_legend, h2 {
padding-top: 0 !important;
}
/************* "Velg profil" ***************/
#velg-profil_legend {
font-size: 248%;
padding-bottom: 34px;
}
#velg-profil_legend, #pep-content {
padding-top: 55px;
}
}