-
Notifications
You must be signed in to change notification settings - Fork 0
/
ie.css
57 lines (57 loc) · 1.11 KB
/
ie.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
#footer {
display:none;
}
#sidestripe {
width: 300px;
height: 670px;
background-image:url('http://www.travisberry.com/wp-content/themes/tbsite/images/sidestripe.jpg');
background-repeat:no-repeat;
background-color:#efecc3;
position:absolute;
z-index:1;
float:left;
}
#contentbox {
float:right;
width:660px;
position:relative;
z-index:33;
background-color:#efecc3;
}
#content {
width: 650px;
margin: 20px 20px 10px 0px;
padding: 10px 5px 50px 5px;
float:right ;
border-style:solid;
border-width:5px;
border-color:#54452e;
color:#54452e;
font-size:1.2em;
letter-spacing: -.04em;
line-height: 1em;
word-spacing:-1px;
position:absolute;
z-index:34;
}
h4 {
font-size:48px;
color:#54452e;
font-family: "Boogie", 'Garamond', serif;
}
#navbar {
width: 640px;
height:50px;
background-color: #54452e;
margin: 0px 0px 0px 12px;
font-size:40px;
color:#efecc3;
font-family: "Boogie", 'Garamond', serif;
padding: 0px 0px 8px 10px;
position:relative;
z-index:1;
}
#navbar ul {
list-style:none;
margin: 0px 0px 0px 0px;
}