Toaru Majutsu no Index Wiki
No edit summary
No edit summary
Line 1: Line 1:
body.skin-oasis {/*
+
/*body.skin-oasis {
 
background: #C2B178 repeat-x;
 
background: #C2B178 repeat-x;
background-image: url(http://images1.wikia.nocookie.net/to-aru-majutsu-no-index/images/5/50/Wiki-background);*/
+
background-image: url(http://images1.wikia.nocookie.net/to-aru-majutsu-no-index/images/5/50/Wiki-background);
 
background-attachment: fixed;
 
background-attachment: fixed;
}
+
}*/
   
 
/* custom "white links" - allows links to be properly seen on infoboxes with dark backgrounds */
 
/* custom "white links" - allows links to be properly seen on infoboxes with dark backgrounds */

Revision as of 16:13, 12 November 2012

/*body.skin-oasis {
background: #C2B178 repeat-x;
background-image: url(http://images1.wikia.nocookie.net/to-aru-majutsu-no-index/images/5/50/Wiki-background);
background-attachment: fixed;
}*/

/* custom "white links" - allows links to be properly seen on infoboxes with dark backgrounds */
.whitelinks a, .whitelinks a:hover {
    color: white;
}

.picture-attribution {
    display: none !important;
}

/* comment related test */
.comments li[data-user="Sxerks"] blockquote {
   background: #C2B178 !important;
}
.comments li[data-user="Sxerks"] blockquote:after {
   border-color: transparent #C2B178 #C2B178 transparent !important;
}
.comments li[data-user="Sxerks"] blockquote div {
   background: transparent !important;
}

/* shrinking down image text to size */
body.ltr .thumbcaption {
    font-size: 85%;
    text-align: left;
}