css/main.css
6137c09543ea99816ef6563c6e5125f1b2ec0fba
· 3.0 KB · 173 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 | } |