Page enreigistrement comme Site Demo

  • Posts: 12
  • Thank you received: 0
12 years 11 months ago #31886

Bonjour,

J'ai beau chercher je ne trouve pas le moyen de faire une page comme elle est présente sur votre site.

Pour l'enregistrement des utilisateurs.

Pouvez vous m'aiguiller quelques peu ?

J'aimerai que ce soit similaire à votre site:



J'ai la version essential de votre composant.

Bien à vous

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 11 months ago #31911

Cela s'affiche comme cela par défaut. Il y a seulement des styles CSS qui y sont appliqué en plus sur le site de démo pour aller avec le template du site.
Vous pouvez récupérer le CSS en utilisant firebug. Le fichier CSS utilisé est ici:
www.demo.hikashop.com/templates/hagane/css/template.css

Plus précisément, le CSS utilisé pour cette partie est:

.hikashop_checkout_page{
	background-color:#fff;
	margin-right:20px;
	padding-left:10px;
	border:1px solid #CCC;
	margin-bottom:20px;}
	
.hikashop_checkout_page .hikashop_checkout_login_left_part a{
	font-size:11px;
	color:#167e93;}
	
.hikashop_checkout_page h1{
	margin-top:10px;
	font-size:16px;
	margin-right:10px;
	color:#666;
	}
	
.hikashop_checkout_login_left_part .input{
	margin-right:15px;
	margin-top:20px;
	padding-bottom:10px;
	border:1px solid #CCC;
	padding-left:10px;
	background-color:#f5f5f5;
}
.hikashop_checkout_login_left_part .input h2{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#666;
}

#com-form-login-username{
	margin-bottom:5px;}
#com-form-login-username label{
	font-size:14px;
	color:#666;}
#com-form-login-username .inputbox{
 border:1px solid #e7e7e7;
 color:#333}
	
#com-form-login-password{
	margin-bottom:5px;}
#com-form-login-password label{
	font-size:14px;
	color:#666;}
#com-form-login-password .inputbox{
 border:1px solid #e7e7e7;
 color:#333;}

#com-form-login-remember label{
	font-size:14px;
	color:#666;}
	
	
.hikashop_checkout_login_right_part .input{
	border:1px solid #CCC;
	margin-right:30px;
	margin-top:20px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#f5f5f5;}

.hikashop_checkout_login_right_part .input h2{
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
	color:#666;}
	
.hikashop_contentpane .inputbox{
	border:1px solid #e7e7e7}
	
	
.hikashop_product_quantity_field{
	border:1px solid #e7e7e7;}
	
.hikashop_contentpane td{
	padding-top:5px;
	font-size:14px;
	color:#666;
	}

.hikashop_checkout_login_left_part .input .hikashop_cart_input_button{
	color:#FFF;
	margin-top:10px;
}

.hikashop_checkout_login_right_part .input .hikashop_cart_input_button{
	color:#FFF;
	margin-top:10px;
}
#address_state{
	border:1px solid #e7e7e7;
	color:#333;
	width:135px;}
	
#address_country{
	border:1px solid #e7e7e7;
	color:#333;
	width:135px;}
	
#address_title{
	border:1px solid #e7e7e7;
	color:#333;}

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum