Welcome to Assassin's Creed Wiki! Log in and join the community.
User:Vatsa1708/monobook.css: Difference between revisions
Jump to navigation
Jump to search
imported>Vatsa1708 m Something.. |
imported>Vatsa1708 mNo edit summary |
||
| Line 3: | Line 3: | ||
/* Based on Dragon Age wiki */ | /* Based on Dragon Age wiki */ | ||
/****************************/ | /****************************/ | ||
. | .forumheader { border: 1px solid transparent; } /* wierd bug - if this is removed, the containing div will collapse */ | ||
. | .forumheader>div:first-child { float: left; width: 56px; height: 56px; } | ||
. | .forumheader>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; } | ||
. | .forumheader>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:50, 9 April 2012
/****************************/
/* Forums */
/* Based on Dragon Age wiki */
/****************************/
.forumheader { border: 1px solid transparent; } /* wierd bug - if this is removed, the containing div will collapse */
.forumheader>div:first-child { float: left; width: 56px; height: 56px; }
.forumheader>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; }
.forumheader>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; }