MediaWiki:Vector.tmp
/* Classes identified in Firefox Web Developer Tools */
/* mw-body */
/* mw-first-heading */
/* mw-page-title-main */
/ vector-body */
/* mw-body-content */
/* catlinks */
/* mw-normal-catlinks */
/* mw-head */
/* #mw-head nav#p-personal.mw-portlet.mw-portlet-personal.vector-user-menu-legacy.vector-menu */
/* vector-menu-heading */
/* vector-menu-heading-label */
/* #mw-navigation div#mw-head div#left-navigation nav#p-variants.mw-portlet.mw-portlet-variants.emptyPortlet.vector-menu-dropdown.vector-menu */
/* mw-list-item */
/* vector-menu-content */
/* vector-menu-content-list */
/* vector-search-box */
/* vector-search-box-form */
/* #mw-panel.vector-legacy-sidebar.collapsible-nav */
/* mw-footer */
/* _________________________________________________________________________________________ */
/* Colour Theme */
/* Page Header */
- mw-head { background-color: #9CB2C9; }
.mw-wiki-logo { background-color: #ced8e4; }
- p-search { background-color: #DAE7F1; }
/* Page Content */ body { background-color: #4078A5; } .mw-body { background-color: #4078A5; } /* forms a border around the main page area */
.firstHeading { background-color: #B6CEE2; border-radius: 10px; } /* contains the page title padding-left not effective */ .mw-page-title-main { margin-left: 25px; }
/* Navigation */
- mw-panel { background-color: #bdccdb; padding-bottom:2em; border-radius:10px; } /* panel contains sidebar */
/* Tools Menu */
- p-tb { background-color: #dee5ed; border-radius:5px; }
- p-tb-label { background-color: #becada; margin-right:20px; } /* darker than drop down */
.mw-body-content { background-color: #FAFAFA; border-radius: 1em; padding-top:2em; padding-bottom:2em; padding-left:2.5em; padding-right:2.5em; } /* lighter than F2F2F2 */
.mw-footer { background-color: #325d81; }
.catlinks { background-color: #bdccdb; } /* border on category row */ .mw-normal-catlinks { background-color: #ced8e4; padding-left:20px; }
/* Not Done */
/* #p-navigation { background-color: #00ff00; } */
/* CollaspibleVector */
/* menu headings - define for expanded and collapsed */
- mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading { background-color: #998c80; }
- mw-panel.collapsible-nav .portal .vector-menu-heading { background-color: #bbb3aa; }
/* vector-menu-heading-label default style - text colour defined separately for each State*/ .vector-menu-heading-label { background-color: yellow; } */ this is the background for the text only, not full width */
/* .vector-menu-content-list { background-color: yellow; } no effect */
/* Dropdown Menu */
- mw-panel.collapsible-nav .vector-menu-content { background-color: #d2ccc6; } /* bacground color on drop down sub menu */
/* .vector-menu-content ul li { color: #b0a69c; } */
/* Define properties for the list or list items */ .vector-menu-content ul li { color: yellow !important; } .vector-menu-content ul li a:link { color: green !important; } /* menu list items on dropdown background .vector-menu-content */ .vector-menu-content ul li a:visited { color: purple !important; } /* menu list item visited */
.vector-menu-content ul li a:hover { color: red !important; } /* menu list item color on hover, changed from .vector-menu-content ul li a:link, is underlined by default */ vector-menu-content ul li a:active { color: orange !important; }