integ/css/iri.css
changeset 9 b58988e19096
parent 7 84f000d09bd4
child 10 bdfc6ff39081
equal deleted inserted replaced
8:effe964b34be 9:b58988e19096
    28 .stars li:nth-child(4n+4) { margin-right: 0;}
    28 .stars li:nth-child(4n+4) { margin-right: 0;}
    29 .stars li{margin: 0 8px 10px 0;width: 58px; height: 78px;border: 1px solid #767676; float: left;}
    29 .stars li{margin: 0 8px 10px 0;width: 58px; height: 78px;border: 1px solid #767676; float: left;}
    30 .stars img{width: 58px; height: 78px;}
    30 .stars img{width: 58px; height: 78px;}
    31 
    31 
    32 .images li:nth-child(3n+3) { margin-right: 0;}
    32 .images li:nth-child(3n+3) { margin-right: 0;}
    33 .images li{margin: 0 8px 10px 0;width: 80px; height: 80px;border: 1px solid #767676; float: left;}
    33 .images li{margin: 0 8px 10px 0;border: 1px solid #767676; float: left; overflow: hidden;}
    34 .images img{width: 80px; height: 80px;}
    34 .images li a{width: 80px; height: 80px;}
    35 
    35 
    36 .videos.less{height: 76px; overflow: hidden;}
    36 .videos.less{height: 76px; overflow: hidden;}
    37 .videos li:nth-child(3n+3) { margin-right: 0;}
    37 .videos li:nth-child(3n+3) { margin-right: 0;}
    38 .videos li{margin: 0 8px 10px 0;width: 80px; height: 64px;border: 1px solid #767676; float: left;}
    38 .videos li{margin: 0 8px 10px 0;width: 80px; height: 64px;border: 1px solid #767676; float: left;}
    39 .videos img{width: 80px; height: 64px;}
    39 .videos img{width: 80px; height: 64px;}
    40 
    40 
    41 .renkan{display: table-cell; padding-top:60px; vertical-align: top;  background-color: #eee; width:100%; background: url(../img/bg-renkan.png) 0 0; min-width: 400px;}
    41 .renkan{ position: relative;display: table-cell; padding-top:60px; vertical-align: top;  background-color: #eee; width:100%; background: url(../img/bg-renkan.png) 0 0; min-width: 400px;}
    42 .renkan .wrap-top{width: 100%; height: 56px; background-color:rgba(0,0,0,.4);}
    42 .renkan .wrap-top{width: 100%; height: 56px; background-color:rgba(0,0,0,.4);}
    43 .renkan .wrap-top h2{ font-size: 30px; padding-left: 18px; line-height: 56px; display: inline-block;}
    43 .renkan .wrap-top h2{ font-size: 30px; padding-left: 18px; line-height: 56px; display: inline-block;}
    44 
    44 
    45 .Rk-ZoomButtons,
    45 .Rk-ZoomButtons,
    46 .zoom{width: 30px; margin: 18px 0 0 16px;-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:    0px 2px 1px rgba(0, 0, 0, 0.1);box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.1);}
    46 .zoom{width: 30px; margin: 18px 0 0 16px;-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);-moz-box-shadow:    0px 2px 1px rgba(0, 0, 0, 0.1);box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.1);}
    77 
    77 
    78 .edit-cinecard {
    78 .edit-cinecard {
    79 	position: relative;
    79 	position: relative;
    80 }
    80 }
    81 
    81 
    82 footer .logofoot{top: 6px;}
    82 .logo-iri{
    83 .logofoot li{float: left;  }
    83 	z-index: 10;
    84 .logofoot li a{height: 46px;line-height: 60px;display: block;}
    84     position: absolute;
    85 .logofoot li img{display: inline;}
    85     right: 25px;
       
    86     bottom: 66px;
       
    87 }
       
    88 div.tooltip-iri{ 
       
    89 	z-index:10; 
       
    90 	padding: 10px 15px;
       
    91 	position: absolute;
       
    92 	background: #3d3d3c;
       
    93 	border: 1px solid #626262;
       
    94 	text-align: left;
       
    95 	-webkit-box-shadow: 0 0 20px 0px #000000;
       
    96 	box-shadow: 0 0 20px 0px #000000;
       
    97 	display: none;
       
    98 }
       
    99 div.tooltip-iri p{display: inline-block;}