/home2/dakshskx/dakshaseo.com/css
Edit: /home2/dakshskx/dakshaseo.com/css/portfolio.css (2683B)
/* @override http://newmediacampaigns.com/css/compiled.css */
/* Eric Meyer Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
font-family:"Open Sans";
color: #58534c;
background: #FFF;
}
:focus {
outline: 0;
}
a {
color: #317cc8;
}
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
}
a img {
border: medium none;
}
.fancybox > img {
height: 120px;
width: 164px;
}
.fancybox > img {
height: auto !important;
width: 100% !important;
}
/* Layout */
.boundingBox {
margin: 0 auto;
width: 1000px;
}
/* Content */
#content {
padding: 20px 0;
}
/* Content - Portfolio Listing */
ul#portfolio-filter {
margin: -20px 0;
padding: 0;
height: 47px;
padding-left: 0;
line-height:59px;
background: transparent url(../images/icon-tag-green.png) left no-repeat;
border-bottom:1px solid #e3e3e3 ;
}
ul#portfolio-filter li {
display: inline;
}
ul#portfolio-filter a {
margin-right: 0.3em;
padding: 0.5em 1em;
background: #FFF;
color: #625f5f;
font-weight: bold;
text-decoration: none;
font-size:14px;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
color: #888;
}
ul#portfolio-filter a.current {
background-color: #f10202 ;
color:#fff ;
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
ul#portfolio-list {
padding: 0;
list-style: none;
}
@media (min-width:768px){
ul#portfolio-list { margin: 36px 0 0 0; }
}
@media (min-width:641px) and (max-width:767px){
ul#portfolio-list { margin:0;}
}
.portfolio_1 {
width: 1180px;
}
.fancybox {
margin-bottom: 5px !important;
}
/*ul#portfolio-list li {
width: 165px;
min-height:211px;
display: block;
float: left;
margin-right: 30px;
overflow: hidden;
}*/
ul#portfolio-list li {
background: #f6f6f6 none repeat scroll 0 0;
color: #625f5f;
float: left;
font-size: 11px;
line-height: 18px;
margin: 7px 0 0 7px;
min-height: 212px;
padding: 10px 7px 0;
text-align: left;
width: 212px;
}
ul#portfolio-list li a {
background: #eee none repeat scroll 0 0;
border: 1px solid #cdcdcd;
display: block;
height: 127px;
overflow: hidden;
width: 220px;
}
ul#portfolio-list li p {
font-size: 11px;
line-height: 15px;
color: #AAA;
margin: 5px 0;
}
.portfolio_1 #content #tabs {
margin-top: 0;
}