* { box-sizing: border-box; } div#options { float: left; } div#main { display: inline-block; } body { margin: 0; height: 100%; background-color: lightgrey; font-family: monospace; font-size: 15px; } .menu { position: fixed; right: 0; } tr:hover { background-color: grey; color: white; } #topbar { background-color: #7b97b9; position: fixed; width: 100%; padding: 3px 0.5%; } #topbar form { display: inline; } a { color: black; text-decoration: none; } a:hover { color: white; } div#massedit { display: none; } #options ul { list-style: none; padding-inline-start: 0; } th { background-color: darkgrey; color: black; } section { padding-top: 30px; margin: 0 0.5%; } section.admin input, select, textarea { display: block; width: 100%; max-width: 400px; } section.font input, select, textarea { display: block; } span#user { float: right; } span#search { float: left; } #topbar span#menu { display: inline-block; margin: 0 1%; } input#id {width: 100px;} section.info a { display: block; width: fit-content; } section.font table#fontlist { width: 100%; max-width: 500px; } section.media table#medialist { width: 100%; max-width: 960px; } #topbar a.actualpage { text-decoration: underline; } section.media table#faviconlist { width: 100%; max-width: 640px; }