Benutzer:Saphir/common.css

Aus Guild Wars 2 Wiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5

/* box-sizing: FTW!*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.mw-wiki-logo {
    background-image:url("/images/b/b8/Benutzer_Dren_WikiLogo1a.png");
}

table.wikit{
    border-radius: 0;
    padding: 0;    
    border-width: 2px;
    border-color: #7F6147
}

table.wikit th{
    background-color: #f9e5cc;
    border-radius: 0 !important;
    border: 0;
}
table.wikit tr th[colspan]{
    border-color: #a29788;
}

div#mw-panel #p-logo + div.portal h3 {
    display: block
}

table.abgerundet{
    border-radius: 0;
    border-collapse: collapse;
}

div.infobox{border-width: 2px}


/*allgemein infobox*/
div.infobox {
    border-color: #0E3D43;
}

div.infobox .infobox-kopf{
    /*border-bottom: 1px solid #12551A;*/
    color: #000;
    background: transparent !important;
}

div.infobox .infobox-kopf:first-child::after{
	content: "";
    display:block;
    width: 80%;
    border-bottom: 2px solid #0E3D43;
    margin: 0 auto;
}

div.infobox .infobox-kopf::after{
	content: "";
    display:block;
    width: 80%;
    border-bottom: 1px solid #0E3D43;
    margin: 0 auto;
}

/*damit rüstungsschmied nicht so dran-pickt */
div.infobox .infobox-daten dt {
    width: 44%;
    margin: 0 4px;
}


/*Schneehaufen -> bild mit Scrollbalken bei overflow:auto*/
.infobox-daten{
    /*overflow:auto;*/
    text-align:center;
}

/* wirklich nötig? 
.infobox-daten img{
    display:block;
    max-width: 100%;
    margin: 0 auto;
}
*/

.area-list img {
    display:inline
}

.infobox-daten > a {display:inline-block}

.infobox-daten dl img{
    display:inline;
}


div.infobox{
    border-radius: 0
}
div.infobox .infobox-kopf{
    border-radius: 0;
    margin: 0;
    letter-spacing: 1px;
}
div.infobox .infobox-kopf:first-child{
    padding: 6px 0;
    margin-top: 0
}


.infobox.vorlage-rezept{
    max-width:275px;
    float:none;
    width: 100%;
    /*
    7ea19c
    */
}

div.infobox.vorlage-rezept .infobox-kopf::after{
	border-color: #7ea19c
}

.material-list{
    overflow:auto
}
.material-list > span, .tabelle-rezeptliste td:nth-child(3n) span{
    margin-bottom: 3px
}

.material-list > span:nth-of-type(odd), .tabelle-rezeptliste td:nth-child(3n) span:nth-of-type(odd){
    width: 10% !important;
    float: left;
    clear: left;
    text-align: right;
}
.material-list > span:nth-of-type(even), .tabelle-rezeptliste td:nth-child(3n) span:nth-of-type(even){
    width: 85%;
    float: left;
    margin-left: 5px;
    text-align: left;
}



/*
ALLGEMEINE TABELLEN
*/
table.wikit > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #D4B08E;
    border-bottom-color: #7F6147;
}

table.wikit tr td{
    padding: 5px;
}

table.wikit tr:nth-child(even) td{
    background-color: #F2ECE5;
}



/*Infobox Gegenstände*/
div.infobox-gegenstand {
    border-color: #A94C47;
}

div.infobox-gegenstand .infobox-kopf:first-child::after{
    border-bottom: 2px solid #A94C47;
}
div.infobox-gegenstand .infobox-kopf::after{
    border-bottom: 1px solid #A94C47;
}
div.infobox-gegenstand .infobox-daten dd{
    border-left-color: #A94C47;
}


/*
.infobox.infobox-gegenstand .infobox-daten{
    text-align:center;
}
*/

/*
Waffen
*/
div.infobox-waffe {
    border-color: #6E1B17;
}

div.infobox-waffe .infobox-kopf:first-child::after{
    border-bottom: 2px solid #6E1B17;
}
div.infobox-waffe .infobox-kopf::after{
    border-bottom: 1px solid #6E1B17;
}
div.infobox-waffe .infobox-daten dd{
    border-left-color: #6E1B17;
}

/*
Rüstung
*/
div.infobox-rüstung {
    border-color: #A94C47;
}

div.infobox-rüstung .infobox-kopf:first-child::after{
    border-bottom: 2px solid #A94C47;
}
div.infobox-rüstung .infobox-kopf::after{
    border-bottom: 1px solid #A94C47;
}
div.infobox-rüstung .infobox-daten dd{
    border-left-color: #A94C47;
}



/*
Schmuck
*/

div.infobox-schmuck {
    border-color: #9304d5;
}

div.infobox-schmuck .infobox-kopf:first-child::after{
    border-bottom: 2px solid #9304d5;
}
div.infobox-schmuck .infobox-kopf::after{
    border-bottom: 1px solid #9304d5;
}
div.infobox-schmuck .infobox-daten dd{
    border-left-color: #9304d5;
}


/*
REZEPTLISTEN
TODO: -- material-list einfügen --, br entfernen
*/
table.tabelle-rezeptliste{
    border-radius: 0;
    padding:0;
}

table.wikit.tabelle-rezeptliste > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #D3C0A8;
    border-bottom-color: #a29788;
}

table.wikit.tabelle-rezeptliste tr:nth-child(even) td{
    background-color: #F2ECE5;
}


/*
NAVLEISTEN
*/
.navleiste{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-width: 2px !important;
}
.navleiste tr{
    border-top: 1px solid rgb(154, 154, 195)
}
.navleiste td{
    margin: 0;
    padding: 4px; /* zb: siehe Düsternis */
}

.navleiste td > div:first-child, .navleiste th > div:first-child{
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 5px 0 !important;
}

.navleiste, .navleiste th{
    border-radius: 0px !important;
    margin: 0;
}

/*
ANGEBOTE
*/
table.tabelle-angebote{
    border-radius: 0;
    padding:0;
    border-color: #52A329;
}

table.wikit.tabelle-angebote  tr > th{
    background-color: #66bb33;
    color: #000;
    border-bottom: 2px solid #6b3;
    
}

table.wikit.tabelle-angebote > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #66bb33;
    border-bottom: none;

}


table.wikit.tabelle-angebote > *:first-child > tr:first-child > th::after{
    content: "";
    width: 80%;
    margin: 10px auto 0;
    border-bottom: 1px solid #e8f8e1;
    display: block;
}


table.wikit.tabelle-angebote tr:nth-child(even) td{
    background-color: #E8F8E1;
}

/*
NSC
*/
div.infobox-nsc {
    border-color: #2b6267;
}

div.infobox-nsc .infobox-kopf:first-child::after{
    border-bottom: 2px solid #2b6267;
}
div.infobox-nsc .infobox-kopf::after{
    border-bottom: 1px solid #2b6267;
}
div.infobox-nsc .infobox-daten dd{
    border-left-color: #2b6267;
}



/*
Schauplatz
*/
table.wikit.tabelle-schauplatz > *:first-child > tr:first-child > th{
    background: #FC6;
}
table.wikit.tabelle-schauplatz tr:nth-child(even) td{
    border-radius: 0 !important;
    background-color: #FFF8E8;
    border-bottom-color: #a29788;
}

div.infobox-schauplatz {
    border-color: #12551A;
}

div.infobox-schauplatz .infobox-kopf{
    /*border-bottom: 1px solid #12551A;*/
    color: #000;
    background: transparent !important;
}

div.infobox-schauplatz .infobox-kopf::after{
	content: "";
    display:block;
    width: 80%;
    border-bottom: 2px solid #12551A;
    margin: 0 auto;
}

div.infobox-schauplatz .infobox-kopf.ebene2{
    background: transparent;
    margin-top: 0 !important;
    color: #FFF;
    text-shadow: none;;
}

div.infobox-schauplatz .infobox-daten dd{
    border-left-color: #12551A;
}

/*
Belohnungspfad
TODO: Inline-style font-weight: bold für jedes 5. Element entfernen
*/
table.tabelle-belohnungspfad{
    border-radius: 0;
    padding:0;
}

table.wikit.tabelle-belohnungspfad th{
    background-color: #FFCCB3;
    border-color: #CCA38F;
}

table.wikit.tabelle-belohnungspfad > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #fb7e41;
    border-bottom-color: #a29788;
}

table.wikit.tabelle-belohnungspfad tr:nth-child(even) td{
    background-color: #F2ECE5;
}

table.wikit.tabelle-belohnungspfad tr:nth-child(5n + 1 ){
    border-bottom: 2px solid black;
    font-weight: bold;
}
table.wikit.tabelle-belohnungspfad tr:nth-child(5n + 1 ) td{
    border-bottom: 1px solid #CCA38F;
}

/*
Aufgabe
*/

div.infobox-aufgabe {
    border-color: #fdb827;
}

div.infobox-aufgabe .infobox-kopf:first-child::after{
    border-bottom: 2px solid #fdb827;
}
div.infobox-aufgabe .infobox-kopf::after{
    border-bottom: 1px solid #fdb827;
}
div.infobox-aufgabe .infobox-daten dd{
    border-left-color: #fdb827;
}

/*
Fehlende Infos
*/
.fehlende-informationen{
    border-radius: 0 !important;
    color: #174468 !important;
    background-color: #d0eeff !important;
    /*border: 1px solid #174468;*/
    padding: 7px !important;
}

/*
Erfolgstabelle
*/
table.tabelle-erfolg{
    border-color: #8FA3B8;
}

table.wikit.tabelle-erfolg > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #69C;
    border-bottom-color: #8FA3B8;
}

table.wikit.tabelle-erfolg tr th{
    background-color: #B3CCE6;
    border-color: #69C;
}

table.wikit.tabelle-erfolg tr:nth-child(even) td{
    background-color: #e2eaf5;
}

/*
Saisonaler Inhalt
TODO: Da ist keine Tabelle notwendig!
*/
table.tabelle-saisonaler-inhalt{
    border-radius: 0px !important;
}

/*
Klassen
*/
/* krieger */
table.krieger > *:first-child > tr:first-child > th {
    background-color: #ffdb5c;
}
table.krieger tr:nth-child(even) td {
    background-color: #fff0bd;
}

/* wächter */
table.wächter > *:first-child > tr:first-child > th {
    background-color: #8ea8c6;
}
table.wächter tr:nth-child(even) td{
    background-color: #d3dde8;
}
/* widergänger */
table.widergänger > *:first-child > tr:first-child > th {
    background-color: #A93333;
}
table.widergänger tr:nth-child(even) td{
    background-color: #FFB0B0;
}

/* dieb */
table.dieb > *:first-child > tr:first-child > th {
    background-color: #b38ea7;
}
table.dieb tr:nth-child(even) td{
    background-color: #efe3ef;
}

/* ingenieur */
table.ingenieur > *:first-child > tr:first-child > th {
    background-color: #e9a159;
}
table.ingenieur tr:nth-child(even) td{
    background-color: #f6e8cd;
}

/* waldläufer */
table.waldläufer > *:first-child > tr:first-child > th {
    background-color: #90d847;
}
table.waldläufer tr:nth-child(even) td{
    background-color: #ddf4c6;
}

/* elementarmagier */
table.elementarmagier > *:first-child > tr:first-child > th {
    background-color: #ee7777;
}
table.elementarmagier tr:nth-child(even) td{
    background-color: #ffdddd;
}

/* mesmer */
table.mesmer > *:first-child > tr:first-child > th {
    background-color: #cf51ee;
}
table.mesmer tr:nth-child(even) td{
    background-color: #eeddff;
}

/* nekromant */
table.nekromant > *:first-child > tr:first-child > th {
    background-color: #74deaf;
}
table.nekromant tr:nth-child(even) td{
    background-color: #ccffee;
}

/* asura */
table.asura > *:first-child > tr:first-child > th {
    background-color: #74deaf;
}
table.asura tr:nth-child(even) td{
    background-color: #ccffee;
}

/*
SHOPSORTIMENT
*/
table.tabelle-shopsortiment{
    border-radius: 0;
    padding:0;
    border-color: #65a1f3;
}

table.wikit.tabelle-shopsortiment > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #65a1f3;
    border-bottom-color: #1b3378;
}

table.wikit.tabelle-shopsortiment tr:nth-child(even) td{
    background-color: #d8e7fb;
}


/*
persönliche Geschichte
*/
div.infobox-persönliche-geschichte {
    border-color: #87d559;
}

div.infobox-persönliche-geschichte .infobox-kopf:first-child::after{
    border-bottom: 2px solid #87d559;
}
div.infobox-persönliche-geschichte .infobox-kopf::after{
    border-bottom: 1px solid #87d559;
}
div.infobox-persönliche-geschichte .infobox-daten dd{
    border-left-color: #87d559;
}


/*
Eventbelohnungen
*/
table.tabelle-eventbelohnung > tbody >  tr > th {
    padding: 5px !important;
    border: 1px solid #d66f1b !important;
    /*border: none !important;*/
    border-radius: 0 !important;
}

table.tabelle-eventbelohnung  tr > td{
    border: none !important;
    border-radius: 0 !important;
}

table.tabelle-eventbelohnung  tr:first-child > td{
    border: none !important;
    /*border: 1px solid #d66f1b !important;*/
}

table.tabelle-eventbelohnung  tr:nth-child(2) > td:nth-child(3n+1){
    border-right: 1px solid #d66f1b !important;
}

table.tabelle-eventbelohnung  tr:last-child > td, table.tabelle-eventbelohnung  tr:last-child > th{
    border-bottom: 1px solid #d66f1b !important;
}

table.tabelle-eventbelohnung tr:nth-child(2), table.tabelle-eventbelohnung tr:nth-child(4) {
    display: none;
}

table.tabelle-eventbelohnung tr:nth-child(3) > td{
    border-bottom: 1px solid #d66f1b !important;
}
table.tabelle-eventbelohnung tr:nth-child(3) > td[rowspan]{
    border-right: 1px solid #d66f1b !important;
    border-left: 1px solid #d66f1b !important;
}

table.tabelle-event-alt th, table.tabelle-event-alt td{
    border: none !important;
    border-left: 1px solid #d66f1b !important;
    border-right: 1px solid #d66f1b !important;
    border-top:  1px solid #d66f1b !important;
}
/*Qual-Schadenstabelle*/
table.tabelle-schadenswerte{
    border-width: 2px;
    text-align: center;
}

table.tabelle-schadenswerte tr:nth-child(2) th{
    text-align: center;
    min-width: 70px;
}


/*infobox event*/

div.infobox-event {
    border-color: #f8a945;
}

div.infobox-event .infobox-kopf:first-child::after{
    border-bottom: 2px solid #f8a945;
}
div.infobox-event .infobox-kopf::after{
    border-bottom: 1px solid #f8a945;
}
div.infobox-event .infobox-daten dd{
    border-left-color: #f8a945;
}


/*bug-meassage*/
.bug-message > span {
    border-radius: 0px !important;
}

.bug-message > span:first-child{
    border-width: 2px 0 2px 2px !important;
}
.bug-message > span:last-child{
    border-width: 2px 2px 2px 0 !important;
}

/*
CHARAKTERERSTELLUNG
*/

table.tabelle-charaktererstellung{
    border-radius: 0px;
    border-collapse:collapse;
    border-width: 2px !important;
}

table.tabelle-charaktererstellung table td dl, table.tabelle-charaktererstellung table td p{
    margin: 0 10px 10px;
}
table.tabelle-charaktererstellung table td{
    padding: 0;
    border-radius: 0 !important;
}

table.tabelle-charaktererstellung table td > div {
    border-radius: 0 !important;
}
/*
biographie
*/
table.tabelle-biographie{
    border-radius: 0px;
    border-collapse:collapse;
    border-width: 2px !important;
}

table.tabelle-biographie table td dl, table.tabelle-biographie table td p{
    margin: 0 10px 10px;
}
table.tabelle-biographie table td, table.tabelle-biographie table th{
    padding: 0;
    border-radius: 0 !important;
}

table.tabelle-biographie table td > div {
    border-radius: 0 !important;
}

/*
Objekt
*/
div.infobox-gegenstand {
    border-color: #757575;
}

div.infobox-gegenstand .infobox-kopf:first-child::after{
    border-bottom: 2px solid #757575;
}
div.infobox-gegenstand .infobox-kopf::after{
    border-bottom: 1px solid #757575;
}
div.infobox-gegenstand .infobox-daten dd{
    border-left-color: #757575;
}


/*
Willkommensnachticht
*/
table.tabelle-willkommen td, table.tabelle-willkommen td > div:first-child{
    border-radius: 0px !important;
    margin: 0 !important;
    border-width: 2px !important;
    border-color: lightblue !important;
}
table.tabelle-willkommen td{
    padding: 0;
}


/*
Galerie
*/
ul.galerie > li > div:first-child{
    width: 200px;
}

/* persönliche Geschichte überblick */
/*[[GW2Wiki:Projekte/Persönliche Geschichte]]*/
.page-GW2Wiki_Projekte_Persönliche_Geschichte table.wikit tr:first-child th{
    text-align: left; 
    border: none;
    background-color: #f9e5cc;
}

.tabelle-geschichtstext{
    border: none;
}



table.tabelle-biographie th, table.tabelle-biographie td{
    border-radius: 0 !important;
}