top:0;
left:3em;
}
-.lastlogin span {
- font-size:smaller;
-}
+.lastlogin span { font-size:smaller;}
.main {
background-color: #fff;
clear:both;
height: 8em;
}
-.footer .right { float:right; font-size:smaller;
-}
-.footer .left { float:left; font-size:smaller;
- }
+.footer .right { float:right; font-size:smaller;}
+.footer .left { float:left; font-size:smaller; }
.status {
position:absolute;
}
/* output possible rules for a new game */
-.rules {
- margin-top:24em;
-}
+.rules { margin-top:24em;}
/* playing cards*/
.card {
text-align:center;
}
-.mycards img {
- height:6em;
-}
+.mycards img { height:6em;}
.exchange {
clear:both;
background-color:yellow;
}
-.exchange img {
- height:6em;
-}
+.exchange img { height:6em;}
.line{
clear:both;
border: 1px solid #000;
z-index: 30;
}
-div.session div.sessionscore:hover div{
- display:block;
-}
-div.session img.rulesicon {
- height: 1em;
-}
+div.session div.sessionscore:hover div{ display:block;}
+div.session img.rulesicon{ height: 1em; }
.scoretable{
height:20em;
background-color: #efe;
}
-.submitbutton:hover {
- background-color:#afa;
-}
+.submitbutton:hover{ background-color:#afa;}
.cardinput {
border: 1px solid #000;
}
-.cardinput img {
- width: 4em;
-}
+.cardinput img { width: 4em;}
-.cardinput:hover{
- background-color:red;
-}
+.cardinput:hover{ background-color:red;}
-div span img.button {
- width: 2em;
-}
+div span img.button { width: 2em;}
.gamestatuspre {
padding: 0 0.3em;
background-color: #15de26;
}
-.multi a{
- color: #fff;
-}
+.multi a{ color: #fff;}
-.bigger {
- font-size:larger;
-}
+.bigger{ font-size:larger;}
caption {
text-align: center;
padding: 0.3em 0.3em 0.45em;
}
+/* the login form */
.login form{
- width: 20em;
+ width: 24em;
margin: 0.5em auto;
padding: 0.5em 0.5em 1.5em;
text-align: center;
}
-.login legend, .login label, .login input{
- padding: 0.5em 0.5em 0.75em;
-}
-
.login fieldset {
border: 2px solid #000;
padding: 0.5em 0.5em 0.75em;
background-color: #eee;
}
-.login .submitbutton {
- background-color: #fff;
-}
+.login label, .login input{ margin: 0.5em 0.5em 0.75em;}
-.login .submitbutton:hover {
- background-color: #aaa;
+.login label{
+ float:left;
+ width:7em;
+ text-align: left;
}
-.login tr.center td{
- text-align: center;
+.login input #email, .login input #password{
+ width:9em;
+ float:right;
}
+
+.login .submitbutton { background-color: #fff;}
+.login .submitbutton:hover { background-color: #aaa;}
<title>e-Doko</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
- <link rel="stylesheet" type="text/css" href="css/standard014.css" />
+ <link rel="stylesheet" type="text/css" href="css/standard015.css" />
<script type="text/javascript" src="include/game.js"> </script>
</head>
<body onload="high_last();">
$done = $done[0];
$avgage = $avgage[0];
-echo "<div class=\"login\">\n";
+echo "\n\n<div class=\"login\">\n";
echo "<p> If you want to play a game of Doppelkopf, you found the right place ;)</p>".
"<p> For more information please visit our <a href=\"$WIKI\">wiki</a>. </p>".
<form action="index.php?action=login" method="post">
<fieldset>
- <table>
- <tr>
- <td><label for="email">Email:</label></td>
- <td><input type="text" class="submitbutton" id="email" name="email" size="20" maxlength="30" /> </td>
- </tr>
- <tr>
- <td><label for="password">Password:</label></td>
- <td><input type="password" class="submitbutton" id="password" name="password" size="20" maxlength="30" /></td>
- </tr>
- <tr class="center">
- <td> <input type="submit" class="submitbutton" name="login" value="login" /></td>
- <td> <input type="submit" class="submitbutton" name="forgot" value="Forgot your password?" /></td>
- </tr>
- </table>
+ <label for="email">Email:</label>
+ <input type="text" id="email" name="email" size="20" maxlength="30" /> <br />
+ <label for="password">Password:</label>
+ <input type="password" id="password" name="password" size="20" maxlength="30" /> <br />
+ <input type="submit" class="submitbutton" name="login" value="login" />
+ <input type="submit" class="submitbutton" name="forgot" value="Forgot your password?" />
</fieldset>
</form>
-
-</div>
\ No newline at end of file
+</div>