User:Lord-Giganticus/common.css: Difference between revisions

From Super Mario Galaxy wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
}
}


#ca-view {
#ca-view, #ca-nstab-user, #ca-talk, #ca-edit, #ca-history, #ca-unwatch {
background: #090909;
background: #090909;
}
}
Line 13: Line 13:
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: #0645ad;
color: #0645ad;
}
.skin-vector-legacy a.new:visited,
.skin-vector-legacy .vector-menu-tabs .new a,
.skin-vector-legacy .vector-menu-tabs .new a:visited {
    color: #a55858;
}
}

Revision as of 21:10, 14 August 2022

body {
	background-color: #090909;
}

#mw-head {
	background-color: #000000;
}

#ca-view, #ca-nstab-user, #ca-talk, #ca-edit, #ca-history, #ca-unwatch {
	background: #090909;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
	color: #0645ad;
}

.skin-vector-legacy a.new:visited, 
.skin-vector-legacy .vector-menu-tabs .new a,
.skin-vector-legacy .vector-menu-tabs .new a:visited {
    color: #a55858;
}