User:Filfat/vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400); *{ background: white; font-family: 'Open Sans', sans-serif !important; border-colo..." |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400); | @import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400); | ||
*{ | *{ | ||
background: white; | /*background: white;*/ | ||
font-family: 'Open Sans', sans-serif !important; | font-family: 'Open Sans', sans-serif !important; | ||
border-color: black !important; | /*border-color: black !important;*/ | ||
} | } | ||
body{ | /*body{ | ||
background-image:none; | background-image:none; | ||
} | } | ||
| Line 20: | Line 20: | ||
border: 2px solid gray !important; | border: 2px solid gray !important; | ||
background: white; | background: white; | ||
} | }*/ | ||
Latest revision as of 20:27, 8 April 2015
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);
*{
/*background: white;*/
font-family: 'Open Sans', sans-serif !important;
/*border-color: black !important;*/
}
/*body{
background-image:none;
}
#firstHeading{
font-size:46px !important;
line-height:63px !important;
font-weight:300 !important;
}
a{
color: black !important;
font-weight:700;
}
#wikiPreview .mw-code, #editform textarea{
border: 2px solid gray !important;
background: white;
}*/