From ab9641abe633784922ce6da187b53fc7f9682e47 Mon Sep 17 00:00:00 2001 From: Vaikus Date: Wed, 11 Feb 2015 16:59:06 -0700 Subject: [PATCH] Update style.css --- style.css | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 7db448d..c9b300c 100644 --- a/style.css +++ b/style.css @@ -17,12 +17,13 @@ https://github.com/AndrewBelt/WiTeX /* Latin Modern (LaTeX default) font */ + /* pls someone offer me a CDN for these fonts so I can save bandwidth for + my email service */ + @font-face { font-family: 'Latin Modern Roman'; font-weight: normal; font-style: normal; - /* pls someone offer me a CDN for these fonts so I can save bandwidth for - my email service */ src: url('https://pawnmail.com/fonts/lmroman10-regular.woff') format('woff'); } @@ -47,6 +48,10 @@ https://github.com/AndrewBelt/WiTeX src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff'); } +li#pt-userpage { + background: none +} + /* Page Layout */ body { @@ -64,22 +69,29 @@ h1, h2, h3, h4, h5, h6 { } a, a:visited { - color: #a00; + color: #ED1B23; } ul { list-style: disc; } -#mw-navigation, #mw-page-base, #mw-head-base, #footer { - /* nuke everything but the content */ - display: none; +#left-navigation, #mw-panel, #p-views, #mw-page-base, #mw-head-base, #footer, div#featured-star, div.topicon{ + /* nuke most things */ + display: none !important; } + + +.NavHead div, .NavFrame div, .navbox div, .navbox th, .navbox-title, .hlist div, th, table{ + background: white !important; +} + + /* Content Box */ .mw-body { - max-width: 720px; + max-width: 80%; margin: 2em auto; } @@ -101,6 +113,10 @@ ul { margin-bottom: 4em; } +input.searchButton { + background-color: #efefef !important; +} + /* Article Body */ .mw-editsection {