Advertising:
MediaWiki:Common.css: Difference between revisions
From SAP Knowledge Base
No edit summary |
No edit summary Tag: Manual revert |
||
(27 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark); | //@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark); | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-talk { display:none!important; } | |||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
#footer-info-lastmod { display:none!important; } | |||
/*#footer-places-privacy { display:none!important; }*/ | |||
#ca-talk { display:none!important; } | |||
#ca-nstab-special { display:none!important; } | |||
#ca-history { display:none!important; } | |||
#ca-viewsource { display:none!important; } | |||
#lastmod { display:none!important; } | |||
/*#privacy { display:none!important; }*/ | |||
#ca-info{ display:none!important; } | |||
#site-tools { display:none!important; } | |||
#p-pagemisc-label { display:none!important; } | |||
#t-whatlinkshere { display:none!important; } | |||
#t-recentchangeslinked { display:none!important; } | |||
#t-info { display:none!important; } | |||
#t-pagelog { display:none!important; } | |||
#t-permalink { display:none!important; } | |||
#t-print { display:none!important; } | #t-print { display:none!important; } | ||
#pt-watchlist { display:none!important; } | #pt-watchlist { display:none!important; } | ||
#pt-anoncontribs { display:none!important; } | |||
#pt-anontalk { display:none!important; } | |||
body { | |||
background-color: #59351f; /*#2e0e0e*/ | |||
} | |||
pre, .mw-code { | |||
border-radius: 5px; | |||
background-color: #f3f3f3; | |||
border: 1px solid #c1c1c1; | |||
font-size: 13px; | |||
} | |||
#toc ul, .toc ul { | |||
margin: 0em 0 0; | |||
list-style: none; | |||
} | |||
.toclevel-1 { | |||
margin-top: 1.00em; | |||
margin-bottom: 1.00em; | |||
} | |||
.toclevel-2 { | |||
margin-top: 0.20em; | |||
} | |||
.toclevel-3, tocsection-3 { | |||
margin-top: 1.00em; | |||
} | |||
.toclevel-4 { | |||
font-size:0.94em; | |||
} | |||
.toc .toctitle { | |||
direction: ltr; | |||
margin-bottom: 1.00em; | |||
} | |||
.mw-body h1.firstHeading, .tools-inline li.selected { | |||
border-bottom: solid 4px #59351f; | |||
} | |||
#mw-content h2 { | |||
font-size: 1.8em; | |||
border-bottom: solid 1px #59351f; | |||
} | |||
#mw-content h3 { | |||
font-size: 1.48em; | |||
border-bottom: solid 1px #6666; | |||
} | |||
#mw-content h4 { | |||
font-size: 1.20em; | |||
font-weight: bold; | |||
font-family: 'Calibri','Times New Roman',serif; | |||
} | |||
.mw-body h5 { | |||
font-size: 1.10em; | |||
font-weight: 400; | |||
text-decoration-line: underline; | |||
} | |||
.mw-search-result-data { | |||
display:none!important; | |||
} | |||
.color-middle { | |||
background: #59351f; | |||
} | |||
.color-left { | |||
background: #59351f; | |||
} | |||
.color-right { | |||
background: #59351f; | |||
} | |||
#mw-content-container { | |||
border-bottom:solid 4px #c1c1c1; | |||
} | |||
#mw-footer-container { | |||
border-top: solid 1px #59351f; | |||
box-shadow: inset 0 7px 2px -4px rgba(0,0,0,0); | |||
background-color: #59351f; | |||
} | |||
#p-logo-text a { | |||
font-family: 'calibri','Times New Roman',serif; | |||
#p-logo-text a.long { | |||
line-height: 0.85; | |||
} |
Latest revision as of 16:54, 31 December 2024
//@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark);
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#footer-info-lastmod { display:none!important; }
/*#footer-places-privacy { display:none!important; }*/
#ca-talk { display:none!important; }
#ca-nstab-special { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#lastmod { display:none!important; }
/*#privacy { display:none!important; }*/
#ca-info{ display:none!important; }
#site-tools { display:none!important; }
#p-pagemisc-label { display:none!important; }
#t-whatlinkshere { display:none!important; }
#t-recentchangeslinked { display:none!important; }
#t-info { display:none!important; }
#t-pagelog { display:none!important; }
#t-permalink { display:none!important; }
#t-print { display:none!important; }
#pt-watchlist { display:none!important; }
#pt-anoncontribs { display:none!important; }
#pt-anontalk { display:none!important; }
body {
background-color: #59351f; /*#2e0e0e*/
}
pre, .mw-code {
border-radius: 5px;
background-color: #f3f3f3;
border: 1px solid #c1c1c1;
font-size: 13px;
}
#toc ul, .toc ul {
margin: 0em 0 0;
list-style: none;
}
.toclevel-1 {
margin-top: 1.00em;
margin-bottom: 1.00em;
}
.toclevel-2 {
margin-top: 0.20em;
}
.toclevel-3, tocsection-3 {
margin-top: 1.00em;
}
.toclevel-4 {
font-size:0.94em;
}
.toc .toctitle {
direction: ltr;
margin-bottom: 1.00em;
}
.mw-body h1.firstHeading, .tools-inline li.selected {
border-bottom: solid 4px #59351f;
}
#mw-content h2 {
font-size: 1.8em;
border-bottom: solid 1px #59351f;
}
#mw-content h3 {
font-size: 1.48em;
border-bottom: solid 1px #6666;
}
#mw-content h4 {
font-size: 1.20em;
font-weight: bold;
font-family: 'Calibri','Times New Roman',serif;
}
.mw-body h5 {
font-size: 1.10em;
font-weight: 400;
text-decoration-line: underline;
}
.mw-search-result-data {
display:none!important;
}
.color-middle {
background: #59351f;
}
.color-left {
background: #59351f;
}
.color-right {
background: #59351f;
}
#mw-content-container {
border-bottom:solid 4px #c1c1c1;
}
#mw-footer-container {
border-top: solid 1px #59351f;
box-shadow: inset 0 7px 2px -4px rgba(0,0,0,0);
background-color: #59351f;
}
#p-logo-text a {
font-family: 'calibri','Times New Roman',serif;
#p-logo-text a.long {
line-height: 0.85;
}