css/main.css

9c85b372036b04d6dede8f39b64e6690607fe3d3 · 4.3 KB · 225 lines raw

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