diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/css.css | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index dbb527b..aa61167 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -1,9 +1,9 @@ html,body{width:100%;height:100%;margin:0;padding:0;} body { - background-image: url(http://okfocus.s3.amazonaws.com/luckyplop/LUCKY_PLOP.jpg); + background-image: url(../img/bg.png); background-position: center; font-size: 13px; - font-family: arial, sans-serif; + font-family: sans-serif; line-height: 1; } #luckyimage img { @@ -39,7 +39,6 @@ a:visited { .luckyback a { text-decoration: none; - font-family: 'Comic Sans MS', fantasy; } .luckyback { text-shadow: yellow 0.1em 1px 1px; @@ -70,7 +69,6 @@ a:visited { position: fixed; bottom: 0; left: 0; - font-family: 'Comic Sans MS', fantasy; text-shadow: blue 0.1em 1px 1px; color: yellow; font-size: 30px; @@ -111,7 +109,7 @@ a:visited { height: 100%; z-index: 1; background-color: rgba(0,0,0,0.7); - background-image: url(http://okfocus.s3.amazonaws.com/luckyplop/slot.gif); + background-image: url(../img/balloons.gif); background-position: center; } marquee { @@ -127,14 +125,16 @@ marquee { position: fixed; bottom: 0; left: 0; width: 100%; - padding: 10px; - background: #fed; + background: #012; + box-shadow: 0 0 10px #210; } #mobile_nav div { display: block; float: left; width: 25%; color: #f08; + padding: 10px; + cursor: pointer; font-family: courier, monospace; text-align: center; } @@ -164,7 +164,7 @@ marquee { left: 50%; z-index: 2; border-radius: 5px; - background-image: url(//ltho.s3.amazonaws.com/misc/spinner.gif); + background-image: url(../img/spinner.gif); background-size: 50px 50px; background-repeat: no-repeat; background-position: center center; @@ -184,12 +184,5 @@ marquee { display: block; } -@media (max-width: 780px) { - #pip, - #bottombar, - #luckypad, - #droparea, - #topnav { display: none } - #luckyimage { background-size: contain; pointer-events: none; position: absolute; } - #mobile_nav { display: block; position: absolute; } -}
\ No newline at end of file +#luckyimage { background-size: contain; pointer-events: none; position: absolute; } +#mobile_nav { display: block; position: absolute; } |
