Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* 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-head-base { background-color: # | #mw-head-base { background-color: #B0E0E6 ; } | ||
#mw-panel { background-color: # | #mw-panel { background-color: #B0E0E6 ; } | ||
#p-logo { background-color: # | #p-logo { background-color: #B0E0E6 ; } | ||
#p-navigation { background-color: # | #p-navigation { background-color: #B0E0E6 ; } | ||
#p-tb { background-color: # | #p-tb { background-color: #B0E0E6 ; } | ||
body { background-color: # | body { background-color: #B0E0E6 ; } | ||
#mw-page-base { background-color: # | #mw-page-base { background-color: #B0E0E6 ; } | ||
#mw-head { background-color: # | #mw-head { background-color: #B0E0E6 ; } | ||
#p-tb .body { background-color: # | #p-tb .body { background-color: #B0E0E6 ; } | ||
div#simpleSearch { width: | |||
hr { | |||
border-top: 1px solid color: #FF69B4; | |||
} | |||
div#simpleSearch { width: 300em; } | |||
<!--some colors to change the vector background--> | <!--some colors to change the vector background--> | ||
Line 20: | Line 25: | ||
<!--#C0C0C0 Silver--> | <!--#C0C0C0 Silver--> | ||
<!--#D8BFD8 Thistle--> | <!--#D8BFD8 Thistle--> | ||
<!--#FFA07A light salmon--> | |||
<!--#B0E0E6 powder blue--> | |||
/* Hide the first hr element on the main page for Vector theme */ | |||
body.page-Main_Page hr:first-of-type { | |||
display: none; | |||
} | |||
#bodyContent .plainlinks a { | |||
background: none !important; | |||
padding: 0 !important; | |||
color: #002bb8 !important; | |||
} | |||
/* unvisited link */ | /* unvisited link */ | ||
Line 40: | Line 58: | ||
color: hotpink; | color: hotpink; | ||
} | } | ||
#vector-toc .vector-toc-title {font-family: 'Courier New', serif !important;} |
Latest revision as of 01:23, 17 March 2025
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B0E0E6 ; }
#mw-panel { background-color: #B0E0E6 ; }
#p-logo { background-color: #B0E0E6 ; }
#p-navigation { background-color: #B0E0E6 ; }
#p-tb { background-color: #B0E0E6 ; }
body { background-color: #B0E0E6 ; }
#mw-page-base { background-color: #B0E0E6 ; }
#mw-head { background-color: #B0E0E6 ; }
#p-tb .body { background-color: #B0E0E6 ; }
hr {
border-top: 1px solid color: #FF69B4;
}
div#simpleSearch { width: 300em; }
<!--some colors to change the vector background-->
<!--#B0C4DE LightSteelBlue-->
<!--#B6ACCA light purple-->
<!--#FFF0F5 Lavender blush-->
<!--#F8F8FF Ghostwhite-->
<!--#F0FFF0 Honeydew-->
<!--#C0C0C0 Silver-->
<!--#D8BFD8 Thistle-->
<!--#FFA07A light salmon-->
<!--#B0E0E6 powder blue-->
/* Hide the first hr element on the main page for Vector theme */
body.page-Main_Page hr:first-of-type {
display: none;
}
#bodyContent .plainlinks a {
background: none !important;
padding: 0 !important;
color: #002bb8 !important;
}
/* unvisited link */
a:link {
color: hotpink;
}
/* visited link */
a:visited {
color: hotpink;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: hotpink;
}
#vector-toc .vector-toc-title {font-family: 'Courier New', serif !important;}