commit ab9641abe633784922ce6da187b53fc7f9682e47
parent 4ff2bfe97a8ad46982c6867ef68cdc179b0bca5f
Author: Vaikus <Vaikus@users.noreply.github.com>
Date: Wed, 11 Feb 2015 16:59:06 -0700
Update style.css
Diffstat:
| M | style.css | | | 30 | +++++++++++++++++++++++------- |
1 file changed, 23 insertions(+), 7 deletions(-)
diff --git 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 {