Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created April 13, 2011 09:16
Show Gist options
  • Select an option

  • Save Ozerich/917249 to your computer and use it in GitHub Desktop.

Select an option

Save Ozerich/917249 to your computer and use it in GitHub Desktop.
/* blocks */
#blocks-wrapper{
width: 100%;
clear: both;
height: 100px;
margin: 0 auto;
}
#blocks-container{
width: 940px;
margin: 0 auto;
}
#blocks-container .block{
width: 293px;
vertical-align: top;
margin-right: 30px;
float: left;
}
#blocks-left{
background: url('../images/blocks_bg_l.jpg') repeat-x;
width: 120px;
height: 44px;
float: left;
margin-left:-120px;
}
#blocks-right{
background: url('../images/blocks_bg_r.jpg') repeat-x;
width: 130px;
height: 41px;
margin-right: -130px;
float: right;
}
.blocks{
float: left;
background: url('../images/block-line.jpg') repeat-x;
}
#blocks-container #about-block{
margin: 0;
}
#blocks-container #news-block li{
width: 300px;
display: block;
}
#blocks-container #news-block .date{
height: 20px;
float: left;
color: #8d8d8d;
font-size: 11px;
font-style: itallic;
width: 75px;
padding-left: 14px;
padding-top: 12px;
}
#blocks-container #news-block .news-header{
padding-top: 12px;
padding-bottom: 14px;
color: #3d3d3d;
font-size: 12px;
display: block;
border-bottom: 1px solid #c6c6c6;
}
#blocks-container #news-block .news-header-last{
border-bottom: 0;
}
#blocks-container #about-block #about-links{
padding: 18px 0 24px 0;
}
#blocks-container #about-block #about-links a{
padding-right: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment