-
Notifications
You must be signed in to change notification settings - Fork 2
/
tom.css
174 lines (139 loc) · 5.06 KB
/
tom.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* 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/>.
*/
/* tom by bonkmaykr */
/* */
/* bonkmaykr.xyz */
/* Gamebanana:bonkmaykr */
@import url("https://bonkmaykrq.github.io/gbubers/snippets/oldalertsdark.css");
@font-face {
font-family:Abel;
src:url(https://files.gamebanana.com/bitpit/nunito-regular.ttf);
}
@font-face {
font-family:pixelated;
src:url(https://files.gamebanana.com/bitpit/tom_s_upic_12664.ttf);
}
@font-face {
font-family:statelabel;
src:url(https://files.gamebanana.com/bitpit/tom_s_upic.ttf);
}
h1 {font-size:28px;font-family:pixelated !important;text-transform: lowercase;line-height: 1.1em;}
h2 {font-size:24px;font-family:pixelated !important;text-transform: lowercase;line-height: 1.1em;}
h3 {font-size:18px;font-family:pixelated !important;text-transform: lowercase;line-height: 1.1em;}
.RichText h1 {font-size:28px;font-family:Abel !important;}
.RichText h2 {font-size:22px;font-family:Abel !important;}
.RichText h3 {font-size:16px;font-family:Abel !important;}
module > h2 {
font-family:pixelated !important;
font-size:21px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
nav > wrapper > module > pane > header > strong {
/*font-size:30px;*/
/*margin-left:5px;*/
font-family:var(--NavPaneTitleFontFamily);
font-size:var(--NavPaneTitleFontSize);
}
body {
background:repeating-linear-gradient(-45deg, #000000ff 0px 8px, #ffe400ff 10px 20px, #000000ff 20px 22px) !important;
background-size:cover;
background-attachment:fixed;
background-position: center top;
}
#BodyWrapper {
font-family:Abel;
background:#000000aa;
}
#MainContent {
margin-top:0px;
padding-top:var(--PrimaryNavHeight);
}
#ResponsibilitiesModule div dl dd ul li {
border:none;
box-shadow:none;
}
pane article {
background:rgba(0, 0, 0, 0.6);
}
pane {background:linear-gradient(0deg, #22222244 40%, #000000cc 100%), repeating-linear-gradient(-45deg, #000000ff 0px 8px, #ffe400ff 10px 20px, #000000ff 20px 22px) !important;}
:root {
--NavUpdatesIndicatorColor:#ff6600;
--NavPaneBackgroundColor:#00000088;
--PrimaryNavBackgroundColor:linear-gradient(0deg, #00000000 0%, #ffffff88 100%), repeating-linear-gradient(-45deg, #000000ff 0px 8px, #ffe400ff 10px 20px, #000000ff 20px 22px) !important;
--SecondaryNavBackgroundColor:linear-gradient(0deg, #22222244 40%, #000000cc 100%), repeating-linear-gradient(-45deg, #000000ff 0px 8px, #ffe400ff 10px 20px, #000000ff 20px 22px) !important;
--LinkColor:#ffff00; /*#80a0a0*/
--LinkHoverColor:#ff6600;
--ButtonBackground:#888800;
--ButtonHoverBackgroundColor:#ffcc00;
--ButtonFontColor:white;
--ButtonHoverFontColor:black;
--PageTitleFontSize:4em;
--PageTitleColor:#ffff00;
--SubNavigatorBorderColor:#00000088;
--SubNavigatorActiveTabBorderColor:#ffff00;
--SubNavigatorTabHoverBorderColor:white;
--SubNavigatorDropdownBackgroundColor: #888800;
--InputTextColor: #ffffff;
--InputBackgroundColor: #5f5f00dd;
--InputHoverBackgroundColor: #666600dd;
--InputFocusBackgroundColor: #5f5f00ff;
--InputPlaceholderColor: #ffffff88;
--DefaultTextColor: #fdfdfd;
--DefaultBlueColor: #a0c4de;
--DefaultRedColor: #ff6600;
--DefaultRedDarkColor: #693539;
--DefaultGreenColor: #44cc00;
--DefaultGreenDarkColor: #424942;
--DefaultPurpleColor: #ffb0cf;
--DefaultGreyColor: #c6c6c6;
--DefaultOrangeColor: #ff8800;
--DefaultYellowColor: #ffff00;
--StateLabelBackground: #666600/*#55cdd477*/;
--ModuleTitleUnderlineColor:transparent;
}
.ExtendedContentButton {
background: var(--ButtonBackground);
color: var(--ButtonFontColor);
}
.ExtendedContentButton:hover {
background: var(--ButtonHoverBackgroundColor);
color: var(--ButtonHoverFontColor);
}
::-webkit-scrollbar {background:transparent;}
::-webkit-scrollbar-track {
background-color:#000000;
}
::-webkit-scrollbar-thumb {
background-color: #ffcc00;
}
::-webkit-scrollbar-thumb:hover {
background-color: #ffff88;
}
::-moz-selection { /* Code for Firefox */
color: black;
background: #ffcc00;
}::selection {
color: black;
background: #ffcc00;
}
#GbLogo, nav > module img {
filter:drop-shadow(0px 0px 3px black) !important;
}
/*partial scrollbar code for Firefox - hamstar*/
@supports not selector(::-webkit-scrollbar) {
* {
scrollbar-color: #ffcc00 #000000;
/*scrollbar-width: thin;*/
}
}
wrapper#BodyWrapper {--BodyWrapperBackground:transparent;}