*WICHTIG, derzeit ist es noch nicht möglich ein Design zu wählen, solange ist es nur mit der Eigenschaft !important möglich das Design zu verändern!*
Beispiel HTML Code schrieb:
<div id="cssxecx_full_comment">
<div id="comment_cssxecx_alert" style="display: block;">
<span id="comment_cssxecx_hinweis">
{Fenster wird sichtbar wenn Fehler vorhanden im Formular!}
</span>
</div>
<div id="cssxecx_c_write">
<h2 id="cssxecx_c_h2">Kommentar abgeben</h2>
<div class="cssxecx_d_row">
<input id="cssxecx_name" class="cssxecx_input" type="text" name="cssxecx_name"/>
Name/Nickname (Pflichtfeld)
</div>
<div class="cssxecx_d_row">
<input id="cssxecx_website" class="cssxecx_input" type="text" name="cssxecx_website"/>
Webseite (optional)
</div>
<div class="cssxecx_d_row">
<input id="cssxecx_mail" class="cssxecx_input" type="text" name="cssxecx_mail"/>
E-Mail (optional, wird nicht veröffentlicht!)
</div>
<div class="cssxecx_d_row">
<textarea id="cssxecx_comm" name="cssxecx_comm"/>
</div>
<div class="cssxecx_d_row">
<input id="cssxecx_submit" type="submit" value="Kommentar abgeben!" name="cssxecx_submit"/>
<input type="hidden" style="display: none;" value="/m=4.htm"/>
</div>
</div>
<div id="comment_cssxecx_loadingalert" style="display: none;"/>
<br/>
<br/>
<div class="cssxecx_eintrag">
<div class="cssxecx_c_t">
<span class="cssxecx_namet">{NAME} sagt:</span>
<span class="cssxecx_time">(Am {DATE} um {TIME} Uhr)</span>
</div>
<div class="cssxecx_txt">{COMMENTTEXT}</div>
</div>
</div>
CSS Code schrieb:
#cssxecx_c_write {
margin:5px;
border:none;
background:#F4F4F4;
padding:5px;
}
.cssxecx_d_row {
padding:2px;
}
.cssxecx_input {
padding:3px;
width:200px;
font-family:"Trebuchet MS", Verdana;
font-size:13px;
border:#666666 1px solid;
}
#cssxecx_comm {
padding:3px;
width:400px;
font-family:"Trebuchet MS", Verdana;
font-size:13px;
height:120px;
border:#666666 1px solid;
background:#FFFFFF;
}
#cssxecx_submit {
padding:3px;
width:300px;
font-family:"Trebuchet MS", Verdana;
font-size:13px;
}
#cssxecx_c_h2 {
margin:0;
}
#comment_cssxecx_alert {
background:#FF9FA2 url(http://img.webme.com/pic/n/nndesign/alert.png) no-repeat;
background-position:10px center;
border:#990000 1px solid;
margin:5px;
color:#990000;
height:64px;
padding:5px 5px 5px 75px;
}
#comment_cssxecx_loadingalert {
background:#FFF7D5;
border:#FFCC00 1px solid;
color:#EC8D00;
padding:5px;
}
.cssxecx_eintrag {
margin:5px;
background:#F7F7F7;
padding:5px;
}
.cssxecx_c_t {
border-bottom:1px solid #CCCCCC;
padding:2px;
margin:2px;
margin-bottom:5px;
}
.cssxecx_namet {
color:#333333;
font-weight:bold;
font-size:14px;
font-style:italic;
}
.cssxecx_time {
color:#666666;
font-size:10px;
}
.cssxecx_txt {
padding:8px;
}

Letzte Diskussionen