-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.css
30 lines (26 loc) · 997 Bytes
/
extra.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
/* extra css */
/* Hide these for now */
.social-bar a[href*="facebook"], .social-bar a[href*="instagram"] { display: none; }
/* Force IE8 to mobile size */
.ie8 body > header,
.ie8 body > footer,
.ie8 body > div,
.ie8 body > article,
.ie8 body .container {
width: 480px;
margin: 0 auto;
}
/* Hide some elements in IE8 */
.ie8 .timeline { display: none; }
.ie8 body.root > .social-bar { display: none; }
/* Text background color in IE8 */
.ie8 div.text.over-image h1 { background: white; }
.ie8 div.text.over-image h1.white { background: black; }
.ie8 div.text.over-image h2 { background: white; }
.ie8 div.text.over-image h2.white { background: black; }
.ie8 div.text.over-image h3 { background: white; }
.ie8 div.text.over-image h3.white { background: black; }
.ie8 div.text.over-image h4 { background: white; }
.ie8 div.text.over-image h4.white { background: black; }
.ie8 div.text.over-image p { background: white; }
.ie8 div.text.over-image p.white { background: black; }