|
9 | 9 | h2{font-size:1.3em} |
10 | 10 | div{clear:both} |
11 | 11 | #game{border:1px solid #000} |
12 | | -#hangman_img{min-height:160px;min-width:85px;margin-top:1%;clear:left} |
| 12 | +#hangman_img{min-height:160px;min-width:85px;margin-top:1%;clear:right} |
13 | 13 | #cur_img{min-height:150px} |
14 | | -#words{border-bottom:1px solid #000;font-size:1.5em;padding:1em} |
| 14 | +#words{border-bottom:1px solid #000;font-size:1.2em;padding:.5em} |
15 | 15 | #footer{margin:1%;padding:1%} |
16 | 16 | #hangman_img,#words,#keyboard{text-align:center} |
17 | | -#setup_scores{text-align:left;clear:right} |
18 | | -#hangman_img,#setup_scores{float:left;width:49%} |
| 17 | +#hangman_img,#setup_scores{float:left} |
| 18 | +#setup_scores{text-align:left;clear:left;} |
19 | 19 | ul{list-style-type:none;clear:both;margin:0;padding:0} |
20 | 20 | #footer ul li,ul.letters li{margin:0} |
21 | 21 | #footer ul li{padding:.7em 0 .7em 2%} |
22 | | -ul.letters{margin-left:.5em} |
23 | | -ul.letters li{border:2px solid #000;background-color:#F1F1BA;width:1.5em;text-align:center;border-radius:.5em;box-shadow:rgba(0,0,0,0.2) .5em .5em .3em;float:left;margin-right:1em;margin-top:.5em;margin-bottom:.5em;font-weight:700;cursor:pointer;padding:.4em} |
| 22 | +ul.letters{margin-left:.2em} |
| 23 | +ul.letters li{border:2px solid #000;background-color:#F1F1BA;width:1.5em;text-align:center;border-radius:.5em;box-shadow:rgba(0,0,0,0.2) .5em .5em .3em;float:left;margin-right:.7em;margin-top:.5em;margin-bottom:.5em;font-weight:700;cursor:pointer;padding:.4em} |
24 | 24 | ul.letters li.levelset{background-color:#D1D154} |
25 | 25 | ul.letters li.hideletter{background-color:grey;cursor:auto} |
26 | 26 | .offline ul.letters li{width:auto;float:none;} |
27 | 27 | #help ul{margin-left:5%;list-style-type:disc} |
28 | 28 | #setup_scores ul.letters li{width:auto} |
29 | 29 | #setup_scores ul.letters li.newgame{float:none;clear:both} |
30 | | -dl.scores{font-weight:700;clear:both;margin-left:1em} |
31 | | -dl.scores dd{margin-left:1em} |
| 30 | +dl.scores{font-weight:700;clear:both;margin-left:.5em} |
| 31 | +dl.scores dd{margin-left:.5em} |
32 | 32 | span.endgame{font-weight:700} |
33 | 33 | .offline{text-align:center} |
34 | 34 |
|
0 commit comments