Skip to content

Commit 7833c7d

Browse files
Add files via upload
1 parent dfc777e commit 7833c7d

8 files changed

+11294
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.bootstrap_datatables {
2+
min-height: 100vh;
3+
}
4+
5+
@media (max-width: 768px) {
6+
#pickYourShortcodeId {
7+
border-right: none !important;
8+
}
9+
}
10+

resources/css/Dark-NavBar-1.css

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
.navigation-clean-button {
2+
background: #fff;
3+
padding-top: .75rem;
4+
padding-bottom: .75rem;
5+
color: #333;
6+
border-radius: 0;
7+
box-shadow: none;
8+
border: none;
9+
margin-bottom: 0;
10+
}
11+
12+
@media (min-width:768px) {
13+
.navigation-clean-button {
14+
padding-top: 1rem;
15+
padding-bottom: 1rem;
16+
}
17+
}
18+
19+
.navigation-clean-button .navbar-brand {
20+
font-weight: bold;
21+
color: inherit;
22+
}
23+
24+
.navigation-clean-button .navbar-brand:hover {
25+
color: #222;
26+
}
27+
28+
.navigation-clean-button .navbar-toggler {
29+
border-color: #ddd;
30+
}
31+
32+
.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
33+
background: none;
34+
}
35+
36+
.navigation-clean-button .navbar-toggler {
37+
color: #888;
38+
}
39+
40+
.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
41+
border-top-color: #ddd;
42+
}
43+
44+
.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
45+
background: none;
46+
box-shadow: none;
47+
}
48+
49+
.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
50+
color: #8f8f8f;
51+
box-shadow: none;
52+
background: none;
53+
pointer-events: none;
54+
}
55+
56+
.navigation-clean-button.navbar .navbar-nav .nav-link {
57+
padding-left: 18px;
58+
padding-right: 18px;
59+
}
60+
61+
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
62+
color: #465765;
63+
}
64+
65+
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
66+
color: #37434d !important;
67+
background-color: transparent;
68+
}
69+
70+
.navigation-clean-button .navbar-nav > li > .dropdown-menu {
71+
margin-top: -5px;
72+
box-shadow: 0 4px 8px rgba(0,0,0,.1);
73+
background-color: #fff;
74+
border-radius: 2px;
75+
}
76+
77+
.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
78+
line-height: 2;
79+
font-size: 14px;
80+
color: #37434d;
81+
}
82+
83+
.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
84+
background: #eee;
85+
color: inherit;
86+
}
87+
88+
.navigation-clean-button .actions .login {
89+
margin-right: 1rem;
90+
text-decoration: none;
91+
color: #465765;
92+
}
93+
94+
.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
95+
background: #56c6c6;
96+
border-radius: 20px;
97+
font-size: inherit;
98+
color: #fff;
99+
box-shadow: none;
100+
border: none;
101+
text-shadow: none;
102+
padding: .5rem 1rem;
103+
transition: background-color 0.25s;
104+
font-size: inherit;
105+
}
106+
107+
.navigation-clean-button .navbar-text .action-button:hover {
108+
background: #66d7d7;
109+
}
110+

resources/css/Dark-NavBar-2.css

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
.navigation-clean-search {
2+
background: #fff;
3+
padding-top: .75rem;
4+
padding-bottom: .75rem;
5+
color: #333;
6+
border-radius: 0;
7+
box-shadow: none;
8+
border: none;
9+
margin-bottom: 0;
10+
}
11+
12+
@media (min-width:768px) {
13+
.navigation-clean-search {
14+
padding-top: 1rem;
15+
padding-bottom: 1rem;
16+
}
17+
}
18+
19+
.navigation-clean-search .navbar-brand {
20+
font-weight: bold;
21+
color: inherit;
22+
}
23+
24+
.navigation-clean-search .navbar-brand:hover {
25+
color: #222;
26+
}
27+
28+
.navigation-clean-search .navbar-toggler {
29+
border-color: #ddd;
30+
}
31+
32+
.navigation-clean-search .navbar-toggler:hover, .navigation-clean-search .navbar-toggler:focus {
33+
background: none;
34+
}
35+
36+
.navigation-clean-search .navbar-toggler {
37+
color: #888;
38+
}
39+
40+
.navigation-clean-search .navbar-collapse, .navigation-clean-search .form-inline {
41+
border-top-color: #ddd;
42+
}
43+
44+
.navigation-clean-search .navbar-nav a.active, .navigation-clean-search .navbar-nav > .show > a {
45+
background: none;
46+
box-shadow: none;
47+
}
48+
49+
.navigation-clean-search.navbar-light .navbar-nav a.active, .navigation-clean-search.navbar-light .navbar-nav a.active:focus, .navigation-clean-search.navbar-light .navbar-nav a.active:hover {
50+
color: #8f8f8f;
51+
box-shadow: none;
52+
background: none;
53+
pointer-events: none;
54+
}
55+
56+
.navigation-clean-search.navbar .navbar-nav .nav-link {
57+
padding-left: 18px;
58+
padding-right: 18px;
59+
}
60+
61+
.navigation-clean-search.navbar-light .navbar-nav .nav-link {
62+
color: #465765;
63+
}
64+
65+
.navigation-clean-search.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-search.navbar-light .navbar-nav .nav-link:hover {
66+
color: #37434d !important;
67+
background-color: transparent;
68+
}
69+
70+
.navigation-clean-search .action-button, .navigation-clean-button .action-button:active {
71+
background: #56c6c6;
72+
border-radius: 20px;
73+
font-size: inherit;
74+
color: #fff !important;
75+
box-shadow: none;
76+
border: none;
77+
text-shadow: none;
78+
padding: 8px 20px;
79+
transition: background-color 0.25s;
80+
}
81+
82+
.navigation-clean-search .action-button:hover, .navigation-clean-search .action-button:focus {
83+
background: #66d7d7;
84+
}
85+
86+
.navigation-clean-search .form-inline label {
87+
color: #ccc;
88+
}
89+
90+
.navigation-clean-search .form-inline .search-field {
91+
background: none;
92+
border: none;
93+
border-bottom: 1px solid transparent;
94+
border-radius: 0;
95+
color: #ccc;
96+
box-shadow: none;
97+
color: inherit;
98+
transition: border-bottom-color 0.3s;
99+
}
100+
101+
@media (max-width:767px) {
102+
.navigation-clean-search .form-inline .search-field {
103+
display: inline-block;
104+
width: 80%;
105+
}
106+
}
107+
108+
.navigation-clean-search .form-inline .search-field:focus {
109+
border-bottom: 1px solid #ccc;
110+
}
111+

resources/css/Dark-NavBar.css

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
.navigation-clean-button {
2+
background: #fff;
3+
padding-top: .75rem;
4+
padding-bottom: .75rem;
5+
color: #333;
6+
border-radius: 0;
7+
box-shadow: none;
8+
border: none;
9+
margin-bottom: 0;
10+
}
11+
12+
@media (min-width:768px) {
13+
.navigation-clean-button {
14+
padding-top: 1rem;
15+
padding-bottom: 1rem;
16+
}
17+
}
18+
19+
.navigation-clean-button .navbar-brand {
20+
font-weight: bold;
21+
color: inherit;
22+
}
23+
24+
.navigation-clean-button .navbar-brand:hover {
25+
color: #222;
26+
}
27+
28+
.navigation-clean-button .navbar-toggler {
29+
border-color: #ddd;
30+
}
31+
32+
.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
33+
background: none;
34+
}
35+
36+
.navigation-clean-button .navbar-toggler {
37+
color: #888;
38+
}
39+
40+
.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
41+
border-top-color: #ddd;
42+
}
43+
44+
.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
45+
background: none;
46+
box-shadow: none;
47+
}
48+
49+
.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
50+
color: #8f8f8f;
51+
box-shadow: none;
52+
background: none;
53+
pointer-events: none;
54+
}
55+
56+
.navigation-clean-button.navbar .navbar-nav .nav-link {
57+
padding-left: 18px;
58+
padding-right: 18px;
59+
}
60+
61+
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
62+
color: #465765;
63+
}
64+
65+
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
66+
color: #37434d !important;
67+
background-color: transparent;
68+
}
69+
70+
#navcol-1 {
71+
text-align: center;
72+
}
73+
74+
a, button:focus {
75+
outline: none;
76+
}
77+
78+
.h1, h1, p, span, .h2, h2, .h3, h3, .h4, 4, b, i {
79+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
80+
}
81+
82+
.dropdown-item:focus, .dropdown-item:hover {
83+
background-color: rgb(54,55,57);
84+
}
85+
86+
hr {
87+
margin-top: 40px;
88+
}
89+

0 commit comments

Comments
 (0)