Welcome to Assassin's Creed Wiki! Log in and join the community.

User:Vatsa1708/monobook.css: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Vatsa1708
m ...
imported>Vatsa1708
m Something..
Line 1: Line 1:
 
/****************************/
/*          Forums          */
/* Based on Dragon Age wiki */
/****************************/
.forum_header { border: 1px solid transparent; } /* wierd bug - if this is removed, the containing div will collapse */
.forum_header>div:first-child { float: left; width: 56px; height: 56px; }
.forum_header>div:last-child { border: 1px solid #6D0D00; height: 36px; margin: 10px 0 10px 0; padding: 1px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; }
.forum_header>div:last-child>div { background-image: url("http://images1.wikia.nocookie.net/__cb20120406073354/assassinscreed/images/b/b9/V-bg.png"); border: 1px solid rgb(43,4,0); height: 34px; line-height: 34px; color: rgb(255,255,255); font-weight: bold; -moz-border-radius: 0 100px 100px 0; -webkit-border-radius: 0 100px 100px 0; }

Revision as of 06:46, 9 April 2012

/****************************/
/*          Forums          */
/* Based on Dragon Age wiki */
/****************************/
.forum_header { border: 1px solid transparent; } /* wierd bug - if this is removed, the containing div will collapse */
.forum_header>div:first-child { float: left; width: 56px; height: 56px; }
.forum_header>div:last-child { border: 1px solid #6D0D00; height: 36px; margin: 10px 0 10px 0; padding: 1px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; }
.forum_header>div:last-child>div { background-image: url("http://images1.wikia.nocookie.net/__cb20120406073354/assassinscreed/images/b/b9/V-bg.png"); border: 1px solid rgb(43,4,0); height: 34px; line-height: 34px; color: rgb(255,255,255); font-weight: bold; -moz-border-radius: 0 100px 100px 0; -webkit-border-radius: 0 100px 100px 0; }