MediaWiki:Common.css: Difference between revisions

From Azyrah
Jump to navigation Jump to search
(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
No edit summary
Tag: Reverted
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 {
    font-family: 'PTSans','Trebuchet MS','Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
    color: #000000;
    background: url(/skins/Timeless/resources/images/background-skin.jpg?d1a2d) no-repeat fixed center top #000000;
    font-size: 0.9em;
    line-height: 1.4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mw-wiki-logo {
    background-image: url(/resources/assets/wiki.png?35366);
}
.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;
}

Revision as of 12:53, 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 {
    font-family: 'PTSans','Trebuchet MS','Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
    color: #000000;
    background: url(/skins/Timeless/resources/images/background-skin.jpg?d1a2d) no-repeat fixed center top #000000;
    font-size: 0.9em;
    line-height: 1.4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mw-wiki-logo {
    background-image: url(/resources/assets/wiki.png?35366);
}
.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;
}