summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-12 07:33:07 +0000
committerarun <arun>2007-04-12 07:33:07 +0000
commit9db97c855d40d089037410aad3595893f68f6d6a (patch)
tree8b1d993b9b4d9df12209a29e041d1429137c5e15 /css
parent616c0a755263d974bf8953d71511a2860a3ff7ae (diff)
downloade-DoKo-9db97c855d40d089037410aad3595893f68f6d6a.tar.gz
e-DoKo-9db97c855d40d089037410aad3595893f68f6d6a.tar.bz2
e-DoKo-9db97c855d40d089037410aad3595893f68f6d6a.zip
poverty should work now! added german card deck, tons of small fixes
Diffstat (limited to 'css')
-rw-r--r--css/standard.css32
1 files changed, 30 insertions, 2 deletions
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