From b5ac13863ad7565d1ba696f7ee24c77133bc339e Mon Sep 17 00:00:00 2001 From: Vaikus Date: Wed, 11 Feb 2015 17:54:44 -0700 Subject: [PATCH] Update style.css --- style.css | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index c9b300c..2f8491b 100644 --- a/style.css +++ b/style.css @@ -17,9 +17,6 @@ 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; @@ -48,8 +45,8 @@ https://github.com/AndrewBelt/WiTeX src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff'); } -li#pt-userpage { - background: none +#pt-userpage, #ca-edit, #p-views, div.vectorTabs ul, div.vectorTabs span{ + background: none; } /* Page Layout */ @@ -68,7 +65,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } -a, a:visited { +a, a:visited, div.vectorTabs li a { color: #ED1B23; } @@ -76,7 +73,7 @@ ul { list-style: disc; } -#left-navigation, #mw-panel, #p-views, #mw-page-base, #mw-head-base, #footer, div#featured-star, div.topicon{ +#left-navigation, #mw-panel, #ca-view, #ca-history, #ca-watch, #mw-page-base, #mw-head-base, #footer, #featured-star, .topicon{ /* nuke most things */ display: none !important; } @@ -87,7 +84,6 @@ ul { background: white !important; } - /* Content Box */ .mw-body { @@ -113,10 +109,6 @@ ul { margin-bottom: 4em; } -input.searchButton { - background-color: #efefef !important; -} - /* Article Body */ .mw-editsection { @@ -133,7 +125,7 @@ dl dd { text-align: center; } -span.texhtml { +.texhtml { /* revert inline math to default font */ font-family: inherit; font-size: inherit;