diff -r ca1b8c0fbe35 -r 4aec3f00ea87 integ/css/iri.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integ/css/iri.css Wed Apr 03 16:19:25 2013 +0200 @@ -0,0 +1,65 @@ +.sidebar{display: table-cell; padding-top:60px; vertical-align: top; } +.sidebar .content{width: 280px; padding: 18px 0 0 12px; height: 100%;} +.inner-content{padding-right: 16px;} +.sidebar h2{font-size: 20px; margin-bottom: 24px;} +.user{ height: 30px; line-height: 30px;} +.user img{width: 30px; height: 30px; margin: 0 24px 24px 0; float: left;} +.user p{float: left;} +h3.instruction{color: #c7c7c7; clear: both; padding-bottom: 14px; margin: 0; border-bottom: 1px solid #3b3b3b;} +.stickers li{margin: 0 10px 10px 0;float:left;width: 81px; height: 80px;background-color: #fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; background-repeat: no-repeat; background-position: center 13px;} +.stickers li span{width: 100%;color: #212121; font-size: 12px;font-weight: bold; line-height: 12px; display: inline-block; text-align: center;padding-top: 48px;} +li.culte{background-image: url(../img/culte-scene-icon.png);} +li.star{background-image: url(../img/star-icon.png);} +li.like{background-image: url(../img/like-icon.png);} +.stickers li:nth-child(3n+3) { margin-right: 0;} +.sidebar h3{font-size: 13px; font-weight: bold; margin-bottom: 12px;} + +.more{margin-bottom: 16px;width: 100%; height: 12px; background-color: #191919; display: inline-block;} +.more:hover{background-color: #3b3b3b;} +.more span{ margin: 4px auto 0 auto;width: 13px; height: 4px; background: url(../img/arrow-more.png) 0 0 no-repeat; display: block;} +.more.less span{background-position: bottom left;} +.more-hide{display: none;} + +.stars li:nth-child(4n+4) { margin-right: 0;} +.stars li{margin: 0 8px 10px 0;width: 58px; height: 78px;border: 1px solid #767676; float: left;} +.stars img{width: 58px; height: 78px;} + +.images li:nth-child(3n+3) { margin-right: 0;} +.images li{margin: 0 8px 10px 0;width: 80px; height: 80px;border: 1px solid #767676; float: left;} +.images img{width: 80px; height: 80px;} + +.videos li:nth-child(3n+3) { margin-right: 0;} +.videos li{margin: 0 8px 10px 0;width: 80px; height: 64px;border: 1px solid #767676; float: left;} +.videos img{width: 80px; height: 64px;} + +.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;} +.renkan .wrap-top{width: 100%; height: 56px; background-color:rgba(0,0,0,.4);} +.renkan .wrap-top h2{ font-size: 30px; padding-left: 18px; line-height: 56px; display: inline-block;} + +.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);} +.zoom li{padding: 0;width: 30px; height: 30px;} +.zoom a{margin: 0;width: 30px; height: 30px; display: inline-block; background: url(../img/zoom.png) center top no-repeat;} +.zoom a:hover{background-color: #191919;} +.zoom .in{background-color: #929292; background-position: center 8px;} +.zoom .out{background-color: #fff; background-position: center -22px;} + +.renkan .actions{width: 194px; float: right; margin: 12px 12px 0 0;} +.renkan .actions li{float: left;} +.renkan .actions a{width: 92px; height: 32px; display: inline-block; text-align: center; line-height: 32px; font-size: 11px; font-weight: bold;text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75); +-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75); +box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);-webkit-border-radius: 4px; +-moz-border-radius: 4px; +border-radius: 4px;} +a.cancel{margin-right: 8px; + background: #555555; background: -moz-linear-gradient(top, #555555 0%, #7a7a7a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#7a7a7a)); background: -webkit-linear-gradient(top, #555555 0%,#7a7a7a 100%); background: -o-linear-gradient(top, #555555 0%,#7a7a7a 100%); background: -ms-linear-gradient(top, #555555 0%,#7a7a7a 100%); background: linear-gradient(to bottom, #555555 0%,#7a7a7a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */ +} +a.cancel:hover{ + background: #7a7a7a;background: -moz-linear-gradient(top, #7a7a7a 0%, #555555 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#555555));background: -webkit-linear-gradient(top, #7a7a7a 0%,#555555 100%);background: -o-linear-gradient(top, #7a7a7a 0%,#555555 100%);background: -ms-linear-gradient(top, #7a7a7a 0%,#555555 100%);background: linear-gradient(to bottom, #7a7a7a 0%,#555555 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#555555',GradientType=0 ); + +} +a.send{ + background: #126ae3;background: -moz-linear-gradient(top, #126ae3 0%, #1899e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#126ae3), color-stop(100%,#1899e1)); background: -webkit-linear-gradient(top, #126ae3 0%,#1899e1 100%);background: -o-linear-gradient(top, #126ae3 0%,#1899e1 100%); background: -ms-linear-gradient(top, #126ae3 0%,#1899e1 100%); background: linear-gradient(to bottom, #126ae3 0%,#1899e1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126ae3', endColorstr='#1899e1',GradientType=0 ); /* IE6-9 */ +} +a.send:hover{ + background: #1899e1;background: -moz-linear-gradient(top, #1899e1 0%, #126ae3 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899e1), color-stop(100%,#126ae3));background: -webkit-linear-gradient(top, #1899e1 0%,#126ae3 100%);background: -o-linear-gradient(top, #1899e1 0%,#126ae3 100%);background: -ms-linear-gradient(top, #1899e1 0%,#126ae3 100%);background: linear-gradient(to bottom, #1899e1 0%,#126ae3 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899e1', endColorstr='#126ae3',GradientType=0 ); +} \ No newline at end of file