body{ background-color: black; background-attachment: scroll; background-repeat: repeat; font-family: Georgia, 'Times New Roman', Times, serif; color: #FEFFCC; } a{ color: #87EE62; } #navbutton{ border: 4px 2px 2px 4px; border-color: #181917; border-style: double solid solid double ; border-radius: 10px; font-size: large; text-align: center; margin-left: 5%; margin-right: 5%; margin-top: 5px; margin-bottom: 5px; font-weight: bold; background: #458D4C; font-size: 100%; } #navbutton:hover{ background: #18260F; } #navbuttonactive{ border: 4px 2px 2px 4px; border-color: #181917; border-style: double solid solid double ; border-radius: 10px; font-size: large; text-align: center; margin-left: 5%; margin-right: 5%; margin-top: 5px; margin-bottom: 5px; font-weight: bold; background: #102C22; font-size: 100%; } #content-container{ display: flex; margin-top: 10px; height: auto; margin-bottom: 10px; word-wrap: break-word; width: 100%; align-items: flex-start; justify-content: space-between; } #sidebar{ border: 4px 2px 2px 4px; border-color: #181917; border-style: double solid solid double ; position: -webkit-sticky; /* Safari */ position: sticky; top: 10px; flex: 20%; margin-right: 5px; padding-left: 2px; padding-right: 2px; background-color: #18260F; max-width: 140px; } #main-content{ border: 4px 2px 2px 4px; border-color: #181917; border-style: double solid solid double ; flex: 80%; margin-right: auto; margin-left: auto; padding-left: 2px; padding-right: 2px; background-color: #18260F; } #commentics{ width: 60%; margin-left: auto; margin-right:auto; border: inset 2px; border-color: black; margin-top: 5%; background-color: #EFFF96; color: black; } footer{ border: 4px 2px 2px 4px; border-color: #181917; border-style: double solid solid double ; text-align: center; padding-left: 2px; padding-right: 2px; margin-top: 2px; background-color: #18260F; } .logo{ display: block; margin-left: auto; margin-right: auto; width: 50%; max-width: 184px; -ms-interpolation-mode:nearest-neighbor; /*IE 7-11*/ image-rendering: -o-crisp-edges; /*Opera 12*/ image-rendering: -webkit-crisp-edges; /*Safari 6-9*/ image-rendering:-moz-crisp-edges; /*Firefox 3.6-64*/ } #main-container{ min-height: 800px; } .art{ width: 90%; display:block; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; } .artcaption{ margin-top: 20px; display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 1000px; font-size: 1.2em; } /*Undersize.*/ @media only screen and (max-width: 800px) { #content-header{ width: 100%; display: block; max-width: 100%; margin-left: 0; margin-right: auto; } #content-container{ width: 100%; display: block; margin-left: 0; margin-right: auto; } #main-content{ width: 100%; order: 1; display: block; margin-left: 0; margin-right: auto; } #sidebar{ width: 100%; order: 2; display: block; margin-left: 0; margin-right: auto; position: static; } footer{ width: 100%; max-width: 100%; margin-left: 0; margin-right: auto; } #commentics{ width: 100%;} }