MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 12: | Line 12: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url(https://de-wiki.metin2.gameforge.com/images/7/7c/Wiki_Logo_Pfau.png); | background-image: url(https://de-wiki.metin2.gameforge.com/images/7/7c/Wiki_Logo_Pfau.png); | ||
} | |||
/*################################# | |||
############### Fix ############### | |||
#################################*/ | |||
body { | |||
line-height: 1.4em; | |||
} | |||
body.skin-apioutput { | |||
background: none; | |||
} | |||
li { | |||
width: fit-content; | |||
} | |||
#mw-footer ul, #mw-footer li { | |||
text-align: -webkit-center; | |||
} | |||
#searchInput { | |||
margin: 0 0 0 2em; | |||
padding: 0.4em 4.5em 0.2em 0; | |||
width: 97%; | |||
} | |||
.oo-ui-textInputWidget.oo-ui-iconElement input, | |||
.oo-ui-textInputWidget.oo-ui-iconElement textarea { | |||
margin-left: 2.64285714em; | |||
padding-left: 0.3em; | |||
} | |||
#contentSub2 { | |||
font-size: 12px; | |||
padding-bottom: 5px; | |||
} | |||
span.mw-revdelundel-link, | |||
strong.mw-revdelundel-link { | |||
font-size: 11px; | |||
} | |||
li.gallerybox div.thumb, | |||
div.tleft div.thumbinner, | |||
div.tright div.thumbinner, | |||
div.tnone div.thumbinner { | |||
background: url("https://de-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important; | |||
border: 1px solid #88283a; | |||
padding: 5px; | |||
} | } | ||
Revision as of 01:14, 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; }
body {
body {
background: url(https://de-wiki.metin2.gameforge.com/images/5/57/Background_Angeln.jpg) no-repeat fixed center top #000000;
background-size: cover;
}
.mw-wiki-logo {
background-image: url(https://de-wiki.metin2.gameforge.com/images/7/7c/Wiki_Logo_Pfau.png);
}
/*#################################
############### Fix ###############
#################################*/
body {
line-height: 1.4em;
}
body.skin-apioutput {
background: none;
}
li {
width: fit-content;
}
#mw-footer ul, #mw-footer li {
text-align: -webkit-center;
}
#searchInput {
margin: 0 0 0 2em;
padding: 0.4em 4.5em 0.2em 0;
width: 97%;
}
.oo-ui-textInputWidget.oo-ui-iconElement input,
.oo-ui-textInputWidget.oo-ui-iconElement textarea {
margin-left: 2.64285714em;
padding-left: 0.3em;
}
#contentSub2 {
font-size: 12px;
padding-bottom: 5px;
}
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
font-size: 11px;
}
li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner,
div.tnone div.thumbinner {
background: url("https://de-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important;
border: 1px solid #88283a;
padding: 5px;
}