/* Main CSS */ aside { float: left; display: inline-block; width: 36%; background-color: #454752; } /* Google search */ #googleSearchBar { background-color: #ededed; border: #ededed 2px solid; position: sticky; z-index: 2; top: 6rem; left: calc(50% - 48%); padding: 1rem; width: 96%; height: 3rem; border-radius: 2rem; outline: none; transition: border .4s, opacity .3s, top .3s; } #googleSearchBar:hover, #googleSearchBar:focus { border: #4c8a80 2px solid; } .searchMove { opacity: 0; top: 0px!important; } /* Welcome */ #welcome { padding: 1rem; margin-left: 1rem; } /* Clock */ #timeBox { margin: 2rem 0 0 1rem; padding: 1rem; } .time { display: inline-block; font-size: 5rem; } #date { font-size: 150%; } /* Footer */ footer { margin-top: 1rem; float: left; display: flex!important; } footer div::-webkit-scrollbar { display: none; } footer div { padding: 1rem; margin: 1rem; overflow: scroll; overflow-x: hidden; } /* Info blocks */ footer div:nth-of-type(2) textarea { width: 98%; margin-top: 8px; height: 6rem; } footer div:nth-of-type(2) button { width: 98%; margin-top: 4px; } footer div:nth-of-type(3) a button { margin-bottom: 5px; } /* Mobile support */ @viewport { width: device-width; zoom: 1.0; } /* Support for normal mobile devices */ @media screen and (min-width:0px) and (max-width:1000px) { aside { width: 96%!important; } footer { width: 98%!important; display: block!important; margin: 0!important; } footer div { margin-top: 2rem!important; } }