2012-05-23 07:46:08 -07:00
|
|
|
html {
|
|
|
|
|
background-color: #C0FFC0;
|
|
|
|
|
color: #101040;
|
2012-06-21 10:46:01 -07:00
|
|
|
font-family: sans-serif;
|
2012-05-23 07:46:08 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2012-06-09 15:22:56 -07:00
|
|
|
|
2012-05-23 07:46:08 -07:00
|
|
|
div.modal {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
2012-06-09 15:22:56 -07:00
|
|
|
|
2012-06-09 21:42:24 -07:00
|
|
|
div.rfloat {
|
|
|
|
|
float: right;
|
|
|
|
|
clear: right;
|
|
|
|
|
margin: 0.2em;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
padding: 0.4em;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-21 16:05:59 -07:00
|
|
|
div.centerb {
|
2012-06-23 17:11:51 -07:00
|
|
|
clear: both;
|
2012-06-21 16:05:59 -07:00
|
|
|
margin: 0.2em;
|
|
|
|
|
padding: 0.4em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-11 12:00:44 -07:00
|
|
|
div.formtable {
|
2012-06-09 15:22:56 -07:00
|
|
|
display: table;
|
|
|
|
|
margin: 1em auto;
|
|
|
|
|
border: 2px solid #101040;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-11 12:00:44 -07:00
|
|
|
div.formtable > div {
|
2012-06-09 15:22:56 -07:00
|
|
|
display: table-row;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-11 12:00:44 -07:00
|
|
|
div.formtable > div > div {
|
2012-06-09 15:22:56 -07:00
|
|
|
display: table-cell;
|
|
|
|
|
padding: 0.4em 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-11 12:00:44 -07:00
|
|
|
div.formtable > div > div:first-child {
|
2012-06-09 15:22:56 -07:00
|
|
|
font-weight: bold;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-18 14:30:05 -07:00
|
|
|
div.formtable > div.tcapt {
|
|
|
|
|
display: table-caption;
|
|
|
|
|
caption-side: top;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0.4em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-09 15:22:56 -07:00
|
|
|
span.ibutton {
|
|
|
|
|
background-color: #D0D0D0;
|
|
|
|
|
border: 2px solid #101040;
|
|
|
|
|
border-radius: 0.3em;
|
2012-06-09 21:42:24 -07:00
|
|
|
padding: 0.2em 0.5em;
|
2012-06-09 15:22:56 -07:00
|
|
|
}
|
2012-06-11 12:00:44 -07:00
|
|
|
|
|
|
|
|
div#register div.formtable span.ibutton {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2012-06-18 16:53:44 -07:00
|
|
|
|
|
|
|
|
div#nogames {
|
|
|
|
|
display: none;
|
2012-06-20 14:11:57 -07:00
|
|
|
margin-top: 2em;
|
2012-06-21 22:15:20 -07:00
|
|
|
margin-bottom: 3em;
|
2012-06-20 14:11:57 -07:00
|
|
|
font-weight: bold;
|
2012-06-18 16:53:44 -07:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2012-06-20 14:11:57 -07:00
|
|
|
|
2012-06-23 17:11:51 -07:00
|
|
|
div#keys {
|
|
|
|
|
display: none;
|
2012-06-23 17:41:27 -07:00
|
|
|
font-size: 12px;
|
2012-06-23 17:11:51 -07:00
|
|
|
}
|
|
|
|
|
|
2012-07-10 08:08:54 -07:00
|
|
|
div#messages {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 10em;
|
2012-07-11 11:10:50 -07:00
|
|
|
overflow-y: auto;
|
2012-07-10 08:08:54 -07:00
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#messages div {
|
|
|
|
|
margin: 0.4em 0.8em;
|
|
|
|
|
padding: 0.4em 0.4em;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 10:43:40 -07:00
|
|
|
div#messages > div:first-child {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 11:10:50 -07:00
|
|
|
div#messages > div.warn {
|
|
|
|
|
background-color: #F0F0C0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-06-20 14:11:57 -07:00
|
|
|
div#debug {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|