--- a/integration/css/home.css Fri Oct 26 18:54:20 2012 +0200
+++ b/integration/css/home.css Mon Oct 29 17:22:55 2012 +0100
@@ -1,9 +1,4 @@
/* header */
-.title-header{
- width: 460px;
- float: left;
- height: 60px;
-}
.title-header h2{
width: 100%;
text-align: center;
@@ -38,68 +33,21 @@
width: 630px;
margin-right: 20px;
}
-.hashcut-video-wrap{
- padding-left: 10px;
- overflow: hidden;
- margin-bottom: 16px;
-}
-.news{
- width: 300px;
- float: left;
- margin-right: 20px;
-}
-.news:nth-child(2n+2){
+.news .video-item:nth-child(2n+2){
margin-right: 0;
}
-.hashcut-video-wrap h3{
- font-size: 12px;
-}
-.hashcut-video-wrap h3 strong{
- font-weight: 600;
-}
-.last h3 strong{
- margin-bottom: 2px;
- font-weight: 600;
- display: block;
-}
-.hashcut-video-wrap h3 a{
- border-bottom: 1px solid #bababa;
- display: inline-block;
- line-height: 12px;
-}
-.hashcut-video-wrap h3 a:hover{
- border-bottom: none;
-}
-.hashcut-video-wrap h3 span{
- color: #de2500;
-}
-.hashcut-video-wrap a.screenshot{
- display: inline-block;
- margin-bottom: 8px;
-}
-.last:nth-child(4n+4){
+
+
+
+.last .video-item:nth-child(4n+4){
margin-right: 0;
}
-.last{
+.last .video-item{
width: 140px;
float: left;
margin: 0 20px 12px 0;
}
-.pagination{
- text-align: center;
-}
-.pagination a{
- font-size: 14px;
- color: #7628df;
- text-decoration: underline;
-}
-.pagination a:hover{
- text-decoration: none;
-}
-.pagination a.active{
- color: #de2500;
- text-decoration: none;
-}
+
/* right-content */
.right-content{
width: 310px;