css/main.css

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