Update style.css
This commit is contained in:
parent
a5caeb645a
commit
b5ac13863a
18
style.css
18
style.css
|
@ -17,9 +17,6 @@ https://github.com/AndrewBelt/WiTeX
|
||||||
|
|
||||||
/* Latin Modern (LaTeX default) font */
|
/* 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-face {
|
||||||
font-family: 'Latin Modern Roman';
|
font-family: 'Latin Modern Roman';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -48,8 +45,8 @@ https://github.com/AndrewBelt/WiTeX
|
||||||
src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff');
|
src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
li#pt-userpage {
|
#pt-userpage, #ca-edit, #p-views, div.vectorTabs ul, div.vectorTabs span{
|
||||||
background: none
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page Layout */
|
/* Page Layout */
|
||||||
|
@ -68,7 +65,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:visited {
|
a, a:visited, div.vectorTabs li a {
|
||||||
color: #ED1B23;
|
color: #ED1B23;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,7 +73,7 @@ ul {
|
||||||
list-style: disc;
|
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 */
|
/* nuke most things */
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -87,7 +84,6 @@ ul {
|
||||||
background: white !important;
|
background: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Content Box */
|
/* Content Box */
|
||||||
|
|
||||||
.mw-body {
|
.mw-body {
|
||||||
|
@ -113,10 +109,6 @@ ul {
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.searchButton {
|
|
||||||
background-color: #efefef !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Article Body */
|
/* Article Body */
|
||||||
|
|
||||||
.mw-editsection {
|
.mw-editsection {
|
||||||
|
@ -133,7 +125,7 @@ dl dd {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.texhtml {
|
.texhtml {
|
||||||
/* revert inline math to default font */
|
/* revert inline math to default font */
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user