Path: blob/main/projects/cookie-clicker/style.css
1835 views
/* reset CSS */1html, body, div, span, applet, object, iframe,2h1, h2, h3, h4, h5, h6, p, blockquote, pre,3a, abbr, acronym, address, big, cite, code,4del, dfn, em, img, ins, kbd, q, s, samp,5small, strike, strong, sub, sup, tt, var,6b, u, i, center,7dl, dt, dd, ol, ul, li,8fieldset, form, label, legend,9table, caption, tbody, tfoot, thead, tr, th, td,10article, aside, canvas, details, embed,11figure, figcaption, footer, header, hgroup,12menu, nav, output, ruby, section, summary,13time, mark, audio, video {14margin: 0;15padding: 0;16border: 0;17font-size: 100%;18font: inherit;19vertical-align: baseline;20}21/* HTML5 display-role reset for older browsers */22article, aside, details, figcaption, figure,23footer, header, hgroup, menu, nav, section {24display: block;25}26body {27line-height: 1;28}29ol, ul {30list-style: none;31}32blockquote, q {33quotes: none;34}35blockquote:before, blockquote:after,36q:before, q:after {37content: '';38content: none;39}40table {41border-collapse: collapse;42border-spacing: 0;43}444546/*=====================================================================================47BASE48=======================================================================================*/49html,body50{51width:100%;52height:100%;53}5455body56{57-webkit-touch-callout: none;58-webkit-user-select: none;59-khtml-user-select: none;60-moz-user-select: -moz-none;61-moz-user-select: none;62-ms-user-select: none;63user-select: none;64touch-action: manipulation;6566color:#fff;67background:#000 url(img/darkNoise.jpg);68font-family:Tahoma,Arial,sans-serif;69font-size:13px;70}71.selectable72{73-webkit-touch-callout: text;74-webkit-user-select: text;75-khtml-user-select: text;76-moz-user-select: text;77-ms-user-select: text;78user-select: text;79}8081#wrapper82{83width:100%;84height:100%;85position:absolute;86left:0px;87top:0px;88right:0px;89bottom:0px;90/*min-width:1280px;*/91}9293small94{95font-size:80%;96}9798a,a:visited99{100text-decoration:underline;101cursor:pointer;102color:#ccc;103}104a:hover105{106text-shadow:0px 0px 3px #fff;107color:#fff;108}109a:active110{111opacity:0.8;112background:transparent;113}114115.inset116{117/*box-shadow:0px 0px 12px #000 inset;*/118}119120.titleFont,.title,.section,.lockedTitle121{122font-family: 'Merriweather', Georgia,serif;123}124.title,.section,.lockedTitle125{126font-size:28px;127text-shadow:0px 0px 4px #000;128color:#fff;129}130131/*=====================================================================================132SECTIONS133=======================================================================================*/134.section135{136text-align:center;137padding:0px 16px;138background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0));139margin:12px 0px;140}141.section:after142{143content:'';144display:block;145background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0.25),rgba(255,255,255,0),rgba(255,255,255,0));146height:1px;147margin:6px 0px;148}149.section:before150{151content:'';152display:block;153background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0.25),rgba(255,255,255,0),rgba(255,255,255,0));154height:1px;155margin:6px 0px;156}157.subsection158{159padding:8px 0px;160font-size:14px;161}162.subsection div.title163{164font-size:22px;165padding-left:16px;166margin-bottom:8px;167background:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));168}169.subsection div.title:after170{171content:'';172display:block;173background:linear-gradient(to right,rgba(255,255,255,0.25),rgba(255,255,255,0));174height:1px;175width:50%;176margin:6px 0px;177margin-left:-16px;178}179.subsection div.title:before180{181content:'';182display:block;183background:linear-gradient(to right,rgba(255,255,255,0.25),rgba(255,255,255,0));184height:1px;185width:50%;186margin:6px 0px;187margin-left:-16px;188}189.update190{191-webkit-touch-callout: auto;192-webkit-user-select: auto;193-khtml-user-select: auto;194-moz-user-select: auto;195-moz-user-select: auto;196-ms-user-select: auto;197user-select: auto;198}199.update .title200{201color:#69c;202}203.update.small .title204{205font-size:16px;206opacity:0.8;207color:#fff;208}209.listing210{211padding:3px 16px;212font-size:13px;213}214.listing b215{216font-weight:bold;217opacity:0.6;218}219.listing small220{221font-size:11px;222opacity:0.9;223}224.listing label225{226font-size:12px;227border-bottom:1px solid rgba(255,255,255,0.25);228border-right:1px solid rgba(255,255,255,0.25);229opacity:0.5;230padding-left:16px;231padding-bottom:2px;232padding-right:4px;233position:relative;234left:-4px;235top:-2px;236background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.5));237}238239.hidden240{241visibility:hidden;242}243.toggledOff244{245opacity:0;246display:none;247}248.listing:hover .hidden249{250visibility:visible;251}252253.optionBox254{255text-align:center;256clear:both;257margin-bottom:-12px;258}259.optionBox .option260{261}262a.option.big263{264font-size:30px;265margin:auto;266padding:8px 16px;267width:80%;268}269a.option.framed.large small {font-size:65%;}270a.option.framed.large271{272font-size:20px;273margin:4px auto;274padding:6px 12px;275background:#058;276box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 1px 1px 1px rgba(0,0,0,0.5) inset,0px 0px 12px 2px #0cf inset;277text-shadow:0px 1px 2px #000;278}279a.option.framed.large:hover280{281background:#0cf;282box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 1px 1px 1px rgba(0,0,0,0.5) inset,0px 0px 12px 2px #8ef inset;283text-shadow:0px 1px 2px #000;284color:#fff;285}286a.option.framed.large.red287{288background:#c30;289box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 1px 1px 1px rgba(0,0,0,0.5) inset,0px 0px 12px 2px #f64 inset;290}291a.option.framed.large.red:hover292{293background:#f64;294box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 1px 1px 1px rgba(0,0,0,0.5) inset,0px 0px 12px 2px #fc7 inset;295}296a.option, .info a297{298display:inline-block;299border:1px solid #ccc;300background:#000;301margin:2px 4px 2px 0px;302color:#ccc;303font-size:12px;304padding:4px 8px;305text-decoration:none;306}307a.option.off {opacity:0.5;}308a.option:hover, .info a:hover309{310border-color:#fff;311color:#fff;312text-shadow:none;313}314a.option:active, .info a:active315{316background-color:#333;317}318.warning, a.option.warning319{320color:#c00;321border-color:#c00;322}323a.option.warning:hover324{325border-color:#f33;326color:#f33;327}328a.option.warning:active329{330background-color:#300;331}332333.neato, a.option.neato334{335color:#096;336border-color:#096;337}338a.option.neato:hover339{340border-color:#3c9;341color:#3c9;342}343a.option.neato:active344{345background-color:#032;346}347.info a348{349border-color:#666;350background:#eee;351color:#666;352padding:2px 6px;353}354.info a:hover355{356border-color:#000;357background-color:#fff;358color:#000;359}360.info a:active361{362background-color:#999;363}364365/*=====================================================================================366oh forget it this is just a mess367=======================================================================================*/368#backgroundLayers, #backgroundLayers div369{370width:100%;371height:100%;372position:absolute;373left:0px;374top:0px;375}376377#backgroundCanvas,#backgroundLeftCanvas378{379position:absolute;380left:0px;381top:0px;382}383384#topBar385{386position:absolute;387left:0px;388top:0px;389width:100%;390height:32px;391background:url(img/darkNoiseTopBar.jpg) repeat-x bottom;392color:#ccc;393}394#topBar>div395{396display:inline-block;397float:left;398border-right:1px solid #000;399box-shadow:0px 0px 3px 1px rgba(255,255,255,0.2) inset;400padding:7px 8px 9px 8px;401}402#topBar a403{color:#fff;}404#topBar a.blueLink405{color:#06c;}406#topBar a.blueLink:hover407{color:#28f;text-shadow:0px 0px 3px #06c;}408#topBar a.lightblueLink409{color:#6ad3ff;}410#topBar a.lightblueLink:hover411{color:#74fffd;text-shadow:0px 0px 3px #6ad3ff;}412a.orangeLink,#topBar a.orangeLink413{color:#f65f4d;}414a.orangeLink:hover,#topBar a.orangeLink:hover415{color:#ff9580;text-shadow:0px 0px 3px #f65f4d;}416417#topBar>#links418{419display:block;420position:absolute;421right:0px;422top:0px;423z-index:10000000;424float:none;425}426427.hoverable428{429text-align:left;430opacity:0;431transition:max-height 0.25s ease-out,opacity 0.25s ease-out;432position:absolute;433left:0px;434top:32px;435padding-right:1px;436width:100%;437max-height:0px;438overflow:hidden;439color:#fff;440box-shadow:0px 0px 4px rgba(255,255,255,0.2) inset,0px 2px 4px 2px rgba(0,0,0,0.5),0px 0px 0px 1px rgba(0,0,0,0.5);441background:url(img/darkNoise.jpg);442}443div:hover>.hoverable444{445opacity:1;446max-height:400px;447}448.hoverable>div449{450padding:8px 12px;451}452.hoverable a453{454text-shadow:none;455display:block;456text-decoration:none;457padding:5px 8px 7px 8px;458}459.hoverable a:nth-child(odd)460{461background:rgba(255,255,255,0.05);462}463.hoverable a:hover464{465text-shadow:none;466background:rgba(255,255,255,0.2);467box-shadow:0px 0px 4px rgba(255,255,255,0.2) inset,0px 0px 2px 1px rgba(0,0,0,0.5);468}469470471#javascriptError472{473position:absolute;474left:0px;475top:0px;476right:0px;477bottom:0px;478background:#111 url(img/darkNoise.jpg);479background:url(img/shadedBorders.png) left top/100% 100%,#111 url(img/darkNoise.jpg);480text-align:center;481z-index:100000000000;482line-height:150%;483font-size:20px;484}485#loader486{487padding:64px 128px;488position:relative;489top:120px;490animation-name:appear;491animation-iteration-count:1;492animation-timing-function:ease-out;493animation-duration:0.5s;494}495@keyframes appear496{497from {opacity:0;top:130px;}498to {opacity:1;top:120px;}499}500#loading501{502text-shadow:0px 0px 3px rgba(255,255,255,0.5),0px 0px 20px #39f;503animation-name:blink;504animation-iteration-count:infinite;505animation-timing-function:ease-in-out;506animation-duration:0.75s;507}508@keyframes blink509{5100% {opacity:0.5;}51150% {opacity:1;}512100% {opacity:0.5;}513}514#ifIE9{display:none;}515#failedToLoad516{517text-shadow:0px 0px 3px rgba(255,255,255,0.5),0px 0px 20px #f33;518animation-name:appearLater;519animation-iteration-count:1;520animation-timing-function:ease-out;521animation-duration:15s;522}523@keyframes appearLater524{5250% {opacity:0;}52695% {opacity:0;}527100% {opacity:1;}528}529.spinnyBig,.spinnySmall530{531display:block;532width:100px;533height:100px;534position:absolute;535left:50%;536top:-75px;537margin-left:-50px;538animation-name:loadSpin;539animation-iteration-count:infinite;540animation-timing-function:ease-in-out;541}542.spinnyBig543{544background:url(img/spinnyBig.png);545animation-duration:5s;546}547.spinnySmall548{549background:url(img/spinnySmall.png);550animation-duration:9s;551}552@keyframes loadSpin553{554from {transform:rotate(0deg);}555to {transform:rotate(360deg);}556}557558#game559{560position:absolute;561left:0px;562top:32px;563right:0px;564bottom:0px;565overflow:hidden;566}567#sectionLeft568{569position:absolute;570left:0px;571top:0px;572width:30%;573bottom:0px;574min-width:100px;575/*overflow:hidden;*/576}577/*#sectionLeftExtra{position:absolute;left:0px;top:0px;}*/578#sectionMiddle579{580position:absolute;581left:30%;582padding-left:16px;583margin-right:15px;584top:0px;585right:318px;586bottom:0px;587min-width:100px;588overflow:hidden;589}590#centerArea591{592overflow-x:hidden;593overflow-y:scroll;594position:absolute;595top:112px;596left:16px;597bottom:0px;598right:0px;599}600#game.onMenu #centerArea601{602background:#000 url(img/darkNoise.jpg);603background-image:url(img/shadedBorders.png),url(img/darkNoise.jpg);604background-size:100% 100%,auto;605background-color:#000;606}607#sectionRight608{609height:100%;610position:absolute;611top:0px;612right:0px;613overflow-x:hidden;614overflow-y:scroll;615/*background:url(img/panelBG.png);*/616background:rgba(0,0,0,0.5);617}618619#sectionLeft .blackGradient620{621background:url(img/blackGradient.png) repeat-x bottom;622position:absolute;623left:0px;624right:0px;625top:300px;626height:640px;627}628#sectionLeft .blackFiller629{630background:#000;631position:absolute;632left:0px;633right:0px;634top:940px;635bottom:0px;636}637638639/* this is a mess */640.framed,a.option,.sliderBox,.smallFramed641{642border:1px solid #e2dd48;643background:#000 url(img/darkNoise.jpg);644background-image:url(img/shadedBordersSoft.png),url(img/darkNoise.jpg);645background-size:100% 100%,auto;646background-color:#000;647border-radius:2px;648box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 0px 2px 2px #000 inset,0px 1px 0px 1px rgba(255,255,255,0.5) inset;649text-shadow:0px 1px 1px #000;650color:#ccc;651line-height:100%;652}653.framed,a.option,a.option.framed,a.option.framed:hover,.smallFramed654{655/*border-color:#dac56e #c07a36 #a44e36 #c07a36;*/656/*border:1px solid #e2dd48;*/657border-color:#ece2b6 #875526 #733726 #dfbc9a;658}659.smallFramed660{border-radius:8px;}661a.option,textarea,input[type="text"],.sliderBox662{663border:1px solid #e2dd48;664border-color:#ece2b6 #875526 #733726 #dfbc9a;665border-radius:2px;666}667textarea,input[type="text"]668{669border-radius:4px;670box-shadow:0px 0px 0px 1px rgba(0,0,0,0.5) inset,0px 1px 2px rgba(0,0,0,0.5) inset;671}672673.framed,a.option.framed674{675padding:4px 8px;676margin:4px;677border:3px solid transparent;678border-image:url(img/frameBorder.png) 3 round;679border-radius:2px;680box-shadow:0px 0px 1px 2px rgba(0,0,0,0.5),0px 2px 4px rgba(0,0,0,0.25),0px 0px 6px 1px rgba(0,0,0,0.5) inset;681-webkit-transition: opacity 0.1s ease-out;682-moz-transition: opacity 0.1s ease-out;683-ms-transition: opacity 0.1s ease-out;684-o-transition: opacity 0.1s ease-out;685transition: opacity 0.1s ease-out;686}687688.sliderBox689{690padding:4px 8px;691width:200px;692display:inline-block;693margin-bottom:2px;694margin-right:2px;695}696.sliderBox>div697{698margin-bottom:4px;699}700.sliderBox>input701{702display:block;703margin:2px auto;704}705706/* why, CSS? why? */707input[type=range]708{709-webkit-appearance:none;710width:100%;711height:12px;712margin:0px 0px;713border:0px solid #000;714cursor:pointer;715}716input[type=range]:focus{outline:none;}717input[type=range]::-webkit-slider-runnable-track718{719width:100%;720height:12px;721cursor:pointer;722background:#999;723border:0px solid #000;724border-radius:4px;725box-shadow:0px 0px 4px #000,0px 2px 3px rgba(0,0,0,0.5) inset;726}727input[type=range]::-webkit-slider-thumb728{729border:0px solid #000;730height:12px;731width:12px;732background:#ccc;733box-shadow:0px 0px 4px #fff inset,0px 1px 3px 1px rgba(0,0,0,0.5);734cursor:pointer;735-webkit-appearance:none;736margin-top:0px;737border-radius:4px;738}739input[type=range]:active::-webkit-slider-thumb,input[type=range]:hover::-webkit-slider-thumb {background:#fff;}740741input[type=range]::-moz-range-track742{743width:100%;744height:12px;745cursor:pointer;746background:#999;747border:0px solid #000;748border-radius:4px;749box-shadow:0px 0px 4px #000,0px 2px 3px rgba(0,0,0,0.5) inset;750}751input[type=range]::-moz-range-thumb752{753border:0px solid #000;754height:12px;755width:12px;756background:#ccc;757box-shadow:0px 0px 4px #fff inset,0px 1px 3px 1px rgba(0,0,0,0.5);758cursor:pointer;759-webkit-appearance:none;760margin-top:0px;761border-radius:4px;762}763input[type=range]:active::-moz-range-thumb,input[type=range]:hover::-moz-range-thumb {background:#fff;}764765input[type=range]::-ms-track766{767width:100%;768height:12px;769cursor:pointer;770background:#999;771border:0px solid #000;772border-radius:4px;773box-shadow:0px 0px 4px #000,0px 2px 3px rgba(0,0,0,0.5) inset;774}775input[type=range]::-ms-thumb776{777border:0px solid #000;778height:12px;779width:12px;780background:#ccc;781box-shadow:0px 0px 4px #fff inset,0px 1px 3px 1px rgba(0,0,0,0.5);782cursor:pointer;783-webkit-appearance:none;784margin-top:0px;785border-radius:4px;786}787input[type=range]:active::-ms-thumb,input[type=range]:hover::-ms-thumb {background:#fff;}788789790791.framed b792{793color:#fff;794font-weight:bold;795}796.framed .name797{798font-weight:bold;799font-size:110%;800color:#fff;801margin:2px 0px;802text-shadow:0px 0px 2px rgba(255,255,255,0.3);803}804.framed q805{806display:block;807position:relative;808text-align:right;809margin-top:8px;810font-style:italic;811color:rgba(255,255,255,0.5);812font-size:11.5px;813font-family:Georgia;814line-height:135%;815}816.framed q:before817{818display:inline-block;819content:"“";820font-size:14px;821font-family:Georgia;822font-weight:bold;823}824.framed q:after825{826display:inline-block;827content:"”";828font-size:14px;829font-family:Georgia;830font-weight:bold;831}832.framed .close833{834position:absolute;835top:-5px;836right:0px;837padding:4px;838}839.close840{841font-weight:bold;842font-size:16px;843text-shadow:0px 0px 2px #000,0px 0px 1px #000;844cursor:pointer;845font-family:Comic Sans MS;846padding:1px 8px 7px 8px;847z-index:1000;848}849.close:hover850{851color:#fff;852text-shadow:0px 0px 2px #fff;853}854.sidenote855{856position:absolute;857right:-6px;858bottom:6px;859}860861.menuClose862{863position:absolute;864top:0px;865right:0px;866border-bottom-left-radius:36px;867padding:4px 12px 16px 18px;868font-size:24px;869box-shadow:-2px 2px 8px #000, 2px -2px 8px rgba(255,255,255,0.1) inset;870}871.menuClose:hover872{873background:rgba(255,255,255,0.05);874}875876.framed .block877{878padding:8px;879margin:2px;880border-radius:4px;881border:1px solid rgba(255,255,255,0.1);882box-shadow:0px 0px 1px #000,0px 0px 1px #000 inset;883}884885886#tooltipAnchor887{888position:absolute;889z-index:1000000000;890display:none;891//transition:left 0.1s ease-out,right 0.1s ease-out,top 0.1s ease-out,bottom 0.1s ease-out;892}893#tooltip894{895position:absolute;896-webkit-transition:none;897-moz-transition:none;898-ms-transition:none;899-o-transition:none;900transition:none;901pointer-events:none;902opacity:1;903}904.wobbling905{906animation:wobble 0.1s ease-out;907}908#tooltip .data909{910/*border-top:1px solid rgba(255,255,255,0.25);*/911padding:4px 0px;912font-size:80%;913}914915.line916{917background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.25),rgba(255,255,255,0));918height:1px;919width:90%;920margin:6px auto;921position:relative;922}923.line:before,.line:after924{925content:'';926display:block;927background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.25),rgba(0,0,0,0));928height:1px;929width:90%;930position:absolute;931left:0px;932bottom:1px;933}934.line:after935{936bottom:-1px;937}938.description939{940/*border-top:1px solid rgba(255,255,255,0.25);*/941margin:4px 0px;942}943944q:before945{946display:inline-block;947content:"\"";948}949q:after950{951display:inline-block;952content:"\"";953}954955956.price957{958font-weight:bold;959color:#6f6;960padding-left:18px;961position:relative;962}963.priceMult964{965font-weight:bold;966color:#ffc;967}968.price .tinyCookie969{970display:block;971position:absolute;972left:0px;973top:0px;974width:16px;975height:16px;976cursor:pointer;977}978.price.disabled, .disabled .price979{980color:#f66;981}982.price:before983{984content:'';985display:block;986position:absolute;987left:0px;988top:2px;989background:url(img/money.png);990width:16px;991height:16px;992}993.hasTinyCookie994{995position:relative;996padding-left:18px;997}998.hasTinyCookie:before999{1000content:'';1001display:block;1002position:absolute;1003left:0px;1004top:0px;1005background:url(img/money.png);1006width:16px;1007height:16px;1008}1009.heavenly.price:before1010{1011background:url(img/heavenlyMoney.png);1012}1013.lump.price:before1014{1015background:url(img/sugarLump.png);1016}1017.price.plain1018{1019color:#fff;1020display:inline-block;1021}1022.price.plain:before1023{1024top:0px;1025}10261027#cookieAnchor1028{1029position:absolute;1030left:50%;1031top:40%;1032}1033#bigCookie1034{1035width:256px;1036height:256px;1037position:absolute;1038left:-128px;1039top:-128px;1040/*background:url(img/perfectCookie.png);1041background-size:256px 256px;*/1042background:url(img/empty.png);/* somehow necessary; an empty div with no background seems to be click-through */1043cursor:pointer;1044z-index:10000;1045border-radius:128px;1046}1047.elderWrath #bigCookie1048{1049background:url(img/imperfectCookie.png);1050background-size:256px 256px;1051}1052#cookieNumbers{position:absolute;top:-80px;}1053.cookieNumber1054{1055position:absolute;1056pointer-events:none;1057left:-100px;1058top:0px;1059width:200px;1060z-index:100;1061text-align:center;1062text-shadow:none;1063}1064#cookieCursors{position:absolute;z-index:5;}1065.cursor1066{1067width:32px;1068height:32px;1069position:absolute;1070background:url(img/cursor.png);1071}1072.cookieParticle1073{1074width:64px;1075height:64px;1076margin-left:-32px;1077margin-top:-32px;1078position:absolute;1079background:url(img/smallCookies.png);1080opacity:0;1081}1082#particles {position:absolute;left:0px;top:0px;z-index:100000000000;}1083.particle1084{1085position:absolute;1086pointer-events:none;1087left:-200px;1088bottom:0px;1089width:400px;1090z-index:100000000;1091text-align:center;1092text-shadow:1px 1px 1px #000,0px 0px 6px #000;1093font-size:24px;1094}1095.particle.title1096{1097background:rgba(0,0,0,0.5);1098box-shadow:0px 0px 8px 8px rgba(0,0,0,0.5);1099border-radius:16px;1100display:none;1101}11021103#milk1104{1105width:100%;1106height:0%;1107position:absolute;1108left:0px;1109bottom:0px;1110z-index:100;1111opacity:0.9;1112}1113.milkLayer1114{1115width:100%;1116height:100%;1117position:absolute;1118left:0px;1119top:0px;1120background-repeat:repeat-x;1121}1122#cookies1123{1124position:absolute;1125left:0px;1126top:10%;1127width:100%;1128text-align:center;1129z-index:200;1130background:#000;1131background:rgba(0,0,0,0.4);1132padding:2px 0px;1133pointer-events:none;1134}1135.monospace1136{1137font-family:Courier,monospace;1138font-weight:bold;1139}1140#bakeryNameAnchor1141{1142position:absolute;1143left:0px;1144top:10%;1145width:100%;1146z-index:200;1147}1148#bakeryName1149{1150position:absolute;1151left:0px;1152bottom:8px;1153left:12.5%;1154width:75%;1155text-align:center;1156font-size:20px;1157background:#000;1158background:rgba(0,0,0,0.4);1159border-radius:12px;1160padding:4px 0px;1161cursor:pointer;1162}1163#bakeryName:hover1164{1165text-shadow:0px 0px 8px #fff;1166}11671168#specialPopup1169{1170position:absolute;1171left:50%;1172margin-left:-185px;1173bottom:32px;1174width:350px;1175min-height:8px;1176z-index:20000;1177transition:bottom 0.2s ease-out,opacity 0.1s ease-out;1178text-align:center;1179}1180#specialPopup.onScreen1181{1182bottom:32px;1183opacity:1;1184}1185#specialPopup.offScreen1186{1187bottom:-32px;1188pointer-events:none;1189opacity:0;1190}11911192.separatorLeft, .separatorRight1193{1194width:16px;1195height:100%;1196background:url(img/panelVertical.png?v=2) repeat-y;1197background:url(img/panelGradientTop.png) no-repeat top left,url(img/panelGradientBottom.png) no-repeat bottom left,url(img/panelVertical.png?v=2) repeat-y;1198position:absolute;1199top:0px;1200bottom:0px;1201z-index:100;1202}1203.separatorLeft1204{1205left:30%;1206}1207.separatorRight1208{1209right:317px;1210}1211.separatorBottom1212{1213width:100%;1214height:16px;1215background:url(img/panelHorizontal.png?v=2) repeat-x;1216background:url(img/panelGradientLeft.png) no-repeat top left,url(img/panelGradientRight.png) no-repeat top right,url(img/panelHorizontal.png?v=2) repeat-x;1217position:absolute;1218left:0px;1219bottom:0px;1220}12211222.button1223{1224background:url(img/panelMenu3.png);1225background-position:0px 0px;1226position:absolute;1227z-index:100;1228width:100px;1229height:48px;1230text-align:center;1231font-size:18px;1232cursor:pointer;12331234box-sizing:border-box;1235padding-top:16px;12361237color:#999;1238text-shadow:0px 1px 0px #444,0px 0px 4px #000;1239}1240.button:hover,.button.selected1241{1242z-index:1000;1243color:#fff;1244text-shadow:0px 1px 0px #999,0px 0px 4px #000;1245}1246#prefsButton{top:0px;left:0px; padding-top:16px; padding-right:2px; background-position:0px 0px;}1247#statsButton{bottom:16px;left:0px; padding-top:14px; padding-right:2px; background-position:0px -48px;}1248#logButton{top:0px;right:0px; padding-top:16px; padding-left:2px; background-position:-100px 0px;}1249#legacyButton{bottom:16px;right:0px;padding-top:14px; padding-left:2px; background-position:-100px -48px;}1250#prefsButton:hover,#prefsButton.selected{ background-position:0px -96px;}1251#statsButton:hover,#statsButton.selected{ background-position:0px -144px;}1252#logButton:hover,#logButton.selected{ background-position:-100px -96px;}1253#legacyButton:hover,#legacyButton.selected{ background-position:-100px -144px;}12541255#logButton.hasUpdate1256{1257color:#ffc;1258}1259#logButton.hasUpdate:before1260{1261content:'';1262display:block;1263position:absolute;1264left:-60px;1265top:0px;1266width:60px;1267height:56px;1268background:url(img/pointyLad.png);1269animation:pointLadBump 0.5s infinite ease-in-out;1270}1271@keyframes pointLadBump{12720% {transform:translate(0px,0px);}127320% {transform:translate(-15px,0px);}127450% {transform:translate(-20px,0px);}127580% {transform:translate(-15px,0px);}1276100% {transform:translate(0px,0px);}1277}1278#checkForUpdate1279{1280display:none;1281font-size:10px;1282margin-top:-8px;1283animation:checkForUpdateFlash 0.5s infinite ease-in-out;1284}1285@keyframes checkForUpdateFlash{12860% {color:#999;}128750% {color:#ffc;}1288100% {color:#999;}1289}1290#logButton.hasUpdate #checkForUpdate {display:block;}129112921293.roundedPanel1294{1295background:url(img/roundedPanelBGS.png) repeat-x 0px 0px;1296position:relative;1297padding:9px 0px;1298height:20px;1299}1300.roundedPanel:before,.roundedPanel:after1301{1302content:'';1303display:block;height:36px;1304position:absolute;top:0px;1305}1306.roundedPanel:before1307{1308background:url(img/bracketPanelLeftS.png) no-repeat;left:-16px;width:16px;1309}1310.roundedPanel:after1311{1312background:url(img/bracketPanelRightS.png) no-repeat;right:-18px;width:18px;1313}1314/*.roundedPanel1315{1316background:url(img/roundedPanelBG.png) repeat-x 0px 0px;1317position:relative;1318}1319.roundedPanel:before,.roundedPanel:after1320{1321content:'';1322display:block;width:17px;height:32px;1323position:absolute;top:0px;1324}1325.roundedPanel:before1326{1327background:url(img/roundedPanelLeft.png) no-repeat;left:-17px;1328}1329.roundedPanel:after1330{1331background:url(img/roundedPanelRight.png) no-repeat;right:-17px;1332}*/1333#ascendNumber1334{1335display:none;1336position:absolute;1337right:115px;1338top:22px;1339font-size:14px;1340font-weight:bold;1341font-family:Georgia;1342color:#fff;1343text-shadow:0px -1px 1px #09f,0px 1px 1px #f04;1344}1345#legacyButton:hover>#ascendNumber1346{text-shadow:0px -1px 1px #09f,0px 1px 1px #f04,0px -1px 1px #09f,0px 1px 1px #f04,0px 0px 4px #fff;}13471348#ascendTooltip1349{1350display:none;1351position:absolute;1352right:0px;1353top:52px;1354font-family:Tahoma,Arial,sans serif;1355font-size:11px;1356width:220px;1357padding:8px;1358pointer-events:none;1359}1360#legacyButton:hover>#ascendTooltip1361{display:block;}13621363#lumps1364{1365display:none;1366position:absolute;1367width:32px;1368height:32px;1369position:absolute;1370z-index:10000;1371left:-8px;1372bottom:-12px;1373z-index:10000;1374cursor:pointer;1375filter:drop-shadow(0px 3px 2px #000);1376-webkit-filter:drop-shadow(0px 3px 2px #000);1377}1378#lumps:hover #lumpsIcon,#lumps:hover #lumpsIcon21379{top:-10px;}1380#lumpsIcon,#lumpsIcon21381{1382width:48px;1383height:48px;1384position:absolute;1385left:-8px;1386top:-8px;1387pointer-events:none;1388}1389#lumpsAmount1390{1391font-size:12px;1392color:#6cf;1393position:absolute;1394left:36px;1395top:6px;1396pointer-events:none;1397}1398.lumpsOn #lumps{display:block;}139914001401.lumpRefill1402{1403cursor:pointer;1404width:48px;1405height:48px;1406position:absolute;1407left:0px;1408top:0px;1409transform:scale(0.5);1410z-index:1000;1411transition:transform 0.05s;1412}1413.lumpRefill:hover{transform:scale(1);}1414.lumpRefill:active{transform:scale(0.4);}141514161417.meterContainer1418{1419background:rgba(0,0,0,0.5);1420position:relative;1421border-radius:2px;1422height:8px;1423}1424.meter1425{1426background:url(img/prestigeBar.jpg) 0px 0px;1427position:absolute;1428left:0px;1429/*right:100%;*/1430right:0px;1431top:0px;1432height:100%;1433/*max-width:100%;*/1434transform:translate(0px,0px);1435}1436.meter:after1437{1438height:8px;1439width:8px;1440position:absolute;1441right:-8px;1442top:0px;1443content:'';1444display:block;1445background:url(img/prestigeBarCap.png);1446}1447#ascendMeterContainer1448{1449width:100px;1450right:0px;1451bottom:4px;1452position:absolute;1453overflow:hidden;1454}1455#ascendMeter1456{1457/*right:100px;*/1458}14591460.meter.filling1461{1462-webkit-animation:fluidMotion 10s infinite linear;1463-moz-animation:fluidMotion 10s infinite linear;1464animation:fluidMotion 10s infinite linear;1465/*-webkit-transition:right 0.5s linear;1466-moz-transition:right 0.5s linear;1467-ms-transition:right 0.5s linear;1468-o-transition:right 0.5s linear;1469transition:right 0.5s linear;*/1470}1471@-webkit-keyframes fluidMotion{1472from {background-position:0px -24px;}1473to {background-position:-128px -24px;}1474}1475@-moz-keyframes fluidMotion{1476from {background-position:0px -24px;}1477to {background-position:-128px -24px;}1478}1479@keyframes fluidMotion{1480from {background-position:0px -24px;}1481to {background-position:-128px -24px;}1482}14831484#game.onMenu #menu{display:block;}1485#game.onMenu .row{visibility:hidden;display:none;}1486#menu1487{1488display:none;1489z-index:1;1490position:absolute;1491left:0px;1492right:0px;1493top:0px;1494bottom:0px;1495/*box-shadow:0px 0px 24px #000 inset;1496background:#000 url(img/darkNoise.jpg);*/1497}14981499#comments1500{1501padding:16px;1502text-align:center;1503position:relative;1504padding-bottom:32px;1505font-size:16px;1506height:64px;1507background:url(img/shadedBorders.png);1508background-size:100% 96px;1509/*overflow:hidden;*/1510}1511.commentsText1512{1513padding:16px 0px;1514position:absolute;1515top:0px;1516left:108px;1517right:108px;1518opacity:1;1519text-align:center;1520}1521.commentsText q1522{1523font-style:italic;1524}1525.commentsText sig1526{1527font-size:70%;1528display:block;1529text-align:center;1530opacity:0.7;1531}1532.commentsText sig:before1533{1534content:"-";1535padding-left:64px;1536}1537.fortune1538{1539color:#ade000;1540cursor:pointer;1541}1542.fortune:hover1543{1544color:#d2ff00;1545text-shadow:0px 0px 4px #ade000;1546}15471548#commentsText1549{1550z-index:20;1551}1552#commentsTextBelow1553{1554z-index:10;1555}15561557/* let me tell you about vendor prefixes */1558.risingAway{1559-webkit-animation:riseAway 1s 1 forwards;1560-moz-animation:riseAway 1s 1 forwards;1561animation:riseAway 1s 1 forwards;1562}1563.risingUp{1564-webkit-animation:riseUp 1s 1 forwards;1565-moz-animation:riseUp 1s 1 forwards;1566animation:riseUp 1s 1 forwards;1567}1568.risingUpLinger{1569-webkit-animation:riseUpLinger 4s 1 forwards ease-out;1570-moz-animation:riseUpLinger 4s 1 forwards ease-out;1571animation:riseUpLinger 4s 1 forwards ease-out;1572}1573@-webkit-keyframes riseAway{1574from {top:0px;opacity:1;}1575to {top:-20px;opacity:0;}1576}1577@-webkit-keyframes riseUp{1578from {top:20px;opacity:0;}1579to {top:0px;opacity:1;}1580}1581@-webkit-keyframes riseUpLinger{15820% {transform:translate(0px,0px);opacity:0;}15831% {transform:translate(0px,0px);opacity:1;}158420% {transform:translate(0px,-32px);opacity:1;}1585100% {transform:translate(0px,-32px);opacity:0;}1586}1587@-moz-keyframes riseAway{1588from {top:0px;opacity:1;}1589to {top:-20px;opacity:0;}1590}1591@-moz-keyframes riseUp{1592from {top:20px;opacity:0;}1593to {top:0px;opacity:1;}1594}1595@-moz-keyframes riseUpLinger{15960% {transform:translate(0px,0px);opacity:0;}15971% {transform:translate(0px,0px);opacity:1;}159820% {transform:translate(0px,-32px);opacity:1;}1599100% {transform:translate(0px,-32px);opacity:0;}1600}1601@keyframes riseAway{1602from {top:0px;opacity:1;}1603to {top:-20px;opacity:0;}1604}1605@keyframes riseUp{1606from {top:20px;opacity:0;}1607to {top:0px;opacity:1;}1608}1609@keyframes riseUpLinger{16100% {transform:translate(0px,0px);opacity:0;}16112% {transform:translate(0px,0px);opacity:1;}161220% {transform:translate(0px,-32px);opacity:1;}161375% {transform:translate(0px,-32px);opacity:1;}1614100% {transform:translate(0px,-32px);opacity:0;}1615}161616171618@keyframes wobble1619{16200% {transform:scale(0.5,0.5);}162120% {transform:scale(1.3,0.7);}162230% {transform:scale(0.7,1.3);}162350% {transform:scale(1.2,0.8);}162470% {transform:scale(0.9,1.1);}162590% {transform:scale(1.1,0.9);}1626100% {transform:scale(1,1);}1627}16281629@keyframes bounce1630{1631/* weeeeee */16320% {transform-origin:50% 100%;transform:scale(1,1);}163310% {transform-origin:50% 100%;transform:scale(0.9,1.2);}163420% {transform-origin:50% 100%;transform:scale(1.5,0.5);}163525% {transform-origin:50% 100%;transform:scale(0.75,1.5) translate(0px,-10px);}163630% {transform-origin:50% 100%;transform:scale(0.8,1.2) translate(0px,-20px);}163760% {transform-origin:50% 100%;transform:scale(1,1) translate(0px,-25px);}163870% {transform-origin:50% 100%;transform:scale(2,0.5);}163980% {transform-origin:50% 100%;transform:scale(0.8,1.2);}164090% {transform-origin:50% 100%;transform:scale(1,1);}1641100% {transform-origin:50% 100%;transform:scale(1,1);}1642}164316441645.comeLeft{animation:comeLeft 0.2s ease-out;}1646@keyframes comeLeft1647{16480% {transform:translate(-16px,0px);opacity:0;}1649100% {transform:translate(0px,0px);opacity:1;}1650}16511652.pucker{animation:pucker 0.2s ease-out;}1653@keyframes pucker1654{16550% {transform:scale(1,1);}165610% {transform:scale(1.15,0.85);}165720% {transform:scale(1.2,0.8);}165850% {transform:scale(0.75,1.25);}165970% {transform:scale(1.05,0.95);}166090% {transform:scale(0.95,1.05);}1661100% {transform:scale(1,1);}1662}1663.puckerHalf{animation:puckerHalf 0.2s ease-out;}1664@keyframes puckerHalf1665{16660% {transform:scale(0.5,0.5);}166710% {transform:scale(0.575,0.425);}166820% {transform:scale(0.6,0.4);}166950% {transform:scale(0.375,0.625);}167070% {transform:scale(0.525,0.475);}167190% {transform:scale(0.475,0.525);}1672100% {transform:scale(0.5,0.5);}1673}16741675.flashRed{animation:flashRed 0.2s ease-out;}1676@keyframes flashRed1677{16780% {background:#f00;}1679100% {}1680}1681.punchDown{animation:punchDown 0.3s ease-out;}1682@keyframes punchDown1683{16840% {transform:translate(0px,0px);}168520% {transform:translate(0px,4px);}1686100% {transform:translate(0px,0px);}1687}1688.punchUp{animation:punchUp 0.3s ease-out;}1689@keyframes punchUp1690{16910% {transform:translate(0px,0px);}169220% {transform:translate(0px,-4px);}1693100% {transform:translate(0px,0px);}1694}16951696#buildingsMaster1697{1698min-height:24px;1699background:#999;1700background:url(img/darkNoise.jpg);1701box-shadow:0px 0px 4px #000 inset;1702position:relative;1703text-align:center;1704color:#fff;1705font-size:12px;1706font-weight:bold;1707font-variant:small-caps;1708text-shadow:0px 1px 0px #000;1709margin-bottom:8px;1710display:none;1711}1712.extraButtons #buildingsMaster{display:block;}1713#game.onMenu #buildingsMaster{display:none;}17141715.row1716{1717position:relative;1718padding-bottom:16px;1719display:none;1720/*overflow:hidden;*/1721}1722.row.enabled{display:block;}1723.row .rowCanvas1724{1725width:100%;1726height:128px;1727/*overflow-x:scroll;1728overflow-y:hidden;*/1729background:#000;1730display:block;1731}1732.row .rowSpecial1733{1734min-height:24px;1735z-index:100;1736width:100%;1737top:0px;1738left:0px;1739background:#000 url(img/mapBG.jpg) fixed;1740display:none;1741}1742.row.onMinigame .rowCanvas{display:none;}1743.row.onMinigame .rowSpecial{display:block;}1744/*.row.muted .rowCanvas,.row.muted .rowSpecial{display:none;}*/1745/*.row.muted .separatorBottom{background:rgba(0,0,0,0.75);box-shadow:1px 1px 0px rgba(255,255,255,0.1) inset,-1px -1px 0px rgba(0,0,0,0.5) inset;}*/1746.row.muted{display:none;}17471748.row .info, #sectionLeft .info1749{1750display:none;1751/*visibility:hidden;*/1752-webkit-transition: opacity 0.1s ease-out;1753-moz-transition: opacity 0.1s ease-out;1754-ms-transition: opacity 0.1s ease-out;1755-o-transition: opacity 0.1s ease-out;1756transition: opacity 0.1s ease-out;1757opacity:0;1758}1759.row .info, #sectionLeft .info1760{1761position:absolute;1762top:0px;1763left:0px;1764height:112px;1765padding:8px;1766font-size:12px;1767line-height:125%;1768background:url(img/infoBG.png);1769color:#666;1770z-index:100000;1771}1772.row .info:after1773{1774width:16px;1775height:128px;1776position:absolute;1777right:-16px;1778top:0px;1779background:url(img/infoBGfade.png) repeat-y;1780display:block;1781content:'';1782}1783#sectionLeft .info1784{1785border-radius:16px;1786padding:24px 8px 8px 24px;1787left:-16px;1788top:-16px;1789height:auto;1790}1791.row:hover .info, #sectionLeft:hover .info1792{1793opacity:1;1794}1795.row .object1796{1797position:absolute;1798width:64px;1799height:64px;1800}1801#sectionLeftInfo1802{1803position:absolute;1804left:0px;1805top:0px;1806width:100%;1807}18081809.zoneTitle1810{1811text-align:center;1812padding:8px;1813width:100%;1814}1815#store1816{1817position:relative;1818}1819#store:after1820{1821display:block;1822height:64px;1823background:url(img/blackGradientSmallTop.png) repeat-x top;1824content:'';1825pointer-events:none;1826position:absolute;1827left:0px;1828right:0px;1829bottom:-64px;1830}1831#storeTitle1832{1833width:284px;1834background:url(img/blackGradientSmallTop.png) repeat-x top;1835}1836#buildingsTitle1837{1838display:none;1839}1840.storeSection1841{1842height:60px;1843width:300px;1844position:relative;1845overflow-y:hidden;1846background:url(img/panelHorizontal.png?v=2) repeat-x top;1847background:url(img/panelGradientLeft.png) no-repeat top left,url(img/panelGradientRight.png) no-repeat top right,url(img/panelHorizontal.png?v=2) repeat-x;1848padding-top:16px;1849}1850.storeSection:hover1851{1852height:auto;1853min-height:60px;1854}1855.storeSection:hover:before1856{1857display:block;1858}1859.storeSection:before,.storeSectionAddon1860{1861z-index:1000;1862text-shadow:0px 1px 1px #360e00,0px -1px 1px #360e00,1px 0px 1px #360e00,-1px 0px 1px #360e00;1863font-weight:bold;1864color:#f6dab8;1865opacity:1;1866font-variant:small-caps;1867}1868.storeSection:before1869{1870display:none;1871position:absolute;1872content:'';1873left:2px;1874top:0px;1875pointer-events:none;1876}1877.storeSectionAddon1878{1879position:relative;1880line-height:0%;1881text-align:right;1882top:6px;1883right:4px;1884}18851886.trophy1887{1888width:48px;height:48px;margin:2px;float:left;1889cursor:pointer;1890filter:drop-shadow(0px 3px 2px #000);1891-webkit-filter:drop-shadow(0px 3px 2px #000);1892position:relative;1893}1894.trophy:hover1895{1896top:-1px;1897/*filter:brightness(125%) drop-shadow(0px 3px 2px #000);1898-webkit-filter:brightness(125%) drop-shadow(0px 3px 2px #000);*/1899}19001901.tag1902{1903display:inline-block;1904font-family:Arial;1905font-size:10px;1906}19071908#toggleBox1909{1910position:absolute;1911right:318px;1912top:56px;1913width:300px;1914min-height:60px;1915display:none;1916z-index:50000000;1917text-align:center;1918}19191920#upgrades:before{content:'Upgrades';}1921#toggleUpgrades:before{content:'Switches';}1922#techUpgrades:before{content:'Research';}1923/*#vaultUpgrades{height:0px;}*/1924/*#vaultUpgrades:hover{height:auto;min-height:60px;}*/1925#vaultUpgrades .crate{opacity:0.5;}1926#vaultUpgrades .crate{transform:scale(0.5);margin:-9px;}1927#vaultUpgrades{height:30px;}1928#vaultUpgrades:hover{height:auto;min-height:30px;}1929#vaultUpgrades:before{content:'Vault';}1930#products:before{content:'Buildings';}1931#upgrades1932{1933}1934#upgrades.hasMenu1935{1936min-height:82px;1937}1938#products1939{1940height:auto;1941min-height:60px;1942}1943.crate1944{1945width:48px;1946height:48px;1947margin:6px;1948display:inline-block;1949cursor:pointer;1950/*opacity:0.6;*/1951position:relative;1952/*background:#000;*/1953background:rgba(0,0,0,0.25);1954float:left;1955}1956.crate:before1957{1958content:'';1959position:absolute;1960left:-6px;1961top:-6px;1962width:60px;1963height:60px;1964display:block;1965background:url(img/upgradeFrame.png?v=2);1966background-position:0px 0px;1967z-index:10;1968}19691970.crate.noFrame {background-color:transparent!important;margin:2px;}1971.crate.noFrame:before {background:transparent;}1972.crate.noFrame {opacity:0.3;}1973.crate.noFrame.enabled ,.crate.noFrame:hover {opacity:1;}197419751976.crate:before{background-position:120px 0px;}1977.crate.enabled:before{background-position:0px 0px;}1978.crate.enabled:hover:before,.crate.highlighted:before{background-position:60px 0px;}1979/*.crate.enabled:hover:after,.crate.highlighted:after1980{1981content:'';1982position:absolute;1983left:-24px;1984top:-24px;1985width:96px;1986height:96px;1987display:block;1988//background:url(img/upgradeHighlight.png);1989background:url(img/upgradeHighlight.jpg);1990mix-blend-mode:screen;1991z-index:100;1992pointer-events:none;1993}*/1994.crate.shadow:before{background-position:120px 60px;}1995.crate.shadow.enabled:before{background-position:0px 60px;}1996.crate.shadow.enabled:hover:before{background-position:60px 60px;}19971998.selectorCorner1999{2000position:absolute;2001left:-6px;2002bottom:-6px;2003width:12px;2004height:12px;2005display:block;2006background:url(img/upgradeSelector.png);2007z-index:20;2008}20092010.crate:hover:before2011{2012z-index:20;2013}20142015.pieTimer2016{2017position:absolute;2018left:0px;2019top:0px;2020width:48px;2021height:48px;2022background:url(img/pieFill.png);2023/*background-size:864px 384px;*/2024/*background-size:864px 384px;*/2025z-index:1000;2026opacity:0.5;2027}20282029.crate.heavenly{opacity:0.8;}2030.crate.heavenly:before2031{2032left:-20px;2033top:-20px;2034width:88px;2035height:88px;2036background-image:url(img/ascendSlot.png);2037background-position:88px 0px;2038}2039/*.crate.heavenly:after2040{2041content:'';2042position:absolute;2043left:-6px;2044top:-6px;2045width:60px;2046height:60px;2047display:block;2048background:#f00;2049border-radius:30px;2050z-index:-10;2051}*/2052#menu .crate.heavenly {margin:12px;}2053/*#menu .crate.heavenly:nth-child(even) {margin-top:16px;margin-bottom:8px;}2054#menu .crate.heavenly:nth-child(3n) {margin-right:16px;margin-left:8px;}*/2055.crate.heavenly,.crate.heavenly:hover{background-color:transparent;}2056.icon2057{2058width:48px;2059height:48px;2060display:inline-block;2061margin:0px 4px;2062}2063.icon,.crate,.usesIcon2064{2065/*background-image:url(img/icons.png?v=20);*/2066}2067.icon,.crate,.shadowFilter2068{2069filter:drop-shadow(0px 3px 2px #000);2070-webkit-filter:drop-shadow(0px 3px 2px #000);2071}20722073/*filter the whole list rather than filtering each individual crate*/2074.crateBox .crate,.upgradeBox .crate2075{2076filter:none;2077-webkit-filter:none;2078}2079.crateBox,.upgradeBox2080{2081filter:drop-shadow(0px 3px 2px #000);2082-webkit-filter:drop-shadow(0px 3px 2px #000);2083}2084.listing.crateBox2085{2086overflow-y:hidden;2087padding-bottom:12px;2088margin-bottom:-12px;2089}20902091.achievement2092{2093/*opacity:0.4;*/2094}2095.crate.enabled2096{2097opacity:1;2098}2099.crate.heavenly.enabled:before2100{2101/*background-position:0px -60px;*/2102background-position:0px 0px;2103}2104.crate.heavenly:hover:before2105{2106background-position:-88px 0px;2107}2108.crate:hover,.crate.highlighted2109{2110/*background-color:#200e0a;*/2111opacity:1;2112top:-1px;21132114/* for some reason having a filter update on hover makes the cursor confused about which icon it's hovering */2115/*filter:brightness(115%);2116-webkit-filter:brightness(115%);*/2117}2118.crate.heavenly2119{2120transition:left 0.2s ease-out,top 0.2s ease-out;2121z-index:10;2122}2123.crate.ghosted2124{2125background:transparent;2126opacity:0.2;2127}2128.parentLink2129{2130/*background:url(img/linkPulse.png);*/2131background:url(img/linkPulse.gif);2132width:0px;2133height:8px;2134position:absolute;2135-ms-transform-origin:0% 50%;2136-webkit-transform-origin:0% 50%;2137transform-origin:0% 50%;2138opacity:0.5;2139z-index:-10;2140/*2141-webkit-animation:parentLinkPulse 1s infinite linear;2142-moz-animation:parentLinkPulse 1s infinite linear;2143animation:parentLinkPulse 1s infinite linear;2144*/2145}2146@-webkit-keyframes parentLinkPulse{2147from {background-position:0px 0px;}2148to {background-position:32px 0px;}2149}2150@-moz-keyframes parentLinkPulse{2151from {background-position:0px 0px;}2152to {background-position:32px 0px;}2153}2154@keyframes parentLinkPulse{2155from {background-position:0px 0px;}2156to {background-position:32px 0px;}2157}21582159.product2160{2161width:300px;2162height:64px;2163cursor:pointer;2164opacity:0.6;2165background:url(img/storeTile.jpg);2166position:relative;2167-webkit-transition: opacity 0.25s ease-out, margin-bottom 0.1s ease-out;2168-moz-transition: opacity 0.25s ease-out, margin-bottom 0.1s ease-out;2169-ms-transition: opacity 0.25s ease-out, margin-bottom 0.1s ease-out;2170-o-transition: opacity 0.25s ease-out, margin-bottom 0.1s ease-out;2171transition: opacity 0.25s ease-out, margin-bottom 0.1s ease-out;2172}2173.product:after2174{2175content:'';2176display:block;2177position:absolute;2178left:0px;top:0px;right:0px;bottom:0px;2179z-index:100;2180}2181.product:nth-child(4n-3) {background-position:0px 64px;}2182.product:nth-child(4n-2) {background-position:0px 128px;}2183.product:nth-child(4n-1) {background-position:0px 192px;}2184.product:hover2185{2186box-shadow:0px 0px 16px #fff inset,0px 0px 1px #000;2187z-index:20;2188filter:brightness(115%);2189-webkit-filter:brightness(115%);2190}2191.product.enabled:active2192{2193box-shadow:0px 0px 16px #000 inset;2194}2195.product.unlocked.enabled2196{2197opacity:1;2198}2199.product.toggledOff2200{2201opacity:0;2202}2203.product .icon2204{2205width:64px;2206height:64px;2207position:absolute;2208left:0px;2209top:0px;2210background:url(img/buildings.png?v=4);2211background-repeat:no-repeat;2212margin:0px;2213}2214.product .content2215{2216display:inline-block;2217position:absolute;2218left:64px;2219top:6px;2220right:0px;2221bottom:6px;2222padding:4px;2223text-shadow:0px 0px 6px #000,0px 1px 1px #000;2224}2225.tinyProductIcon2226{2227width:64px;2228height:64px;2229left:0px;2230top:0px;2231background:url(img/buildings.png?v=4);2232background-repeat:no-repeat;2233margin:-16px;2234transform:scale(0.5);2235display:inline-block;2236border-radius:32px;2237}2238#buildingsMaster .tinyProductIcon2239{2240cursor:pointer;2241opacity:0.8;2242}2243#buildingsMaster .tinyProductIcon:hover2244{2245opacity:1;2246}224722482249.product .content .owned2250{2251position:absolute;2252right:8px;2253bottom:5px;2254font-size:40px;2255opacity:0.2;2256color:#000;2257text-shadow:0px 0px 8px #fff;2258letter-spacing:-2.5px;2259}2260.product .icon2261{2262opacity:0;2263}2264.product.unlocked .icon2265{2266opacity:1;2267}2268.product .icon.off2269{2270z-index:100;2271opacity:1;2272background:url(img/buildings.png?v=4);2273background-repeat:no-repeat;2274-webkit-transition: opacity 2s ease-out;2275-moz-transition: opacity 2s ease-out;2276-ms-transition: opacity 2s ease-out;2277-o-transition: opacity 2s ease-out;2278transition: opacity 2s ease-out;2279}2280.product.unlocked .icon.off2281{2282opacity:0;2283}2284.product.locked .title {display:none;}2285.product .lockedTitle {display:none;}2286.product.locked .lockedTitle {display:block;}22872288.selling .product2289{2290box-shadow:0px 0px 16px #c00 inset;2291}2292.selling .product:hover2293{2294box-shadow:0px 0px 16px #f66 inset,0px 0px 1px #000;2295}2296.selling .product.enabled:active2297{2298box-shadow:0px 0px 16px #f99 inset;2299}23002301.productButtons2302{2303position:absolute;2304right:-1px;2305bottom:0px;2306overflow:hidden;2307z-index:10;2308}2309.productButton2310{2311background:rgba(0,0,0,0.25);2312box-shadow:-1px -1px 0px rgba(255,255,255,0.25),0px 0px 1px 1px rgba(0,0,0,0.5) inset;2313border-top-left-radius:4px;2314border-top-right-radius:4px;2315padding:4px 8px;2316font-size:11px;2317font-weight:bold;2318color:#ccc;2319text-shadow:1px 1px 0px #000,-1px 1px 0px #000,1px -1px 0px #000,-1px -1px 0px #000;2320cursor:pointer;2321float:right;2322position:relative;2323margin-left:2px;2324margin-top:2px;2325min-height:11px;2326}2327.productLevel2328{2329border-top-right-radius:0px;2330}2331.productButton:hover2332{2333background:rgba(0,0,0,0.5);2334color:#fff;2335}2336.productLevel2337{2338width:65px;2339}2340.productLevel:after2341{2342content:'';2343display:block;2344position:absolute;2345right:8px;2346bottom:0px;2347background:url(img/levelUp.png);2348width:33px;2349height:19px;2350opacity:0.75;2351}2352.productLevel:hover:after2353{2354opacity:1;2355}2356.productButton.on{background:rgba(255,255,255,0.75);}2357.productMute{display:none;}2358.extraButtons .productMute{display:inline-block;}235923602361.lumpsOnly{display:none;}2362.lumpsOn .lumpsOnly{display:block;}23632364.storePre2365{2366background:#999;2367background:url(img/darkNoise.jpg);2368box-shadow:0px 0px 4px #000 inset;2369width:300px;2370padding:4px 0px;2371position:relative;2372text-align:center;2373font-variant:small-caps;2374color:#fff;2375font-weight:bold;2376font-size:14px;2377text-shadow:0px 1px 0px #000;2378}2379.storePreButton2380{2381opacity:0.5;2382cursor:pointer;2383}2384.storePreButton:hover,.storePreButton.selected2385{2386text-shadow:0px 1px 0px #000,0px 0px 1px #fff,0px 0px 4px #fff;2387opacity:1;2388}2389#storeBulk2390{2391width:240px;2392padding:0px;2393padding-left:60px;2394height:32px;2395overflow:hidden;2396}2397.storeBulkMode,.storeBulkAmount2398{2399float:left;2400}2401.storeBulkMode:hover,.storeBulkAmount:hover,.storeBulkMode.selected,.storeBulkAmount.selected2402{2403}2404.storeBulkMode2405{width:60px;padding:1px 0px;}2406#storeBulkBuy2407{position:absolute;left:0px;top:0px;}2408#storeBulkSell2409{position:absolute;left:0px;bottom:1px;}2410.storeBulkAmount2411{width:60px;padding:9px 0px;}24122413#buffs2414{2415position:absolute;2416top:0px;2417right:0px;2418z-index:100000;2419transform-origin:100% 0%;2420transform:scale(0.75);2421}2422.buff2423{2424margin:12px;2425}24262427#shimmers2428{2429position:absolute;2430left:0px;2431top:0px;2432z-index:10000000000;2433filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.75));2434-webkit-filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.75));2435}2436.shimmer2437{2438cursor:pointer;2439position:absolute;2440z-index:10000000000;2441display:none;2442}2443.shimmer:hover2444{2445filter:brightness(125%) drop-shadow(0px 0px 3px rgba(255,255,255,1));2446-webkit-filter:brightness(125%) drop-shadow(0px 0px 3px rgba(255,255,255,1));2447}24482449.goldenCookie,.seasonPopup2450{2451cursor:pointer;2452position:absolute;2453z-index:10000000000;2454display:none;2455filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.75));2456-webkit-filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.75));2457}24582459.goldenCookie2460{2461width:96px;2462height:96px;2463background:url(img/goldCookie.png);2464}24652466.seasonPopup2467{2468width:256px;2469height:256px;2470background:url(img/goldCookie.png) center center no-repeat;2471}2472.goldenCookie:hover,.seasonPopup:hover2473{2474filter:brightness(125%) drop-shadow(0px 3px 4px rgba(0,0,0,0.5));2475-webkit-filter:brightness(125%) drop-shadow(0px 3px 4px rgba(0,0,0,0.5));2476}24772478.sparkles2479{2480width:128px;2481height:128px;2482background:url(img/sparkles.jpg);2483position:absolute;2484z-index:10000000000;2485display:none;2486left:0px;2487top:0px;2488mix-blend-mode:screen;2489pointer-events:none;2490}24912492#darken2493{2494position:absolute;2495left:0px;2496top:0px;2497right:0px;2498bottom:0px;2499background:rgba(0,0,0,0.5);2500z-index:100000000;2501display:none;2502}25032504#promptAnchor2505{2506position:absolute;2507left:50%;2508top:125px;2509z-index:1000000000;2510display:none;2511width:0px;2512height:0px;2513}2514#prompt2515{2516position:relative;2517overflow:hidden;2518width:250px;2519padding:16px;2520margin-left:-18px;2521left:-125px;2522text-align:center;2523}2524#promptContent{margin-top:-8px;}2525#promptContent h3{margin-bottom:6px;}2526#prompt h3,.prompt h3,h4,.fancyText2527{2528text-align:center;2529font-weight:bold;2530font-size:14px;2531position:relative;2532font-variant:small-caps;2533display:inline-block;2534}2535#prompt h3,.prompt h3,.fancyText2536{2537color:#ece2b6;2538text-shadow:0px 1px 0px #733726,0px 2px 0px #875626,0px 2px 1px #000,0px 2px 3px #000;2539font-family:Georgia,serif;2540font-size:15px;2541}2542.large .fancyText{font-size:20px;}2543#prompt h3:before,#prompt h3:after,.prompt h3:before,.prompt h3:after2544{2545content:'';2546display:block;2547width:39px;2548height:23px;2549position:absolute;2550top:-4px;2551}2552#prompt h3:before,.prompt h3:before2553{2554background:url(img/featherLeft.png) no-repeat;2555left:-39px;2556}2557#prompt h3:after,.prompt h3:after2558{2559background:url(img/featherRight.png) no-repeat;2560right:-39px;2561}2562#prompt textarea,#prompt input2563{2564width:100%;2565margin:0px;2566position:relative;2567left:-3px;2568}25692570#prompt.widePrompt2571{2572width:500px;2573left:-250px;2574}25752576#prompt.legacyPrompt2577{2578width:400px;2579left:-200px;2580}25812582#notes2583{2584position:absolute;2585/*left:0px;2586bottom:128px;*/2587left:50%;2588margin-left:-125px;2589bottom:0px;2590z-index:100000000;2591}2592#notes .remaining {padding:3px;opacity:0.75;text-shadow:0px 0px 2px #000,0px 1px 0px #000;}2593.note2594{2595position:relative;2596overflow-y:hidden;2597width:250px;2598padding-right:16px;2599padding-bottom:8px;2600left:-18px;2601}2602.note .icon2603{2604float:left;2605margin-left:-4px;2606}2607.note h32608{2609font-weight:bold;2610font-size:14px;2611/*overflow-y:hidden;*/2612}2613.note h52614{2615opacity:0.6;2616font-size:12px;2617}2618.note.haspic h32619{2620margin-top:4px;2621}2622.note.hasdesc h32623{2624/*border-bottom:1px solid rgba(255,255,255,0.5);2625padding-bottom:2px;*/2626}2627.note.nodesc h32628{2629text-align:center;2630}26312632p2633{2634text-indent:6px;2635padding:2px 0px;2636}263726382639#sectionMiddle,#sectionRight,#cookies,#bakeryNameAnchor,#backgroundCanvas,.separatorRight,.separatorLeft2640{transition:opacity 1s;}2641.ascendIntro #sectionMiddle,.ascendIntro #sectionRight,.ascendIntro #cookies,.ascendIntro #bakeryNameAnchor,.ascendIntro #backgroundCanvas,.ascendIntro .separatorRight,.ascendIntro .separatorLeft,.reincarnating #sectionMiddle,.reincarnating #sectionRight,.reincarnating #cookies,.reincarnating #bakeryNameAnchor,.reincarnating #backgroundCanvas,.reincarnating .separatorRight,.reincarnating .separatorLeft2642{opacity:0;}2643#game.ascendIntro,#ascend2644{2645/*background:url(img/starbg.jpg);2646background-size:1024px 1024px;*/2647/*background:url(img/starbg.jpg),url(img/starbg.jpg);2648background-size:1024px 1024px,2048px 2048px;2649background-blend-mode:hard-light;*/2650}/*animation:drift 60s linear 0s infinite;}*/2651#game.ascendIntro,#game.reincarnating{background:#000;}26522653.ascending #sectionMiddle,.ascending #sectionRight,.ascending #sectionLeft,.ascending .separatorLeft,.ascending .separatorRight,.reincarnating #backgroundCanvas2654{display:none;opacity:0;}26552656#ascend2657{2658display:none;2659position:absolute;2660left:0px;2661top:0px;2662right:0px;2663bottom:0px;2664z-index:100000;2665cursor:move;2666/*transition:background-position 0.2s ease-out,background-size 0.1s ease-out;*/2667}2668#ascendBG2669{2670position:absolute;2671left:0px;2672top:0px;2673width:100%;2674height:100%;2675background:url(img/shadedBorders.png);2676background-size:100% 100%;2677}2678#ascendZoomable2679{2680position:absolute;2681left:0px;2682top:0px;2683margin-left:50%;2684margin-top:25%;/* this should be 50%. not sure why it needs to be 25% */2685}2686.ascending #ascend2687{display:block;}2688#ascendContent2689{2690position:absolute;2691left:0px;2692top:0px;2693/*transition:transform 0.1s ease-out;*/2694}2695#ascendHelp2696{2697position:absolute;2698bottom:40px;2699width:300px;2700left:50%;2701margin-left:-150px;2702font-size:16px;2703text-align:center;2704z-index:100;2705}2706#ascendHelp a2707{2708display:block;2709border-radius:40px;2710font-size:22px;2711opacity:0.5;2712cursor:pointer;2713text-decoration:none;2714background:#000;2715color:#fff;2716padding:8px 4px;2717width:150px;2718margin:5px auto;2719}2720#ascendHelp a:hover2721{2722background:#fff;2723color:#000;2724opacity:0.75;2725}2726#ascendOverlay2727{2728position:absolute;2729top:0px;2730left:50%;2731height:100%;2732z-index:100;2733text-align:center;2734filter:drop-shadow(0px 0px 4px #000);2735/*-webkit-filter:drop-shadow(0px 0px 4px #000);*/2736cursor:auto;2737}27382739#ascendHCs .price2740{font-weight:inherit;color:inherit;}27412742#ascendBox2743{2744background:url(img/ascendBox.png);2745width:344px;2746height:162px;2747position:absolute;2748left:-172px;2749top:0px;2750text-align:center;2751}2752.ascendData2753{2754width:60%;2755margin:2px auto;2756padding:6px;2757}27582759#ascendInfo2760{2761background:url(img/ascendInfo.png);2762width:308px;2763height:94px;2764position:absolute;2765left:-154px;2766bottom:0px;2767text-align:center;2768}27692770@keyframes drift2771{2772from {background-position:0px 0px;}2773to {background-position:2048px -1024px;}2774}2775277627772778.green,b.green{color:#3f0;}.green b{color:inherit;}2779.red,b.red{color:#f30;}.red b{color:inherit;}2780.gray,b.gray{color:#999;}.gray b{color:inherit;}27812782#versionNumber2783{2784position:absolute;2785left:0px;2786bottom:0px;2787opacity:0.5;2788margin:8px;2789font-size:22px;2790z-index:100000000;2791}27922793#alert2794{2795display:none;2796position:fixed;2797bottom:-16px;2798left:-16px;2799z-index:100000000000;2800padding:12px 12px 24px 24px;2801font-size:14px;2802background:#990;2803border-radius:16px;2804color:#fff;2805box-shadow:0px 0px 4px #000, 0px 0px 4px #000 inset;2806text-shadow:0px 0px 2px #000;2807border:4px solid #fff;2808}2809#alert b {font-weight:bold;}2810#alert small {font-size:80%;}28112812#debug2813{2814position:absolute;2815left:0px;2816top:0px;2817z-index:1000000000;2818display:none;2819}2820#devConsole2821{2822position:relative;2823left:-2px;2824top:-2px;2825width:24px;2826height:32px;2827overflow:hidden;2828cursor:pointer;2829opacity:0.5;2830text-align:center;2831transition:opacity 0.4s;2832}2833#devConsole:hover2834{2835width:192px;2836height:auto;2837min-width:192px;2838min-height:48px;2839overflow:auto;2840opacity:1;2841}2842#devConsole:hover>.icon2843{2844display:none;2845}2846#devConsoleContent2847{display:none;cursor:auto;}2848#devConsole:hover>#devConsoleContent2849{2850display:block;2851}28522853#debugLog2854{2855min-width:150px;2856background:rgba(0,0,0,0.5);2857background:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5) 90%,rgba(0,0,0,0));2858padding:4px 4px 4px 8px;2859font-size:10px;2860text-shadow:0px 1px 0px #000;2861color:#ccc;2862pointer-events:none;2863}28642865.crisp2866{2867image-rendering: optimizeSpeed; /* Older versions of FF */2868image-rendering: -moz-crisp-edges; /* FF 6.0+ */2869image-rendering: -webkit-optimize-contrast; /* Safari */2870image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */2871image-rendering: pixelated; /* Future-browsers */2872-ms-interpolation-mode: nearest-neighbor; /* IE */2873}28742875/*show scrollbars in safari*/2876::-webkit-scrollbar2877{2878-webkit-appearance:none;2879width:17px;2880}2881::-webkit-scrollbar-track2882{2883background-color:#eee;2884}2885::-webkit-scrollbar-thumb2886{2887background-color:#bbb;2888border:2px solid #eee;2889box-shadow:0px 0px 0px 1px #999 inset;2890}28912892/*=====================================================================================2893SUPPORT2894=======================================================================================*/2895#support2896{2897width:300px;2898text-align:center;2899margin:16px auto;2900}2901.supportComment2902{2903font-size:10px;2904opacity:0.75;2905text-shadow:0px 0px 2px #000,0px 1px 0px #000;2906padding:8px 0px;2907text-align:center;2908}2909.supportPlaceholder {width:300px;height:250px;position:absolute;left:0px;top:0px;z-index:10;opacity:0.6;}2910.supportPlaceholder>div {margin:20px auto;width:60%;text-align:center;background:#000;color:#fff;font-weight:bold;font-size:80%;border-radius:8px;padding:8px 4px;}2911#donateBox2912{2913z-index:10000000;2914position:absolute;2915right:12px;2916top:160px;2917padding:8px 4px;2918text-align:center;2919width:120px;2920display:none;2921background:rgba(128,128,255,0.25);2922box-shadow:0px 0px 4px 4px rgba(128,128,255,0.25);2923border-radius:8px;2924transition:box-shadow 0.25s,background 0.25s;2925}2926#donateBox:hover2927{2928background:rgba(128,128,255,0.5);2929box-shadow:0px 0px 4px 4px rgba(128,128,255,0.5);2930}2931#donateBox.on {display:block;}29322933#donate2934{2935display:inline-block;2936}2937#donateButton2938{2939border:0px;2940display:inline-block;2941border-radius:4px;2942background:#fc6;2943background:linear-gradient(to bottom,#fff 0%,#fc6 45%,#f90 50%,#f66 100%);2944box-shadow:0px 0px 1px #fff inset,0px 0px 0px 1px #f66;2945text-shadow:0px -1px 0px #fc6,0px 1px 0px #f66;2946cursor:pointer;2947font-size:9px;2948font-weight:bold;2949opacity:0.9;2950}2951#donateButton:hover2952{2953border:0px;2954box-shadow:0px 0px 4px #fff inset,0px 0px 0px 1px #f66;2955opacity:1;2956}2957.highlightHover:hover{filter:brightness(125%);opacity:1;}2958.highlightHover:active{filter:brightness(85%);opacity:1;}29592960#supportSection2961{2962font-size:11px;2963margin:4px 0px;2964line-height:110%;2965color:rgba(200,200,255,1);2966background:rgba(128,128,255,0.15);2967box-shadow:0px 0px 4px 4px rgba(128,128,255,0.15);2968transition:box-shadow 0.25s,background 0.25s;2969}2970#supportSection:hover2971{2972background:rgba(128,128,255,0.2);2973box-shadow:0px 0px 4px 4px rgba(128,128,255,0.2);2974}29752976.ifNoAds2977{2978display:none;2979}2980.noAds .ifNoAds{display:block;}2981.noAds #support,.noAds #smallSupport,.noAds .supportComment{display:none;}29822983/*=====================================================================================2984NEW AD DISPLAY2985=======================================================================================*/2986/*2987#sectionRight2988{2989right:160px;2990}2991#sectionMiddle2992{2993right:478px;2994}2995#sectionAd2996{2997height:100%;2998position:absolute;2999top:0px;3000right:0px;3001overflow-x:hidden;3002width:160px;3003background:url(img/darkNoise.jpg);3004}3005.separatorRight3006{3007right:477px;3008}3009#sectionAd .supportPlaceholder {width:160px;}3010*/30113012/*=====================================================================================3013STOP THE FANCY3014=======================================================================================*/3015.noFancy *3016{3017text-shadow:none!important;3018box-shadow:none!important;3019}3020.noFancy .price3021{3022text-shadow:0px 0px 4px #000,0px 1px 0px #000!important;3023}3024.noFilters *3025{3026filter:none!important;3027-webkit-filter:none!important;3028}30293030/*=====================================================================================3031MOBILE3032=======================================================================================*/3033.mobile #sectionLeft,.mobile #sectionMiddle,.mobile #sectionRight3034{3035width:100%;3036position:absolute;3037left:0px;3038top:128px;3039right:0px;3040bottom:64px;3041display:none;3042}3043.mobile .separatorLeft,.mobile .separatorRight3044{display:none;}30453046.mobile .focusLeft #sectionLeft{display:block;}3047.mobile .focusMiddle #sectionMiddle{display:block;}3048.mobile .focusRight #sectionRight{display:block;}3049.mobile .focusMenu #sectionMiddle{display:block;}3050.mobile #sectionMiddle3051{3052margin:0px;3053padding:0px;3054}3055.mobile #storeTitle,.mobile #upgrades,.mobile #toggleUpgrades,.mobile #techUpgrades3056{3057width:100%;3058}3059.mobile .product3060{3061width:100%;3062background-size:100% 400%;3063}30643065.mobile #game{top:0px;}3066.mobile #topBar,.mobile #versionNumber{display:none;}30673068#focusButtons3069{3070display:none;3071position:fixed;3072left:0px;3073bottom:0px;3074height:64px;3075width:100%;3076background:url(img/darkNoise.jpg);3077z-index:1000000;3078font-size:32px;3079}3080#focusButtons:before3081{3082content:'';3083display:block;3084position:absolute;3085left:0px;3086top:-16px;3087background:url(img/blackGradient.png) repeat-x bottom;3088background-size:100% 100%;3089width:100%;3090height:16px;3091opacity:0.5;3092pointer-events:none;3093}3094#focusButtons div3095{3096width:25%;3097height:50%;3098cursor:pointer;3099float:left;3100background:url(img/buttonTile.jpg);3101background-size:100% 400%;3102padding:16px 0px;3103text-align:center;3104opacity:0.5;3105}3106#focusButtons div:nth-child(4n-3) {background-position:0px 100%;}3107#focusButtons div:nth-child(4n-2) {background-position:0px 200%;}3108#focusButtons div:nth-child(4n-1) {background-position:0px 300%;}3109#focusButtons div:hover3110{3111box-shadow:0px 0px 16px #fff inset,0px 0px 1px #000;3112z-index:20;3113}3114#focusButtons div:active3115{3116box-shadow:0px 0px 16px #000 inset;3117}3118.focusLeft #focusButtons #focusLeft,.focusMiddle #focusButtons #focusMiddle,.focusRight #focusButtons #focusRight,.focusMenu #focusButtons #focusMenu3119{3120opacity:1;3121z-index:20;3122box-shadow:0px 0px 8px #fff;3123}31243125#compactOverlay3126{3127display:none;3128position:fixed;3129left:0px;3130top:0px;3131height:128px;3132width:100%;3133background:url(img/darkNoise.jpg);3134z-index:1000000;3135text-align:center;3136font-size:16px;3137}3138#compactCommentsText3139{3140padding:8px 0px;3141opacity:0.8;3142position:absolute;3143width:100%;3144text-align:center;3145bottom:16px;3146left:0px;3147}3148#compactCookies3149{3150padding:8px 0px;3151position:absolute;3152width:100%;3153height:32px;3154top:0px;3155left:0px;3156font-size:24px;3157text-shadow:0px 0px 12px rgba(255,255,255,0.5);3158background:rgba(255,255,255,0.05);3159}31603161.mobile .row {padding-bottom:16px;}31623163.mobile #comments, .mobile #cookies {display:none;}3164.mobile #focusButtons, .mobile #compactOverlay/*, .mobile #buildingsTitle*/3165{display:block;}31663167/**{overflow:hidden!important;}*/31683169