Unterschied: MediaWiki:Timeless.css
MediaWiki interface page
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) Markierung: Zurückgesetzt |
Admin (Diskussion | Beiträge) Markierung: Manuelle Zurücksetzung |
||
Zeile 29: | Zeile 29: | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
.infoMessage a { | .infoMessage a { |
Aktuelle Version vom 11. Juni 2021, 14:48 Uhr
/* All CSS here will be loaded for users of the Timeless skin */
.usermessage {
background-color: #ffb952;
border-left: 10px solid rgba(0,0,0,.2);
border-radius: 2px;
padding: 20px;
margin: 10px 0 30px 0;
}
.usermessage a {
color: rgba(0,0,0,.6);
background-position: center right;
background-repeat: no-repeat;
background-image: url(/resources/src/mediawiki.skinning/images/external-ltr.png?bbaf6);
background-image: linear-gradient(transparent,transparent),url(/resources/src/mediawiki.skinning/images/external-ltr.svg?59558);
padding-right: 13px;
}
.infoMessage {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
background: none !important;
color: transparent !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.infoMessage a {
display: inline-block;
border-radius: 2px;
padding: 6px !important;
background-color: #3366cc !important;
color: #fff !important;
border: 1px solid #3366cc !important;
box-sizing: border-box;
width: calc(33% - 10px);
margin-bottom: 10px;
cursor: pointer;
vertical-align: middle;
font-family: inherit;
font-weight: bold;
line-height: 1.28571429em;
text-align: center;
}
.infoMessage a:hover {
background-color: #447ff5 !important;
border-color: #447ff5 !important;
}
.infoMessage a:active {
background-color: #2a4b8d !important;
border-color: #2a4b8d !important;
box-shadow: none !important;
}
.infoMessage a:focus {
box-shadow: inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff !important;
}
#footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright {
display: none !important;
}
body.skin-timeless .mw-wiki-logo {
background-size: contain;
}
@media screen and (max-width: 460px) {
.mw-capiunto-infobox {
float: none;
}
.mw-capiunto-infobox.wikitable {
margin-left: 0;
}
}