Subversion Repositories SmartDukaan

Rev

Rev 8150 | Rev 8162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8150 Rev 8156
Line 203... Line 203...
203
.btn_medium { font-size: 15px; line-height: 30px; }
203
.btn_medium { font-size: 15px; line-height: 30px; }
204
	.btn_medium:before { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) left -30px no-repeat; left: -5px; }
204
	.btn_medium:before { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) left -30px no-repeat; left: -5px; }
205
	.btn_medium:after { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) right -30px no-repeat; right: -5px; }
205
	.btn_medium:after { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) right -30px no-repeat; right: -5px; }
206
	
206
	
207
.btn_large { font-size: 17px; line-height: 40px; }
207
.btn_large { font-size: 17px; line-height: 40px; }
208
	.btn_large:before { height: 40px; background: url(/cs/site_template/ecommerce/images/general/btn_large_sides.png) left -40px no-repeat; left: -5px; }
208
	.btn_large:before { height: 40px; background: url(/images/androidland/btn_large_sides.png) left -40px no-repeat; left: -5px; }
209
	.btn_large:after { height: 40px; background: url(/cs/site_template/ecommerce/images/general/btn_large_sides.png) right -40px no-repeat; right: -5px; }
209
	.btn_large:after { height: 40px; background: url(/images/androidland/btn_large_sides.png) right -40px no-repeat; right: -5px; }
210
 
210
 
211
/* 3D buttons */
211
/* 3D buttons */
212
 
212
 
213
.btn_3d { background: url(../images/general/btn_3d_mid.png) center top repeat-x; }
213
.btn_3d { background: url('/images/androidland/btn_3d_mid.png') center top repeat-x; }
214
    .btn_3d .label_btn { position: relative; top: -2px; }
214
    .btn_3d .label_btn { position: relative; top: -2px; }
215
.btn_3d:active { top: 1px; } 
215
.btn_3d:active { top: 1px; } 
216
    .btn_3d:active .label_btn { top: 0; }
216
    .btn_3d:active .label_btn { top: 0; }
217
 
217
 
218
    .btn_small.btn_3d:before { background-position: left -125px; }
218
    .btn_small.btn_3d:before { background-position: left -125px; }
Line 636... Line 636...
636
/*-------------------------------------------------------------------
636
/*-------------------------------------------------------------------
637
	 Icons
637
	 Icons
638
-------------------------------------------------------------------*/
638
-------------------------------------------------------------------*/
639
 
639
 
640
/* Sprite sheet grid size: 20x20px */
640
/* Sprite sheet grid size: 20x20px */
641
[class^="icon_"] { background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) no-repeat; *margin-right: 4px; }
641
[class^="icon_"] { background: url(/images/androidland/general_sprite_sheet.png) no-repeat; *margin-right: 4px; }
642
 
642
 
643
	/* Row 1 */
643
	/* Row 1 */
644
 
644
 
645
	.icon_search { width: 20px; height: 19px; }
645
	.icon_search { width: 20px; height: 19px; }
646
	.icon_epp { width: 38px; height: 27px; background-position: -40px 0; }
646
	.icon_epp { width: 38px; height: 27px; background-position: -40px 0; }