MediaWiki:Common.css: Difference between revisions

From Azyrah
Jump to navigation Jump to search
No edit summary
Tag: Reverted
(Replaced content with "→‎CSS placed here will be applied to all skins: #ca-viewsource { display: none !important; } #ca-history { display: none !important;} #ca-talk { display: none !important; }")
Tags: Replaced Manual revert
Line 3: Line 3:
#ca-history { display: none !important;}
#ca-history { display: none !important;}
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
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;
}
/*
div.thumbinner {
    width: auto;
    max-width: 258px;
    padding: 5px;
}
.thumbinner .thumbimage {
    border: solid 1px #0c0604;
    max-width: 256px;
    height: auto;
}
*/
.thumbcaption {
    font-size: 12px;
}
table.diff,
td.diff-otitle,
td.diff-ntitle,
td.diff-context {
    background: none;
}
td.diff-deletedline {
    border-color: #FFA700 !important;
}
td.diff-deletedline .diffchange {
    background: #FFA700 !important;
}
body.mw-special-Recentchanges .flaggedrevs-pending {
    color: red;
}
.flaggedrevs-pending {
    background: none;
}
body.mw-special-Recentchanges .flaggedrevs-unreviewed {
    color: red;
}
.flaggedrevs-unreviewed {
    background: none;
}
#pagehistory li {
    margin: 2px;
    padding: 0px 2px;
    width: initial;
}
#pagehistory li.selected {
    background-color: rgba(153, 0, 0, 0.05);
    border: 2px solid #990000;
}
li.fr-hist-stable-margin {
    margin-top: 0;
}
#mw-content dt {
    font-weight: bold;
    font-family: 'PTSans','Trebuchet MS','Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
    line-height: 1.4em;
    margin: 0;
}
body.mw-special-Recentchanges #mw-content dt {
    line-height: 1.25em !important;
}
body.mw-special-Recentchangeslinked #mw-content dt {
    line-height: 1.25em !important;
}
body.mw-special-Watchlist #mw-content dt {
    line-height: 1.25em !important;
}
dl {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
.mw-changeslist-legend dd {
    margin-left: 3.2em;
}
.mw-plusminus-pos {
    margin-right: 0 !important;
}
th span a.mw-collapsible-text {
    color: #f0d9a2;
}
a.mw-selflink.selflink {
    text-decoration: none !important;
    font-weight: bold;
}
a.new:visited,
.new a:visited {
    color: #dd4444;
}
hr {
    border-color: #969696;
    margin: 0.2em 0;
}
table {
    border-spacing: 0px;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    padding: 2px;
}
td, th {
    padding: 2px;
}
code {
    line-height: 1.6em;
}
input[type="submit"]:disabled {
    background-color: buttonface;
}
#personal .dropdown {
    text-transform: none;
}
body.mw-special-Contributions li#t-contributions {
    display: none;
}
.ajaxpoll {
    width: 390px !important;
    border: 2px solid #0c0604 !important;
}
.ajaxpoll .ajaxpoll-our-vote div {
    border: 2px solid #008000;
    top: -2px;
    left: -2px;
    background-color: rgba(0, 128, 0, 0.3) !important;
}
.ajaxpoll .ajaxpoll-answer-vote div {
    background: rgba(255, 0, 0, 0.3);
}
.ajaxpoll .ajaxpoll-answer-vote span {
    top: -3px !important;
}
.mw-echo-ui-overlay {
    z-index: 101;
}

Revision as of 01:21, 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; }