forked from sveinbjornt/lemur2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-lt-ie9.css
102 lines (76 loc) · 2.63 KB
/
style-lt-ie9.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
/* Prevent wrapping */
.wrap {
max-width: none;
width: 1020px;
}
/* Fix for header image size */
.wrap > .header > .logo {
position: relative;
display: block;
height: 0;
padding-bottom: 15%;
background: url('assets/images/header-small.jpg') no-repeat center center;
}
/* Fix for non-RGBA support */
.sidebar div.section-box div a.sidebar-box-headline {
background-color: #eee;
}
.sidebar div.svarta-box div a.sidebar-box-headline {
background-color: #000;
}
/* Fix image size for category headers */
body.category-svartabloggid .header > .logo,
body.category-svortu .header > .logo,
body.svortu .header > .logo,
body.svartabloggid .header > .logo {
background-image: url('assets/images/header-svortu-small.jpg');
}
body.myndaalbum .header > .logo,
body.category-myndaalbum .header > .logo {
background-image: url('assets/images/header-myndaalbum-small.jpg');
}
body.sudrid .header > .logo,
body.category-sudrid .header > .logo {
background-image: url('assets/images/header-sudrid-small.jpg');
}
body.langtiburtistan .header > .logo,
body.category-langtiburtistan .header > .logo {
background-image: url('assets/images/header-langtiburtistan-small.jpg');
}
body.lanztidindi .header > .logo,
body.category-lanztidindi .header > .logo {
background-image: url('assets/images/header-lanztidindi-small.jpg');
}
body.bio .header > .logo, body.category-bio .header > .logo {
background-image: url('assets/images/header-bio-small.jpg');
}
body.kvikindin .header > .logo, body.category-kvikindin .header > .logo {
background-image: url('assets/images/header-kvikindin-small.jpg');
}
body.arodursmal .header > .logo, body.category-arodursmal .header > .logo {
background-image: url('assets/images/header-arodur-small.jpg');
}
body.babel .header > .logo, body.category-babel .header > .logo {
background-image: url('assets/images/header-babel-small.jpg');
}
body.category-greinar .header > .logo ,
body.author, body.date .header > .logo, body.tag .header > .logo {
background-image: url('assets/images/header-greinasafn-small.jpg');
}
body.mahlzeit .header > .logo, body.category-mahlzeit .header > .logo {
.header .logo {
background-image: url('assets/images/header-mahlzeit-small.jpg');
}
}
// NÁTTBORÐ
body.nattbord .header > .logo, body.category-nattbord .header > .logo {
.header .logo {
background-image: url('assets/images/header-nattbord-small.jpg');
}
}
// HM BRASILÍU 2014
body.hm2014 .header > .logo, body.category-hm2014 .header > .logo {
.header .logo {
background-image: url('assets/images/header-hm2014-small.jpg');
}
}