aboutsummaryrefslogtreecommitdiff
path: root/static/navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/navbar.css')
-rw-r--r--static/navbar.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/static/navbar.css b/static/navbar.css
new file mode 100644
index 00000000..3c2db9ef
--- /dev/null
+++ b/static/navbar.css
@@ -0,0 +1,78 @@
1#body_content {
2 padding-top: 0em;
3}
4
5.navbar {
6 margin-bottom: 0px;
7 background: #0C120C;
8}
9
10.sidebar-nav {
11 padding: 9px 0;
12}
13
14.dropdown-menu .sub-menu {
15 left: 100%;
16 position: absolute;
17 top: 0;
18 visibility: hidden;
19 margin-top: -1px;
20}
21
22.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
23 margin-top: 0;
24}
25
26.navbar .sub-menu:before {
27 border-bottom: 7px solid transparent;
28 border-left: none;
29 border-right: 7px solid rgba(0, 0, 0, 0.2);
30 border-top: 7px solid transparent;
31 left: -7px;
32 top: 10px;
33}
34.navbar .sub-menu:after {
35 border-top: 6px solid transparent;
36 border-left: none;
37 border-right: 6px solid #fff;
38 border-bottom: 6px solid transparent;
39 left: 10px;
40 top: 11px;
41 left: -6px;
42}
43
44.custom-toggler.navbar.toggler {
45 border-color: rgb(255,102,203);
46 /* border-color: rgb(102,136,170); */
47}
48
49.custom-toggler .navbar-toggler-icon {
50 /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
51 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,136,170, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
52}
53
54.nav a {
55 color: white !important;
56}
57
58.dropdown-menu, .dropdown-item {
59 background: #0C120C;
60 color: white;
61}
62
63.dropdown-menu a,
64.dropdown-item a {
65 background: #0C120C;
66 color: white !important;
67 text-decoration: none;
68 text-decoration-style: none;
69}
70.dropdown-menu:visited, .dropdown-item a:visited,
71.dropdown-menu a:hover, .dropdown-item a:hover,
72.dropdown-menu a:active, .dropdown-item a:active,
73.dropdown-menu a:link, .dropdown-item a:link {
74 background: #0C120C;
75 color: white !important;
76 text-decoration: none;
77 text-decoration-style: none;
78}