MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Firestone Idle RPG Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
#ca-nstab-main { display: none !important; }
    background: #303030 url(https://fscdn.r2games.com/img/splashCompessed.jpg) no-repeat fixed center/cover;
#ca-nstab-user { display: none !important; }
    color: #fff;
#ca-talk { display: none !important; }
}
#ca-view { display: none !important; }
 
#ca-edit { display: none !important; }
h1, h2, h3, h4, h5, h6 {
#ca-ve-edit { display: none !important; }
    color: #fff;
#ca-formedit { display: none !important; }
}
#ca-history { display: none !important;}
 
#ca-watch { display: none !important; }
.mw-page-container {
#ca-unwatch { display: none !important; }
    background-color: rgba(0, 0, 0, .2);
#ca-delete { display: none !important; }
}
#ca-move { display: none !important; }
 
#ca-protect { display: none !important; }
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
#ca-viewsource { display: none !important; }
    background-color: rgba(51, 51, 51, 0.9);
}
 
.vector-page-titlebar {
    box-shadow: 0 1px #fff;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 6px 14px 0;
    color: #fff;
}
 
.vector-page-toolbar-container {
    box-shadow: 0 1px #fff;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 0 16px;
}
 
.vector-body {
    background-color: rgba(51, 51, 51, .9);
}
*/

Version vom 2. Oktober 2023, 16:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
#ca-edit { display: none !important; }
#ca-ve-edit { display: none !important; }
#ca-formedit { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }