Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
/* | /* CSS placed here will affect users of the Vector skin */ | ||
/* | /* widen the sidebar */ | ||
div#mw-panel { | |||
width: 12em; | |||
} | } | ||
div#footer, #mw-head-base, div#content { | |||
margin-left: 12em; | |||
} | } | ||
#left-navigation { | |||
left: 12em; | |||
} | } | ||
# | div#mw-panel div.portal { | ||
{ | padding-bottom: 5px; | ||
} | } | ||
#p- | div#p-namespaces { | ||
{ | margin-left: 1em; | ||
} | } | ||
div# | div#mw-panel div.portal { | ||
{ | margin: 0 0.6em 0 0; | ||
} | } | ||
div# | div#mw-panel div.portal div.body ul li { | ||
{ | margin-left: 1em; | ||
} | } | ||
div# | div#mw-panel div.portal h3 { | ||
margin-left: 2.4em; | |||
} | } | ||
/* background colors and whatnot */ | |||
{ | body { | ||
background-color:#ebebeb; | |||
background-repeat:repeat-x; | |||
} | } | ||
#mw-page-base { | |||
{ | background-color: transparent; | ||
background-image: none; | |||
} | } | ||
div | div.vectorTabs li a { | ||
{ | color:#000000; | ||
} | } | ||
# | #mw-head-base { | ||
background: rgba(215, 239, 242, .5); | |||
border-top: 1px solid #a7d7f9; | |||
border-left: 1px solid #a7d7f9; | |||
border-right: 1px solid #a7d7f9; | |||
border-bottom: 1px solid #a7d7f9; | |||
bottom: 0; | |||
height: 40px; | |||
margin-top: -41px; | |||
} | } | ||
div.vectorTabs a{ | |||
{ | color: black; | ||
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 | div.vectorTabs ul { | ||
background-image: none; | |||
} | } | ||
div | div.vectorTabs li a { | ||
background-image: none; | |||
} | } | ||
div.vectorTabs span { | |||
background-image: none; | |||
{ | |||
} | } | ||
# | div#mw-panel div.portal div.body ul li a { | ||
color: #000000; | |||
font-weight:bold; | |||
} | } | ||
# | div#mw-panel div.portal div.body ul li a:hover { | ||
color: #000000; | |||
font-weight:bold; | |||
} | } | ||
# | div#mw-panel div.portal div.body ul li a:visited { | ||
{ | color: #000000; | ||
font-weight:bold; | |||
} | } | ||
#p-personal | #p-personal a{ | ||
color: #000000; | |||
font-weight: bold; | |||
} | } | ||
div#footer a { | |||
{ | color:#000000; | ||
} | } | ||
#mw-panel.collapsible-nav .portal.collapsed h5 a { | |||
color:#0b5e7a; | |||
#mw-panel | font-weight: bold; | ||
} | } | ||
#mw-panel.collapsible-nav .portal { | |||
{ | background-image:none; | ||
} | } | ||
div#mw-panel div.portal | div#mw-panel div.portal { | ||
background-image:none; | |||
} | } | ||
div#mw-panel div.portal { | |||
padding-bottom: 0px; | |||
div# | |||
padding: | |||
} | } | ||
Revision as of 03:39, 16 July 2017
/* CSS placed here will affect users of the Vector skin */ /* widen the sidebar */ div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { left: 12em; } div#mw-panel div.portal { padding-bottom: 5px; } div#p-namespaces { margin-left: 1em; } div#mw-panel div.portal { margin: 0 0.6em 0 0; } div#mw-panel div.portal div.body ul li { margin-left: 1em; } div#mw-panel div.portal h3 { margin-left: 2.4em; } /* background colors and whatnot */ body { background-color:#ebebeb; background-repeat:repeat-x; } #mw-page-base { background-color: transparent; background-image: none; } div.vectorTabs li a { color:#000000; } #mw-head-base { background: rgba(215, 239, 242, .5); border-top: 1px solid #a7d7f9; border-left: 1px solid #a7d7f9; border-right: 1px solid #a7d7f9; border-bottom: 1px solid #a7d7f9; bottom: 0; height: 40px; margin-top: -41px; } div.vectorTabs a{ color: black; 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 { color: #000000; font-weight:bold; } div#mw-panel div.portal div.body ul li a:hover { color: #000000; font-weight:bold; } div#mw-panel div.portal div.body ul li a:visited { color: #000000; font-weight:bold; } #p-personal a{ color: #000000; font-weight: bold; } div#footer a { color:#000000; } #mw-panel.collapsible-nav .portal.collapsed h5 a { color:#0b5e7a; font-weight: bold; } #mw-panel.collapsible-nav .portal { background-image:none; } div#mw-panel div.portal { background-image:none; } div#mw-panel div.portal { padding-bottom: 0px; }