Reborn Wiki

All Reborn Wiki articles contains SPOILERS. Read with caution!
See something that needs editing? Help us out by adding it. Every contribution is welcome. Just read and follow our guidelines before editing. Visit our Community Corner to see other stuff to help us out.

READ MORE

Reborn Wiki
Reborn Wiki
No edit summary
m (whoops)
Line 18: Line 18:
   
 
.WikiHeaderRestyle {
 
.WikiHeaderRestyle {
background: url(http://images3.wikia.nocookie.net/reborn/images/thumb/7/78/WikiHeader.jpg/WikiHeader.jpg);
+
background: url(http://images3.wikia.nocookie.net/reborn/images/thumb/7/78/WikiHeader.jpg);
 
}
 
}
   

Revision as of 09:58, 25 October 2012

/* import Common.css so it serves its function */
@import url("http://reborn.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

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

.WikiHeader {
margin:0 0 0px; /* remove 15 px margin */
padding:10px 10px 24px; /* add 15 margin to 9 padding, header now 1000x99 */
}

.WikiaHeader {
   background-image:url(http://images3.wikia.nocookie.net/reborn/images/3/35/Header_banner.jpg) !important;
}

.WikiHeader .wordmark.graphic {
height: 65px;
}

.WikiHeaderRestyle {
background: url(http://images3.wikia.nocookie.net/reborn/images/thumb/7/78/WikiHeader.jpg);
}

/* Removes picture attributions below thumbnail images in articles */
.picture-attribution {
  display:none !important;
}

/* Making your userpage tabs while your cursor is hovering over them way better-looking */
.tabs a:hover {
 background-color:#DCDCDC;
 background-image:-moz-linear-gradient(top,#DCDCDC 50%,#C0C0C0 100%);
 background-image:-webkit-gradient(linear,0% 0%,0% 100%,color-stop(50%,#DCDCDC),color-stop(100%,#C0C0C0));
 border-radius:1ex 1ex 0ex 0ex;
 border:1px solid black;
}