Path: blob/main/projects/doge2048/style/main.css
1835 views
@import url(fonts/comic-sans.css);1html, body {2margin: 0;3padding: 0;4background: #fff;5color: #000;6/* font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;*/7font-family: 'Comic Sans', 'Comic Sans', Chalkboard, Helvetica, Arial, sans-serif;8font-size: 18px;9-webkit-animation: background-gradient-change linear 6s infinite alternate;10-moz-animation: background-gradient-change linear 6s infinite alternate;11-moz-animation: background-gradient-change linear 6s infinite alternate; }1213body {14margin: 20px 0 0 0; }1516.overlay{17height: 100%;18width: 100%;19position:fixed;20top:0;21left:0;22overflow:auto;23background: rgba(255,255,255,0.8);24z-index: 1000;25}2627.modal{28background: #f0f;29border-radius: 3px;30width:300px;31margin-top:100px;32margin-left: auto;33margin-right: auto;34}35.appstore{36text-align: center;37}3839.appstore-icon{40margin-top:20px;41margin-left:auto;42margin-right:auto;43height: 212px;44width: 212px;45background: #f0f url('../img/212/doge-sunglasses-212.gif');46}47.close-modal{48margin-top:20px;49cursor: pointer;50}5152.close-modal:hover{53-webkit-animation: hover-change linear 0.1s infinite;54-moz-animation: hover-change linear 0.1s infinite;55animation: hover-change linear 0.1s infinite;56}5758.heading:after {59content: "";60display: block;61clear: both; }6263h1.title {64color:#333;65font-size: 48px;66font-weight: bold;67margin: 0;68display: block;69float: left; }7071#twitter-widget-0 {72width: 100px !important;73position: relative;74}7576.COINWIDGETCOM_CONTAINER {77position: relative;78bottom: 5px;79}8081.footer > div{82display:inline-block !important;83width: auto !important;84overflow:hidden;85}8687.footer{88/* width:188px;*/89width:265px;90margin-left: auto;91margin-right: auto;92text-align:center;}9394@-webkit-keyframes move-up {950% {96top: 25px;97opacity: 1; }9899100% {100top: -50px;101opacity: 0; } }102103@-moz-keyframes move-up {1040% {105top: 25px;106opacity: 1; }107108100% {109top: -50px;110opacity: 0; } }111112@keyframes move-up {1130% {114top: 25px;115opacity: 1; }116117100% {118top: -50px;119opacity: 0; } }120121@-webkit-keyframes fade-in-out {1220% {123opacity: 0; }12412550% {126opacity: 1; }127128100% {129opacity: 0; } }130131@-moz-keyframes fade-in-out {1320% {133opacity: 0; }13413550% {136opacity: 1; }137138100% {139opacity: 0; } }140141@keyframes fade-in-out {1420% {143opacity: 0; }14414550% {146opacity: 1; }147148100% {149opacity: 0; } }150151@-webkit-keyframes hover-change {1520% {color: cyan;}15325% {color: magenta;}15450% {color: yellow;}155100% {color: white;} }156157@-moz-keyframes hover-change {1580% {color: cyan;}15925% {color: magenta;}16050% {color: yellow;}161100% {color: white;} }162163@keyframes hover-change {1640% {color: cyan;}16525% {color: magenta;}16650% {color: yellow;}167100% {color: white;} }168169@-webkit-keyframes background-gradient-change {1700% {background: #cff;}17133% {background: #fcf;}17266% {background: #ffc;}173100% {background: #cff;}}174175@-moz-keyframes background-gradient-change {1760% {background: #dff;}17733% {background: #fdf;}17866% {background: #ffd;}179100% {background: #dff;}}180181@keyframes background-gradient-change {1820% {background: #dff;}18333% {background: #fdf;}18466% {background: #ffd;}185100% {background: #dff;}}186187a:hover {188-webkit-animation: hover-change linear 0.1s infinite;189-moz-animation: hover-change linear 0.1s infinite;190animation: hover-change linear 0.1s infinite;191}192193.scores-container {194float: right;195text-align: right; }196197.game-container .doge-says {198position: fixed;199top: 0;200left: 0;201z-index: 100;}202.game-container .doge-says p {203position:fixed;204font-size: 60px;205font-weight: bold;206height: 60px;207line-height: 60px;208-webkit-animation: fade-in-out 600ms ease-in;209-moz-animation: fade-in-out 600ms ease-in;210animation: fade-in-out 600ms ease-in;211-webkit-animation-fill-mode: both;212-moz-animation-fill-mode: both;213animation-fill-mode: both; }214215216.info-container {217position: relative;218cursor:pointer;219left:50%;220margin-left:-32px;221margin-bottom:10px;}222223.shout-out-container{224text-align:center;225}226.shout-out{227height:10px;228line-height: 10px;229background: #f0f;230padding: 10px 10px;231border-radius: 3px;232display:inline-block;233}234235.shout-out a{236font-weight: normal;237height:10px;238width:auto;239text-decoration:none;240color:#fff;241}242243.info-container, .hide-info {244display: inline-block;245background: #f0f;246padding: 10px 15px;247height: 10px;248line-height: 10px;249font-size:10px;250font-weight: bold;251border-radius: 3px;252color: white;253margin-top: 8px;254width: 36px;255text-align: center; }256.info-container a, .hide-info a{257color:#fff;258text-decoration:none;}259260.game-container .info {261display: none;262position: absolute;263overflow: scroll;264top: 0;265right: 0;266bottom: 0;267left: 0;268background: rgba(255,255,255,0.9);269z-index: 100;270border-radius: 6px;271text-align: center;272/* -webkit-animation: fade-in 800ms ease;273-moz-animation: fade-in 800ms ease;274animation: fade-in 800ms ease;*/275-webkit-animation-fill-mode: both;276-moz-animation-fill-mode: both;277animation-fill-mode: both; }278.game-container .info p {279position:relative;280font-size: 16px;281padding:10px 20px 10px 20px;282font-weight: bold;}283284.score-container, .best-container {285position: relative;286display: inline-block;287background: #f0f;288padding: 15px 25px;289/* font-size: 25px;*/290height: 25px;291line-height: 42px;292font-weight: bold;293border-radius: 3px;294color: white;295margin-top: 8px;296text-align: center; }297.score-container:after, .best-container:after {298position: absolute;299width: 100%;300top: 10px;301left: 0;302text-transform: uppercase;303font-size: 12px;304line-height: 13px;305text-align: center;306color: #000; }307.score-container .score-addition, .best-container .score-addition {308position: absolute;309right: 30px;310font-size: 20px;311line-height: 20px;312color: rgba(119, 110, 101, 0.9);313z-index: 100;314-webkit-animation: move-up 600ms ease-in;315-moz-animation: move-up 600ms ease-in;316animation: move-up 600ms ease-in;317-webkit-animation-fill-mode: both;318-moz-animation-fill-mode: both;319animation-fill-mode: both; }320321.score-container:after {322content: "Score"; }323324.best-container:after {325content: "Best"; }326327p {328margin-top: 0;329margin-bottom: 10px;330line-height: 1.65; }331332a {333color: #f0f;334font-weight: bold;335text-decoration: underline;336cursor: pointer; }337338strong.important {339text-transform: uppercase; }340341hr {342border: none;343border-bottom: 1px solid #d8d4d0;344margin-top: 20px;345margin-bottom: 30px; }346347.container {348width: 500px;349margin: 0 auto; }350351@-webkit-keyframes fade-in {3520% {353opacity: 0; }354355100% {356opacity: 1; } }357358@-moz-keyframes fade-in {3590% {360opacity: 0; }361362100% {363opacity: 1; } }364365@keyframes fade-in {3660% {367opacity: 0; }368369100% {370opacity: 1; } }371372.game-container {373margin-top: 40px;374position: relative;375padding: 15px;376cursor: default;377-webkit-touch-callout: none;378-webkit-user-select: none;379-moz-user-select: none;380background: rgba(0,0,0,0.05);381/* background: #a0a0a0;*/382border-radius: 6px;383width: 500px;384height: 500px;385-webkit-box-sizing: border-box;386-moz-box-sizing: border-box;387box-sizing: border-box; }388.game-container .game-message{389display: none;390position: absolute;391top: 0;392right: 0;393bottom: 0;394left: 0;395background: rgba(255,255,255,0.9);396z-index: 100;397text-align: center;398-webkit-animation: fade-in 800ms ease 1200ms;399-moz-animation: fade-in 800ms ease 1200ms;400animation: fade-in 800ms ease 1200ms;401-webkit-animation-fill-mode: both;402-moz-animation-fill-mode: both;403animation-fill-mode: both; }404.game-container .game-message p {405font-size: 60px;406font-weight: bold;407height: 60px;408line-height: 60px;409margin-top: 222px; }410.game-container .game-message .lower {411display: block;412margin-top: 59px; }413.game-container .game-message a {414display: inline-block;415background: #f0f;416border-radius: 3px;417padding: 0 20px;418text-decoration: none;419color: #f9f6f2;420height: 40px;421line-height: 42px;422margin-left: 9px; }423.game-container .game-message a.keep-playing-button {424display: none; }425.game-container .game-message.game-won {426background: rgba(237, 194, 46, 0.5);427color: #f9f6f2; }428.game-container .game-message.game-won a.keep-playing-button {429display: inline-block; }430.game-container .game-message.game-won, .game-container .game-message.game-over {431display: block; }432433.grid-container {434position: absolute;435z-index: 1; }436437.grid-row {438margin-bottom: 15px; }439.grid-row:last-child {440margin-bottom: 0; }441.grid-row:after {442content: "";443display: block;444clear: both; }445446.grid-cell {447width: 106.25px;448height: 106.25px;449margin-right: 15px;450float: left;451border-radius: 3px;452background: rgba(255,255,255,0.8);453/* background: rgba(238, 228, 218, 0.35);*/454}455.grid-cell:last-child {456margin-right: 0; }457458.tile-container {459position: absolute;460z-index: 2; }461462.tile, .tile .tile-inner {463width: 107px;464height: 107px;465-webkit-transform: translate3d(0, 0, 0);466line-height: 116.25px; }467.tile.tile-position-1-1 {468-webkit-transform: translate(0px, 0px);469-moz-transform: translate(0px, 0px);470transform: translate(0px, 0px); }471.tile.tile-position-1-2 {472-webkit-transform: translate(0px, 121px);473-moz-transform: translate(0px, 121px);474transform: translate(0px, 121px); }475.tile.tile-position-1-3 {476-webkit-transform: translate(0px, 242px);477-moz-transform: translate(0px, 242px);478transform: translate(0px, 242px); }479.tile.tile-position-1-4 {480-webkit-transform: translate(0px, 363px);481-moz-transform: translate(0px, 363px);482transform: translate(0px, 363px); }483.tile.tile-position-2-1 {484-webkit-transform: translate(121px, 0px);485-moz-transform: translate(121px, 0px);486transform: translate(121px, 0px); }487.tile.tile-position-2-2 {488-webkit-transform: translate(121px, 121px);489-moz-transform: translate(121px, 121px);490transform: translate(121px, 121px); }491.tile.tile-position-2-3 {492-webkit-transform: translate(121px, 242px);493-moz-transform: translate(121px, 242px);494transform: translate(121px, 242px); }495.tile.tile-position-2-4 {496-webkit-transform: translate(121px, 363px);497-moz-transform: translate(121px, 363px);498transform: translate(121px, 363px); }499.tile.tile-position-3-1 {500-webkit-transform: translate(242px, 0px);501-moz-transform: translate(242px, 0px);502transform: translate(242px, 0px); }503.tile.tile-position-3-2 {504-webkit-transform: translate(242px, 121px);505-moz-transform: translate(242px, 121px);506transform: translate(242px, 121px); }507.tile.tile-position-3-3 {508-webkit-transform: translate(242px, 242px);509-moz-transform: translate(242px, 242px);510transform: translate(242px, 242px); }511.tile.tile-position-3-4 {512-webkit-transform: translate(242px, 363px);513-moz-transform: translate(242px, 363px);514transform: translate(242px, 363px); }515.tile.tile-position-4-1 {516-webkit-transform: translate(363px, 0px);517-moz-transform: translate(363px, 0px);518transform: translate(363px, 0px); }519.tile.tile-position-4-2 {520-webkit-transform: translate(363px, 121px);521-moz-transform: translate(363px, 121px);522transform: translate(363px, 121px); }523.tile.tile-position-4-3 {524-webkit-transform: translate(363px, 242px);525-moz-transform: translate(363px, 242px);526transform: translate(363px, 242px); }527.tile.tile-position-4-4 {528-webkit-transform: translate(363px, 363px);529-moz-transform: translate(363px, 363px);530transform: translate(363px, 363px); }531532.tile {533color: rgba(0,0,0,0);534position: absolute;535-webkit-transition: 100ms ease-in-out;536-moz-transition: 100ms ease-in-out;537transition: 100ms ease-in-out;538-webkit-transition-property: -webkit-transform;539-moz-transition-property: -moz-transform;540transition-property: transform; }541.tile .tile-inner {542border-radius: 3px;543background: #eee4da;544text-align: center;545font-weight: bold;546z-index: 10;547font-size: 55px; }548.tile.tile-2 .tile-inner {549background: #f0f url('../img/212/doge-wink-212.gif');550background-size: cover;551box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }552553.tile.tile-4 .tile-inner {554background: #f0f url('../img/212/doge-shake-space-212.gif');555background-size: cover;556box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }557558.tile.tile-8 .tile-inner {559background: #f0f url('../img/212/doge-peepers-212.gif');560background-size: cover;}561562.tile.tile-16 .tile-inner {563background: #f0f url('../img/212/doge-prizza-212.gif');564background-size: cover;}565566.tile.tile-32 .tile-inner {567background: #f0f url('../img/212/doge-hat-212.gif');568background-size: cover;}569570.tile.tile-64 .tile-inner {571background: #f0f url('../img/212/doge-gradient-212.gif');572background-size: cover;}573574.tile.tile-128 .tile-inner {575background: #f0f url('../img/212/doge-fat-212.gif');576background-size: cover;577box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);578font-size: 45px; }579@media screen and (max-width: 480px) {580.tile.tile-128 .tile-inner {581font-size: 25px; } }582.tile.tile-256 .tile-inner {583584background: #f0f url('../img/212/doge-rainbow-212.gif');585background-size: cover;586box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);587font-size: 45px; }588@media screen and (max-width: 480px) {589.tile.tile-256 .tile-inner {590font-size: 25px; } }591.tile.tile-512 .tile-inner {592593background: #f0f url('../img/212/doge-sunglasses-212.gif');594background-size: cover;595box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);596font-size: 45px; }597@media screen and (max-width: 480px) {598.tile.tile-512 .tile-inner {599font-size: 25px; } }600.tile.tile-1024 .tile-inner {601background: #f0f url('../img/212/doge-derp-212.gif');602background-size: cover;603box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);604font-size: 35px; }605@media screen and (max-width: 480px) {606.tile.tile-1024 .tile-inner {607font-size: 15px; } }608.tile.tile-2048 .tile-inner {609610background: #f0f url('../img/212/doge-shake-212.gif');611background-size: cover;612box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);613font-size: 35px; }614@media screen and (max-width: 480px) {615.tile.tile-2048 .tile-inner {616font-size: 15px; } }617.tile.tile-super .tile-inner {618619background: #f0f url('../img/212/doge-derp-212.gif');620background-size: cover;621font-size: 30px; }622@media screen and (max-width: 480px) {623.tile.tile-super .tile-inner {624font-size: 10px; } }625626@-webkit-keyframes appear {6270% {628opacity: 0;629-webkit-transform: scale(0);630-moz-transform: scale(0);631transform: scale(0); }632633100% {634opacity: 1;635-webkit-transform: scale(1);636-moz-transform: scale(1);637transform: scale(1); } }638639@-moz-keyframes appear {6400% {641opacity: 0;642-webkit-transform: scale(0);643-moz-transform: scale(0);644transform: scale(0); }645646100% {647opacity: 1;648-webkit-transform: scale(1);649-moz-transform: scale(1);650transform: scale(1); } }651652@keyframes appear {6530% {654opacity: 0;655-webkit-transform: scale(0);656-moz-transform: scale(0);657transform: scale(0); }658659100% {660opacity: 1;661-webkit-transform: scale(1);662-moz-transform: scale(1);663transform: scale(1); } }664665.tile-new .tile-inner {666-webkit-animation: appear 200ms ease 100ms;667-moz-animation: appear 200ms ease 100ms;668animation: appear 200ms ease 100ms;669-webkit-animation-fill-mode: backwards;670-moz-animation-fill-mode: backwards;671animation-fill-mode: backwards; }672673@-webkit-keyframes pop {6740% {675-webkit-transform: scale(0);676-moz-transform: scale(0);677transform: scale(0); }67867950% {680-webkit-transform: scale(1.2);681-moz-transform: scale(1.2);682transform: scale(1.2); }683684100% {685-webkit-transform: scale(1);686-moz-transform: scale(1);687transform: scale(1); } }688689@-moz-keyframes pop {6900% {691-webkit-transform: scale(0);692-moz-transform: scale(0);693transform: scale(0); }69469550% {696-webkit-transform: scale(1.2);697-moz-transform: scale(1.2);698transform: scale(1.2); }699700100% {701-webkit-transform: scale(1);702-moz-transform: scale(1);703transform: scale(1); } }704705@keyframes pop {7060% {707-webkit-transform: scale(0);708-moz-transform: scale(0);709transform: scale(0); }71071150% {712-webkit-transform: scale(1.2);713-moz-transform: scale(1.2);714transform: scale(1.2); }715716100% {717-webkit-transform: scale(1);718-moz-transform: scale(1);719transform: scale(1); } }720721.tile-merged .tile-inner {722z-index: 20;723-webkit-animation: pop 200ms ease 100ms;724-moz-animation: pop 200ms ease 100ms;725animation: pop 200ms ease 100ms;726-webkit-animation-fill-mode: backwards;727-moz-animation-fill-mode: backwards;728animation-fill-mode: backwards; }729730.game-intro {731margin-bottom: 0; }732733.game-explanation, .shout-out {734margin-top: 0px;735text-align: center;736font-size: 14px;}737738739740@media screen and (max-width: 480px) {741html, body {742font-size: 15px; }743744body {745margin: 20px 0;746padding: 0 20px; }747748.modal{749width:280px;}750751h1.title {752font-size: 25px;753margin-top: 15px; }754755.container {756width: 280px;757margin: 0 auto; }758759.score-container, .best-container {760margin-top: 0;761padding: 15px 10px;762min-width: 40px; }763764.heading {765margin-bottom: 10px; }766767.game-explanation {768display:none;}769770.shout-out, .game-explanation{771margin-top:10px;772height:0;773padding-top:10px;774padding-bottom:20px;775/* font-size:12px;*/776}777778.game-container {779margin-top: 40px;780position: relative;781padding: 10px;782cursor: default;783-webkit-touch-callout: none;784-webkit-user-select: none;785-moz-user-select: none;786border-radius: 6px;787width: 280px;788height: 280px;789-webkit-box-sizing: border-box;790-moz-box-sizing: border-box;791box-sizing: border-box; }792.game-container .game-message {793display: none;794position: absolute;795top: 0;796right: 0;797bottom: 0;798left: 0;799z-index: 100;800text-align: center;801-webkit-animation: fade-in 800ms ease;802-moz-animation: fade-in 800ms ease;803animation: fade-in 800ms ease;804-webkit-animation-fill-mode: both;805-moz-animation-fill-mode: both;806animation-fill-mode: both; }807.game-container .game-message p {808font-size: 60px;809font-weight: bold;810height: 60px;811line-height: 60px;812margin-top: 222px; }813.game-container .game-message .lower {814display: block;815margin-top: 59px; }816.game-container .game-message a {817display: inline-block;818border-radius: 3px;819padding: 0 20px;820text-decoration: none;821height: 40px;822line-height: 42px;823margin-left: 9px; }824.game-container .game-message a.keep-playing-button {825display: none; }826.game-container .game-message.game-won {827background: rgba(237, 194, 46, 0.5);}828.game-container .game-message.game-won a.keep-playing-button {829display: inline-block; }830.game-container .game-message.game-won, .game-container .game-message.game-over {831display: block; }832833.grid-container {834position: absolute;835z-index: 1; }836837.grid-row {838margin-bottom: 10px; }839.grid-row:last-child {840margin-bottom: 0; }841.grid-row:after {842content: "";843display: block;844clear: both; }845846.grid-cell {847width: 57.5px;848height: 57.5px;849margin-right: 10px;850float: left;851border-radius: 3px;}852.grid-cell:last-child {853margin-right: 0; }854855.tile-container {856position: absolute;857z-index: 2; }858859.tile, .tile .tile-inner {860width: 58px;861height: 58px;862line-height: 67.5px; }863.tile.tile-position-1-1 {864-webkit-transform: translate(0px, 0px);865-moz-transform: translate(0px, 0px);866transform: translate(0px, 0px); }867.tile.tile-position-1-2 {868-webkit-transform: translate(0px, 67px);869-moz-transform: translate(0px, 67px);870transform: translate(0px, 67px); }871.tile.tile-position-1-3 {872-webkit-transform: translate(0px, 135px);873-moz-transform: translate(0px, 135px);874transform: translate(0px, 135px); }875.tile.tile-position-1-4 {876-webkit-transform: translate(0px, 202px);877-moz-transform: translate(0px, 202px);878transform: translate(0px, 202px); }879.tile.tile-position-2-1 {880-webkit-transform: translate(67px, 0px);881-moz-transform: translate(67px, 0px);882transform: translate(67px, 0px); }883.tile.tile-position-2-2 {884-webkit-transform: translate(67px, 67px);885-moz-transform: translate(67px, 67px);886transform: translate(67px, 67px); }887.tile.tile-position-2-3 {888-webkit-transform: translate(67px, 135px);889-moz-transform: translate(67px, 135px);890transform: translate(67px, 135px); }891.tile.tile-position-2-4 {892-webkit-transform: translate(67px, 202px);893-moz-transform: translate(67px, 202px);894transform: translate(67px, 202px); }895.tile.tile-position-3-1 {896-webkit-transform: translate(135px, 0px);897-moz-transform: translate(135px, 0px);898transform: translate(135px, 0px); }899.tile.tile-position-3-2 {900-webkit-transform: translate(135px, 67px);901-moz-transform: translate(135px, 67px);902transform: translate(135px, 67px); }903.tile.tile-position-3-3 {904-webkit-transform: translate(135px, 135px);905-moz-transform: translate(135px, 135px);906transform: translate(135px, 135px); }907.tile.tile-position-3-4 {908-webkit-transform: translate(135px, 202px);909-moz-transform: translate(135px, 202px);910transform: translate(135px, 202px); }911.tile.tile-position-4-1 {912-webkit-transform: translate(202px, 0px);913-moz-transform: translate(202px, 0px);914transform: translate(202px, 0px); }915.tile.tile-position-4-2 {916-webkit-transform: translate(202px, 67px);917-moz-transform: translate(202px, 67px);918transform: translate(202px, 67px); }919.tile.tile-position-4-3 {920-webkit-transform: translate(202px, 135px);921-moz-transform: translate(202px, 135px);922transform: translate(202px, 135px); }923.tile.tile-position-4-4 {924-webkit-transform: translate(202px, 202px);925-moz-transform: translate(202px, 202px);926transform: translate(202px, 202px); }927928.tile.tile-2 .tile-inner {929background: #f0f url('../img/114/doge-wink-114.gif');930background-size: cover;931box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }932933.tile.tile-4 .tile-inner {934background: #f0f url('../img/114/doge-shake-space-114.gif');935background-size: cover;936box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }937938.tile.tile-8 .tile-inner {939background: #f0f url('../img/114/doge-peepers-114.gif');940background-size: cover;}941942.tile.tile-16 .tile-inner {943background: #f0f url('../img/114/doge-prizza-114.gif');944background-size: cover;}945946.tile.tile-32 .tile-inner {947background: #f0f url('../img/114/doge-hat-114.gif');948background-size: cover;}949950.tile.tile-64 .tile-inner {951background: #f0f url('../img/114/doge-gradient-114.gif');952background-size: cover;}953954.tile.tile-128 .tile-inner {955background: #f0f url('../img/114/doge-fat-114.gif');956background-size: cover;957box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);958font-size: 45px; }959@media screen and (max-width: 480px) {960.tile.tile-128 .tile-inner {961font-size: 25px; } }962.tile.tile-256 .tile-inner {963964background: #f0f url('../img/114/doge-rainbow-114.gif');965background-size: cover;966box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);967font-size: 45px; }968@media screen and (max-width: 480px) {969.tile.tile-256 .tile-inner {970font-size: 25px; } }971.tile.tile-512 .tile-inner {972973background: #f0f url('../img/114/doge-sunglasses-114.gif');974background-size: cover;975box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);976font-size: 45px; }977@media screen and (max-width: 480px) {978.tile.tile-512 .tile-inner {979font-size: 25px; } }980.tile.tile-1024 .tile-inner {981background: #f0f url('../img/114/doge-derp-114.gif');982background-size: cover;983box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);984font-size: 35px; }985@media screen and (max-width: 480px) {986.tile.tile-1024 .tile-inner {987font-size: 15px; } }988.tile.tile-2048 .tile-inner {989990background: #f0f url('../img/114/doge-shake-114.gif');991background-size: cover;992box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);993font-size: 35px; }994@media screen and (max-width: 480px) {995.tile.tile-2048 .tile-inner {996font-size: 15px; } }997.tile.tile-super .tile-inner {998999background: #f0f url('../img/114/doge-derp-114.gif');1000background-size: cover;1001font-size: 30px; }1002@media screen and (max-width: 480px) {1003.tile.tile-super .tile-inner {1004font-size: 10px; } }100510061007.footer{1008width:188px;}10091010#twitter-widget-0 {1011position: relative;1012top:5px;1013}10141015.COINWIDGETCOM_CONTAINER {1016display:none !important;1017}10181019.game-container .info p {1020font-size: 12px;1021padding:5px 10px 5px 10px;1022}10231024.game-container {1025margin-top: 20px; }10261027.tile .tile-inner {1028font-size: 35px; }10291030.doge-says p {1031font-size: 30px !important;1032height: 30px !important;1033line-height: 30px !important;}10341035.game-message p {1036font-size: 30px !important;1037height: 30px !important;1038line-height: 30px !important;1039margin-top: 90px !important; }1040.game-message .lower {1041margin-top: 30px !important; } }104210431044