diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 37 |
1 files changed, 0 insertions, 37 deletions
@@ -41,21 +41,6 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #log .h2 { background-color: wheat } #log .h3 { background-color: wheat } -#log .marginalia { - display: block; - float: right; - text-indent: 0; - margin: 0; - margin-right: 6px; - padding: 0; -} - -#log .group .marginalia { - margin-right: 0; -} - -#log > div { clear: right } - #log .h1, .h2, .h3 { font-variant-caps: small-caps; border-top: 1px solid black; @@ -102,28 +87,6 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #log .number.d_tst { background-color: hsl(206, 85%, 80%); } #log .number.c_tst { background-color: hsl(355, 70%, 80%); } -#log .icon { - display: inline-block; - vertical-align: -2px; - background-size: 10px 10px; - background-repeat: no-repeat; - background-color: white; - border: 1px solid #444; - width: 10px; - height: 10px; -} - -X#log .com_nc { background-image: url(images/icon_com.png) } -X#log .dem_nc { background-image: url(images/icon_dem.png) } - -#log .com_c { background-image: url(images/icon_com.png) } -#log .dem_c { background-image: url(images/icon_dem.png) } - -#log .com_c { background-color: hsl(358, 66%, 45%) } -#log .com_nc { background-color: hsl(358, 66%, 80%) } -#log .dem_c { background-color: #147fc0 } -#log .dem_nc { background-color: hsl(206, 85%, 85%) } - /* MAP */ #mapwrap { |