[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "MediaWiki:Vector.css"

From blogginpedia
Jump to navigation Jump to search
Line 21: Line 21:
<!--#C0C0C0 Silver-->
<!--#C0C0C0 Silver-->
<!--#D8BFD8 Thistle-->
<!--#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 {
#bodyContent .plainlinks a {

Revision as of 02:54, 7 February 2025

/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B0C4DE ; }
#mw-panel { background-color: #B0C4DE ; }
#p-logo { background-color: #B0C4DE ; }
#p-navigation { background-color: #B0C4DE ; }
#p-tb { background-color: #B0C4DE ; }
body { background-color: #B0C4DE ; }
#mw-page-base { background-color: #B0C4DE ; }
#mw-head { background-color: #B0C4DE ; }
#p-tb .body { background-color: #B0C4DE ; }


div#simpleSearch { width: 200em; }

<!--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;}