-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (88 loc) · 2.08 KB
/
Copy pathstyle.css
File metadata and controls
107 lines (88 loc) · 2.08 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@font-face {
font-family: 'Minecraft';
src: url('minecraft.ttf') format('truetype');
}
body {
background-image: url("bg.png") !important;
background-color: #1b1b1b !important;
color: #dcdcdc !important;
}
.navbar {
background-image: url("nav_bg.png") !important;
height: 48px !important;
}
.navbar-inverse .navbar-nav > .active > a {
background-color: transparent !important;
font-weight: bold;
}
.navbar-nav > .dropdown:hover > a,
.navbar-nav > .dropdown.open > a {
background-color: transparent !important;
}
.navbar-toggle {
border-color: #ddd;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
background-color: #333;
}
.navbar-toggle .icon-bar {
background-color: #ddd;
}
@media (max-width: 767px) {
.navbar-collapse {
background-color: rgba(34, 34, 34, 0.95) !important;
border-top: 1px solid #333;
margin-top: 10px;
padding: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
z-index: 9999 !important;
position: relative;
}
.navbar-nav {
margin: 0;
}
.navbar-nav > li > a {
padding: 15px;
border-bottom: 1px solid #333;
background-color: rgba(34, 34, 34, 0.9) !important;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
background-color: rgba(62, 52, 52, 0.9) !important;
}
.navbar-nav > li:last-child > a {
border-bottom: none;
}
}
.dropdown-menu {
background-color: #1b1b1b !important;
color: #dcdcdc !important;
border: none !important;
}
.dropdown-menu > li > a {
color: #dcdcdc !important;
}
.dropdown-menu > li > a:hover {
background-color: rgb(62, 52, 52);
color: #dcdcdc !important;
}
#youtube-grid .col-xs-6 {
margin-bottom: 15px;
}
#youtube-grid > div {
margin-bottom: 15px;
}
ul.news li p {
font-size: 12px;
color: grey;
font-weight: 100;
}
ul.news li code {
font-size: 12px;
color: white;
font-weight: 100;
background-color: #444;
}