integration/css/common.css
changeset 24 1fbf7d835dc2
parent 20 c0bb6a59f587
child 26 7c394ea40f28
equal deleted inserted replaced
23:c9dc489913af 24:1fbf7d835dc2
    79 	background-color: #370078;
    79 	background-color: #370078;
    80 	height: 53px;
    80 	height: 53px;
    81 	margin-bottom: 1px;
    81 	margin-bottom: 1px;
    82 }
    82 }
    83 /* header */
    83 /* header */
       
    84 .title-header{
       
    85 	width: 460px;
       
    86 	float: left;
       
    87 	height: 60px;
       
    88 }
    84 .header{
    89 .header{
    85 	position: relative;
    90 	position: relative;
    86 	background-color: #e2dbfd;
    91 	background-color: #e2dbfd;
    87 	height: 60px;
    92 	height: 60px;
    88 }
    93 }
   202 }
   207 }
   203 
   208 
   204 .button:hover{
   209 .button:hover{
   205 	background-color: #FF00FC
   210 	background-color: #FF00FC
   206 }
   211 }
   207 .user.login h2, .user.signup h2 {
   212 .user.login h2, 
       
   213 .user.signup h2 {
   208 	color: #de2500;
   214 	color: #de2500;
   209 	font-size: 14px;
   215 	font-size: 14px;
   210 	font-weight: 600;
   216 	font-weight: 600;
   211 	margin-bottom: 12px;
   217 	margin-bottom: 12px;
   212 }
   218 }
   296 	margin-left: 8px;
   302 	margin-left: 8px;
   297 }
   303 }
   298 .footer .links-right li img {
   304 .footer .links-right li img {
   299     vertical-align: middle;
   305     vertical-align: middle;
   300 }
   306 }
       
   307 /* video-item */
       
   308 .hashcut-video-wrap{
       
   309 	padding-left: 10px;
       
   310 	overflow: hidden;
       
   311 	margin-bottom: 16px;
       
   312 }
       
   313 .video-item{
       
   314 	width: 300px;
       
   315 	float: left;
       
   316 	margin-right: 20px;
       
   317 }
       
   318 
       
   319 .video-item h3{
       
   320 	font-size: 12px;
       
   321 }
       
   322 .video-item h3 strong{
       
   323 	font-weight: 600;
       
   324 }
       
   325 .video-item h3 span{
       
   326 	color: #de2500;
       
   327 }
       
   328 .video-item .screenshot{
       
   329 	display: inline-block;
       
   330 	margin-bottom: 8px;
       
   331 }
       
   332 .video-item h3 a{
       
   333 	border-bottom: 1px solid #bababa;
       
   334 	display: inline-block;
       
   335     line-height: 12px;
       
   336 }
       
   337 .video-item h3 a:hover{
       
   338 	border-bottom: none;
       
   339 }
       
   340 .pagination{
       
   341 	text-align: center;
       
   342 }
       
   343 .pagination a{
       
   344 	font-size: 14px;
       
   345 	color: #7628df;
       
   346 	text-decoration: underline;
       
   347 }
       
   348 .pagination a:hover{
       
   349 	text-decoration: none;
       
   350 }
       
   351 .pagination a.active{
       
   352 	color: #de2500;
       
   353 	text-decoration: none;
       
   354 }