Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
#ca-history { display: none !important;} | #ca-history { display: none !important;} | ||
{ font-family: "Courier New"; } | body { color: #5a7425; font-size: 12px; font-family: "Courier New"; } | ||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { |
Revision as of 01:24, 6 February 2025
/* CSS placed here will be applied to all skins */
#footer-places { display: none; }
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
#f-list { display: none; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: #B0C4DE;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: #B0C4DE;
}
#n-recentchanges { display: none; }
#t-whatlinkshere { display: none; }
#t-recentchangeslinked { display: none; }
#ca-view { display: none; }
#p-tb h3 { display: none; }
#t-whatlinkshere { display: none; }
#t-info { display: none; }
#t-permalink { display: none; }
#t-upload { display: none; }
#t-specialpages { display: none; }
#ca-talk { display: none !important; }
#ca-nstab-main { display: none !important; }
#ca-view { display: none !important; }
#div.vectorTabs { display: none !important; }
#ca-move { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#mw-list-item {color: hotpink}
#ca-edit { display: none !important; }
#div.vectorTabs { display: none !important; }
#div#simpleSearch { width: 300em; }
#ca-history { display: none !important;}
body { color: #5a7425; font-size: 12px; font-family: "Courier New"; }
#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;
}