summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
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;
+}
+
+
+