MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 266: Zeile 266:


#siteNotice {
#siteNotice {
         position:fixed;
         position:fixed !important;
         left:0px;
         left:0px !important;
         bottom:0px;}
         bottom:0px !important;
}
}

Version vom 28. Oktober 2014, 09:20 Uhr



/*********************************


header-format


*********************************/


h1 {
     border-left: 8px solid #0D1E41;
     padding: 4px 8px;
     font-weight: bold;
     border-bottom: 4px solid #0D1E41;
     margin: 0 0 10px ;
     color: #0F2A3A;
}

h2 {
     border-left: 4px solid #0D1E41;
     padding: 4px 8px;
     font-size: 16px;
     font-weight: bold;
     border-bottom: 4px solid #0D1E41;
     margin: 0 0 10px ;
     color: #0F2A3A;
}


h3 {
     border-left: 2px solid #0D1E41;
     padding: 2px 4px;
     font-size: 13px;
     font-weight: bold;
     border-bottom: 2px solid #0D1E41;
     margin: 0 0 10px ;
     color: #0F2A3A;
}


/*****************************************

Tabellenformatierung


*****************************************/
table.table, table.innerborder {border-collapse:collapse;}
table.table > thead > tr > td, table.table > thead > tr > th,
table.table > tbody > tr > td, table.table > tbody > tr > th,
table.table > tfoot > tr > td, table.table > tfoot > tr > th {border:2px outset #0D1E41;}


/**********************************************************************************



Sevengamer - Standard-Tabelle



***********************************************************************************/
table.datatable-SGtable,
table.SGtable {   border-collapse:collapse; background-color: transparent; }

table.datatable-SGtable th,
table.SGtable th, table.datatable td { font-weight: bold; color:#ffffff; padding: 4px; }

table.datatable-SGtable th,
table.SGtable th { text-align: left; background-color: #335AB6; }

table.datatable-SGtable tr,
table.SGtable tr { border: 1px solid black; background-color: #E8E8E8; }

table.datatable-SGtable tr:hover,
table.SGtable tr:hover { background-color: #CFCFCF; }


/*********************************

Ansicht der Kategoriebox

*********************************/
div.catlinks {
 background:#f9f9f9;
 background:linear-gradient(top,#f9f9f9,#ddd);
 background:-o-linear-gradient(top,#f9f9f9,#ddd);
 background:-ms-linear-gradient(top,#f9f9f9,#ddd);
 background:-moz-linear-gradient(top,#f9f9f9,#ddd);
 background:-webkit-linear-gradient(top,#f9f9f9,#ddd);
 border-radius:8px;
 padding:5px 11px !important;
}

div.catlinks span {
 padding:0 8px;
}

/*********************************

Markierung von Weiterleitungen in [[Special:Allpages]]

*********************************/ 
 .allpagesredirect {
     font-weight: bold; 
 }

/*********************************

± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün

*********************************/ 
 span.mw-plusminus-pos {color: #006400 !important; font-weight: bold;} 
 span.mw-plusminus-neg {color: #8B0000 !important; font-weight: bold;}

/*********************************

Farbeneinteilung von Bestimmten User

*********************************/ 
/*Bürokraten & Admins*/
.page-Spezial_Letzte_Änderungen a[title="Benutzer:BlueAngel"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Yukii"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:KingSazh"],
.page-Spezial_Letzte_Änderungen a[title="Benutzer:Sunset"],
.page-Spezial_WhosOnline a[href$="Benutzer:BlueAngel"],
.page-Spezial_WhosOnline a[href$="Benutzer:Yukii"],
.page-Spezial_WhosOnline a[href$="Benutzer:KingSazh"],
.page-Spezial_WhosOnline a[href$="Benutzer:Sunset"]  


{ 
        font-weight: bold; 
        color:#000;
        text-shadow: 0 0 6px #D2691E, 0 0 7px #D2691E, 0 0 9px #D2691E, 0 0 12px #D2691E, 0 0 17px #D2691E;
        background-image: url(http://sqex.sevengamer.de/images/se/8/8a/Logo-mini.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        height:16px;
        font-family:'Viner Hand ITC';  
        padding-left: 18px; /* Or size of icon + spacing */
}




/***********************************************

Entfernt pfeil bei externen links

***********************************************/

#bodyContent a.external[href^="http://www.playonline.com"], 
                                         [href^="http://lodestone.finalfantasyxiv.com"],
                                         [href^="http://sqex.to"],
                                         [href^="http://www.finalfantasyxi.com"],
                                         [href^="http://www.finalfantasyxiv.com"],
                                         [href^="http://forum.square-enix.com"],
                                         [href^="http://www.square-enix.com"],
                                         [href^="http://www.sevengamer.de"],
                                         [href^="http://archiv.ffxiv.sevengamer.de"],
                                         [href^="http://facebook.sevengamer.de"],
                                         [href^="http://twitter.sevengamer.de"],
                                         [href^="http://youtube.sevengamer.de"],
                                         [href^="http://steam.sevengamer.de"] {
	
	background-image: none !important;
        padding-right: 0 !important;
}


/*********************************

Ausblenden diverser Inhalte

*********************************/ 


#f-poweredbyico { display: none; }


/************************************************************

Test 


************************************************************/



.navi > li {
    position: relative;
    align: center;
    display: inline-block;
}

.navi > li > ul {
    position: absolute;
    align: center;
    width: 96px;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
}

.navi > li:hover > ul {
    align: center;
    display: block;
}

.navi > li > ul > li {
    align: center;
    display: block;
}




/************************************

TOC-format 

************************************* /
.toc {
        float: right !important;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}


/*************************************

Gallery-format

**************************************/

li.gallerybox{vertical-align:top;display:-moz-inline-box;display:inline-block}

ul.gallery,li.gallerybox{zoom:1;*display:inline}

ul.gallery{margin:2px;padding:2px;display:block}

li.gallerycaption{font-weight:bold;text-align:center;display:block;word-wrap:break-word}

li.gallerybox div.thumb {
        text-align:center;
        border:1px solid #ccc;
        margin:2px;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !importrant;
        border-radius: 10px !important;
}

div.gallerytext{overflow:hidden;font-size:94%;padding:2px 4px;word-wrap:break-word;}


/*************************************

Seitennotiz

**************************************/

#siteNotice {
        position:fixed !important;
        left:0px !important;
        bottom:0px !important;
}