-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmobileUI-beveled.css
More file actions
56 lines (49 loc) · 1.49 KB
/
mobileUI-beveled.css
File metadata and controls
56 lines (49 loc) · 1.49 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
/*****************************************************************/
/* 5grid 0.3.1 by n33.co | MIT+GPLv2 license licensed */
/* mobileUI-beveled.css: Beveled mobile UI theme */
/*****************************************************************/
#mobileUI-site-titlebar {
text-align: center;
background: #444;
color: #fff;
text-shadow: -1px -1px 0px rgba(0,0,0,0.9);
font-weight: bold;
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.75), inset 0px 22px 0px 0px rgba(255,255,255,0.09), inset 0px 8px 45px 0px rgba(255,255,255,0.4);
line-height: 46px !important;
}
#mobileUI-site-nav-opener {
width: 45px;
height: 28px;
color: #fff;
text-align: center;
line-height: 28px;
font-size: 0.8em;
top: 7px;
left: 6px;
border-radius: 5px;
text-shadow: -1px -1px 0px rgba(0,0,0,0.9);
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25), inset 0px 1px 2px 0px rgba(0,0,0,0.5), inset 0px 6px 13px 0px rgba(255,255,255,0.2), 0px 2px 2px 0px rgba(255,255,255,0.1);
}
#mobileUI-site-nav-opener:active {
background: rgba(0,0,0,0.4);
}
#mobileUI-site-nav {
background: #444;
color: #fff;
box-shadow: inset -10px 0px 40px 0px rgba(0,0,0,0.5);
}
#mobileUI-site-nav a {
display: block;
color: #fff;
border-top: solid 1px rgba(255,255,255,0.1);
border-bottom: solid 1px rgba(0,0,0,0.2);
padding: 0.75em;
text-decoration: none;
text-shadow: -1px -1px 0px #000;
}
#mobileUI-site-nav a:first-child {
border-top: 0;
}
#mobileUI-site-nav a:last-child {
border-bottom: 0;
}