Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.css
More file actions
Latest commit
67 lines (58 loc) · 1.23 KB
/
Copy pathlocal.css
File metadata and controls
67 lines (58 loc) · 1.23 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
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height:100%;
}
body {
/* Margin bottom by footer height */
margin-bottom:60px;
}
.footer {
position: absolute;
bottom:0;
width:100%;
/* Set the fixed height of the footer here */
height:60px;
background-color:#f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body> .container {
padding:60px15px0;
}
.footer> .container {
padding-right:15px;
padding-left:15px;
}
code {
font-size:80%;
}
/* navbar-inverse applied to .selflink span instead of .active > a */
.nav>li> .selflink {
position: relative;
display: block;
padding:10px15px;
}
.navbar-nav>li> .selflink {
padding-top:15px;
padding-bottom:15px;
line-height:20px;
}
@media (min-width:768px) {
.navbar-nav>li> .selflink {
padding-top:15px;
padding-bottom:15px;
}
}
.navbar-inverse .navbar-nav>li> .selflink {
color:#fff;
background-color:#080808;
}
@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li> .selflink {
color:#fff;
background-color:#080808;
}
}