-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathstyle.css
56 lines (48 loc) · 1.13 KB
/
style.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
.fPrivacyHeader {
padding: 8px 8px 7px;
color: white;
line-height: 18px;
border: 1px solid #678;
background: -webkit-linear-gradient(#89a, #567);
box-shadow: 0 1px #345, 0 2px rgba(255,255,255,.34), 0 0 0 1px #567;
position: relative;
z-index: 10000;
min-height: 42px;
box-sizing: border-box;
overflow: auto;
}
#blueBar {
top: 42px !important;
position: relative !important;
}
#globalContainer {
padding-top: 42px !important;
}
.fPrivacyHeader label, .fPrivacyHeader span {
margin: 0 21px 0 3px;
color: white !important;
vertical-align: baseline !important;
font-weight: bold;
}
.fPrivacyHeader div {
display: inline-block;
float: left;
}
.fPrivacyHeader input {
vertical-align: baseline;
}
.fPrivacyHeader a {
margin-bottom: 1px;
padding: 0 8px;
color: #345 !important;
border: 1px solid #678;
border-radius: 5px;
background-color: rgba(255,255,255,.08);
box-shadow: 0 1px rgba(0,0,0,.21), 0 1px rgba(255,255,255,.21) inset;
float: right;
-webkit-transition: 250ms;
}
.fPrivacyHeader a:hover {
text-decoration: none;
background-color: rgba(255,255,255,.21);
}