mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
tomato and besmart src
This commit is contained in:
124
www/def/tomato/css/ddsmoothmenu.css
Normal file
124
www/def/tomato/css/ddsmoothmenu.css
Normal file
@@ -0,0 +1,124 @@
|
||||
.ddsmoothmenu{
|
||||
margin-top: 65px
|
||||
}
|
||||
|
||||
.ddsmoothmenu ul{
|
||||
z-index:100;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
/*Top level list items*/
|
||||
.ddsmoothmenu ul li{
|
||||
position: relative;
|
||||
display: inline;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*Top level menu link items style*/
|
||||
.ddsmoothmenu ul li a {
|
||||
display: block;
|
||||
height: 32px;
|
||||
width: 87px;
|
||||
margin-left: 10px;
|
||||
line-height: 32px;
|
||||
font-size: 14px;
|
||||
padding-top: 7px;
|
||||
font-family: "MS Serif", "New York", serif;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
|
||||
background: url(../images/templatemo_menu_hover.png);
|
||||
color: #333
|
||||
}
|
||||
|
||||
/*1st sub level menu*/
|
||||
.ddsmoothmenu ul li ul {
|
||||
position: absolute;
|
||||
width: 184px;
|
||||
margin: 5px 0 0 10px;
|
||||
display: none; /*collapse all sub menus to begin with*/
|
||||
visibility: hidden;
|
||||
background: #f4f1e2;
|
||||
}
|
||||
|
||||
/*Sub level menu list items (undo style from Top level List Items)*/
|
||||
.ddsmoothmenu ul li ul li{
|
||||
display: list-item;
|
||||
float: none;
|
||||
}
|
||||
|
||||
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
|
||||
.ddsmoothmenu ul li ul li ul{
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Sub level menu links style */
|
||||
.ddsmoothmenu ul li ul li a{
|
||||
font-weight: 500;
|
||||
width: 160px; /*width of sub menus*/
|
||||
margin: 0 3px 0 1px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
padding: 0 10px;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
background: none;
|
||||
color: #333;
|
||||
border-bottom: 1px solid #e1ddca
|
||||
}
|
||||
|
||||
.ddsmoothmenu ul li ul li .last {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
|
||||
color: #000;
|
||||
width: 160px;
|
||||
padding-left: 12px;
|
||||
background: #e1ddca;
|
||||
}
|
||||
|
||||
/* Holly Hack for IE \*/
|
||||
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
|
||||
|
||||
|
||||
/* ######### CSS classes applied to down and right arrow images ######### */
|
||||
|
||||
.downarrowclass{
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.rightarrowclass{
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
/* ######### CSS for shadow added to sub menus ######### */
|
||||
|
||||
.ddshadow{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* menu */
|
||||
153
www/def/tomato/css/jquery.dualSlider.0.2.css
Normal file
153
www/def/tomato/css/jquery.dualSlider.0.2.css
Normal file
@@ -0,0 +1,153 @@
|
||||
/* CAROUSEL */
|
||||
|
||||
#carousel{
|
||||
position:relative;
|
||||
width: 450px;
|
||||
height: 300px;
|
||||
padding: 0;
|
||||
background: url(../images/slider-image-bg.png) no-repeat
|
||||
}
|
||||
|
||||
#slider-image-frame {
|
||||
float: left;
|
||||
display: block;
|
||||
width: 450px;
|
||||
height: 310px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#carousel .backgrounds{
|
||||
float: left;
|
||||
display: block;
|
||||
width: 450px;
|
||||
height: 300px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#carousel .backgrounds .item{
|
||||
width: 450px;
|
||||
height: 360px;
|
||||
float:left;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
#carousel .backgrounds .item_1{
|
||||
}
|
||||
#carousel .backgrounds .item_2{
|
||||
}
|
||||
#carousel .backgrounds .item_3{
|
||||
}
|
||||
|
||||
#carousel .panel{
|
||||
position:absolute;
|
||||
right: -485px;
|
||||
top:0;
|
||||
height: 300px;
|
||||
width: 450px;
|
||||
z-index:10;
|
||||
}
|
||||
|
||||
#carousel .panel .paging{
|
||||
position:absolute;
|
||||
bottom: 25px;
|
||||
left:100px;
|
||||
width: 225px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#carousel .panel .paging a{
|
||||
color: #4c4c4c;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
#carousel .panel .pause{
|
||||
position:absolute;
|
||||
right:20px;
|
||||
top:25px;
|
||||
display:block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
|
||||
text-indent: -6000px;
|
||||
}
|
||||
|
||||
#carousel .panel .play{
|
||||
position:absolute;
|
||||
right:20px;
|
||||
top:25px;
|
||||
display:block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
|
||||
text-indent: -6000px;
|
||||
}
|
||||
|
||||
|
||||
#carousel .panel .paging .next{
|
||||
position:absolute;
|
||||
right:0;
|
||||
bottom:0;
|
||||
display:block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
|
||||
text-indent: -6000px;
|
||||
}
|
||||
|
||||
#carousel .panel .paging .previous{
|
||||
position:absolute;
|
||||
left:0;
|
||||
bottom:0;
|
||||
display:block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
|
||||
text-indent: -6000px;
|
||||
}
|
||||
|
||||
#carousel .panel .paging #numbers a {
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
padding: 3px 5px;
|
||||
background: #7e7a6f;
|
||||
margin-right: 5px;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
#carousel .panel .paging #numbers a.selected {
|
||||
background: #c49e33;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#carousel .panel .details_wrapper {
|
||||
position:absolute;
|
||||
top: 30px;
|
||||
left:20px;
|
||||
width: 400px;
|
||||
overflow:hidden;
|
||||
height: 270px;
|
||||
}
|
||||
#carousel .panel .details_wrapper .details{
|
||||
height: 200px;
|
||||
}
|
||||
#carousel .panel .details_wrapper .details .detail{
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
float:left;
|
||||
|
||||
}
|
||||
#carousel .panel .details_wrapper .details h2{
|
||||
font-size: 30px;
|
||||
margin: 0 0 15px 0;
|
||||
color: #363013;
|
||||
}
|
||||
#carousel .panel .details_wrapper .details h2 a {
|
||||
color: #363013;
|
||||
}
|
||||
#carousel .panel .details_wrapper .details p {
|
||||
font-size: 14px;
|
||||
color: #363013;
|
||||
}
|
||||
|
||||
|
||||
/* END CAROUSEL */
|
||||
83
www/def/tomato/css/slimbox2.css
Normal file
83
www/def/tomato/css/slimbox2.css
Normal file
@@ -0,0 +1,83 @@
|
||||
/* SLIMBOX */
|
||||
|
||||
#lbOverlay {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#lbCenter, #lbBottomContainer {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
overflow: hidden;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.lbLoading {
|
||||
background: #fff url(../images/loading.gif) no-repeat center;
|
||||
}
|
||||
|
||||
#lbImage {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border: 10px solid #fff;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#lbPrevLink, #lbNextLink {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 50%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#lbPrevLink {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#lbPrevLink:hover {
|
||||
background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
|
||||
}
|
||||
|
||||
#lbNextLink {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#lbNextLink:hover {
|
||||
background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
|
||||
}
|
||||
|
||||
#lbBottom {
|
||||
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #666;
|
||||
line-height: 1.4em;
|
||||
text-align: left;
|
||||
border: 10px solid #fff;
|
||||
border-top-style: none;
|
||||
}
|
||||
|
||||
#lbCloseLink {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 66px;
|
||||
height: 22px;
|
||||
background: transparent url(../images/closelabel.gif) no-repeat center;
|
||||
margin: 5px 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#lbCaption, #lbNumber {
|
||||
margin-right: 71px;
|
||||
}
|
||||
|
||||
#lbCaption {
|
||||
font-weight: bold;
|
||||
}
|
||||
525
www/def/tomato/css/templatemo_style.css
Normal file
525
www/def/tomato/css/templatemo_style.css
Normal file
@@ -0,0 +1,525 @@
|
||||
/*
|
||||
Bookstore Template
|
||||
http://www.templatemo.com/preview/templatemo_360_bookstore
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #e4e4da;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
background-color: #242423;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color:#fff;
|
||||
font-weight:400;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: "MS Serif", "New York", serif
|
||||
}
|
||||
|
||||
h1 { font-size:32px; margin-bottom: 20px; }
|
||||
h2 { font-size:26px; margin-bottom: 20px; }
|
||||
h3 { font-size:20px; margin-bottom: 20px; }
|
||||
h4 { font-size:18px; margin-bottom: 10px; }
|
||||
h5 { font-size:16px }
|
||||
h6 { font-size:14px }
|
||||
.header { display: block }
|
||||
|
||||
.left { float:left }
|
||||
.right { float:right }
|
||||
|
||||
img {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.img_border {
|
||||
background: #3e3e3d;
|
||||
padding: 4px;
|
||||
border: 1px solid #161615;
|
||||
}
|
||||
|
||||
.img_frame {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.img_frame span {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.img_frame img, .img_frame iframe {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 7px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.img_frame_13 {
|
||||
width: 280px;
|
||||
height: 157px;
|
||||
}
|
||||
|
||||
.img_frame_13 span {
|
||||
background: url(../images/templatemo_image_frame_13.png);
|
||||
width: 300px;
|
||||
height: 177px;
|
||||
}
|
||||
|
||||
.img_frame_14 {
|
||||
width: 203px;
|
||||
height: 108px;
|
||||
}
|
||||
|
||||
.img_frame_14 span {
|
||||
background: url(../images/templatemo_image_frame_14.png);
|
||||
width: 217px;
|
||||
height: 122px;
|
||||
}
|
||||
|
||||
.img_frame_23 {
|
||||
width: 616px;
|
||||
height: 216px;
|
||||
}
|
||||
|
||||
.img_frame_23 span {
|
||||
background: url(../images/templatemo_image_frame_23.png);
|
||||
width: 630px;
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
.img_nom {
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.img_fl {
|
||||
float: left;
|
||||
margin: 3px 15px 5px 0;
|
||||
}
|
||||
|
||||
.img_fr {
|
||||
float: left;
|
||||
margin: 3px 0 5px 15px;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color:#c49e33;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a:hover,a:active {
|
||||
outline:none;
|
||||
}
|
||||
|
||||
a.more {
|
||||
clear: both;
|
||||
display: block;
|
||||
width: 77px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background: url(../images/templatemo_button.png) no-repeat;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
em { color: #c49e33 }
|
||||
p { margin: 0 0 15px 0 }
|
||||
|
||||
.list_bullet {
|
||||
margin: 10px 0 10px 15px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.list_bullet li {
|
||||
color:#e4e4da;
|
||||
margin: 0 0 7px 0;
|
||||
padding: 0 0 0 30px;
|
||||
background: url(../images/templatemo_bullet.png) no-repeat scroll 0 3px;
|
||||
}
|
||||
|
||||
.list_bullet li a {
|
||||
color: #e4e4da;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.list_bullet li a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.clear { clear: both; display: block; }
|
||||
.h10 { height: 10px }
|
||||
.h20 { height: 20px }
|
||||
.h40 { height: 40px }
|
||||
|
||||
.no_bullet {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.no_bullet li {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a.header {
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#templatemo_header_wrapper {
|
||||
width: 100%;
|
||||
min-height: 160px;
|
||||
background: url(../images/templatemo_header.png) repeat-x top
|
||||
}
|
||||
|
||||
#templatemo_footer_wrapper {
|
||||
width: 100%;
|
||||
background: url(../images/templatemo_footer.png) repeat-x top
|
||||
}
|
||||
|
||||
#templatemo_header, #templatemo_main, #templatemo_footer {
|
||||
width: 960px;
|
||||
padding: 40px 10px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#site_title {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#site_title a {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
width: 246px;
|
||||
height: 54px;
|
||||
color: #acacac;
|
||||
text-indent: -10000px;
|
||||
background: url(../images/templatemo_logo.png) no-repeat top left;
|
||||
}
|
||||
|
||||
#templatemo_menu {
|
||||
float: right;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#templatemo_slider_wrapper {
|
||||
width: 100%;
|
||||
height: 331px;
|
||||
margin-top: 20px;
|
||||
background: url(../images/templatemo_slider_bg.png)
|
||||
}
|
||||
|
||||
#templatemo_slider {
|
||||
width: 935px;
|
||||
padding: 15px 15px;
|
||||
height: 310px;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.post {
|
||||
clear: both;
|
||||
margin: 0 0 40px 0;
|
||||
padding: 0 0 40px 0;
|
||||
border-bottom: 1px solid #444443;
|
||||
}
|
||||
|
||||
.post_header {
|
||||
float: left;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.post_header h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.post_date {
|
||||
float: right;
|
||||
width: 80px;
|
||||
border-left: 1px solid #444443;
|
||||
padding-left: 15px;
|
||||
line-height: 30px;
|
||||
font-size: 28px;
|
||||
color: #cba438;
|
||||
}
|
||||
|
||||
.post_date span {
|
||||
display: block;
|
||||
color: #636260;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.post_meta a {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.comment_list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.comment_list .comment_box {
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid #444443;
|
||||
}
|
||||
|
||||
.comment_list li {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.comment_list li ul {
|
||||
list-style: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.comment_list li ul li { }
|
||||
|
||||
.comment_list li ul li .comment_box {
|
||||
background: #515150;
|
||||
}
|
||||
|
||||
.comment_content {
|
||||
float: right;
|
||||
width: 470px;
|
||||
}
|
||||
|
||||
.comment_list li ul li.depth_2 .comment_content {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.comment_list li ul li.depth_3 .comment_box {
|
||||
background: #757572;
|
||||
}
|
||||
|
||||
.comment_list li ul li.depth_3 .comment_content {
|
||||
width: 390px;
|
||||
}
|
||||
|
||||
#comment_form { margin-top: 40px }
|
||||
|
||||
#comment_form textarea {
|
||||
color: #fff;
|
||||
background:#292929;
|
||||
border: 1px solid #373736;
|
||||
height:150px;
|
||||
padding:5px;
|
||||
width: 360px;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#comment_form .form_row {
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#comment_form form input {
|
||||
color: #fff;
|
||||
padding: 5px;
|
||||
width: 200px;
|
||||
background:#292929;
|
||||
border: 1px solid #373736;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#comment_form .submit_btn {
|
||||
width: 77px;
|
||||
height: 28px;
|
||||
color: #333;
|
||||
margin: 10px 0px;
|
||||
background: url(../images/templatemo_button.png) no-repeat;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#gallery {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#gallery .gallery_box {
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px dotted #000;
|
||||
}
|
||||
|
||||
#gallery .no_margin_right {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#contact_form {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#contact_form form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#contact_form form .input_field {
|
||||
width: 300px;
|
||||
padding: 5px;
|
||||
background: #292929;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
border: 1px solid #373736;
|
||||
margin-top: 2px;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#contact_form form label {
|
||||
display: block;
|
||||
margin-right: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#contact_form form textarea {
|
||||
width: 455px;
|
||||
height: 200px;
|
||||
padding: 5px;
|
||||
color: #fff;
|
||||
background: #292929;
|
||||
border: 1px solid #373736;
|
||||
margin-top: 2px;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#contact_form form .submit_btn {
|
||||
width: 77px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
color: #333;
|
||||
margin: 10px 0px;
|
||||
background: url(../images/templatemo_button.png) no-repeat;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sidebar_box {
|
||||
clear: both;
|
||||
margin-bottom: 40px
|
||||
}
|
||||
|
||||
.col {
|
||||
float: left;
|
||||
margin: 0 30px 30px 0;
|
||||
}
|
||||
|
||||
.half {
|
||||
width: 465px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.one_third {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#content, .two-third {
|
||||
width: 630px;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
width: 270px;
|
||||
padding-left: 30px;
|
||||
border-left: 1px solid #494947;
|
||||
}
|
||||
|
||||
.one_fourth {
|
||||
width: 217px;
|
||||
}
|
||||
|
||||
.no_margin_right {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.last_box {
|
||||
margin-bottom: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#templatemo_footer h4 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#templatemo_footer {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#templatemo_footer a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.footer_gallery {
|
||||
margin: 0;
|
||||
padding:0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.footer_gallery li {
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.paging {
|
||||
margin: 0 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.paging ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.paging ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.paging ul li a {
|
||||
float: left;
|
||||
display: block;
|
||||
color: #ccc;
|
||||
text-decoration: none;
|
||||
margin-right: 5px;
|
||||
padding: 5px 10px;
|
||||
background: #494947;
|
||||
border: 1px solid #121211;
|
||||
}
|
||||
|
||||
.paging ul li a:hover {
|
||||
background: #c49e33;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user