Home
Setup
Install
Config File
Config Email
Config User Admin
Config Server
Extension
Module
Module Manager
Module File
External
External Manager
External File
Shipping
Shipping Manager
Shipping File
Payment
Payment Manager
Payment File
Total
Total Manager
Total File
Feed
Feed Manager
Feed File
System
Database
List
Backup
Reset
Test
Tool
Stylesheet
Clear Cache
Error Log
public.css
Back
weather.css
support_online.css
gold_rate.css
exchange_rate.css
menu_header.css
slideshow.css
carousel.css
font.css
public.css
layout.css
header.css
news.css
dropdown.css
html{ overflow-y: scroll; margin: 0; padding: 0; } body{ font-family: {{ config_general_body_character['font'] ? config_general_body_character['font'] : '"Open Sans",sans-serif' }}; font-size: {{ config_general_body_character['size'] ? config_general_body_character['size'] : '12px' }}; color: {{ config_general_body_character['color'] ? config_general_body_character['color'] : '#333333' }}; text-decoration: {{ config_general_body_character['text_decoration'] }}; {% if config_general_body_character['bold'] %} font-weight: bold; {% endif %} {% if config_general_body_character['italic'] %} font-style: italic; {% endif %} {% if config_general_body_character['uppercase'] %} text-transform: uppercase; {% endif %} {% if config_general_body_background['color'] %} background-color: {{ config_general_body_background['color'] }}; {% endif %} {% if config_general_body_background['image'] %} background-image: url("{{ imageTemplate ~ config_general_body_background['image'] }}"); {% endif %} {% if config_general_body_background['repeat'] %} background-repeat: {{ config_general_body_background['repeat'] }}; {% endif %} {% if config_general_body_background['position'] %} background-position: {{ config_general_body_background['position'] }}; {% endif %} {% if config_general_body_custom['width'] is not empty %} width: {{ config_general_body_background['width'] }}; {% endif %} {% if config_general_body_custom['height'] is not empty %} height: {{ config_general_body_background['height'] }}; {% endif %} {{ config_general_body_custom['css'] ? config_general_body_custom['css'] : '' }} } body, td, th, input, textarea, select, a{ font-size: {{ config_general_body_character['size'] ? config_general_body_character['size'] : '12px' }}; } .loader{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; {% if config_general_html['loader'] %} background: url('{{ imageTemplate ~ config_general_html['loader'] }}') 50% 50% no-repeat rgb(249, 249, 249); {% endif %} } a, a:visited, a b{ font-family: {{ config_general_link_character['font'] ? config_general_link_character['font'] : '"Open Sans",sans-serif' }}; font-size: {{ config_general_link_character['size'] ? config_general_link_character['size'] : '12px' }}; color: {{ config_general_link_character['color'] ? config_general_link_character['color'] : '#0074a2' }}; text-decoration: {{ config_general_link_character['text_decoration'] }}; {% if config_general_link_character['bold'] %} font-weight: bold; {% endif %} {% if config_general_link_character['italic'] %} font-style: italic; {% endif %} {% if config_general_link_character['uppercase'] %} text-transform: uppercase; {% endif %} {{ config_general_link_custom['css'] ?: config_general_link_custom['css'] }} } a:hover{ } a img{ border:none; } h1, .welcome{ color:#636E75; font-family:"Open Sans", sans-serif; margin-top:0px; margin-bottom:20px; font-size:32px; font-weight:normal; text-shadow:0 0 1px rgba(0, 0, 0, .01); } h2{ color:#000000; font-size:16px; margin-top:0px; margin-bottom:5px; } p{ margin-top:0px; } form{ padding:0; margin:0; display:inline; } input[type='text'], input[type='password'], textarea{ padding:3px; margin-left:0; margin-right:0; box-shadow:0 2px 5px rgba(204, 204, 204, 0.4) inset; border-radius:3px; background:none repeat scroll 0 0 #fff; border:1px solid #d4d4d4; color:#333; font-size:12px; outline:medium none; } input[type='radio']{ margin-right:4px; } select{ background:#F8F8F8; border:1px solid #CCCCCC; padding:2px; } label{ cursor:pointer; } .clear{clear:both;} .clearfix:after, .clearfix:before{ clear:both; content:" "; display:block; font-size:0; height:0; visibility:hidden; } .clearfix{display:block;} .clearfix{display:block;} .clearfix{display:inline-block;} .mar-top1{ margin-top:10px; width:100%; } .mar-top2{ margin-top:20px; width:100%; } .mar-top3{ margin-top:30px; width:100%; } .mar-top4{ margin-top:40px; width:100%; } .pad-center1{padding:0 10px;} .pad-center2{padding:0 20px;} .pad-center3{padding:0 30px;} .pad-full5{padding:5px;} .divider-line7{ border-bottom:1px solid #F0F0F0; float:left; height:8px; margin:10px 0 40px; padding:0; width:100%; } .divider-line3{ border-bottom:1px solid #F0F0F0; float:left; height:18px; margin:32px 0 50px; padding:0; width:100%; } /* menu */ #menu{ background-color:#222222; border-top:5px solid #0074A2; clear:both; height:38px; margin-bottom:15px; padding:0 15px; } #menu ul{ position:relative; margin:0; padding:0; } #menu > ul ul{ list-style:none; margin:0; padding:0; background:#333333; z-index:5; } #menu > ul li{ position:relative; list-style:none; float:left; z-index:20; } #menu > ul > li:hover{ } #menu > ul .top{ font-size:13px; color:#FFF; line-height:14px; text-decoration:none; display:block; padding:10px 15px 9px 17px; z-index:6; position:relative; } #menu > ul .top:hover, #menu > ul .top:active{ background-color:#0074A2; } #menu > ul ul{ list-style:none; margin:0; padding:0; background:#333333; z-index:5; } #menu > ul a{ display:block; text-decoration:none; z-index:6; } #menu > ul li{ float:left; list-style:none; z-index:20; } #menu > ul .top{ padding:10px 15px 9px 17px; font-size:13px; line-height:14px; text-decoration:none; color:#eee; position:relative; z-index:6; } #menu > ul .top:hover, #menu > ul .top:active{ background-color:#0074A2; } #menu > ul .top b{ margin-left:5px; } #menu > ul li ul{ position:absolute; } #menu > ul ul li{ padding:2px; clear:both; } #menu > ul .top.active{ background:#0074A2; color:#fff; } #menu > ul .parent{ background-image:url('{{ imageTemplatePath }}icon/arrow-right.png'); background-position:95% center; background-repeat:no-repeat; } #menu > ul li ul ul{ margin:-29px 0 0 174px; } #menu > ul li li a{ padding:5px; margin:1px; color:#eee; width:170px; } #menu > ul li li a span{ margin-right:10px; } #menu > ul li li > a:hover{ background-color:#0074A2; } .breadcrumb{ background:rgb(255, 255, 255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background:-moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */ background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-8 */ border:1px solid #ddd; padding:5px 15px; } .breadcrumb:before{ content:"\f015"; font-family:FontAwesome; margin-right:5px; font-size:15px; float:left; line-height:18px; } .breadcrumb, .breadcrumb a{ font-size:12px; color:#666; margin-bottom:10px; } .breadcrumb, .breadcrumb a:first-child i{ margin-right:3px; } .success, .warning, .attention, .information{ padding:10px 10px 10px 33px; margin-bottom:15px; color:#555555; } .success i.fa, .warning i.fa, .attention i.fa, .information i.fa{ margin-right:10px; } .success{ background:#EAF7D9 url('{{ imageTemplatePath }}icon/success.png') 10px center no-repeat; border:1px solid #BBDF8D; } .warning{ background:#FFD1D1 url('{{ imageTemplatePath }}icon/warning.png') 10px center no-repeat; border:1px solid #F8ACAC; } .attention{ background:#FFF5CC url('{{ imageTemplatePath }}icon/attention.png') 10px center no-repeat; border:1px solid #F2DD8C; } .success .close, .warning .close, .attention .close, .information .close{ float:right; padding-top:4px; padding-right:4px; cursor:pointer; } .alert{ padding:4px; margin-bottom:15px; color:#555555; background:#FFF5CC; border:1px solid #F2DD8C; text-align:center; } .required{ color:#FF0000; font-weight:bold; } .error{ display:block; color:#FF0000; line-height: 20px; font-size: 14px; } .help{ color:#999; font-size:10px; font-weight:normal; font-family:"Open Sans", sans-serif; display:block; } table.form{ width:100%; border-collapse:collapse; margin-bottom:20px; } table.form tr td:first-child{ width:150px; } table.form > * > * > td{ color:#000000; } table.form td{ padding:4px; } input.large-field, select.large-field{ width:300px; } table.list{ border-collapse:collapse; width:100%; border-top:1px solid #DDDDDD; border-left:1px solid #DDDDDD; margin-bottom:20px; } table.list td{ border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; } table.list thead td{ background-color:#EFEFEF; padding:0px 5px; } table.list thead td a, .list thead td{ text-decoration:none; color:#222222; font-weight:bold; } table.list tbody td{ padding:0px 5px; } table.list .left{ text-align:left; padding:7px; } table.list .right{ text-align:right; padding:7px; } table.list .center{ text-align:center; padding:7px; } table.radio{ width:100%; border-collapse:collapse; } table.radio td{ padding:5px; } table.radio td label{ display:block; } table.radio tr td:first-child{ width:1px; } table.radio tr td:first-child input{ margin-top:1px; margin-left:0; position:static; } table.radio tr.highlight:hover td{ background:#F1FFDD; cursor:pointer; } .pagenumber{ border-top:1px solid #DDDDDD; display:inline-block; width:100%; padding-top:6px; } .pagenumber .links{ float:left; padding-top:6px; } .pagenumber .links .pagination{ display:inline-block; margin:0; padding-left:0; } .pagenumber .links .pagination > li{ display:inline; } .pagenumber .links .pagination > li > a, .pagenumber .links .pagination > li > span{ background-color:#ffffff; border:1px solid #dddddd; color:#1e91cf; float:left; line-height:1.42857; margin-left:-1px; padding:4px 10px; position:relative; text-decoration:none; } .pagenumber .links .pagination > li:first-child > a, .pagenumber .links .pagination > li:first-child > span{ border-bottom-left-radius:3px; border-top-left-radius:3px; margin-left:0; } .pagenumber .links .pagination > li:last-child > a, .pagenumber .links .pagination > li:last-child > span{ border-bottom-right-radius:3px; border-top-right-radius:3px; } .pagenumber .links .pagination > li > a:hover, .pagenumber .links .pagination > li > span:hover, .pagenumber .links .pagination > li > a:focus, .pagenumber .links .pagination > li > span:focus{ background-color:#eeeeee; border-color:#dddddd; color:#14628c; } .pagenumber .links .pagination > .active > a, .pagenumber .links .pagination > .active > span, .pagenumber .links .pagination > .active > a:hover, .pagenumber .links .pagination > .active > span:hover, .pagenumber .links .pagination > .active > a:focus, .pagenumber .links .pagination > .active > span:focus{ background:none repeat scroll 0 0 #2ea2cc; border-color:#0074a2; border-style:solid; border-width:1px; box-shadow:0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15); color:#ffffff; cursor:default; z-index:2; } .pagenumber .links .pagination > .disabled > span, .pagenumber .links .pagination > .disabled > span:hover, .pagenumber .links .pagination > .disabled > span:focus, .pagenumber .links .pagination > .disabled > a, .pagenumber .links .pagination > .disabled > a:hover, .pagenumber .links .pagination > .disabled > a:focus{ background-color:#ffffff; border-color:#dddddd; color:#777777; cursor:not-allowed; } .pagenumber .results{ float:right; padding-top:6px; font-size:12px; } /* button */ a.button, input.button{ background:#499bea; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background:-moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5)); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, #499bea 0%, #207ce5 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, #499bea 0%, #207ce5 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, #499bea 0%, #207ce5 100%); /* IE10+ */ background:linear-gradient(to bottom, #499bea 0%, #207ce5 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0); /* IE6-9 */ border:1px solid #0074a2; color:#fff; border-radius:3px; box-shadow:0 1px 4px 0 rgb(200, 200, 210); text-decoration:none; display:inline-block; padding:4px 10px; cursor:pointer; font-size:11px; } input.button{ text-decoration:none; } a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active{ background:rgb(255, 175, 75); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background:-moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1))); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* IE10+ */ background:linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-8 */ border:1px solid rgb(255, 103, 15);; color:#fff; } .buttons{ background:#FFFFFF; border:1px solid #EEEEEE; overflow:auto; padding:6px; margin-bottom:20px; } .buttons .left{ float:left; text-align:left; } .buttons .right{ float:right; text-align:right; } .buttons .center{ text-align:center; margin-left:auto; margin-right:auto; } .htabs{ padding:0px 0px 0px 10px; height:26px; line-height:16px; border-bottom:1px solid #DDDDDD; } .htabs a{ background:#ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background:-moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */ background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */ background:-webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background:-o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Opera 12+ */ background:-ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* IE10+ */ background:radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-8 fallback on horizontal gradient */ border-top:1px solid #DDDDDD; border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; padding:4px 12px; float:left; font-family:"Open Sans", sans-serif; font-size:12px; text-align:center; text-decoration:none; color:#000000; margin-right:2px; display:none; } .htabs a.selected{ padding-bottom:5px; background:#FFFFFF; font-weight:bold; } .tab-content{ border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; padding:10px; margin-bottom:20px; z-index:2; } /* box */ .box{ background:#fff; border:4px solid #fff; border-radius:4px; box-shadow:0 1px 4px rgba(0, 0, 0, 0.2); margin-bottom:20px; } .box .box-heading{ border-bottom:2px solid #303030; padding:8px 10px 5px 0; font-size:13px; font-weight:bold; line-height:14px; color:#303030; } .box-heading i, .box-heading span{ margin-right:5px; } .box .box-content{ background:#FFFFFF; -webkit-border-radius:0px 0px 7px 7px; -moz-border-radius:0px 0px 7px 7px; -khtml-border-radius:0px 0px 7px 7px; border-radius:0px 0px 7px 7px; } .box .box-content .carousel{ padding:0; } .box .box-content .carousel .owl-carousel{ box-shadow:none; } /* box category */ ul.box-category, ul.box-category ul{ list-style:none; margin:0; padding:0; } ul.box-category > li:first-child{ padding:0px; } ul.box-category > li{ padding:0px; } ul.box-category > li + li{ border-top:1px solid #ddd; } ul.box-category > li > a{ text-decoration:none; color:#444444; line-height:14px; padding:8px 5px 7px; display:block; } ul.box-category a i.fa, ul.box-category a span.fa{ font-size:9px; margin-right:5px; } ul.box-category > li > a:hover{ background-color:#eee; } ul.box-category > li ul{ /*display: none;*/ } ul.box-category > li a.active{ font-weight:bold; } ul.box-category > li ul.active, ul.box-category > li a.active + ul.no-active{ display:block; } ul.box-category > li ul.no-active{ display:none; } ul.box-category > li ul > li{ padding:0; } ul.box-category > li ul > li > a{ text-decoration:none; color:#444; line-height:14px; padding:8px 25px 7px; display:block; } ul.box-category > li ul > li > a:hover{ background-color:#eee; } ul.box-category > li ul > li > a.active{ font-weight:bold; } /* content */ #content .content{ padding:10px; overflow:auto; margin-bottom:20px; border:1px solid #EEEEEE; } #content .content .left{ float:left; width:49%; } #content .content .right{ float:right; width:49%; } /* category */ .category-info{ overflow:auto; margin-bottom:20px; } .category-info .image{ float:left; padding:5px; margin-right:15px; border:1px solid #E7E7E7; } .category-list{ overflow:auto; margin-bottom:20px; } .category-list > div{ border:1px solid #ccc; display:inline-block; margin:10px 6px; padding:8px; text-align:center; vertical-align:top; width:160px; } .category-list > div:hover{ box-shadow:0 0 15px #0074A2; border:1px solid #2c9ca2; } .category-list > div .image{ display:block; margin:0 auto; width:150px; } .category-list > div .name{ height:30px; } .category-list > div .name a{ color:#13294a; display:block; font-weight:bold; margin-bottom:4px; text-decoration:none; } .comment-list > div{ padding:10px 2px; overflow:auto; margin-bottom:2px; } .comment-list > div + div{ border-top:1px solid #EEEEEE; } .comment-list > div .left{ float:left; width:15%; } .comment-list > div .left .avata{ text-align:center; position:relative; top:20%; left:10%; color:#C2C2C2; width:50px; height:50px; border:2px solid #C2C2C2; border-radius:50%; font-size:30px; } .comment-list > div .left .avata:after, .comment-list > div .left .avata:before{ left:92%; top:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; } .comment-list > div .left .avata:after{ border-color:rgba(136, 183, 213, 0); border-left-color:#fff; border-width:13px; margin-top:-13px; } .comment-list > div .left .avata:before{ border-color:rgba(194, 225, 245, 0); border-left-color:#C2C2C2; border-width:16px; margin-top:-16px; } .comment-list > div .right{ float:right; width:85%; } .comment-list > div .info{ width:99%; background:none repeat scroll 0 0 #eee; box-shadow:0 0 10px #ccc inset; padding:9px; } .comment-list > div .info .author, .comment-list > div .info .date{ color:#333; } .comment-list > div .info .author i.fa, .comment-list > div .info .date i.fa{ width:15px; margin-right:5px; } span.on i.fa, span.on span.fa{ color:#F0A600; font-size:12px; } span.off i.fa, span.off span.fa{ font-size:12px; } .login-content{ margin-bottom:20px; overflow:auto; } .login-content .left{ float:left; width:48%; } .login-content .right{ float:right; width:48% } .login-content .left .content, .login-content .right .content{ min-height:190px; } /* comment */ h2#comment-title{ background:none repeat scroll 0 0 #fff; border-top:1px solid #ddd; color:#333; padding:8px; margin:0 -10px; } .write-comment{ background:none repeat scroll 0 0 #eee; box-shadow:0 0 10px #ccc inset; padding:10px; margin:0 -10px -10px -10px; } .write-comment p{ margin-bottom:0; font-weight:bold; } .write-comment > div{ margin-bottom:10px; } .write-comment div.buttons{ border:none; background:none } .write-comment input[type="text"], .write-comment textarea{ border:2px solid #d7dce9; border-radius:5px; background:none repeat scroll 0 0 #fff; padding:5px; } .captcha{ background:#a90329; /* Old browsers */ background:-moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */ background:linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */ border-radius:3px; box-shadow:0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15); box-sizing:border-box; width:225px; padding:5px; } .captcha .c_image{ margin-bottom:5px; } .captcha .c_image img{ border:3px; } .captcha .c_input{ background:#f1e767; /* Old browsers */ background:-moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645)); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, #f1e767 0%, #feb645 100%); /* IE10+ */ background:linear-gradient(to bottom, #f1e767 0%, #feb645 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0); /* IE6-9 */ border-radius:3px; padding:5px; width:150px; display:inline-block; } .captcha .c_input input{ width:100px; padding:3px; border:1px solid #ccc; border-radius:0; } .captcha .c_input p{ font-weight:normal; font-size:11px; color:#333333; } .captcha .c_input a{ background:#ff3019; /* Old browsers */ background:-moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */ background:-ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */ background:linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */ border:1px solid #8B0221; color:#fff; padding:1px 10px; } .captcha .c_input a:hover, .captcha .c_input a:focus, .captcha .c_input a.active{ background:#8B0221; } .captcha .c_logo{ display:inline-block; vertical-align:top; margin-top:10px; } .write-comment .rating span{ cursor:pointer; } /* search */ .box-search{ border:1px solid #eeeeee; margin-bottom:20px; overflow:auto; padding:10px; } .box-search div{ margin-bottom:10px; } .box-search .search input{ color:#999; padding:5px 10px; } .box-search .category select{ display:block; } /* download */ .download-list{ margin-bottom:10px; } .download-list .download-id{ width:49%; float:left; margin-bottom:2px; } .download-list .download-status{ width:49%; float:right; text-align:right; margin-bottom:2px; } .download-list .download-content{ padding:10px 0px; display:inline-block; width:100%; margin-bottom:20px; border-top:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; } .download-list .download-content div{ float:left; width:33.3%; } .download-list .download-info{ text-align:right; } .contact-info{ overflow:auto; } .contact-info .left{ float:left; width:48%; } .contact-info .right{ float:left; width:48%; } .location-info{ margin-bottom:20px; border:1px solid #eeeeee; box-shadow:0 1px 1px rgba(0, 0, 0, 0.05); min-height:100px; overflow:auto; } .location-info .location-heading{ background-color:#f5f5f5; border-color:#ddd; color:#333; padding:10px 15px; } .location-info span, .location-info i{ margin-right:5px; } .location-info .location-content{ background:#FFFFFF; padding:10px; } .location-info .location-content .column{ float:left; width:25%; min-height:100px; } .sitemap-info{ overflow:auto; margin-bottom:40px; } .sitemap-info .left{ float:left; width:48%; } .sitemap-info .right{ float:left; width:48%; } /* account */ .login div{ margin-bottom:10px; } .login div p{ font-weight:bold; margin-bottom:0; } /* banner */ .banner div{ text-align:center; } .banner div img{ margin-bottom:20px; } /* use module */ p.wait, p.no-data{ text-align:center; } p.wait i.fa{ text-align:center; color:#0074A2; } p.source{ text-align:right; font-style:italic; margin-right:10px; } .account{ padding:10px 10px 0 10px; } .account .info a{ display:block; text-align:center; } .account .login div{ margin-bottom:10px; } .account .login div p{ font-weight:bold; margin-bottom:0; } .account .login div input[type='text'], .account .login div input[type='password']{ width:95%; }