X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=c701f2ed891d172c9743b3067d5219238f5a8061;hp=622e725271cc4ff09259e06a673418f8cb0d5a1e;hb=daaa50433a47f3893e39839f1f868992565d864e;hpb=f12edd687531576f662976ccb4d24a9f5cd42fd9 diff --git a/style.less b/style.less index 622e725..c701f2e 100644 --- a/style.less +++ b/style.less @@ -1,3 +1,8 @@ +// style.less +// Copyright (C) 2011 Jason Woofenden +// Lincensed under CC0 (ie public domain). +// Note that most of Peach CGT is AGPLv3 + @table-width: 1000px; @table-height: 800px; @@ -25,10 +30,11 @@ -moz-box-shadow: @val; } -body { +body, #other_player_url { color: black; background: #ccc; font-size: 11px; + font-weight: normal; margin: 0; padding: 10px; } @@ -63,9 +69,12 @@ h1 { .card { background: #fff; border: 2px solid #fff; + overflow: hidden; .shadow(1px, 1px, 8px, 0.4); &:hover { + height: auto; + min-height: @card-height; z-index: 9999 !important; } .button { @@ -176,3 +185,7 @@ h1 { color: #080; } } + +#copyright { + padding-top: 4px; +}