X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=dba932914144894d18ec88c1bfd6f3155c5eb507;hp=bc3eae3e72d211bb9420fc596eb308a3245e8bff;hb=HEAD;hpb=2931445ceb51e471291c9a8fd90ffa0d67b3d801 diff --git a/style.less b/style.less index bc3eae3..dba9329 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; } @@ -39,6 +45,16 @@ h1 { color: blue; } +#main_header { + margin-bottom: 0px; // no decenders, big font +} + +#main_warning { + color: red; + font-weight: bold; + margin-top: 0px; +} + #table { width: @table-width; height: @table-height; @@ -179,3 +195,7 @@ h1 { color: #080; } } + +#copyright { + padding-top: 4px; +}