integration/css/common.css
changeset 26 7c394ea40f28
parent 25 eea45f9b124b
parent 24 1fbf7d835dc2
child 31 165284801055
--- a/integration/css/common.css	Mon Oct 29 18:02:10 2012 +0100
+++ b/integration/css/common.css	Mon Oct 29 18:11:09 2012 +0100
@@ -84,6 +84,11 @@
 	margin-bottom: 1px;
 }
 /* header */
+.title-header{
+	width: 460px;
+	float: left;
+	height: 60px;
+}
 .header{
 	position: relative;
 	background-color: #e2dbfd;
@@ -211,7 +216,8 @@
 .button:hover{
 	background-color: #FF00FC
 }
-.user.login h2, .user.signup h2 {
+.user.login h2, 
+.user.signup h2 {
 	color: #de2500;
 	font-size: 14px;
 	font-weight: 600;
@@ -304,4 +310,52 @@
 }
 .footer .links-right li img {
     vertical-align: middle;
+}
+/* video-item */
+.hashcut-video-wrap{
+	padding-left: 10px;
+	overflow: hidden;
+	margin-bottom: 16px;
+}
+.video-item{
+	width: 300px;
+	float: left;
+	margin-right: 20px;
+}
+
+.video-item h3{
+	font-size: 12px;
+}
+.video-item h3 strong{
+	font-weight: 600;
+}
+.video-item h3 span{
+	color: #de2500;
+}
+.video-item .screenshot{
+	display: inline-block;
+	margin-bottom: 8px;
+}
+.video-item h3 a{
+	border-bottom: 1px solid #bababa;
+	display: inline-block;
+    line-height: 12px;
+}
+.video-item h3 a:hover{
+	border-bottom: none;
+}
+.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;
 }
\ No newline at end of file