Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
<!--#C0C0C0 Silver--> | <!--#C0C0C0 Silver--> | ||
<!--#D8BFD8 Thistle--> | <!--#D8BFD8 Thistle--> | ||
/* 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; | |||
} |
Revision as of 22:14, 11 November 2023
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #D8BFD8 ; }
#mw-panel { background-color: #D8BFD8 ; }
#p-logo { background-color: #D8BFD8 ; }
#p-navigation { background-color: #D8BFD8 ; }
#p-tb { background-color: #D8BFD8 ; }
body { background-color: #D8BFD8 ; }
#mw-page-base { background-color: #D8BFD8 ; }
#mw-head { background-color: #D8BFD8 ; }
#p-tb .body { background-color: #D8BFD8 ; }
div#simpleSearch { width: 100em; }
<!--some colors to change the vector background-->
<!--#B0C4DE LightSteelBlue-->
<!--#B6ACCA light purple-->
<!--#FFF0F5 Lavender blush-->
<!--#F8F8FF Ghostwhite-->
<!--#F0FFF0 Honeydew-->
<!--#C0C0C0 Silver-->
<!--#D8BFD8 Thistle-->
/* 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;
}