-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmilitary.css
92 lines (75 loc) · 2.56 KB
/
military.css
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
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
@import url("https://bonkmaykrq.github.io/gbubers/snippets/oldalertsdark.css");
::-moz-selection { /* Code for Firefox */
color: #5c4e00;
background: white;
}
::selection {
color: #5c4e00;
background: white;
}
* {
cursor:url(https://files.gamebanana.com/bitpit/gam235-1.png), default;
}
body {
background:url("https://files.gamebanana.com/bitpit/d0335855fe5677d4772c85cd31f8aa35.jpg");
background-attachment:scroll;
background-size:420px;
}
#BodyWrapper {
background:rgba(92, 78, 0,0.8);
}
@font-face {
font-family:capture;
src:url("https://files.gamebanana.com/bitpit/capture_it.ttf");
}
:root {
--LinkColor:#4aed75;
--LinkHoverColor:#ffffff;
--SecondaryNavBackgroundColor: #007820;
--PrimaryNavBackgroundColor: rgb(2,89,0)/*#28b84f*/;
--NavPaneBackgroundColor: #004713;
--NavUpdatesIndicatorColor: #ffff00;
--InputTextColor: #ffdc7a;
--InputBackgroundColor: linear-gradient(0deg, rgba(2,89,0,1) 0%, rgba(67,171,59,1) 100%);
--InputHoverBackgroundColor: linear-gradient(0deg, rgba(61,92,61,1) 0%, rgba(172,207,169,1) 100%);
--InputFocusBackgroundColor: linear-gradient(0deg, rgba(61,92,61,1) 0%, rgba(172,207,169,1) 100%);
--InputPlaceholderColor: #fff4d6;
}
overlay#Headline {
font-family:capture;
}
#HeadlineWrapper {
background:url("https://files.gamebanana.com/bitpit/4120703b7903228ca436239256ef6b21.jpg");
background-size:cover;
background-attachment:fixed;
}
button {
background:linear-gradient(0deg, rgba(2,89,0,1) 0%, rgba(67,171,59,1) 100%);
}
button:hover {
background:linear-gradient(0deg, rgba(61,92,61,1) 0%, rgba(172,207,169,1) 100%);
}
::-webkit-scrollbar {
}
::-webkit-scrollbar-track {
background: #004713;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(0deg, rgba(2,89,0,1) 0%, rgba(67,171,59,1) 100%);
}
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(0deg, rgba(61,92,61,1) 0%, rgba(172,207,169,1) 100%);
}
wrapper#BodyWrapper {--BodyWrapperBackground:transparent;}