MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url(https://fonts.googleapis.com/css?family=Forum);
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url(https://fonts.googleapis.com/css?family=Play);
@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil);
@import url(https://fonts.googleapis.com/css?family=BenchNine);
.mw-editsection { color:#b3b3b3 !important; font-size: 90% !important;}
#toc { float: right; font-size: 87%; font-family: 'BenchNine', sans-serif; line-height: 93%; !important; }
body {
font-family: 'Play', sans-serif !important;
}
/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
#content {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
.pBody {
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
}
.firstHeading, #firstHeading {
font-size: 125% !important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H1 {
font-size: 115% !important;
color: #3535FD!important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H2 {
font-size: 105% !important;
color: #3535FD!important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H3 {
font-size: 95% !important;
color: #3535FD!important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H4 {
font-size: 90% !important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H5 {
font-size: 85% !important;
font-family: 'Allerta Stencil', sans-serif !important;
}
H6 {
font-size: 80% !important;
font-family: 'Allerta Stencil', sans-serif !important;
}
.mw-head, #mw-head {
background: linear-gradient(to right, #000000, #007B89, #f2f2f2) !important;
}
.portal {
font-size: 97% !important;
font-weight: bold !important;
}
# Calendar
table.calendar { margin: 0; padding: 10px; border: 1px solid #ccc; }
table.calendar td { margin: 0; padding: 2px; vertical-align: top; border: 1px solid #ccc; }
table.calendar th { padding: 1px; background-color: #ddd; color: #007A74; text-align: center; font-size: 120%; font-weight: bold; border: 1px solid #ccc; }
table.month { border: 1px solid #ccc; }
table.month .dow th { color: #aaa; text-align: center; font-size: 100%; border: 1px solid #ccc; }
table.month td.today { background-color:#033; }
table.month td {
border: 1px solid #ccc;
margin: 0;
padding: 1pt 1.5pt;
font-weight: bold;
font-size: 8pt;
text-align: right;
background-color: #eee;
}
table.month td.day-active a { color: #ffffff; }
table.month td.day-empty a { color: #007A74; }