aboutsummaryrefslogtreecommitdiff
path: root/static/navbar.css
blob: 3c2db9ef85676f66c3309a41dfa7e31193882c18 (plain) (blame)
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
#body_content {
    padding-top: 0em;
}

.navbar {
    margin-bottom: 0px;
    background: #0C120C;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.custom-toggler.navbar.toggler {
    border-color: rgb(255,102,203);
    /* border-color: rgb(102,136,170); */
}

.custom-toggler .navbar-toggler-icon {
    /* 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"); */
    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");
}

.nav a {
    color: white !important;
}

.dropdown-menu, .dropdown-item {
    background: #0C120C;
    color: white;
}

.dropdown-menu a,
.dropdown-item a {
    background: #0C120C;
    color: white !important;
    text-decoration: none;
    text-decoration-style: none;
}
.dropdown-menu:visited, .dropdown-item a:visited,
.dropdown-menu a:hover, .dropdown-item a:hover,
.dropdown-menu a:active, .dropdown-item a:active,
.dropdown-menu a:link, .dropdown-item a:link {
    background: #0C120C;
    color: white !important;
    text-decoration: none;
    text-decoration-style: none;
}