summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-06-01 01:17:36 -0700
committerArun Persaud <arun@nubati.net>2008-06-01 01:17:36 -0700
commit077ab356084fa26910200f28a9cd44a954f291eb (patch)
treee730e93102b9179b8036b8c1165ec5e1b8e6b07e /css
parent0049ad8507bb304c0f755dd156fd5f3082b1d6b5 (diff)
downloade-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.tar.gz
e-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.tar.bz2
e-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.zip
LAYOUT: moved score table and rules to the top
removed more of the side layout into the top session bar. removed the list of games in a session and have it now accessable via the score table Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r--css/standard006.css (renamed from css/standard005.css)61
1 files changed, 48 insertions, 13 deletions
diff --git a/css/standard005.css b/css/standard006.css
index 24ffb30..5e9b335 100644
--- a/css/standard005.css
+++ b/css/standard006.css
@@ -337,10 +337,53 @@ ul.tricks li div div span.comment span{
border-bottom:1px solid black;
text-align:center;
}
+div.session div.sessionrules {
+ width:19em;
+ float:left ;
+ text-align: left;
+}
+div.session div.sessionscore {
+ width:19em;
+ float:right ;
+ text-align: right;
+}
+div.session div.sessionrules div{
+ display:none;
+ background-color: white;
+ border: 1px solid black;
+ position:absolute;
+ z-index: 30;
+ padding:0.5em;
+}
+div.session div.sessionrules:hover div{
+ display:block;
+}
+div.session div.sessionscore div{
+ position:absolute;
+ width:12em;
+ right:0em;
+ display:none;
+ background-color: white;
+ border: 1px solid black;
+ z-index: 30;
+}
+div.session div.sessionscore:hover div{
+ display:block;
+}
+
+.scoretable{
+ height:20em;
+ overflow: auto;
+}
+table.score {
+ margin:0.5em;
+ width:10em;
+ border-collapse:collapse;
+}
-.gameinfo, .useroptions {
+.gameinfo {
position:absolute;
- top:10em;
+ top:27em;
right:0em;
margin:1em;
margin-top:0em;
@@ -354,7 +397,7 @@ ul.tricks li div div span.comment span{
padding:0.3em;
- background-color: #eee;
+ background-color: #efefef;
}
.usermenu {
@@ -448,15 +491,6 @@ div span img.button {
background-color: #15de26;
}
-.scoretable{
- height:10em;
- overflow: auto;
-}
-table.score {
- width:10em;
- border-collapse:collapse;
-}
-
.bigger {
font-size:larger;
}
@@ -484,4 +518,5 @@ table.stats td, table.stats th {
}
table.stats tr td:last-child, table.stats tr th:last-child { border-right: solid 0 black; }
-table.stats th { border-bottom: solid 0.2em black } \ No newline at end of file
+table.stats th { border-bottom: solid 0.2em black }
+