Jump to content

MediaWiki:Vector.css: Difference between revisions

From Techreception Wiki
Yoshi50Windows (talk | contribs)
Created page with "All CSS here will be loaded for users of the Vector skin: All CSS here will be loaded for users of the Vector skin: .mw-list-item a, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited, #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a, .mw-footer a, .vector-menu-heading-label { color: #ffffff; } body { background-color: #4cd0fc; font-family: "Trebuchet MS", Ubuntu, Waree, sans-serif; } .mw..."
 
Yoshi50Windows (talk | contribs)
m Protected "MediaWiki:Vector.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 16:46, 12 April 2025

/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */

.mw-list-item a, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited, #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a, .mw-footer a, .vector-menu-heading-label {
	color: #ffffff;
}
body  { 
	background-color: #4cd0fc;
	font-family: "Trebuchet MS", Ubuntu, Waree, sans-serif;
}
.mw-body {
	background-color: #d4f4ff;
	border-radius: 0 0 0 25px;
}
.vector-menu-tabs li {
	border-radius: 8px 8px 0 0;
}
.vector-menu-tabs-legacy .selected {
    background: linear-gradient(to top, #d4f4ff 0%, #ffffff 100%);
}
#mw-page-base {
	background: none;
}