Pasul 1: Panoul de Control - Design - Administrarea design-ului (şabloane) - Utilizatori [Formular înregistrare utilizator] - înlocuiţi codul de aici cu cel de mai jos.
Code
<div id="cell_vxod">
<div class="cell_pola_vxod"><div class="vxod_name">Numele:</div><input class="login_pole" type="text" name="user" value="" size="20" maxlength="50"/></div>
<div class="cell_pola_vxod"><div class="vxod_name">Parola:</div><input class="login_pole" type="password" name="password" size="20" maxlength="15"/></div>
<div id="vxod_reg">
<a href="$REMINDER_LINK$">Parolă uitată?</a> | <a href="$REGISTER_LINK$">Înregistrare</a>
<span class="right"><input class="south" title="Salvează parola după logare"id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$"></label></span>
</div>
<div id="cell_knopkav"><input class="knopka_vxoda" name="sbm" type="submit" value="Intrare"/></div>
</div>
Pasul 1: Panoul de Control - Design - Administrarea design-ului (CSS) - adăugaţi un stil ales de Dvs:
Pentru Autentificare de culoare neagră:
Code
/* Aspect Autentificare */
#cell_vxod {
float:left;
width:270px;
}
#cell_vxod a:link,
#cell_vxod a:visited {text-decoration:none; color:#69A4BD;}
#cell_vxod a:hover {text-decoration:none; color:#5CB703;}
#vxod_reg {
float:left;
font:10px Verdana,Arial,Helvetica, sans-serif;
color:#BABABA;
font-weight: bold;
width:212px;
padding: 5px 5px 0px 0px;
}
#cell_knopkav {
float:left;
width:53px;
}
.cell_pola_vxod {
float:left;
margin-bottom: 10px;
}
.vxod_name {
width:55px;text-shadow: 1px 1px 1px #8A8A8A;
background:#656565;
border-right: none;
border-left: 1px solid #232323;
padding: 5px 0px 5px 5px;
}
.login_pole {
width:193px;
border-left: none;
border-right: 1px solid #232323;
padding: 5px 5px 5px 10px;
vertical-align:middle;
}
.login_pole,
.vxod_name {
float:left;
font:11px Verdana,Arial,Helvetica, sans-serif;
color:#111;
border-top: 1px solid #232323;
border-bottom: 1px solid #878787;
margin:0px;
}
.login_pole {background: #767676 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/negru_1.gif) no-repeat left;}
.login_pole:focus {background: #808080 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/negru_1.gif) no-repeat left;}
.knopka_vxoda {
color:#111;
padding: 3px 0px;
width:53px;
background: #8a8a8a;
border:1px solid #232323;
margin:0px;
}
.knopka_vxoda:hover {
background: #656565;
}
/* Sfârşit */
Rezultatul:
Pentru Autentificare de culoare albă:
Code
/* Aspect Autentificare */
#cell_vxod {
float:left;
width:270px;
}
#cell_vxod a:link,
#cell_vxod a:visited {text-decoration:none; color:#5a79b8;}
#cell_vxod a:hover {text-decoration:none; color:#5cb85a;}
#vxod_reg {
float:left;
font:10px Verdana,Arial,Helvetica, sans-serif;
color:#BABABA;
font-weight: bold;
width:212px;
padding: 5px 5px 0px 0px;
}
#cell_knopkav {
float:left;
width:53px;
}
.cell_pola_vxod {
float:left;
margin-bottom: 10px;
}
.vxod_name {
width:55px; text-shadow: 1px 1px 1px #fff;
background:#d6d6d6;
border-right: none;
border-left: 1px solid #d6d6d6;
padding: 5px 0px 5px 5px;
}
.login_pole {
width:193px;
border-left: none;
border-right: 1px solid #d6d6d6;
padding: 5px 5px 5px 10px;
vertical-align:middle;
}
.login_pole,
.vxod_name {
float:left;
font:11px Verdana,Arial,Helvetica, sans-serif;
color:#555;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
margin:0px;
}
.login_pole {background: #f6f6f6 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/Alb.gif) no-repeat left;}
.login_pole:focus {background: #fff url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/Alb.gif) no-repeat left;}
.knopka_vxoda {
color:#555; text-shadow: 1px 1px 1px #fff;
padding: 3px 0px;
width:53px;
background: #f6f6f6;
border:1px solid #d6d6d6;
margin:0px;
}
.knopka_vxoda:hover {
background: #d6d6d6;
}
/* Sfârşit */
Rezultatul:
Pentru Autentificare de culoare albastră:
Code
/* Aspect Autentificare */
#cell_vxod {
float:left;
width:270px;
}
#cell_vxod a:link,
#cell_vxod a:visited {text-decoration:none; color:#5a79b8;}
#cell_vxod a:hover {text-decoration:none; color:#5cb85a;}
#vxod_reg {
float:left;
font:10px Verdana,Arial,Helvetica, sans-serif;
color:#BABABA;
font-weight: bold;
width:212px;
padding: 5px 5px 0px 0px;
}
#cell_knopkav {
float:left;
width:53px;
}
.cell_pola_vxod {
float:left;
margin-bottom: 10px;
}
.vxod_name {
width:55px; text-shadow: 1px 1px 1px #fff;
background:#bdd5e4;
border-right: none;
border-left: 1px solid #97B7CA;
padding: 5px 0px 5px 5px;
}
.login_pole {
width:193px;
border-left: none;
border-right: 1px solid #97B7CA;
padding: 5px 5px 5px 10px;
vertical-align:middle;
}
.login_pole,
.vxod_name {
float:left;
font:11px Verdana,Arial,Helvetica, sans-serif;
color:#5789af;
border-top: 1px solid #97B7CA;
border-bottom: 1px solid #fff;
margin:0px;
}
.login_pole {background: #eff3f7 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/albastru.gif) no-repeat left;}
.login_pole:focus {background: #f4f9ff url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/albastru.gif) no-repeat left;}
.knopka_vxoda {
color:#5789af; text-shadow: 1px 1px 1px #fff;
padding: 3px 0px;
width:53px;
background: #eff3f7;
border:1px solid #97B7CA;
margin:0px;
}
.knopka_vxoda:hover {
background: #bdd5e4;
}
/* Sfârşit */
Rezultatul:
Pentru Autentificare de culoare verde:
Code
/* Aspect Autentificare */
#cell_vxod {
float:left;
width:270px;
}
#cell_vxod a:link,
#cell_vxod a:visited {text-decoration:none; color:#5a79b8;}
#cell_vxod a:hover {text-decoration:none; color:#5cb85a;}
#vxod_reg {
float:left;
font:10px Verdana,Arial,Helvetica, sans-serif;
color:#BABABA;
font-weight: bold;
width:212px;
padding: 5px 5px 0px 0px;
}
#cell_knopkav {
float:left;
width:53px;
}
.cell_pola_vxod {
float:left;
margin-bottom: 10px;
}
.vxod_name {
width:55px; text-shadow: 1px 1px 1px #fff;
background:#8bdc87;
border-right: none;
border-left: 1px solid #48b543;
padding: 5px 0px 5px 5px;
}
.login_pole {
width:193px;
border-left: none;
border-right: 1px solid #48b543;
padding: 5px 5px 5px 10px;
vertical-align:middle;
}
.login_pole,
.vxod_name {
float:left;
font:11px Verdana,Arial,Helvetica, sans-serif;
color:#247e20;
border-top: 1px solid #48b543;
border-bottom: 1px solid #fff;
margin:0px;
}
.login_pole {background: #cdf6ce url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/verde.gif) no-repeat left;}
.login_pole:focus {background: #e1fee2 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/verde.gif) no-repeat left;}
.knopka_vxoda {
color:#247e20; text-shadow: 1px 1px 1px #fff;
padding: 3px 0px;
width:53px;
background: #cdf6ce;
border:1px solid #48b543;
margin:0px;
}
.knopka_vxoda:hover {
background: #8bdc87;
}
/* Sfârşit */
Rezultatul:
Pentru Autentificare de culoare galbenă:
Code
/* Aspect Autentificare */
#cell_vxod {
float:left;
width:270px;
}
#cell_vxod a:link,
#cell_vxod a:visited {text-decoration:none; color:#cdaa5c;}
#cell_vxod a:hover {text-decoration:none; color:#5cb85a;}
#vxod_reg {
float:left;
font:10px Verdana,Arial,Helvetica, sans-serif;
color:#BABABA;
font-weight: bold;
width:212px;
padding: 5px 5px 0px 0px;
}
#cell_knopkav {
float:left;
width:53px;
}
.cell_pola_vxod {
float:left;
margin-bottom: 10px;
}
.vxod_name {
width:55px; text-shadow: 1px 1px 1px #fff;
background:#ffe09b;
border-right: none;
border-left: 1px solid #f6c65d;
padding: 5px 0px 5px 5px;
}
.login_pole {
width:193px;
border-left: none;
border-right: 1px solid #f6c65d;
padding: 5px 5px 5px 10px;
vertical-align:middle;
}
.login_pole,
.vxod_name {
float:left;
font:11px Verdana,Arial,Helvetica, sans-serif;
color:#af8831;
border-top: 1px solid #f6c65d;
border-bottom: 1px solid #fff;
margin:0px;
}
.login_pole {background: #ffedc5 url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/galben.gif) no-repeat left;}
.login_pole:focus {background: #fff4db url(http://fierbinte.ucoz.ro/Forum/Aspect/Autentificare/Culori_diferite/galben.gif) no-repeat left;}
.knopka_vxoda {
color:#af8831; text-shadow: 1px 1px 1px #fff;
padding: 3px 0px;
width:53px;
background: #ffedc5;
border:1px solid #f6c65d;
margin:0px;
}
.knopka_vxoda:hover {
background: #ffe09b;
}
/* Sfârşit */
Rezultatul: