Unterschied: MediaWiki:Timeless.css
MediaWiki interface page
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* 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: block; | |||
border-radius: 2px; | |||
padding: 6px !important; | |||
background-color: #3366cc !important; | |||
color: #fff !important; | |||
border: 1px solid #3366cc !important; | |||
box-sizing: border-box; | |||
min-width: 4em; | |||
max-width: 28.75em; | |||
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 { | #footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright { | ||
display: none !important; | display: none !important; |
Version vom 7. Juni 2021, 09:11 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: block;
border-radius: 2px;
padding: 6px !important;
background-color: #3366cc !important;
color: #fff !important;
border: 1px solid #3366cc !important;
box-sizing: border-box;
min-width: 4em;
max-width: 28.75em;
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;
}
}