-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmobileUI-flat.css
More file actions
48 lines (41 loc) · 966 Bytes
/
mobileUI-flat.css
File metadata and controls
48 lines (41 loc) · 966 Bytes
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
/*****************************************************************/
/* 5grid 0.3.1 by n33.co | MIT+GPLv2 license licensed */
/* mobileUI-flat.css: Flat mobile UI theme */
/*****************************************************************/
#mobileUI-site-titlebar {
text-align: center;
background: #444;
color: #fff;
line-height: 46px !important;
}
#mobileUI-site-nav-opener {
width: 45px;
height: 44px;
color: #fff;
text-align: center;
line-height: 44px;
font-size: 0.8em;
top: 0;
left: 0;
background: rgba(0,0,0,0.15);
}
#mobileUI-site-nav-opener:active {
background: rgba(0,0,0,0.4);
}
#mobileUI-site-nav {
background: #272727;
color: #fff;
}
#mobileUI-site-nav a {
display: block;
color: #fff;
padding: 0.75em;
text-decoration: none;
border-top: solid 1px rgba(255,255,255,0.1);
}
#mobileUI-site-nav a:first-child {
border-top: 0;
}
#mobileUI-site-nav a:last-child {
border-bottom: 0;
}