MediaWiki:Vector.css: Difference between revisions

From DXGL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
padding: 0 !important;
padding: 0 !important;
color: #0B0080 !important;
color: #0B0080 !important;
}
/* CSS placed here will affect users of the mobile site */
body {
    background-image: url("https://www.dxgl.info/favicon.ico");
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}
}

Revision as of 02:51, 17 January 2016

/* CSS placed here will affect users of the Vector skin */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
	color: #0B0080 !important;
}
/* CSS placed here will affect users of the mobile site */
body {
    background-image: url("https://www.dxgl.info/favicon.ico");
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}