Bakemonogatari Wiki
Bakemonogatari Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 5: Line 5:
 
}
 
}
   
/* Red PortableInfobox Theme */
+
/* PortableInfobox Theme */
.pi-europa .pi-theme-red {
+
.pi-europa .portable-infobox {
 
width: 270px;
 
width: 270px;
 
border: 1px solid maroon;
 
border: 1px solid maroon;
Line 12: Line 12:
 
}
 
}
   
.pi-theme-red .pi-title {
+
.pi-europa .pi-title {
 
text-align: center;
 
text-align: center;
 
color:#FFFFFF;
 
color:#FFFFFF;
Line 18: Line 18:
 
}
 
}
   
.pi-theme-red .pi-secondary-background {
+
.pi-europa .pi-secondary-background {
 
text-align: center;
 
text-align: center;
 
color:#FFFFFF;
 
color:#FFFFFF;
Line 24: Line 24:
 
}
 
}
   
.pi-theme-red .pi-data:not(:last-of-type) {
+
.pi-europa .pi-data:not(:last-of-type) {
 
border-color:transparent;
 
border-color:transparent;
 
}
 
}

Revision as of 05:59, 30 June 2016

/* PortableInfobox Theme */

.pi-item-spacing {
padding: 5px 0px;
}

/* PortableInfobox Theme */
.pi-europa .portable-infobox {
    width: 270px;
    border: 1px solid maroon;
    background-color:transparent;
}

.pi-europa .pi-title {
    text-align: center;
    color:#FFFFFF;
    background-color:maroon;
}

.pi-europa .pi-secondary-background {
    text-align: center;
    color:#FFFFFF;
    background-color:maroon;
}

.pi-europa .pi-data:not(:last-of-type) {
    border-color:transparent;
}

/* Hides Picture Attribution */
.attribution { display:none }

/* AutoEditDropdown pure CSS implementation */
/* http://dev.wikia.com/wiki/AutoEditDropdown */
#WikiHeader nav.wikia-menu-button:hover ul,
#WikiaMainContent nav.wikia-menu-button:hover ul {
    min-width: 100%;
    display: block;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Make collapsible table's link white/normal font */
.mw-collapsible-toggle a {
    color: #ffffff;
    font-weight: normal;
}

/* For special mwCollapsibleAltered tables */
.mwCollapsibleAltered .mw-collapsible-toggle a {
    color: #cc9200;
    font-weight: normal;
}

/* User Tags */
#WikiaUserPagesHeader .UserProfileMasthead .masthead-info .tag + .tag {
	margin-left: 5px;
}
a.tag {
	color: inherit;
}

/* Tabber Styling */

.tabber {
    display: none;
}

div.tabberlive {
    margin-top: 0;
}

.tabberlive ul.tabbernav {
    border-bottom: none;
    padding: 5px;
}

.tabberlive ul.tabbernav li a:link {
    border: none;
    background: transparent;
    color: #e0a316;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0;
}

.tabberlive ul.tabbernav li a:hover {
    background: none;
    text-decoration: underline;
}

.tabberlive ul.tabbernav li.tabberactive a {
    border: none;
    background: transparent;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0;
}

.tabberlive ul.tabbernav li.tabberactive a:hover {
    border: none;
    background: transparent;
    color: #000000;
    text-decoration: none;
}

.tabberlive div.tabbertab {
    padding: 0;
    border: none;
}

.tabberlive div.tabbertab p {
   margin: 0;
}