MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
| Line 21: | Line 21: | ||
div { | div { | ||
display: block; | display: block; | ||
} | |||
.mw-wiki-logo { | |||
display: block; | |||
content: ''; | |||
width: 500px; | |||
height: 170px; | |||
background-image: url(/skins/Timeless/resources/images/metin2_logo.png?b797c); | |||
background-repeat: no-repeat; | |||
background-position: 50% 50%; | |||
margin: 0.75em auto 0; | |||
margin-top: 0.75em; | |||
margin-right: auto; | |||
margin-bottom: 0px; | |||
margin-left: auto; | |||
} | } | ||
Revision as of 13:07, 14 June 2022
/* CSS placed here will be applied to all skins */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
#ca-talk { display: none !important; }
element.style {
}
@media screen and (min-width: 851px)
#mw-header-container {
height: 0;
position: fixed;
z-index: 100;
top: 0;
width: 100%;
background: #1f0e02;
color: #f0d9a2;
padding: 0.5em 0 0;
min-height: 3.125em;
box-sizing: border-box;
}
user agent stylesheet
div {
display: block;
}
.mw-wiki-logo {
display: block;
content: '';
width: 500px;
height: 170px;
background-image: url(/skins/Timeless/resources/images/metin2_logo.png?b797c);
background-repeat: no-repeat;
background-position: 50% 50%;
margin: 0.75em auto 0;
margin-top: 0.75em;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}