Skip to content

Commit c4810ec

Browse files
authored
Merge pull request #60 from Provokan/Provokan-patch-1
Update - Themes
2 parents 57b2a47 + 5e40aae commit c4810ec

File tree

3 files changed

+327
-0
lines changed

3 files changed

+327
-0
lines changed

css/themes/YellowLight.css

Lines changed: 327 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,327 @@
1+
/*
2+
#Homepageinformations! Please do not remove these lines
3+
#name: YellowLight
4+
#autor: D.Gohlke
5+
#img: theme-YellowLight.jpg
6+
#txtcolor: #ddd
7+
#dashboardbgcolor: #758833
8+
9+
First-Coder Teamspeak 3 Webinterface for everyone
10+
Copyright (C) 2017 by L.Gmann
11+
12+
This program is free software: you can redistribute it and/or modify
13+
it under the terms of the GNU General Public License as published by
14+
the Free Software Foundation, either version 3 of the License, or
15+
any later version.
16+
17+
This program is distributed in the hope that it will be useful,
18+
but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
GNU General Public License for more details.
21+
22+
You should have received a copy of the GNU General Public License
23+
along with this program. If not, see <http://www.gnu.org/licenses/>.
24+
25+
for help look http://first-coder.de/
26+
27+
Here will be all Themes / Colors defined. This Document has a full Dokumentation! Just add this Code, Refresh your Webpage and see the Result
28+
*/
29+
30+
/*
31+
Main Tags
32+
*/
33+
body
34+
{
35+
background-image: url('../../images/bgYellowLight.jpg');
36+
-webkit-background-size: cover;
37+
-moz-background-size: cover;
38+
-o-background-size: cover;
39+
background-size: cover;
40+
color: #fbfbfb;
41+
}
42+
43+
/*
44+
Main Classes
45+
*/
46+
/*
47+
--==>> Table
48+
*/
49+
.fixed-table-pagination .pagination > .active > a, .fixed-table-pagination .pagination > .active > span
50+
, .fixed-table-pagination .pagination > .active > a:hover, .fixed-table-pagination .pagination > .active > span:hover
51+
, .fixed-table-pagination .pagination > .active > a:focus, .fixed-table-pagination .pagination > .active > span:focus
52+
{
53+
background-color: #758833;
54+
border-color: #3f5a00;
55+
}
56+
57+
.fixed-table-pagination .pagination > li > a:hover, .fixed-table-pagination .pagination > li > span:hover, .fixed-table-pagination .pagination > li > a:focus
58+
, .fixed-table-pagination .pagination > li > span:focus
59+
{
60+
color: #3f5a00;
61+
}
62+
63+
.fixed-table-pagination .pagination > li > a, .fixed-table-pagination .pagination > li > span
64+
{
65+
color: #758833;
66+
}
67+
68+
.table-striped tbody tr:nth-of-type(odd)
69+
{
70+
background-color: transparent;
71+
}
72+
73+
.table-hover tbody tr:hover
74+
{
75+
background-color: rgba(0,0,0,0.1);
76+
}
77+
78+
/* Neu Importierte Zeilen Anfang */
79+
80+
.table-dashboard tr {
81+
color: white;
82+
}
83+
84+
.table-dashboard tr:hover {
85+
color: #c4f90b;
86+
87+
}
88+
89+
.table thead th {
90+
border-bottom: 1px solid #c4f90b;
91+
}
92+
93+
94+
/* Importierte Zeilen Ende */
95+
/*
96+
--==>> Bootstrap Radio buttons
97+
*/
98+
.c-input > input:checked ~ .c-indicator
99+
{
100+
background-color: #3f5a00;
101+
}
102+
103+
.c-input > input:focus ~ .c-indicator
104+
{
105+
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #3f5a00;
106+
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #3f5a00;
107+
}
108+
109+
.c-input > input:active ~ .c-indicator
110+
{
111+
background-color: #758833;
112+
}
113+
114+
/*
115+
--==>> Lists
116+
*/
117+
.custom-list a:before
118+
{
119+
background: #758833;
120+
}
121+
122+
.custom-list a:hover:after
123+
{
124+
border-left-color: #758833;
125+
}
126+
127+
/*
128+
--==>> Navigation
129+
*/
130+
.navigationitem:hover
131+
{
132+
color: #f5fb00;
133+
}
134+
135+
136+
137+
/*
138+
--==>> Input
139+
*/
140+
.form-control:focus
141+
{
142+
border-color: #758833;
143+
}
144+
145+
/*
146+
--==>> Button
147+
*/
148+
.btn-custom
149+
{
150+
color: #fff;
151+
background-color: #758833;
152+
}
153+
154+
.btn-custom:hover, .btn-custom:focus
155+
{
156+
color: #fff;
157+
background-color: #3f5a00;
158+
}
159+
160+
.btn-custom:active, .btn-custom.active
161+
{
162+
background-color: #3f5a00 !important;
163+
}
164+
165+
/*
166+
--==>> Navigationsbar
167+
*/
168+
.navbar-copyright {
169+
color: black;
170+
}
171+
172+
.navbar-default {
173+
background: rgba(113, 112, 112, 0.34);
174+
border: none;
175+
height: 60px;
176+
border-radius: 0;
177+
font-family: 'Open Sans', sans-serif;
178+
box-shadow: 0 2px 10px #c4f90b;
179+
}
180+
181+
.navbar-default .nav li a, #NaviCon {
182+
color: white;
183+
font-size: 13px;
184+
line-height: 40px;
185+
-webkit-transition: all .25s ease-in;
186+
transition: all .25s ease-in;
187+
}
188+
189+
.navbar-default .navbar-brand
190+
{
191+
color: #c4f90b;
192+
}
193+
194+
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus, .navbar-default .nav li a.current, #NaviCon:hover
195+
{
196+
color: #c4f90b;
197+
}
198+
199+
.gn-submenu li a:hover
200+
{
201+
color: #758833;
202+
}
203+
.gn-menu-main, .gn-menu-main ul {
204+
margin: 0;
205+
padding: 0;
206+
background: transparent;
207+
list-style: none;
208+
text-transform: none;
209+
line-height: 60px;
210+
font-family: 'Kreon', serif;
211+
212+
}
213+
214+
215+
.navbar-default .active,
216+
.card-block .active:not(.btn):not(.nav-link):not(.day):not(.month):not(.year)
217+
{
218+
color: #c6ff00 !important;
219+
}
220+
221+
/*
222+
--==>> Card Block
223+
*/
224+
.card
225+
{
226+
background-color: transparent;
227+
border-bottom: 1px solid #c4f90b;
228+
border-left: 1px solid #c4f90b;
229+
border-top: transparent;
230+
border-right: transparent;
231+
}
232+
233+
.text-muted
234+
{
235+
color: #d0c9c9;
236+
}
237+
238+
.card-block-header a:hover
239+
{
240+
color: #3f5a00;
241+
}
242+
243+
/*
244+
Login spinner
245+
*/
246+
247+
.preloader
248+
{
249+
position: fixed;
250+
top: 0;
251+
left: 0;
252+
width: 100%;
253+
height: 100%;
254+
z-index: 99999;
255+
display: -webkit-flex;
256+
display: -ms-flexbox;
257+
display: flex;
258+
-webkit-flex-flow: row nowrap;
259+
-ms-flex-flow: row nowrap;
260+
flex-flow: row nowrap;
261+
-webkit-align-items: center;
262+
-ms-flex-align: center;
263+
align-items: center;
264+
background: none repeat scroll 0 0;
265+
background-image: url('http://i.imgur.com/vH5VPYx.jpg');
266+
}
267+
268+
.preloader h1 {
269+
font-family: 'Courgette', cursive;
270+
font-weight: bold;
271+
font-size: 3.4em;
272+
margin-bottom: 20px;
273+
text-align: center;
274+
color: #c4f90b;
275+
}
276+
277+
.preloader h3
278+
{
279+
font-family: 'Courgette', cursive;
280+
font-size: 2em;
281+
text-align: center;
282+
color: #c4f90b;
283+
}
284+
285+
286+
.aussenRing
287+
{
288+
border:5px solid #758833;
289+
box-shadow: 0 0 35px #b3bf7d;
290+
}
291+
292+
.innenRing
293+
{
294+
border:5px solid #3f5a00;
295+
box-shadow: 0 0 15px #758833;
296+
}
297+
298+
/*
299+
Serverview section
300+
*/
301+
.nav-pills a
302+
{
303+
color: #3f5a00;
304+
}
305+
306+
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus
307+
{
308+
background-color: #3f5a00;
309+
}
310+
311+
.tab-content #settings a
312+
{
313+
color: #758833;
314+
}
315+
316+
.tab-content #settings a:hover, .tab-content #settings a:focus
317+
{
318+
color: #3f5a00;
319+
}
320+
321+
/*
322+
Teamspeak tree
323+
*/
324+
.editable-click, a.editable-click, a.editable-click:hover
325+
{
326+
border-bottom: dashed 1px #3f5a00;
327+
}

images/bgYellowLight.jpg

579 KB
Loading

images/theme-YellowLight.png

725 KB
Loading

0 commit comments

Comments
 (0)