| html { | |
| } | |
| body { | |
| background-color: #eeeeee; | |
| color: #000000; | |
| } | |
| @font-face { | |
| font-family: "Shadows"; | |
| src: url("../resources/ShadowsIntoLightTwo-Regular.woff") format("woff"); | |
| font-style: normal; | |
| font-weight: 400; | |
| } | |
| #centerpic { | |
| margin-top: 1em; | |
| margin-bottom: 1em; | |
| text-align: center; | |
| } | |
| #aastartpage { | |
| max-width: 50ch; | |
| margin: auto; | |
| position: relative; | |
| line-height: 1.35em; | |
| font-size: 1.1em; | |
| } | |
| #aacontainer { | |
| max-width: 80ch; | |
| margin: auto; | |
| position: relative; | |
| line-height: 1.35em; | |
| } | |
| #aaouterstatus { | |
| padding-top: 20px; | |
| min-height: 1.2em; | |
| line-height: 1em; | |
| } | |
| #aastatusborder { | |
| height: .1em; | |
| background-color: #000; | |
| opacity: 0; | |
| animation-fill-mode: both; | |
| } | |
| #aastatus { | |
| padding-left: .3em; | |
| padding-right: .3em; | |
| font-family: Geneva, sans-serif; | |
| min-height: 1.2em; | |
| overflow: hidden; | |
| display: none; | |
| animation-name: fadein; | |
| animation-duration: .9s; | |
| animation-delay: .1s; | |
| animation-fill-mode: both; | |
| } | |
| .aaprogress { | |
| background-color: #c4c4c4; | |
| height: .31em; | |
| border-top: .19em solid #d3d3d3; | |
| } | |
| .aaouterprogress { | |
| border-radius: .3em; | |
| border: .1em solid #ccc; | |
| margin-top: .2em; | |
| text-align: left; | |
| overflow: hidden; | |
| } | |
| #aamenubutton { | |
| height: 1.3em; | |
| width: 1.0em; | |
| float: right; | |
| margin-left: .3em; | |
| padding-right: .3em; | |
| position: relative; | |
| } | |
| #aamenulines { | |
| margin-top: .3em; | |
| width: 1.0em; | |
| height: .125em; | |
| border-top: .375em double #888; | |
| border-bottom: .125em solid #888; | |
| cursor: pointer; | |
| float: right; | |
| } | |
| #aamenulines:hover { | |
| border-color: #ddd; | |
| } | |
| .aacb { | |
| width: 1em; | |
| height: 1em; | |
| vertical-align: middle; | |
| } | |
| #aamenu { | |
| z-index: 1; | |
| display: none; | |
| position: relative; | |
| top: .5em; | |
| left: -18.6ch; | |
| width: 19.7ch; | |
| overflow: hidden; | |
| font-size: .8em; | |
| } | |
| #aamenulist { | |
| background-color: #cccccc; | |
| border: 2px solid #eee; | |
| border-radius: .3em; | |
| padding: .2em; | |
| z-index: 1; | |
| } | |
| #aamenulist div { | |
| margin: 1px; | |
| overflow: hidden; | |
| } | |
| #aamenulist div:hover { | |
| color: #eee; | |
| } | |
| #aaform { | |
| margin: 0; | |
| } | |
| #aamain { | |
| overflow-y: auto; | |
| font-family: Georgia, serif; | |
| height: 80%; | |
| margin: .3em; | |
| padding-right: 1.3em; | |
| clear: right; | |
| } | |
| #aascriptouter { | |
| height: 80%; | |
| margin: .3em; | |
| padding-right: 1.3em; | |
| clear: right; | |
| display: none; | |
| } | |
| #aascriptinner { | |
| width: 100%; | |
| border: 0px; | |
| padding: .2em; | |
| } | |
| #aascriptclose { | |
| border: .1em solid black; | |
| border-radius: .3em; | |
| width: 20ch; | |
| text-align: center; | |
| margin: auto; | |
| padding: .1em; | |
| background-color: #bbb; | |
| } | |
| #aascriptclose:hover { | |
| background-color: #ddd; | |
| } | |
| #aainput { | |
| width: 100%; | |
| border: none; | |
| outline: none; | |
| font-family: Georgia, serif; | |
| font-size: 1em; | |
| display: none; | |
| background-color: transparent; | |
| color: #000; | |
| padding: 0; | |
| height: 1.1em; | |
| } | |
| @keyframes fadein { | |
| 0% { | |
| opacity: 0; | |
| } | |
| to { | |
| opacity: 1; | |
| } | |
| } | |
| p { | |
| margin: 0; | |
| animation-name: fadein; | |
| animation-duration: .9s; | |
| animation-delay: .1s; | |
| animation-fill-mode: both; | |
| color: #000; | |
| width: 100%; | |
| } | |
| #aastatus p { | |
| animation-name: none; | |
| animation-duration: 0; | |
| animation-delay: 0; | |
| } | |
| a { | |
| text-decoration: inherit; | |
| } | |
| .aalink { | |
| color: #875; | |
| cursor: pointer; | |
| } | |
| .aalink:hover { | |
| color: #aa8; | |
| } | |
| .aailink { | |
| color: #875; | |
| } | |
| .aailink:hover { | |
| color: #aa8; | |
| } | |
| @keyframes fadelink { | |
| 0% { | |
| color: #875; | |
| } | |
| to { | |
| color: inherit; | |
| } | |
| } | |
| .aadeadlink { | |
| animation-name: fadelink; | |
| animation-duration: .9s; | |
| animation-delay: .1s; | |
| animation-fill-mode: both; | |
| cursor: text; | |
| } | |
| .aahidelink { | |
| color: inherit; | |
| } | |
| .aareveal { | |
| margin-top: .8em; | |
| margin-bottom: .8em; | |
| color: #875; | |
| animation-name: fadein; | |
| animation-duration: .9s; | |
| animation-delay: .1s; | |
| animation-fill-mode: both; | |
| text-align: center; | |
| font-size: .8em; | |
| } | |
| .aareveal:hover { | |
| color: #aa8; | |
| } | |
| #aaaboutouter { | |
| position: absolute; | |
| top: 20%; | |
| width: 100%; | |
| z-index: 2; | |
| display: none; | |
| } | |
| #aaerrorouter { | |
| position: absolute; | |
| top: 20%; | |
| width: 100%; | |
| z-index: 2; | |
| display: none; | |
| } | |
| #aaaboutinner { | |
| background-color: #bbb; | |
| border: .1em solid black; | |
| border-radius: .3em; | |
| width: 20em; | |
| margin: auto; | |
| padding: 1em; | |
| } | |
| .aaaboutline { | |
| text-align: center; | |
| } | |
| #aaaboutmeta { | |
| white-space: pre-line; | |
| } | |
| .aaerrorline { | |
| margin-top: 1em; | |
| margin-bottom: 1em; | |
| } | |
| img { | |
| max-width: 100%; | |
| } | |
| .aaspacen { | |
| display: inline-block; | |
| } | |
| .aaspanb { | |
| font-weight: bold; | |
| } | |
| .aaspani { | |
| font-style: italic; | |
| } | |
| .aaspanf { | |
| font-family: webkit-workaround, monospace; | |
| font-size: 1em; | |
| } | |
| .aaspanunb { | |
| font-weight: normal; | |
| } | |
| .aaspanuni { | |
| font-style: normal; | |
| } | |
| .aaspanunf { | |
| font-family: Georgia, serif; | |
| } | |
Xet Storage Details
- Size:
- 4.42 kB
- Xet hash:
- d609d8d6d7449a78210a4b0ef3644caa7d3d00ef0bb37d15dd8c48dc66eacd97
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.