@media screen { #sneakers { font-family: "Andale Mono", "Monaco", monospace; background: url(scanlines.png); color: white; line-height: normal; #container { margin: 0 0 0 5px; } #content { margin: 1em; padding: 0; word-wrap: break-word; .puzzles li { background-color: none; color: lime; padding-left: 2em; a:before { content: "[ ] " } a.solved:before { content: "[X] " } a { display: inline-block; width: 24em; } .datacenter { display: inline-block; color: #0ff; } } .puzzles li:hover { background-color: green; } #messages { -moz-column-count: 3; -moz-column-gap: 1em; -webkit-column-count: 3; -webkit-column-gap: 1em; li { padding-bottom: 5px; } } } &.puzzle { #container { width: auto; height: auto; padding-right: 100px; } #content { width: auto; height: auto; } .window-outer { border: 1px solid white; background-color: #077; margin-left: 40px; } .window-title { padding-top: 4px; background-position: 4px 4px; width: auto; height: 18px; background-color: #077; color: white; padding-left: 24px; background-image: url('twm.png'); background-repeat: no-repeat; font-family: Arial; font-size: 10pt; font-weight: bold; margin-bottom: 0; .span { text-transform: uppercase; } } .window-inner { background-color: #ddd; color: black; border-width: 3px; border-color: #077; border-style: solid; font-family: "Times New Roman", serif; padding: 1em; padding-top: .5em; a { color: green; } } } .round { a { color: lime; text-decoration: none; } ul { padding: 0; margin: 0 0 10px 0; li { list-style-type: none; } } } h1, h2, h3, .highlight { color: black; background: lime; font-size: 1em; text-transform: uppercase; } h1 { font-size: 200%; letter-spacing: 10px; background: none; color: #afa; } #footer { color: lime; margin-top: 40px; .highlight { color: black; background: #afa; } a { color: lime; text-decoration: none; } } } } @media print { #sneakers { font-family: "Andale Mono", "Monaco", monospace; .window-title { font-family: Arial; font-size: 10pt; font-weight: bold; } .window-inner { font-family: "Times New Roman", serif; } h1, h2, h3, .highlight { font-size: 1em; text-transform: uppercase; } h1 { font-size: 200%; letter-spacing: 10px; } } #footer { visibility: hidden; } #fixie-nav { visibility: hidden; } }