body, html { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; margin: 0; padding: 0; } a:link { color: #4183c4; text-decoration: none; } a:hover, a:visited { color: #4183c4; text-decoration: underline; } #wiki-wrapper { margin: 0 auto; overflow: visible; width: 80%; } #head { border-bottom: 1px solid #ccc; margin: 4.5em 0 0.5em; padding: 0.5em 0; overflow: hidden; } #head h1 { font-size: 3.3em; float: left; line-height: normal; margin: 0; padding: 0.08em 0 0 0; width: 50%; } #head ul.actions { float: right; } .page #footer { border-top: 1px solid #ccc; margin: 1em 0 7em; } #footer p#last-edit { font-size: 1.2em; line-height: 1.6em; color: #999; margin: 0.9em 0; } #footer p#last-edit span.username { font-weight: bold; } ul.actions { display: block; list-style-type: none; overflow: hidden; padding: 0; } ul.actions li { float: left; font-size: 1.2em; margin-left: 0.6em; } .minibutton a { background-color: #f7f7f7; border: 1px solid #d4d4d4; color: #333; display: block; font-weight: bold; margin: 0; padding: 0.4em 1em; height: 1.4em; text-shadow: 0 1px 0 #fff; background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); background: -moz-linear-gradient(top, #f4f4f4, #ececec); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } #wiki-content { height: 1%; overflow: visible; } #wiki-body { display: block; margin-right: 3%; font-size: 140%; width: 100%; } textarea#editor-body { background: #fff; border: 1px solid #ddd; font-size: 1.3em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.8em; margin: 1em 0 0.4em; padding: 0.5em; /* I don't really like mixing pct & em hereā€¦ */ width: 98%; height: 20em; } input#editor-submit { background-color: #f7f7f7; border: 1px solid #d4d4d4; color: #333; cursor: pointer; display: block; float: left; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; margin: 0; padding: 0.4em 1em; text-shadow: 0 1px 0 #fff; background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); background: -moz-linear-gradient(top, #f4f4f4, #ececec); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } #wiki-history { margin-top: 3em; } .history h1 { color: #999; font-weight: normal; } .history h1 strong { color: #000; font-weight: bold; }