Update style.css
This commit is contained in:
parent
4ff2bfe97a
commit
ab9641abe6
30
style.css
30
style.css
|
@ -17,12 +17,13 @@ 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;
|
||||||
font-style: 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');
|
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');
|
src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li#pt-userpage {
|
||||||
|
background: none
|
||||||
|
}
|
||||||
|
|
||||||
/* Page Layout */
|
/* Page Layout */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -64,22 +69,29 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: #a00;
|
color: #ED1B23;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
|
#left-navigation, #mw-panel, #p-views, #mw-page-base, #mw-head-base, #footer, div#featured-star, div.topicon{
|
||||||
/* nuke everything but the content */
|
/* nuke most things */
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.NavHead div, .NavFrame div, .navbox div, .navbox th, .navbox-title, .hlist div, th, table{
|
||||||
|
background: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Content Box */
|
/* Content Box */
|
||||||
|
|
||||||
.mw-body {
|
.mw-body {
|
||||||
max-width: 720px;
|
max-width: 80%;
|
||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,6 +113,10 @@ ul {
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.searchButton {
|
||||||
|
background-color: #efefef !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Article Body */
|
/* Article Body */
|
||||||
|
|
||||||
.mw-editsection {
|
.mw-editsection {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user