/* Index wrapper */ div.wrapper { text-align: center; margin: auto; width: 65%; } /* Index fonts */ div.searchbox a.title { font-size: 4em; font-weight: bold; text-decoration: none; padding: 0; margin: 0; } div.searchbox a.title:hover { color: #009049; } /* Index search box */ div.searchbox input[type=text] { margin-top: 2px; margin-bottom: 4px; color: #00c07c; background-color: transparent; border: 2px solid #009049; border-radius: 3px; font-family: Verdana, Sans-Serif; font-size: 16px; text-shadow: 0 0 6px black; transition: all 0.25s; } div.searchbox input[type=text]:focus { border: 2px solid transparent; border-bottom: 2px solid #009049; outline: none; } div.searchbox input[type=submit] { margin-top: 4px; background-color: transparent; border: 2px solid #009049; border-radius: 3px; color: #00c07c; text-shadow: 0 0 6px #000a; font-family: Verdana, Sans-Serif; font-size: 16px; padding: 5px 10px; cursor: pointer; } div.searchbox input[type=submit]:focus { border: 2px solid transparent; border-bottom: 2px solid #009049; background-color: #009049a0; } /* Index navigation */ div.nav { margin-bottom: 0.25rem; } div.nav > a { padding: 0.25rem 0.25rem; } div.nav a.useraccount { color: orange; text-decoration: underline; }