-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackmanager.html
More file actions
58 lines (55 loc) · 1.36 KB
/
Copy pathbackmanager.html
File metadata and controls
58 lines (55 loc) · 1.36 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
body {
background-color:#222930;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 62.5%
}
.nav {
margin:10%
}
.nav a {
background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.34) 100%) repeat scroll 0 0 transparent;
border: 1px solid #121212;
border-right: none;
box-shadow: 0 2px 3px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
color: #777777;
cursor: pointer;
font-size: 14px;
line-height: 21px;
margin-left: -3px;
padding: 12px 20px;
text-decoration: none;
text-shadow: 0 -1px #0F0F0F;
vertical-align: top;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none
}
[Login to get rid of this advertisement]
.nav a:hover {
color:#e9e9e9
}
.nav a:first-child {
border-radius: 6px 0 0 6px
}
.nav a:last-child {
border-radius: 0 6px 6px 0
}
.nav a:active {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1)
}
.nav a.highlight {
background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.44) 100%) repeat scroll 0 0 transparent;
color: #e9e9e9
}
.nav a:last-child {
border-right: 1px solid #121212;
}