diff -r 08ee0719b907 -r 12978893bbf0 integration/css/home.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/css/home.css Wed Oct 24 15:38:36 2012 +0200 @@ -0,0 +1,121 @@ +/* header */ +div.header div.title-header{ + width: 460px; + float: left; + height: 60px; +} +div.header div.title-header h2{ + width: 100%; + text-align: center; + line-height: 60px; +} +div.header div.title-header h2 a{ + color: #de2500; + font-size: 24px; + text-decoration: underline; + font-weight: bold; +} +div.header div.title-header h2 a:hover{ + text-decoration: none; +} +/* content */ +div.content div.left-content, +div.content div.right-content{ + padding-top: 8px; + float: left; +} +div.content div.left-content h2, +div.content div.right-content h2{ + padding: 6px 0; + margin-bottom: 14px; + border-bottom: 1px solid #333333; + color: #30036d; + font-size: 18px; + font-weight: 600; +} +/* left-content */ +div.content div.left-content{ + width: 630px; + margin-right: 20px; +} +div.left-content div.hashcut-video-wrap{ + padding-left: 10px; + overflow: hidden; + margin-bottom: 16px; +} +div.hashcut-video-wrap div.news{ + width: 300px; + float: left; + margin-right: 20px; +} +div.hashcut-video-wrap div.news:nth-child(2n+2){ + margin-right: 0; +} +div.hashcut-video-wrap h3{ + font-size: 12px; +} +div.hashcut-video-wrap h3 strong{ + font-weight: 600; +} +div.hashcut-video-wrap div.last h3 strong{ + margin-bottom: 2px; + font-weight: 600; + display: block; +} +div.left-content div.hashcut-video-wrap h3 a{ + border-bottom: 1px solid #bababa; + display: inline-block; + line-height: 12px; +} +div.left-content div.hashcut-video-wrap h3 a:hover{ + border-bottom: none; +} +div.hashcut-video-wrap h3 span{ + color: #de2500; +} +div.hashcut-video-wrap a.screenshot{ + display: inline-block; + margin-bottom: 8px; +} +div.hashcut-video-wrap div.last:nth-child(4n+4){ + margin-right: 0; +} +div.hashcut-video-wrap div.last{ + width: 140px; + float: left; + margin: 0 20px 12px 0; +} +div.left-content div.pagination{ + text-align: center; +} +div.left-content div.pagination a{ + font-size: 14px; + color: #7628df; + text-decoration: underline; +} +div.left-content div.pagination a:hover{ + text-decoration: none; +} +div.left-content div.pagination a.active{ + color: #de2500; + text-decoration: none; +} +/* right-content */ +div.content div.right-content{ + width: 310px; +} +div.right-content div.definition p{ + font-size: 12px; + line-height: 14px; + margin-bottom: 12px; +} +div.right-content div.definition p strong{ + font-weight: bold; +} +div.right-content div.definition p a{ + color: #7628df; + text-decoration: underline; +} +div.right-content div.definition p a:hover{ + text-decoration: none; +} \ No newline at end of file