Created
December 11, 2010 19:41
-
-
Save Elv13/737602 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| html,body { | |
| width:320px; | |
| display:block; | |
| margin:0!important; | |
| padding:0!important; | |
| } | |
| div.box #brdtitle { | |
| background-image:url('http://www.quebecgeeks.net/forums/img/header.png') !important; | |
| height:65px; | |
| border-bottom:0; | |
| } | |
| #brdheader div.box { | |
| border-width:0; | |
| } | |
| #punwrap { | |
| width:320px; | |
| display:block; | |
| max-width:320px; | |
| min-width:320px; | |
| text-align:left; | |
| border-width:0; | |
| margin:0; | |
| padding:0; | |
| } | |
| .tcl { | |
| width:50%; | |
| } | |
| #punindex { | |
| width:320px; | |
| display:block; | |
| } | |
| #brdmenu li { | |
| margin-right:2px; | |
| padding-left:2px; | |
| line-height:20px; | |
| } | |
| .pun h1 { | |
| background-repeat:no-repeat; | |
| display:none; | |
| height:0px; | |
| } | |
| .pun #brdtitle p{ | |
| height:20px; | |
| } | |
| .pun #brdmenu { | |
| background-image:none; | |
| padding:0; | |
| } | |
| div.linkst .conl,div.linksb .conl,div.postlinksb .conl { | |
| width:12em; | |
| } | |
| div.linkst .conr,div.linksb .conr,div.postlinksb .conr { | |
| width:14em; | |
| } | |
| .linkst ul,.linksb ul,.postlinksb ul { | |
| margin-left:0; | |
| clear:left; | |
| } | |
| div.icon { | |
| margin-left:.1em; | |
| } | |
| td div.tclcon { | |
| margin-left:1.6em; | |
| } | |
| div.postleft,div.postfootleft { | |
| width:100px; | |
| float:none; | |
| clear:both; | |
| } | |
| div.postleft { | |
| padding-bottom:5px; | |
| max-width:50px; | |
| width:50px; | |
| } | |
| div.postright,div.postfootright { | |
| border-left-width:0; | |
| border-left-style:solid; | |
| } | |
| div.postright { | |
| padding-top:5px; | |
| padding-bottom:5px; | |
| } | |
| div.block2col div.blockform,div.block2col div.block,#viewprofile dd { | |
| margin-left:0; | |
| } | |
| #searchform .conl input { | |
| width:150px; | |
| } | |
| #searchform input { | |
| width:70%; | |
| } | |
| .blockform .rbox input { | |
| width:25px; | |
| } | |
| .tc2,.tc3,.tcmod,.tcl td,#brdstats .conr,#brdwelcome .conl,div.postleft dd,div.postfootleft,.postavatar { | |
| display:none; | |
| } | |
| #brdstats .conl,#brdfooter .conl { | |
| width:25em; | |
| } | |
| div.blockmenu,#viewprofile dt { | |
| width:100%; | |
| } | |
| div.txtarea,.blockform input { | |
| width:95%; | |
| } | |
| #searchform div.infldset,#searchform .inform fieldset { | |
| width:250px; | |
| } | |
| .pun td p { | |
| display:none; | |
| } | |
| .postleft img { | |
| max-width:40px; | |
| max-height:60px; | |
| } | |
| div.postright { | |
| border-left-width:50px !important; | |
| border-bottom-width:0px !important; | |
| } | |
| .postleft dt{ | |
| -webkit-transform: rotate(-90deg); | |
| -moz-transform: rotate(-90deg); | |
| height:100px; | |
| width:100px; | |
| text-align:right; | |
| } | |
| .postsignature img { | |
| max-height:70px; | |
| } | |
| .postsignature { | |
| min-height:0px; | |
| height: 70px; | |
| } | |
| .postfootleft, .postfootright{ | |
| max-height:20px; | |
| display: inline; | |
| } | |
| .usertitle { | |
| display:none !important; | |
| color:red; | |
| max-height:0px; /*Bogue de prioritee pour le display*/ | |
| } | |
| .blockpost h2 span { | |
| display: inline; | |
| } | |
| #profile .blockmenu .box .inbox ul { | |
| display: inline; | |
| } | |
| #profile .blockmenu { | |
| margin-bottom:25px; | |
| min-width:280px; | |
| } | |
| #profile .blockform { | |
| float:left; | |
| margin-left: 0px !important; | |
| width:280px; | |
| margin-top:20px; | |
| } | |
| #profile .blockform .inform, #profile .infldset, #profile input { | |
| max-width:200px !important; | |
| width:200px !important; | |
| margin-left:2px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment