[+] Project : default theme added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
h1 {display:none;}
|
||||
|
||||
.resumecat {
|
||||
margin:15px 0 10px 0;
|
||||
padding:8px 7px;
|
||||
color:#000;
|
||||
background:#f0f0f0;
|
||||
}
|
||||
|
||||
.content_scene_cat {
|
||||
padding:5px;
|
||||
border:1px solid #ccc;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-box-shadow: 0 1px 1px #e2e2e2;
|
||||
-webkit-box-shadow: 0 1px 1px #e2e2e2;
|
||||
box-shadow: 0 1px 1px #e2e2e2;
|
||||
}
|
||||
|
||||
.cat_desc {
|
||||
font-size:12px;
|
||||
line-height:18px;
|
||||
}
|
||||
.cat_desc p {padding:0 10px 5px 10px}
|
||||
.cat_desc .lnk_more {
|
||||
padding:0 10px;
|
||||
color:#0088CC;
|
||||
background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent;
|
||||
}
|
||||
|
||||
|
||||
/* ************************************************************************************************
|
||||
SUB CATEGORIES
|
||||
************************************************************************************************ */
|
||||
#subcategories {margin-top:15px}
|
||||
#subcategories h3 {
|
||||
padding:14px 12px;
|
||||
font-size:13px;
|
||||
color:#fff;
|
||||
text-transform:uppercase;
|
||||
text-shadow:0 1px 0 #666;
|
||||
background:url(../img/bg_table_th.png) repeat-x 0 0 #999
|
||||
}
|
||||
|
||||
.inline_list {
|
||||
list-style-type:none;
|
||||
margin-top:10px;
|
||||
}
|
||||
.inline_list li {
|
||||
padding:10px 0;
|
||||
border-bottom:1px dotted #ccc
|
||||
}
|
||||
.inline_list li .img {
|
||||
float:left;
|
||||
margin-right:15px
|
||||
}
|
||||
.inline_list li img {
|
||||
border:1px solid #ccc
|
||||
}
|
||||
.inline_list li .cat_name {
|
||||
font-weight:bold;
|
||||
font-weight:13px
|
||||
}
|
||||
Reference in New Issue
Block a user