diff options
author | Arun Persaud <arun@nubati.net> | 2010-09-21 20:34:30 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-09-21 20:34:30 -0700 |
commit | 21f25368b52c73be131cf3ad2d0cb7d1a567eb2a (patch) | |
tree | 951d528593d1c6a797633d8d98b5ce59acc32317 /css | |
parent | bbd5682c50f3bba8b7eb199392eaf0e0c0ff7c19 (diff) | |
parent | f94dd2d6d58f37306d1da0f6bb12f5276883cd6b (diff) | |
download | e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.gz e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.bz2 e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'css')
-rw-r--r-- | css/standard028.css (renamed from css/standard025.css) | 49 |
1 files changed, 42 insertions, 7 deletions
diff --git a/css/standard025.css b/css/standard028.css index 5a5d22f..bd34cb3 100644 --- a/css/standard025.css +++ b/css/standard028.css @@ -531,10 +531,6 @@ div.user ul li:first-child { .gamessession { display:none; } -.link { - text-decoration:underline; - color: blue; -} .user .gameid { float: left; @@ -542,10 +538,14 @@ div.user ul li:first-child { } .user .turn { padding-left: 1em; - float: left; width: 20em; } + .user .gameshidesession { + display: none; +} + +.user .gameshidesession , .user .gamesshowsession { float:right; width: 10em; } @@ -596,7 +596,7 @@ caption { margin-bottom: 0; } -table.stats { +table.stats { margin: 0.5em 1em; border: solid 0.2em #aeaeae; -moz-border-radius: 0.5em ; @@ -698,7 +698,7 @@ table.openid td, table.openid th{ background-color: #fc3; } -div.table div img.gravatar, img.gravatar { +div.table div img.gravatar, img.gravatar { width: 4em; height: 4em; border: 3px solid #aaa; @@ -707,3 +707,38 @@ div.table div img.gravatar, img.gravatar { .highcall { background-color: #fc3; } + +.about { + margin-left: 20%; + margin-right: 20%; + padding-top: 10%; +} + +.about ul { + margin-left: 2em; +} + +.about div { + width:12em; + height: 6em; + margin: 2em; + padding: 1em; + float:left; + border: 1px solid black; +} + +.about .code { + background-color: #729fcf; +} +.about .database { + background-color: #8ae234; +} +.about .graphics { + background-color: #e9b96e; +} +.about .translation { + background-color: #fce94f; +} + + + |