În CSS:
Cod
/* --- REGOLDAL --- */
#regisztralas {
/* --- HERE IS NOTHING, BRO! --- */
}
#regisztralas .uNetDescr {
border: 1px solid #9DBDFF;
border-radius: 5px;
padding: 10px;
background: #E1EBFF;
font-family: verdana;
font-size: 10pt;
}
#regisztralas hr {
border: 1px dashed #eee;
}
#fEmail, #fPassword, #fPassword1, #fName, #fSurname, #fNick, fAvatar, #fSite, fCode {
height:25px;
font-size:13px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
#regisztralas table {
border: 1px solid #00CC00;
background-color: #E1FFD7;
padding:5px;
border-radius: 10px;
font-family: verdana, sans-serif;
font-size:10pt;
}
/* --- -------- --- */
În User registration page înlocuim $BODY$ cu:
Cod
<div id="regisztralas">$BODY$</div>
Rezultat: