Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
#p-tb .body { background-color: #B6ACCA ; } | #p-tb .body { background-color: #B6ACCA ; } | ||
hr { | |||
border-top: 1px solid color: #FF69B4; | |||
} | |||
div#simpleSearch { width: 300em; } | div#simpleSearch { width: 300em; } |
Revision as of 01:13, 17 March 2025
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B6ACCA ; }
#mw-panel { background-color: #B6ACCA ; }
#p-logo { background-color: #B6ACCA ; }
#p-navigation { background-color: #B6ACCA ; }
#p-tb { background-color: #B6ACCA ; }
body { background-color: #B6ACCA ; }
#mw-page-base { background-color: #B6ACCA ; }
#mw-head { background-color: #B6ACCA ; }
#p-tb .body { background-color: #B6ACCA ; }
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-->
/* 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;}