css/main.css

06fcaba51eca0812457d30f2605882e6551ac217 · 4.3 KB · 228 lines raw

1 @font-face {
2 font-family: 'Comic';
3 src: url('/css/comic.ttf') format('truetype');
4 font-display: swap;
5 }
6
7 .trail {
8 position: absolute;
9 z-index: 9999;
10 }
11
12 body {
13 font-family: 'Comic';
14 color: yellow;
15 font-size: 20px;
16 margin: 0;
17 padding: 0;
18 overflow-x: hidden;
19 }
20 #overview {
21 min-width: min-content;
22 max-width: max-content;
23 margin: 0 auto;
24 }
25 #tuxDiv {
26 background: url(/index_files/Tux_Mono.svg.png) repeat;
27 height: 300px;
28 width: 100%;
29 }
30 #penDiv {
31 background: url(/index_files/penguin-bod.webp) repeat;
32 height: 900px;
33 width: 100%;
34 }
35 #mainBod {
36 background-image: url(/index_files/Apex_3D_Logo_2_.png);
37 background-repeat: repeat;
38 background-color: #a25300;
39 border: 70px solid;
40 min-height: 100vh;
41 box-sizing: border-box;
42 border-image: url(/index_files/dollarspindownd.gif) 50 / 6 / 0 stretch;
43 }
44 #linhead {
45 background: white;
46 color: black;
47 }
48 .lincontent {
49 color: black;
50 vertical-align: top;
51 width: 40%;
52 }
53 .navctr {
54 margin-bottom: 30px;
55 height: 36px;
56 min-width: min-content;
57 max-width: max-content;
58 background-color: black;
59 color: white;
60 border: 1px solid #e5e5e5;
61 }
62
63 .nav > ul > li:last-child > a {
64 border-right: 0;
65 }
66 .nav-img {
67 height: 15px;
68 }
69 .nav-link {
70 padding-right: 12px;
71 padding-left: 12px;
72 padding-bottom: 11px;
73 padding-top: 11px;
74 line-height: 16px;
75 margin: 0;
76 border-left: 1px solid #f5f5f5;
77 border-right: 1px solid #f5f5f5;
78 border-bottom: 1px solid #f5f5f5;
79 border-radius: 0;
80 color: yellow;
81 background: black;
82 display: block;
83 }
84 .nav-link:hover {
85 padding-left: 13px;
86 background: yellow;
87 color: black;
88 border-right-color: #ddd;
89 border-left: 0;
90 }
91 .addBanner {
92 width: 469px;
93 margin: auto;
94 height: 80px;
95 text-align: center;
96 font-family: "Comic Sans MS", sans-serif;
97 line-height: 80px;
98 background-color: white;
99 color: darkblue;
100 }
101 .apexAlert {
102 color: #00cfff !important;
103 text-decoration: none;
104 font-size: 40px;
105 line-height: 35px;
106 }
107 .nav {
108 margin: 0 0 10px 0px;
109 padding: 0;
110 list-style: none;
111 }
112 .container {
113 margin: auto;
114 width: 75%;
115 }
116 blink {
117 animation: blink 1s linear infinite;
118 }
119 @keyframes blink {
120 0% {
121 opacity: 0;
122 }
123 40% {
124 opacity: 0;
125 }
126 41% {
127 opacity: 1;
128 }
129 99% {
130 opacity: 1;
131 }
132 100% {
133 opacity: 0;
134 }
135 }
136 .subhead {
137 padding-bottom: 0;
138 margin-bottom: 9px;
139 }
140 li {
141 float: left;
142 line-height: 20px;
143 list-style: none;
144 }
145
146 html.dither>body>div{
147 background: url("data:image/webp;base64,UklGRjAAAABXRUJQVlA4TCQAAAAvA8AAAIVS27ahb3uzOUmSJoqqrOq6P47of8DQdcprYdP8/VY=");
148 filter: contrast(2000);
149 image-rendering: crisp-edges;
150 }
151 html.dither>body>div>div{
152 filter: initial;
153 mix-blend-mode: soft-light;
154 isolation: isolate;
155 image-rendering: initial;
156 }
157
158 #eyes {
159 display: inline-block;
160 }
161
162 #eyes>summary {
163 cursor: pointer;
164 font-size: 0;
165 }
166
167 #eyes[open]>div {
168 position: fixed;
169 top: 0;
170 left: 0;
171 width: 100%;
172 height: 100%;
173 background-color: black;
174 z-index: 9999;
175 pointer-events: none;
176 }
177
178 @font-face {
179 font-family: "MiiverseSymbols";
180 src: url('MiiverseSymbols-Regular.ttf');
181 src: url('MiiverseSymbols-Regular.eot') format('embedded-opentype'), url('MiiverseSymbols-Regular.woff') format('woff'), url('MiiverseSymbols-Regular.ttf') format('truetype');
182 font-weight: normal;
183 font-style: normal;
184 }
185
186 #yeah, #yeah div {
187 vertical-align: top;
188 }
189 #yeah-toggle:checked+label>#yeah-off {
190 display: none;
191 }
192 #yeah-toggle:not(:checked)+label>#yeah-on {
193 display: none;
194 }
195 #yeah div {
196 font-family: 'Helvetica', 'Arial', sans-serif;
197 cursor: pointer;
198 display: inline-block;
199 margin: 0 auto;
200 padding: 3px 5px 2px;
201 border: 1px solid #ddd;
202 border-bottom-color: #ccc;
203 background: #FFF;
204 font-size: 12px;
205 color: #323232;
206 text-align: center;
207 -webkit-border-radius: 5px;
208 -moz-border-radius: 5px;
209 -ms-border-radius: 5px;
210 -o-border-radius: 5px;
211 border-radius: 5px;
212 -webkit-box-shadow: inset 0 1px 0 #fff;
213 -moz-box-shadow: inset 0 1px 0 #fff;
214 -ms-box-shadow: inset 0 1px 0 #fff;
215 -o-box-shadow: inset 0 1px 0 #fff;
216 box-shadow: inset 0 1px 0 #fff;
217 }
218 #yeah div::before {
219 font-family: "MiiverseSymbols", sans-serif !important;
220 font-weight: normal !important;
221 content: "E";
222 font-size: 16px;
223 color: #969696;
224 margin-right: 2px;
225 margin-top: -3px;
226 display: inline-block;
227 vertical-align: middle;
228 }