summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-04-23 00:06:53 -0700
committerArun Persaud <arun@nubati.net>2010-04-23 00:31:04 -0700
commit85f97815af1237463bc50b766f06b66b0c5ac8c1 (patch)
tree0bf8ec16ad3ae52aad9e2c3a0297dfb47190fcd9 /css
parent14d90c7cf2c71897cf5e27b9de7db1fc81572fb3 (diff)
downloade-DoKo-85f97815af1237463bc50b766f06b66b0c5ac8c1.tar.gz
e-DoKo-85f97815af1237463bc50b766f06b66b0c5ac8c1.tar.bz2
e-DoKo-85f97815af1237463bc50b766f06b66b0c5ac8c1.zip
new user home page with a bit of jquery thrown in
by default only show the active games/sessions and hide all the other games
Diffstat (limited to 'css')
-rw-r--r--css/standard025.css (renamed from css/standard024.css)51
1 files changed, 45 insertions, 6 deletions
diff --git a/css/standard024.css b/css/standard025.css
index ac8aaff..5a5d22f 100644
--- a/css/standard024.css
+++ b/css/standard025.css
@@ -509,7 +509,47 @@ ul.tricks li div div span.comment span{
}
.user { margin-left:25%;margin-right:5%; }
-.user td.usergames { width:50%; }
+
+div.user ul {
+ list-style:none;
+}
+
+div.user ul li {
+ position: relative;
+ padding:3px;
+ margin: 0px;
+ width: 80%;
+ min-height: 1.2em;
+ border-left: 2px solid #babdb6 ;
+ border-right: 2px solid #babdb6 ;
+ border-bottom: 2px solid #babdb6 ;
+}
+
+div.user ul li:first-child {
+ border-top: 2px solid #babdb6 ;
+}
+.gamessession {
+ display:none;
+}
+.link {
+ text-decoration:underline;
+ color: blue;
+}
+
+.user .gameid {
+ float: left;
+ width: 5em;
+}
+.user .turn {
+ padding-left: 1em;
+ float: left;
+ width: 20em;
+}
+.user .gameshidesession {
+ float:right;
+ width: 10em;
+}
+
.wide { margin-left:5%;margin-right:5%; }
.over {
@@ -532,19 +572,18 @@ div span img.tinybutton { width: 1.4em;}
.gamestatuspre {
padding: 0 0.3em;
- background-color: #fd8901;
+ background-color: #f57900;
}
.gamestatusover {
padding:0 0.3em;
- background-color: #f82c20 ;
+ background-color: #e9b96e ;
+ color: #fff;
}
.gamestatusplay {
padding:0 0.3em;
- background-color: #15de26;
+ background-color: #8ae234;
}
-.multi a{ color: #fff;}
-
.bigger{ font-size:larger;}