-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheaderStylesIE.css
More file actions
84 lines (78 loc) · 1.83 KB
/
headerStylesIE.css
File metadata and controls
84 lines (78 loc) · 1.83 KB
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
#headerAndButtons{background-color:rgba(245,245,245,1);width:100%;height:135px;}
#uheaderAndButtons{background-color:rgba(245,245,245,1);width:1000px;height:100%;position:relative;}
#buttonRow{
margin:0;
position:relative;
top:2px;
left:1613px;
height:38px;
}
#button1,#button2,#button3,#button4{
width:100px;
height:38px;
background:none;
padding-top:1px;
padding-bottom:0px;
padding-left:5px;
padding-right:12px;
border-style:solid;
border-right-width:1px;
border-left-width:0px;
border-top-width:0px;
border-bottom-width:0px;
border-color:white;
font-size:14px;
color:white;
font-family:"Verdana";
cursor:pointer;
}
#button1{border-style:solid;border-left-width:1px;}
#strip{
height:42px;
width:2500px;
background:linear-gradient(bottom, #303030 50%, #3A3A3A 50%);
background:-o-linear-gradient(bottom, #303030 50%, #3A3A3A 50%);
background:-moz-linear-gradient(bottom, #303030 50%, #3A3A3A 50%);
background:-webkit-gradient(linear, center bottom, center top, from(#303030), to(#3A3A3A));
background:-webkit-linear-gradient(bottom, #303030 50%, #3A3A3A 50%);
background:-ms-linear-gradient(bottom, #303030 50%, #3A3A3A 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#3A3A3A');
border-radius:5px;
behavior:url(border-radius.php);
margin:0;
position:absolute;
left:-1500px;
top:66px;
-moz-box-shadow: 5px 5px 5px #888;
box-shadow: 3px 3px 5px #888;
}
#logo{
width:94px;
height:94px;
position:absolute;
}
#logoBack{
cursor:pointer;
width:94px;
height:94px;
position:absolute;
top:21px;
background:#222222;
border-radius:6px;
box-shadow:1px 1px 5px #888;
behavior:none;
}
#revivedText{
position:absolute;
width:200px;
height:40px;
}
#revivedTextBack{
position:absolute;
top:26px;
left:110px;
width:200px;
height:35px;
background:none;
cursor:pointer;
}