2009-12-21 01:09:09 +00:00
|
|
|
body {
|
|
|
|
background-color:#eee;
|
|
|
|
font-size:12px;
|
|
|
|
font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
|
|
|
|
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
/*text-decoration:none;*/
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color:#000;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
background-color:#ddd;
|
2009-12-21 18:14:39 +00:00
|
|
|
font-size:120%;
|
2009-12-21 01:09:09 +00:00
|
|
|
padding:5px;
|
|
|
|
}
|
|
|
|
|
2009-12-21 19:56:53 +00:00
|
|
|
h2 {
|
|
|
|
background-color:#ddd;
|
|
|
|
font-size:110%;
|
|
|
|
padding:5px;
|
|
|
|
}
|
|
|
|
|
2009-12-21 01:09:09 +00:00
|
|
|
table {
|
|
|
|
text-align:center;
|
|
|
|
border:0;
|
|
|
|
background-color:#ddd;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
thead{
|
|
|
|
font-size:90%;
|
|
|
|
color:#555;
|
|
|
|
background-color:#ccc;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
border:0;
|
|
|
|
padding:2px;
|
|
|
|
padding-left:10px;
|
|
|
|
padding-right:10px;
|
2009-12-21 18:14:39 +00:00
|
|
|
margin-left:20px;
|
2009-12-21 01:09:09 +00:00
|
|
|
background-color:#ddd;
|
|
|
|
}
|
|
|
|
td:hover {
|
|
|
|
background-color:#ccc;
|
|
|
|
}
|
|
|
|
tr {
|
|
|
|
border:0;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
color: #111;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2009-12-21 18:14:39 +00:00
|
|
|
.toggle {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cache {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fluid {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-12-21 19:56:53 +00:00
|
|
|
|
|
|
|
.rules {
|
|
|
|
width: 60em;
|
|
|
|
text-align: left;
|
2010-01-08 02:33:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img.thumb {
|
|
|
|
display: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.thumb {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|