MediaWiki:Common.css: Difference between revisions

From Mark Benecke Forensic Wiki
Jump to navigation Jump to search
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: →‎CSS placed here will be applied to all skins: /* CSS an dieser Stelle wirkt sich auf alle…“)
 
mNo edit summary
Line 12: Line 12:
}
}


h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
        /*border-bottom: none;*/
        font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }


.editsection {
.editsection {

Revision as of 18:23, 10 October 2011

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* CSS placed here will be applied to all skins */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

body {
        font: x-small sans-serif;
        background: #333333;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        text-align:justify;
}


.editsection {
        float: right;
        margin-left: 5px;
}
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
/* #ca-move { display: none !important; } */
/* #ca-edit { display: none !important; } */
#ca-addsection { display: none !important; }
/* #p-cactions { display: none !important; } */
#p-personal { display: none !important!; }
#pt-userpage { display: none !important; }
#pt-anonuserpage { display: none !important; }
#pt-mytalk { display: none !important; }
#pt-preferences { display: none !important; }
#pt-watchlist { display: none !important; }
#pt-mycontris { display: none !important; }
#pt-anonlogin { display: none !important; }
#pt-anontalk { display: none !important; }
#pt-login { display: none !important; }