evo/white.css
2010-04-14 20:08:38 +07:00

74 lines
1,016 B
CSS

*{
color: #000000;
text-align:center;
}
.remark{
font-style:italic;
font-size:small;
}
.margin_remark{
text-align:right;
font-style:italic;
font-size:small;
position:absolute;
left: 80%;
width:15%;
}
#inventory{
text-align:left;
font-size:small;
position:absolute;
right: 80%;
width:15%;
}
h1{
text-align:center;
font-family:Helvetica,Arial,Tahoma,sans-serif;
border-bottom: 1px solid black;
height: 18px;
}
h1 a{
text-decoration: none;
}
h2{
text-align:center;
font-family:Helvetica,Arial,Tahoma,sans-serif;
}
#header{
background: #EEE;
display:inline;
text-align:center;
}
.phantom{
color:transparent;
user-select:none;
}
body {
font-family: serif;
background: #EEE;
font-size: 100%;
padding: 5%;
}
input,select {
border: 1px solid #ccc;
font-family: monospace;
background: #eee;
color: #000;
}
#err { color: #E22; }
#hint {
color: #111111;
font-size: 90%;
display: none;
}
#hint a {
color: #66F;
}
#hint a:visited {
color: #A8A;
}
#loading {
color: #999;
display:none;
}