css/main.css

d2888aee101d3d709aa6ac5555fce77377a4f144 · 4.2 KB · 222 lines raw

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