MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
#p-cactions ul li | /* change background of unselected tabs */ | ||
#p-cactions ul li a { background: #C7FDC7; } | |||
/* change background of selected tabs */ | |||
#p-cactions ul li.selected a { background: white; } | |||
/* change border background of selected tabs */ | |||
#p-cactions li.selected { border-color: #aaaaaa; } | |||
/* tab bottom not removed on hover */ | |||
#p-cactions li a:hover { z-index: 0; text-decoration: none; } | |||
#p-cactions li.selected a:hover { z-index: 3; } | |||
/* style the search box and the buttons below it */ | |||
.searchButton { | |||
background-color: #efefef; | |||
border: 1px outset; | |||
} | } | ||
#searchInput { border: 1px inset; } | |||
Revision as of 17:29, 20 March 2018
@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; }
/* change background of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }
/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }
/* change border background of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }
/* style the search box and the buttons below it */
.searchButton {
background-color: #efefef;
border: 1px outset;
}
#searchInput { border: 1px inset; }
.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; }