Sword Art Online Wiki
Keine Bearbeitungszusammenfassung
Markierung: sourceedit
Keine Bearbeitungszusammenfassung
Markierung: sourceedit
Zeile 19: Zeile 19:
 
/* PI */
 
/* PI */
 
.portable-infobox {
 
.portable-infobox {
background: #121955;
+
background: #3546AA;
 
clear: right;
 
clear: right;
 
color: black;
 
color: black;

Version vom 27. Juli 2016, 20:35 Uhr

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
display:block !important; 
}

/* Erzwungene Transparenz und Hintergrund-Farbe */
.WikiaPage .WikiaPageBackground {
    background: RGBA(0, 8, 102, 0.7);
}
/* Hintergrund Module */
.WikiaActivityModule, .RelatedVideosModule, .UserProfileAchievementsModule, .HotSpotsModule, .ChatModule {
    background: transparent url("http://vignette3.wikia.nocookie.net/sao/images/7/74/Wikia-Module-bg.png/revision/latest?cb=20160320001001&path-prefix=de") !important;
}

/* Schrift-Farbe */
body {
    color: #FFF;
}

/* PI */
.portable-infobox {
    background: #3546AA;
    clear: right;
    color: black;
    float: right;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: .2em;
}
 
/* Überschriften Infobox Textausrichtung */
.pi-header {
    text-align: center;
    color: white;
}
 
.portable-infobox .pi-title {
    font-size: 18px;
    line-height: 28px;
    color: white;
    text-align: center;
}
 
/* Überschriften Infobox Farbe*/
.pi-secondary-background {
    background-color: #000000;
    color: white;
}
 
/*Bildunterschrift */
.pi-caption {
    color: white;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    opacity:0;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 36px;
    position:relative;
    margin-bottom:-36px;
}
.portable-infobox .pi-image:hover .pi-caption {
   opacity:1;
}
 
/* Header Infobox Position */
.pi-title {
    text-align: center
}
 
/*Header Infobox Farbe */
.pi-title {
    background-color: #000000;
    color: #ffffff;
}
 
.pi-image-wrapper {
    text-align: center;
    margin: 0.2em 0;
}
 
/*Item margin */
.pi-item-spacing {
    padding: 5px;
}

.portable-infobox .pi-item .pi-title {
    font-size: 11px;
    line-height: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #121955;
}

/* PI ALO Rasse Theme */
.pi-theme-ALO_Rasse .pi-item .pi-data-label {
     flex-basis:105px;
}

/* PI Singles Theme */
.pi-theme-Singles .pi-item .pi-data-label {
     flex-basis:110px;
}

/* PI Episode Theme */
.pi-theme-Episode .pi-item .pi-title {
    font-size: 11px;
    line-height: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #aaaaaa;
}

/* Nav Bar */
.navbartable {
    display: table;
    display: table-row;
    vertical-align: baseline;
    width: calc(100% - 10px);
    border: 1px solid blue;
    padding: 0.2em; 
    background-color: #E6F2FF
}

.navbartable .mw-collapsible .mw-collapsed {
    width: 100%;
}
.navbartable .th {
    border-collapse: collapse;
    border: rgb(170, 170, 170);
    text-align: center;
    font-weight:bold;
    background: #121955 none repeat scroll 0% 0%;
    background-color: rgb(70, 70, 140) none repeat;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    margin-right: 100%;
    width: 100%;
}

.navbar-arc-zelle {
    display: table-cell;
    font-weight:bold;
    text-align: center;
    border: 1px #9c9253 solid;
    width: 200px;
    padding: 0.2em;
    background-color: #121955;
}

.navbar-medien-zelle {
    display: table-cell;
    text-align: center;
    vertical-align: baseline;
    font-weight:bold;
    border: 1px #000000 solid;
    width: 200px;
    padding: 0.2em;
    background-color: #070049;
}

.navbar-content-zelle {
    display: table-cell;
    text-align: center;
    vertical-align: baseline;
    border: 1px #000000 solid;
    width: 80%;
    padding: 0.2em;
    background-color: transparent  none repeat scroll 0% 0%;
    background: #121955;
}

.charakter-row {
    background: rgb(90,120,160);
    text-align:center;
    border:1px #9c9253 solid;
	padding:0.2em;
}