/* Modify to include more variables for in-site color customisation */ /* Shared Styles */ ::selection { background-color: #DD8800; color: #EEEEEE; --bg-opacity: 1; --text-opacity: 1; } html { height: 100%; font-family: Arial; background: #333333; } body { height: 100%; padding: 0; margin: 0; -ms-overflow-style: none; scrollbar-width: none; } body::-webkit-scrollbar { display: none; } a { color: #DD8800; text-decoration: none; font-weight: bold; cursor: pointer; } a:hover { color: #DD8800; text-decoration: underline; font-weight: bold; } a.hoverImage { position: relative; display: inline-block; } a.hoverImage img { display: none; max-height: 300px; } a.hoverImage:hover img { display: block; position: absolute; z-index: 2; left: 38px; box-shadow: none; } h1 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } h2 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } h3 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } h4 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } h5 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } h6 { color: #DD8800; margin: 0 0 10px; font-variant:small-caps; } p { color: #333333; margin: 0 0 10px; } p img { box-shadow: 3px 3px 2px 0px #888888; } form { margin: 0; } blockquote { border-left: 5px solid #DD8800; background: #CCCCCC; padding: 10px; margin: 0 10px 10px 10px; color: #333333; box-shadow: 3px 3px 2px 0px #888888; display: block; } blockquote p { color: #333333; margin: 0; } code { border-left: 5px solid #DD8800; background: #CCCCCC; padding: 10px; margin: 0 10px 10px 10px; color: #333333; box-shadow: 3px 3px 2px 0px #888888; font-family: courier; font-weight: bold; display: block; } ul { list-style: none; border-left: 5px solid #DD8800; background: #CCCCCC; padding: 10px 10px 10px 38px; margin: 0 10px 10px 10px; color: #333333; box-shadow: 3px 3px 2px 0px #888888; display: block; } ul li::before { content: "\2022"; color: #DD8800; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; text-shadow: 1px 1px 2px #888888; } li { counter-increment: li; } ol { list-style: none; counter-reset: li; border-left: 5px solid #DD8800; background: #CCCCCC; padding: 10px 10px 10px 30px; margin: 0 10px 10px 10px; color: #333333; box-shadow: 3px 3px 2px 0px #888888; display: block; } ol li::before { content: "." counter(li); color: #DD8800; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; margin-right: 0.5em; text-align: right; direction: rtl; text-shadow: 1px 1px 2px #888888; } hr { border: 1px solid #DD8800; background-color: #DD8800; box-shadow: 3px 3px 2px 0px #888888; margin-inline-start: 10px; margin-inline-end: 10px; } table { color: #333333; margin: 0 10px 10px 10px; border-collapse: collapse; box-shadow: 3px 3px 2px 0px #888888; } thead tr { background: #222222; color: #EEEEEE; } thead th { padding: 5px 15px 5px 5px; text-align: left; font-variant: small-caps; } tbody { border-top: 5px solid #DD8800; } tbody td { padding: 5px 15px 5px 5px; text-align: left; } tbody tr:nth-child(even) { background: #CCCCCC; } tbody tr:nth-child(odd) { background: #AAAAAA; } span.cursor { width: 0px; min-width: 0px !important; margin-left: 0px !important; visibility: hidden; } .attribution { margin: 0 auto 10px; padding: 0 0 10px; color: #EEEEEE; text-align: center; font-weight: bold; font-size: 0.63em; font-variant:small-caps; } .break { clear: both; } .button { transition: 0.3s; } .button:active { color: #EEEEEE; background: #DD8800; } .button:hover { background: #AAAAAA; } button:disabled, button[disabled], button:hover:disabled, button:hover[disabled] { background-color: #888888; color: #888888; } .center { text-align: center; } .center_block { display: inline-block; } .center_block h4 { margin: 0; } .centerButtons { display: table; margin: 0 auto; } .centerButtons button { margin: 0; width: 35px; height: 23px; box-shadow: 3px 3px 2px 0px #222222; cursor: pointer; } .centerButtons .labelText { color: #EEEEEE; font-variant: small-caps; font-size: 0.67em; font-weight:bold; margin-right: 5px; } .checkbox { padding: 0 5px 5px; width: 15px; height: 15px; } .checkmark { position: absolute; top: 5px; left: 0; height: 15px; width: 15px; background-color: #CCCCCC; border-radius: 50%; box-shadow: 3px 3px 2px 0px #888888; } .checkmark:after { content: ""; position: absolute; display: none; } .checkmarkBox { display: block; position: relative; margin-right: 5px; padding: 5px 5px 5px 5px; font-weight: bold; color: #333333; font-variant: small-caps; font-size: 0.67em; cursor: pointer; user-select: none; } .checkmarkBox:hover input ~ .checkmarkCheck { background-color: #DD8800; } .checkmarkBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .checkmarkBox input:checked ~ .checkmarkCheck { background-color: #333333; } .checkmarkBox input:checked ~ .checkmarkCheck:after { display: block; } .checkmarkBox .checkmarkCheck:after { left: 5px; top: 1px; width: 3px; height: 9px; transform: rotate(45deg); border: solid #EEEEEE; border-width: 0 3px 3px 0; } .checkmarkCheck { position: absolute; top: 0px; left: 0; height: 16px; width: 16px; background-color: #333333; } .checkmarkCheck:after { content: ""; position: absolute; display: none; } .clickPic { cursor: pointer; } .CodeMirror, .CodeMirror-scroll { min-height: 100px !important; height: 100px !important; } .CodeMirror-fullscreen { height: auto !important; } .CodeMirror-fullscreen .CodeMirror-scroll { height: 100% !important; } .CodeMirror-line { color: #333333 !important; } .delete { display: inline-block; width: 18px; height: 18px; background: url("/icons/delete_w.png") no-repeat; background-size: 18px 18px; } .delete:hover { display: inline-block; width: 18px; height: 18px; background: url("/icons/delete_o.png") no-repeat; background-size: 18px 18px; } .dropdownbox { position: relative; height: 39px; width:50px; z-index: 0; } .dropdownLabel { color: #333333; font-variant: small-caps; font-size: 0.67em; font-weight: bold;display:table;margin: 10px auto 0; } .edit { display: inline-block; width: 18px; height: 18px; background: url("/icons/edit_w.png") no-repeat; background-size: 18px 18px; } .edit:hover { display: inline-block; width: 18px; height: 18px; background: url("/icons/edit_o.png") no-repeat; background-size: 18px 18px; } .editor-preview table td, .editor-preview table th, .editor-preview-side table td, .editor-preview-side table th { border: 0px solid #AAAAAA !important; } .editor-preview-side pre { background: none !important; } .editor-statusbar { float: right; padding: 0 !important; margin-top: 10px; height: 23px; vertical-align: middle; line-height: normal; line-height: 23px; } .editor-toolbar { padding: 0 3px !important; background: #EEEEEE !important;} .editor-toolbar:before { margin-bottom: 3px !important; background: #EEEEEE !important; } .editor-toolbar:after { margin-top: 0px !important; background: #EEEEEE !important; } .editor-toolbar.fullscreen { padding: 10px !important; } .editor-toolbar.fullscreen a { opacity: .6 !important; } .editor-toolbar.fullscreen a:hover { opacity: .6 !important; } .fa { margin-bottom: 3px !important; } .fileTable { width: 500px; } .filetable a { color: #333333;} .footer { margin: 0 auto; color: #EEEEEE; text-align: center; font-weight: bold; font-size: 0.67em; font-variant:small-caps; } .formbox label { margin-right: 5px; } .formElement { padding: 5px; color: #333333; font-variant: small-caps; font-size: 0.67em; font-weight: bold; border: 0px solid #AAAAAA; background: #CCCCCC; box-shadow: 3px 3px 2px 0px #888888; margin-right: 5px; margin-top: 10px; } .formBox { display: inline-block; } .header { display: block; height: 118px; width: 100%; position: fixed; z-index: 2; background: #222222; box-shadow: 0px -3px 3px -2px #111111 inset; top: -10px; } .header h1 { color: #EEEEEE; padding-top: 15px; font-variant: normal; text-shadow: 2px 2px 3px #111111; } .headPic { margin-top: 0px !important; } .hide { display: inline-block; width: 18px; height: 18px; background: url("/icons/shrink_w.png") no-repeat; background-size: 18px 18px; } .hide:hover { display: inline-block; width: 18px; height: 18px; background: url("/icons/shrink_o.png") no-repeat; background-size: 18px 18px; } .hidden { display: none; } .home { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/icons/home_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .home:hover { background: url("/icons/home_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .iconBox { display: block; float: right; } .iconBoxColors { display: block; float: right; font-variant: small-caps; font-size: 0.67em; font-weight:bold; margin-top: 5px; line-height: 22px; } .iconBoxColors input { display: block; float: right; margin-left: 5px; } .imgTable { margin-top: 10px; } .imgTable .upass { width: 50px; background: #EEEEEE; box-shadow: none; } .imgTable #file_name { width: 200px; } .imgTableButton { padding: 5px; color: #EEEEEE; font-variant: small-caps; font-size: 0.67em; font-weight:bold; border: 0px solid #AAAAAA; background: #222222; transition: 0.3s; } .imgTableButton:active { background: #DD8800; color: #333333; } .imgTableButton:hover { background: #444444; } .index { width: 50px; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .inputfile + label { padding: 5px; color: #333333; font-variant: small-caps; font-size: 0.67em; font-weight:bold; border: 0px solid #AAAAAA; background: #CCCCCC; box-shadow: 3px 3px 2px 0px #888888; cursor: pointer; } .inputfile + label:active { background: #DD8800; color: #EEEEEE; } .inputfile:focus + label, .inputfile + label:hover { background: #AAAAAA; } .leftButtons { float: left; } .leftButtons button { margin: 0; width: 75px; height: 23px; box-shadow: 3px 3px 2px 0px #222222; cursor: pointer; } .left_sidebar { display: inline-block; float: left; } .left_sidebar blockquote, .left_sidebar ul, .left_sidebar ol, .left_sidebar code { display: inline-block; } .lightboxButton, .lightboxButton:hover { width: 30px; height: 30px; background-size: 30px 30px; float: right; margin-right: 10px; margin-top: -10px; } .link { display: inline-block; width: 18px; height: 18px; background: url("/icons/elipsis_w.png") no-repeat; background-size: 18px 18px; } .link:hover { display: inline-block; width: 18px; height: 18px; background: url("/icons/elipsis_o.png") no-repeat; background-size: 18px 18px; } .login { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/icons/login_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .login:hover { background: url("/icons/login_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .logout { display: inline-block; width: 24px; height: 24px; background: url("/icons/logout_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .logout:hover { background: url("/icons/logout_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .manage { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/icons/manage_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .manage:hover { background: url("/icons/manage_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .microblog { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/icons/microblog_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .microblog:hover { background: url("/icons/microblog_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .pageButtons { margin: 0 auto 10px; } .post { background: #EEEEEE; box-shadow: 3px 3px 2px 0px #222222; margin: 0 auto 10px; color: #333333; } .postbreak { clear: both; } .postcontent { display: block; width: 100%; padding: 10px; box-sizing: border-box; border-top: 5px solid #DD8800; } .postcontent img:not(.posticon) { max-height: 400px; max-width: 744px; margin-right: 10px; margin-bottom: 10px; } .postcontent#pictureUpload .fadeInContainer, .postcontent#markdownEditor .fadeInContainer, .postcontent#storiesTab .fadeInContainer, .postcontent#filesTab .fadeInContainer, .postcontent#stylesTab .fadeInContainer { animation: fadeEffect 1s; } .postData { display: inline-block; font-variant: small-caps; font-size: 0.67em; font-weight:bold; vertical-align: middle; line-height: normal; height: 18px; line-height: 18px; float: right; margin-left: 5px; } .postDataNew { display: inline-block; font-variant: small-caps; font-size: 0.67em; font-weight:bold; vertical-align: middle; line-height: normal; height: 18px; line-height: 18px; margin-right: 5px; color: #EEEEEE; } .postheader { display: block; width: 100%; background: #222222; box-shadow: 0px -3px 3px -2px #111111 inset; height: 38px; padding: 10px; box-sizing: border-box; } .postheader button { background: #EEEEEE; color: #333333; transition: 0.3s; } .postheader button.active { background: #DD8800; color: #EEEEEE; } .postheader button.active:hover { background: #DD8800; color: #EEEEEE; } .postheader button:hover { background: #CCCCCC; } .posticon { height: 18px; width: 18px; float: right; margin-left: 5px; } .posticonNew { height: 18px; width: 18px; margin-right: 5px; margin-top: 5px; vertical-align: middle; line-height: normal; line-height: 23px; } .postTags { width: 350px; } .postTime { width: 100px; } .posttitle { color: #EEEEEE; font-variant: small-caps; text-shadow: 2px 2px 3px #111111; font-size: 20px; margin: 0 auto 0; } .radioBox { display: block; position: relative; margin-right: 5px; margin-left: 10px; padding: 8px 5px 5px 23px; font-weight: bold; color: #333333; font-variant: small-caps; font-size: 0.67em; cursor: pointer; user-select: none; } .radioBox:hover input ~ .checkmark { background-color: #DD8800; } .radioBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .radioBox input:checked ~ .checkmark { background-color: #CCCCCC; } .radioBox input:checked ~ .checkmark:after { display: block; } .radioBox .checkmark:after { left: 3px; top: 3px; width: 9px; height: 9px; background: #333333; border-radius: 50%; } .radioButtons { margin-top: 10px; } .radioContainer { display: block; float: right; } .rightButtons { float: right; } .rightButtons button { margin: 0; width: 75px; height: 23px; box-shadow: 3px 3px 2px 0px #222222; cursor: pointer; } .right_sidebar { display: inline-block; float: right; } .right_sidebar blockquote, .right_sidebar ul, .right_sidebar ol, .right_sidebar code { display: inline-block; } .search { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/icons/search_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .search:hover { background: url("/icons/search_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .searchbar { width: 400px; } .searchIcon { display: inline-block; width: 24px; height: 24px; background: url("/icons/search_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); float: left; margin-right: 5px; margin-top: -3px; } .searchText { color: #DD8800; font-style: italic; } .separator { margin: 0 3px !important; } .show { display: inline-block; width: 18px; height: 18px; background: url("/icons/expand_w.png") no-repeat; background-size: 18px 18px; } .show:hover { display: inline-block; width: 18px; height: 18px; background: url("/icons/expand_o.png") no-repeat; background-size: 18px 18px; } .sidebar { display: block; position: fixed; z-index: 2; } .spacer { display: block; height: 10px; width: 100%; position: fixed; z-index: 2; background: #333333; } .tableCheck { width: 12px; margin: 0; } .tableNotes { font-weight: bold; color: #333333; font-style: italic; font-size: 0.67em; } .tablinks { margin-top: 0; box-shadow: none; height: 28px; cursor: pointer; transition: 0.3s; outline: none; } .tagCloud { margin-top: 10px; font-size: 0.67em; padding-left: 10px; } .tagCloud h3 { font-size: 1.75em; color: #333333; margin-bottom: 0; margin-left: -10px; } .tagText { color: #DD8800; font-weight: bold; font-variant: small-caps; } .title { display: block; } .top { margin-bottom: 10px; } .upass { margin-top: 0px !important; } #content { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } #dialogPost { display: none; } #dialogPictures { display: none; } #image-dropdown { background: #EEEEEE url("/icons/chevron.png") 80% 80%/75px 51px no-repeat; width:50px; height:34px; overflow:hidden; margin-top: 5px; transition: height 0.1s; position: absolute; z-index: 10; } #image-dropdown:hover { height: 200px; overflow-y: scroll; transition: height 0.5s; } #image-dropdown:hover label{ display: block; } #image-dropdown input { position: absolute; top: 0; left: 0; opacity: 0; } #image-dropdown input:checked + label { opacity:1 !important; display:block; } #image-dropdown label { display: none; margin: 2px; height: 30px; width: 30px; opacity: 0.4; cursor: pointer; } #lightbox { width: 0.1px; height: 0.1px; position: absolute; opacity: 0; overflow: hidden; z-index: -1; top: 0; left: 0; background: rgba(0,0,0,.7); text-align: center; } #lightbox #content { box-shadow: 3px 3px 2px 0px #222222; margin-bottom: 10 px; background: #EEEEEE; } #lightbox p { text-align: right; color: #EEEEEE; margin-right: 20px; margin-top: 20px; font-size: 1.25em; font-weight: bold; cursor: pointer; } #lightbox img { max-width:940px; margin-bottom: 10px; border-bottom: 5px solid #DD8800; } #lightboxCaption { color: #333333; font-size: 0.67em; font-style: italic; font-weight: bold; padding: 0 10px 10px; display: block; } #pageSelect { margin-right: 10px; padding: 5px; color: #333333; font-variant: small-caps; font-size: 0.67em; font-weight: bold; border: 0px solid #AAAAAA; background: #EEEEEE; box-shadow: 3px 3px 2px 0px #222222; cursor: pointer; } #pageSelect:disabled, #pageSelect[disabled], #pageSelect:hover:disabled, #pageSelect:hover[disabled] { background-color: #CCCCCC; color: #555555; } #pictureUpload, #filesTab, #styleTab { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } #replybox { margin-top: 10px; } .storyIconlIaZYUGU { display: inline-block; width: 24px; height: 24px; background: url("/personal_icons/me_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); float: left; margin-right: 5px; margin-top: -3px; } .linklIaZYUGU { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/personal_icons/me_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .linklIaZYUGU:hover { background: url("/personal_icons/me_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); }.storyIconuXKv6MY3 { display: inline-block; width: 24px; height: 24px; background: url("/personal_icons/project_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); float: left; margin-right: 5px; margin-top: -3px; } .linkuXKv6MY3 { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/personal_icons/project_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .linkuXKv6MY3:hover { background: url("/personal_icons/project_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); }.storyIconZwuV1NVj { display: inline-block; width: 24px; height: 24px; background: url("/personal_icons/collection_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); float: left; margin-right: 5px; margin-top: -3px; } .linkZwuV1NVj { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/personal_icons/collection_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .linkZwuV1NVj:hover { background: url("/personal_icons/collection_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); }.storyIconU03vcO4Q { display: inline-block; width: 24px; height: 24px; background: url("/personal_icons/apophis_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); float: left; margin-right: 5px; margin-top: -3px; } .linkU03vcO4Q { display: inline-block; width: 24px; height: 24px; margin-bottom: 5px; background: url("/personal_icons/apophis_w.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } .linkU03vcO4Q:hover { background: url("/personal_icons/apophis_o.png") no-repeat; background-size: 24px 24px; filter: drop-shadow(2px 2px 3px #111111); } /* Mobile Styles */ @media only screen and (max-width: 667px) { .header { height: 120px; z-index: 3; } .header h1 { font-size: 20px; margin: 0 auto 0; width: 100px; text-align: center; } .break { padding: 118px 0 0; } .sidebar { margin: 71px auto 0; height: 34px; padding: 5px 10px 5px; z-index: 3; } .spacer { margin: -100px 0 0; padding: 208px 0 0; } .pageButtons { padding: 0 10px; } .mobilebox { padding: 0 10px 0; } .mobileheader { display: block; background-image: url("/small_header/background_s_0.png"); background-position: right 10px bottom; background-repeat: no-repeat; height: 118px; padding: 0 10px 0; filter: drop-shadow(2px 2px 3px #111111); } .logout { margin-bottom: 5px; } .searchbar { width: 265px; } #lightbox img { max-width: 325px; max-height: 500px; } .fileTable { width: 325px; } .postTags { width: 300px; } .imgTable { table-layout: fixed; width: 300px; } .imgTable #file_name { width: 130px; } .tableNameCol { overflow: hidden; white-space: no-wrap; width: 130px; } th#width, th#height, th#post { width: 45px; } } @media only screen and (max-width: 667px) and (orientation: landscape) { .header { height: 120px; z-index: 3; } .header h1 { font-size: 20px; margin: 0 auto 0; width: 100px; text-align: center; } .break { padding: 118px 0 0; } .sidebar { margin: 71px auto 0; height: 34px; padding: 5px 10px 5px; z-index: 3; } .spacer { margin: -100px 0 0; padding: 208px 0 0; } .pageButtons { padding: 0 10px; } .mobilebox { padding: 0 10px 0; } .mobileheader { display: block; background-image: url("/small_header/background_s_0.png"); background-position: right 10px bottom; background-repeat: no-repeat; height: 118px; padding: 0 10px 0; filter: drop-shadow(2px 2px 3px #111111); } .logout { margin-bottom: 5px; } .searchbar { width: 265px; } #lightbox img { max-width: 500px; max-height: 325px; } .fileTable { width: 600px; } } /* Phablet Styles */ @media only screen and (min-width: 668px) and (max-width: 889px) { .header { height: 120px; z-index: 3; } .header h1 { font-size: 20px; margin: 0 auto 0; width: 100px; text-align: center; } .break { padding: 118px 0 0; } .sidebar { margin: 71px auto 0; height: 34px; padding: 5px 10px 5px; z-index: 3; } .spacer { margin: -100px 0 0; padding: 208px 0 0; } .mobilebox { padding: 0 10px 0; } .mobileheader { display: block; background-image: url("/small_header/background_s_0.png"); background-position: right 10px bottom; background-repeat: no-repeat; height: 118px; padding: 0 10px 0; filter: drop-shadow(2px 2px 3px #111111); } .post { width: 764px; } .pageButtons { width: 764px; } .logout { margin-bottom: 5px; } #lightbox img { max-width: 500px; max-height: 400px; } } /* Desktop Styles */ @media only screen and (min-width: 890px) { .header { height: 120px; z-index: 3; } .header h1 { margin-block-start: 0; margin-block-end: 0; } .break { padding: 120px 0 0; } .title { width: 712px; height: 100px; margin: 20px auto 0; background-image: url("/large_header/background_0.png"); filter: drop-shadow(2px 2px 3px #111111); } .sidebar { top: 120px; right: -10px; width: 34px;background: #222222; padding: 5px; box-shadow: 0px 0px 3px 2px #111111 inset; z-index: 3; } .spacer { margin: 110px 0 0; } .post { width: 764px; } .pageButtons { width: 764px; } #lightbox img { max-width: 500px; max-height: 400px; } } /* Go from zero to full opacity */ @keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }