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