MediaWiki:Vector.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
} | } | ||
Line 27: | Line 27: | ||
div.vectorTabs a{ | div.vectorTabs a{ | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 57: | Line 57: | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:hover { | div#mw-panel div.portal div.body ul li a:hover { | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
#p-personal a{ | #p-personal a{ | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
div#footer a { | div#footer a { | ||
} | } | ||
#mw-panel.collapsible-nav .portal.collapsed h5 a { | #mw-panel.collapsible-nav .portal.collapsed h5 a { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 04:19, 13 February 2015
/* CSS placed here will affect users of the Vector skin */
/* background colors and whatnot */
body {
background-color:#e5f2e5;
background-repeat:repeat-x;
}
#mw-page-base {
background-color: transparent;
background-image: none;
}
div.vectorTabs li a {
}
#mw-head-base {
background: rgba(215, 239, 242, .5);
border-top: 1px solid #a7d7f9;
border-left: 1px solid #a7d7f9;
border-right: 1px solid #a7d7f9;
bottom: 0;
height: 40px;
margin-top: -41px;
}
div.vectorTabs a{
font-weight: bold;
}
div.vectorTabs ul li{
background-color:transparent;
background-image:none;
}
div.vectorTabs li.selected {
background-color: transparent;
background-image: none;
}
div.vectorTabs {
background-image: none;
}
div.vectorTabs ul {
background-image: none;
}
div.vectorTabs li a {
background-image: none;
}
div.vectorTabs span {
background-image: none;
}
div#mw-panel div.portal div.body ul li a {
font-weight:bold;
}
div#mw-panel div.portal div.body ul li a:hover {
font-weight:bold;
}
div#mw-panel div.portal div.body ul li a:visited {
font-weight:bold;
}
#p-personal a{
font-weight: bold;
}
div#footer a {
}
#mw-panel.collapsible-nav .portal.collapsed h5 a {
font-weight: bold;
}
#mw-panel.collapsible-nav .portal {
background-image:none;
}
div#mw-panel div.portal div.body {
background-image:none;
}