MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WikiSpeicher
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
body { | body { | ||
font-family:sans-serif; | |||
font-size:15px; | |||
background-color:#ffffff | |||
} | } | ||
a, | a, | ||
a:visited, | a:visited, | ||
.mw-footer-container a { | .mw-footer-container a { | ||
text-decoration:none; | |||
color:#108ec7; | |||
background:none | |||
} | } | ||
a:hover, | a:hover, | ||
| Zeile 19: | Zeile 18: | ||
.mw-footer-container a:active, | .mw-footer-container a:active, | ||
.mw-footer-container a:focus { | .mw-footer-container a:focus { | ||
text-decoration:none; | |||
color:#006592 | |||
} | } | ||
a.stub, | a.stub, | ||
a.external, | a.external, | ||
| Zeile 29: | Zeile 27: | ||
.mw-body a.external:visited, | .mw-body a.external:visited, | ||
.mw-footer-container a:visited { | .mw-footer-container a:visited { | ||
color:#108ec7 | |||
} | } | ||
.mw-body h1, | .mw-body h1, | ||
.mw-body h2 { | .mw-body h2 { | ||
font-family:'Georgia',serif; | |||
line-height:1.3; | |||
margin-bottom:0.5em; | |||
padding:0; | |||
border:none | |||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
font-size:2.4em | |||
} | } | ||
.mw-body h1.firstHeading { | .mw-body h1.firstHeading { | ||
border:none | |||
} | } | ||
body.page-Hauptseite h1.firstHeading { | body.page-Hauptseite h1.firstHeading { | ||
display:none | |||
} | } | ||
.mw-body h2 { | .mw-body h2 { | ||
font-size:2em; | |||
margin-top:1em | |||
} | } | ||
.mw-body h3, | .mw-body h3, | ||
| Zeile 58: | Zeile 54: | ||
.mw-body h5, | .mw-body h5, | ||
.mw-body h6 { | .mw-body h6 { | ||
font-family:'Georgia',serif; | |||
line-height:1.5; | |||
margin-top:0.3em; | |||
margin-bottom:0; | |||
padding-bottom:0; | |||
font-weight:normal; | |||
border:none | |||
} | } | ||
.mw-body h3 { | .mw-body h3 { | ||
font-size:1.5em | |||
} | } | ||
.mw-body h4, | .mw-body h4, | ||
.mw-body h5, | .mw-body h5, | ||
.mw-body h6 { | .mw-body h6 { | ||
font-size:100% | |||
} | } | ||
.mw-body #toc h2, | .mw-body #toc h2, | ||
.mw-body .toc h2 { | .mw-body .toc h2 { | ||
font-size:100%; | |||
font-family:sans-serif | |||
} | } | ||
#p-logo-text a { | #p-logo-text a { | ||
font-family:'Georgia',serif; | |||
font-variant:none; | |||
} | } | ||
#mw-header-hack { | #mw-header-hack { | ||
opacity:0 | |||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
border:none | |||
} | } | ||
.mw-body .mw-parser-output h1::after, | .mw-body .mw-parser-output h1::after, | ||
.mw-body .mw-parser-output h2::after, | .mw-body .mw-parser-output h2::after, | ||
| Zeile 96: | Zeile 90: | ||
.dropdown h3, | .dropdown h3, | ||
.tools-inline li { | .tools-inline li { | ||
border:None | |||
} | } | ||
.mw-footer-container { | .mw-footer-container { | ||
border-color:transparent; | |||
color:inherit | |||
} | } | ||
#footer-info-lastmod { | #footer-info-lastmod { | ||
font-size:0.8em | |||
} | } | ||
.tagCloudContainer { | .tagCloudContainer { | ||
margin-top:30px | |||
} | } | ||
.tagcloud { | .tagcloud { | ||
box-sizing:border-box; | |||
font-family:'Georgia',serif; | |||
font-weight:normal; | |||
font-size:1.3em; | |||
margin-top:30px; | |||
width:100%; | |||
text-align:center; | |||
background-color:#FDFDFD; | |||
border:1px solid #EEEEEE; | |||
padding:15px; | |||
overflow:hidden; | |||
line-height:1.3 | |||
} | } | ||
.tagcloud a { | .tagcloud a { | ||
padding:4px; | |||
color:#108ec7; | |||
font-weight:inherit | |||
} | } | ||
.youtubeWrapper { | .youtubeWrapper { | ||
position:relative; | position:relative; | ||
| Zeile 146: | Zeile 126: | ||
width:100%; | width:100%; | ||
height:0; | height:0; | ||
padding-bottom:56.25% | padding-bottom:56.25% | ||
} | } | ||
iframe { | iframe { | ||
| Zeile 152: | Zeile 132: | ||
position:absolute; | position:absolute; | ||
width:100%; | width:100%; | ||
height:100% | height:100% | ||
} | } | ||
@media screen and (min-width:851px) { | @media screen and (min-width:851px) { | ||
#mw-content-container { | #mw-content-container { | ||
background-color:white | background-color:white | ||
} | } | ||
.mw-wiki-logo.fallback { | .mw-wiki-logo.fallback { | ||
| Zeile 165: | Zeile 142: | ||
height:0; | height:0; | ||
padding-bottom:100%; | padding-bottom:100%; | ||
background-size:100% | background-size:100% | ||
} | } | ||
} | } | ||
Version vom 3. März 2022, 11:41 Uhr
body {
font-family:sans-serif;
font-size:15px;
background-color:#ffffff
}
a,
a:visited,
.mw-footer-container a {
text-decoration:none;
color:#108ec7;
background:none
}
a:hover,
a:focus,
a:active,
a:hover:visited,
.mw-footer-container a:hover,
.mw-footer-container a:active,
.mw-footer-container a:focus {
text-decoration:none;
color:#006592
}
a.stub,
a.external,
a.external:visited,
.mw-body a.external,
.mw-body a.external:visited,
.mw-footer-container a:visited {
color:#108ec7
}
.mw-body h1,
.mw-body h2 {
font-family:'Georgia',serif;
line-height:1.3;
margin-bottom:0.5em;
padding:0;
border:none
}
.mw-body h1 {
font-size:2.4em
}
.mw-body h1.firstHeading {
border:none
}
body.page-Hauptseite h1.firstHeading {
display:none
}
.mw-body h2 {
font-size:2em;
margin-top:1em
}
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
font-family:'Georgia',serif;
line-height:1.5;
margin-top:0.3em;
margin-bottom:0;
padding-bottom:0;
font-weight:normal;
border:none
}
.mw-body h3 {
font-size:1.5em
}
.mw-body h4,
.mw-body h5,
.mw-body h6 {
font-size:100%
}
.mw-body #toc h2,
.mw-body .toc h2 {
font-size:100%;
font-family:sans-serif
}
#p-logo-text a {
font-family:'Georgia',serif;
font-variant:none;
}
#mw-header-hack {
opacity:0
}
#mw-content-container {
border:none
}
.mw-body .mw-parser-output h1::after,
.mw-body .mw-parser-output h2::after,
.sidebar-inner h3,
.dropdown h3,
.tools-inline li {
border:None
}
.mw-footer-container {
border-color:transparent;
color:inherit
}
#footer-info-lastmod {
font-size:0.8em
}
.tagCloudContainer {
margin-top:30px
}
.tagcloud {
box-sizing:border-box;
font-family:'Georgia',serif;
font-weight:normal;
font-size:1.3em;
margin-top:30px;
width:100%;
text-align:center;
background-color:#FDFDFD;
border:1px solid #EEEEEE;
padding:15px;
overflow:hidden;
line-height:1.3
}
.tagcloud a {
padding:4px;
color:#108ec7;
font-weight:inherit
}
.youtubeWrapper {
position:relative;
display:block;
width:100%;
height:0;
padding-bottom:56.25%
}
iframe {
display:block;
position:absolute;
width:100%;
height:100%
}
@media screen and (min-width:851px) {
#mw-content-container {
background-color:white
}
.mw-wiki-logo.fallback {
width:100%;
height:0;
padding-bottom:100%;
background-size:100%
}
}