Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(68 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
#footer-places-disclaimer { display: none; } | #footer-places-disclaimer { display: none; } | ||
#f-list { 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: */ | /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body { | body { | ||
background: # | background: #8B008B; | ||
} | } | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { | #mw-page-base { | ||
background: # | background: #8B008B; | ||
} | } | ||
#n-recentchanges { display: none; } | #n-recentchanges { display: none; } | ||
#t-whatlinkshere { display: none; } | /* #t-whatlinkshere { display: none; } */ | ||
#t-recentchangeslinked { display: none; } | #t-recentchangeslinked { display: none; } | ||
#ca-view { display: none; } | #ca-view { display: none; } | ||
#p-tb h3 { display: none; } | #p-tb h3 { display: none; } | ||
#t-info { display: none; } | #t-info { display: none; } | ||
#t-permalink { display: none; } | #t-permalink { display: none; } | ||
Line 28: | Line 29: | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#ca-nstab-main { display: none !important; } | #ca-nstab-main { display: none !important; } | ||
#ca-view { display: none !important; } | #ca-view { display: none !important; } | ||
Line 38: | Line 39: | ||
#ca-edit { display: none !important; } | #ca-edit { display: none !important; } | ||
#div.vectorTabs { display: none !important; } | #div.vectorTabs { display: none !important; } | ||
#div#simpleSearch { width: | #div#simpleSearch { width: 300em; } | ||
#ca-history { display: none !important;} | |||
/* some stuff i added in feb 2025. mostly font and color */ | |||
hr { | |||
border-top: 1px solid color: #FF69B4; | |||
} | |||
/* #content h1 { text-align: right; } you can change where the article title is displayed */ | |||
body { color: #000; font-size: 14px; font-family: "Verdana"; } | |||
#content h2 { text-transform: lowercase; } | |||
#content h3 { text-transform: lowercase; } | |||
#content h1 { text-transform: lowercase; } | |||
#content h2 .mw-headline { color: #FF69B4; font-size: 14px; font-family: "Verdana"; } | |||
#content h3 .mw-headline { color: #FF69B4; font-size: 12px; font-family: "Verdana"; } | |||
#content h1 .mw-headline { color: #FF69B4; font-size: 16px; font-family: "Verdana"; } | |||
#bodyContent .plainlinks a { | |||
background: none !important; | |||
padding: 0 !important; | |||
color: #002bb8 !important; | |||
} | |||
/* unvisited link */ | /* unvisited link */ | ||
Line 59: | Line 86: | ||
color: hotpink; | color: hotpink; | ||
} | } | ||
/* #8B008B */ | |||
/* #B0C4DE */ |
Latest revision as of 01:06, 17 March 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: #8B008B;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: #8B008B;
}
#n-recentchanges { display: none; }
/* #t-whatlinkshere { display: none; } */
#t-recentchangeslinked { display: none; }
#ca-view { display: none; }
#p-tb h3 { 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;}
/* some stuff i added in feb 2025. mostly font and color */
hr {
border-top: 1px solid color: #FF69B4;
}
/* #content h1 { text-align: right; } you can change where the article title is displayed */
body { color: #000; font-size: 14px; font-family: "Verdana"; }
#content h2 { text-transform: lowercase; }
#content h3 { text-transform: lowercase; }
#content h1 { text-transform: lowercase; }
#content h2 .mw-headline { color: #FF69B4; font-size: 14px; font-family: "Verdana"; }
#content h3 .mw-headline { color: #FF69B4; font-size: 12px; font-family: "Verdana"; }
#content h1 .mw-headline { color: #FF69B4; font-size: 16px; font-family: "Verdana"; }
#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;
}
/* #8B008B */
/* #B0C4DE */