1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
body {
background-color:Black;
}
#contenu {
position:relative;
width:616px;
float:left;
}
#contenu-top {
position:relative;
background:url('/App_Themes/ModuleNews/commenthead.png') no-repeat center top;
height:7px;
width:616px;
}
#contenu-ctr {
position:relative;
background:url('/App_Themes/ModuleNews/commentrepetable.png') repeat-y center center;
width:616px;
}
#contenu-btm {
position:relative;
background:url('/App_Themes/ModuleNews/commentfoot.png') no-repeat center bottom;
height:10px;
width:616px;
}
#divPoste {
position:relative;
height:28px;
float:left;
margin-left:-15px;
}
#divPoste-gau {
position:relative;
background:url('/App_Themes/ModuleNews/postecommentgauche.png') no-repeat left center;
height:28px;
width:34px;
float:left;
}
#divPoste-ctr {
position:relative;
background:url('/App_Themes/ModuleNews/postecommentrepetable.png') repeat-x right top;
height:28px;
margin-left:34px;
padding-top:5px;
}
#divVote {
position:relative;
background:url('/App_Themes/ModuleNews/ongletvote.png') no-repeat right top;
height:28px;
width:75px;
margin-right:-10px;
float:right;
}
#divAvatar {
position:relative;
background-image:url('/App_Themes/ModuleNews/fondavatarcommentaire.png');
background-repeat:no-repeat;
width:94px;
height:95px;
float:left;
clear:both;
margin-left:-11px;
margin-top:5px;
}
#TexteComment {
position:relative;
width:504px;
padding-top:5px;
padding-left:90px;
padding-bottom:5px;
clear:right;
}
#TexteComment-top {
position:relative;
background:url('/App_Themes/ModuleNews/textcommenthaut.png') no-repeat center top;
height:7px;
width:504px;
}
#TexteComment-ctr {
position:relative;
background:url('/App_Themes/ModuleNews/textcommentrepetable.png') repeat-y center center;
width:504px;
}
#TexteComment-btm {
position:relative;
background:url('/App_Themes/ModuleNews/textcommentbas.png') no-repeat center bottom;
height:7px;
width:504px;
}
</style>
</head>
<body>
<div id="newsGlobal" style="width:1001px;position:relative;background-image:url('/App_Themes/ModuleNews/fondrepetable.png');background-repeat:repeat-y;padding-left:100px;">
<br /><br /><br />
<div id="contenu">
<div id="contenu-top"></div>
<div id="contenu-ctr">
<div id="divPoste">
<div id="divPoste-gau"></div>
<div id="divPoste-ctr">
<span id="Span2" style="margin-left:-20px;">
<span class='PseudoComment'>Ablanore à ralonge</span>
<span class='TitreComment'>Le grand malade</span><span class='posteComment'>le </span>
<span class='posteCommentDate'>15/10/2012 </span><span class='posteComment'>à </span>
<span class='posteCommentDate'>16:54 </span><span class='posteComment'>a posté</span>
</span>
</div>
</div>
<div id="divVote">
<span id="ctl00_cphMilieu_NewsUnique_BlocCommentaireNews_com1_lblVote" style="color:#660000;">-16</span>
</div>
<div id="divAvatar">
<img alt="" id="Img1" src="App_Themes/PhotoUser/AvatarCarre/bfa6aea8-0adb-4064-8b60-bb1e2ef282f6.png" style="border-width:0px;" />
</div>
<div id="TexteComment">
<div id="TexteComment-top"></div>
<div id="TexteComment-ctr">
<span id="Span1" style="position:relative;display:inline-block;width:500px;padding-left:5px;padding-right:5px;"><span class='TexteComment'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</span></span>
</div>
<div id="TexteComment-btm"></div>
</div>
</div>
<div id="contenu-btm"></div>
</div> |
Partager