forked from spacebar/SplatNet
49 lines
200 KiB
CSS
49 lines
200 KiB
CSS
|
|
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:black}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.icon-tab-splatfest,.ranking .ranklist-tab .tab-splatfest,.icon-tab-gachi,.ranking .ranklist-tab .tab-gachi,.icon-tab-regular,.ranking .ranklist-tab .tab-regular,.typography-number-white-0,.typography-number-white-1,.typography-number-white-2,.typography-number-white-3,.typography-number-white-4,.typography-number-white-5,.typography-number-white-6,.typography-number-white-7,.typography-number-white-8,.typography-number-white-9,.typography-number-orange-0,.typography-number-orange-1,.typography-number-orange-2,.typography-number-orange-3,.typography-number-orange-4,.typography-number-orange-5,.typography-number-orange-6,.typography-number-orange-7,.typography-number-orange-8,.typography-number-orange-9,.typography-number-green-0,.typography-number-green-1,.typography-number-green-2,.typography-number-green-3,.typography-number-green-4,.typography-number-green-5,.typography-number-green-6,.typography-number-green-7,.typography-number-green-8,.typography-number-green-9,.typography-number-purple-0,.typography-number-purple-1,.typography-number-purple-2,.typography-number-purple-3,.typography-number-purple-4,.typography-number-purple-5,.typography-number-purple-6,.typography-number-purple-7,.typography-number-purple-8,.typography-number-purple-9,.typography-udemae-a,.typography-udemae-a-minus,.typography-udemae-a-plus,.typography-udemae-b,.typography-udemae-b-minus,.typography-udemae-b-plus,.typography-udemae-c,.typography-udemae-c-minus,.typography-udemae-c-plus,.typography-udemae-s,.typography-udemae-s-plus,.typography-friendlist,.typography-ranking,.typography-equipment,.typography-stage,.typography-microsite,.typography-corporate,.typography-twitter-link,.typography-twitter-unlink,.typography-logout,.typography-headline-friendlist,.typography-headline-stage,.typography-headline-ranking,.typography-headline-equipment,.typography-recruiting,.typography-participation,.typography-participation-edit,.typography-plan,.typography-plan-date,.typography-plan-feel,.typography-plan-weapon,.typography-ok,.typography-colon,.typography-friend-status-playing,.typography-frien
|
|||
|
|
.tour .thankyou {
|
|||
|
|
width: 320px;
|
|||
|
|
height: 240px;
|
|||
|
|
background: url('mb-thankyou.png') 0 0 repeat;
|
|||
|
|
background-repeat: no-repeat;
|
|||
|
|
background-size: 320px 240px;
|
|||
|
|
}
|
|||
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
|
|||
|
|
.tour .thankyou {
|
|||
|
|
background: url('mb-thankyou.png') 0 0 repeat;
|
|||
|
|
-moz-background-size: 100%;
|
|||
|
|
-o-background-size: 100%;
|
|||
|
|
-webkit-background-size: 100%;
|
|||
|
|
background-size: 100%;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
.lt-ie9 .tour .thankyou {
|
|||
|
|
width: 640px;
|
|||
|
|
height: 340px;
|
|||
|
|
background: url('pc-thankyou.png') 0 0 repeat;
|
|||
|
|
background-size: 640px 340px;
|
|||
|
|
}
|
|||
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
|
|||
|
|
.lt-ie9 .tour .thankyou {
|
|||
|
|
background: url('pc-thankyou.png') 0 0 repeat;
|
|||
|
|
-moz-background-size: 100%;
|
|||
|
|
-o-background-size: 100%;
|
|||
|
|
-webkit-background-size: 100%;
|
|||
|
|
background-size: 100%;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
@media screen and (min-width: 1025px) {
|
|||
|
|
.tour .thankyou {
|
|||
|
|
width: 640px;
|
|||
|
|
height: 340px;
|
|||
|
|
background: url('pc-thankyou.png') 0 0 repeat;
|
|||
|
|
background-size: 640px 340px;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
@media screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1025px) and (min-resolution: 2dppx) {
|
|||
|
|
.tour .thankyou {
|
|||
|
|
background: url('pc-thankyou.png') 0 0 repeat;
|
|||
|
|
-moz-background-size: 100%;
|
|||
|
|
-o-background-size: 100%;
|
|||
|
|
-webkit-background-size: 100%;
|
|||
|
|
background-size: 100%;
|
|||
|
|
}
|
|||
|
|
}
|