body { text-align: center; background-color: #222; color: white; font-family: sans-serif; } .sites-grid { position: relative; left: 10%; max-width: 80%; max-height: 80%; } .sites-item { border: #888 2px solid; display: inline-block; margin: 20px; width: 80px; height: 80px; } .site-favicon { width: 64px; height: 64px; position: relative; top: 8px; } .form-input { border: #888 2px solid; width: 40%; height: 2em; background-color: inherit; font-size: 1.2em; font-family: monospace; color: inherit; margin-left: 20px; margin-bottom: 20px; } .form-button { border: #888 2px solid; border-radius: 5px; height: 36px; margin: 20px; padding: 10px; background-color: inherit; color: white; } .sites-item:hover, .form-input:hover, .form-button:hover { border: #ccc 2px solid; } .ctrl { margin-top: 20px; } .ctrl-icon { width: 48px; height: 48px; margin: 20px; opacity: 60%; } .ctrl-icon:hover { opacity: 100%; }