From 9db97c855d40d089037410aad3595893f68f6d6a Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 12 Apr 2007 07:33:07 +0000 Subject: poverty should work now! added german card deck, tons of small fixes --- css/standard.css | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'css/standard.css') diff --git a/css/standard.css b/css/standard.css index c1ec28b..ca170e0 100644 --- a/css/standard.css +++ b/css/standard.css @@ -223,6 +223,18 @@ ul.tricks li div div.card3 span{ height:6em; } +.exchange { + clear:both; + margin:0; + padding:0; + border:1px solid red; + background-color:yellow; +} + +.exchange img { + height:6em; +} + .line{ clear:both; border-top:2px solid gray; @@ -233,7 +245,8 @@ ul.tricks li div div.card3 span{ .ruleset { position:absolute; - top:7.5em; + top:17.5em; +// top:7.5em; border:2px solid gray; padding:0.3em; margin:0; @@ -247,7 +260,8 @@ ul.tricks li div div.card3 span{ .bug { position:absolute; - top:14.5em; + top:24.5em; +// top:14.5em; width:10em; border:2px solid gray; padding-top:0.5em; @@ -266,4 +280,18 @@ ul.tricks li div div.card3 span{ .submitbutton:hover { background-color:#afa; +} + +.useroptions{ + float:right; + padding-left:0.3em; + border-left: 1px solid #aaa; + border-bottom: 1px solid #aaa; +} +.useroptions h4 { + margin:0.1em; + margin-left:0em; + padding:0.1em; + padding-left:0em; + text-aling:left; } \ No newline at end of file -- cgit v1.2.3-18-g5258