| OLD | NEW |
| (Empty) |
| 1 | |
| 2 body { | |
| 3 font-family: Helvetica, Arial, sans-serif; | |
| 4 margin: 20px; | |
| 5 background-color: #ffffff; | |
| 6 color: #1B0636 | |
| 7 } | |
| 8 | |
| 9 h2 { | |
| 10 background-color: #fff; | |
| 11 padding: 30px 20px 20px 20px; | |
| 12 border-bottom: 3px solid white; | |
| 13 color: black; | |
| 14 zoom: 1.0 /* I CAN HAS LAYOUT? (ie hack) */ | |
| 15 } | |
| 16 | |
| 17 #content { | |
| 18 width: 1000px; | |
| 19 margin-left: auto; | |
| 20 margin-right: auto; | |
| 21 } | |
| 22 | |
| 23 #results { | |
| 24 padding: 0 20px 20px 20px; | |
| 25 } | |
| 26 | |
| 27 | |
| 28 :link { color: #1363A1 } | |
| 29 :visited { color: #1363A1 } | |
| 30 | |
| 31 #testframe { float: left; | |
| 32 margin-top: 20px; | |
| 33 width: 500px; | |
| 34 height: 200px; | |
| 35 background-color: white; | |
| 36 border: 1px solid #1B0636;} | |
| 37 | |
| 38 #squares { | |
| 39 float: left; | |
| 40 margin-left: 10px; | |
| 41 margin-top: 20px; | |
| 42 } | |
| 43 | |
| 44 span.incomplete-square { | |
| 45 color: #cccccc; | |
| 46 } | |
| 47 | |
| 48 span.complete-square { | |
| 49 color: #e7c0c0; | |
| 50 } | |
| 51 | |
| 52 small.fine { | |
| 53 color: #cccccc; | |
| 54 } | |
| OLD | NEW |