/* Browser */
.explode
{
background-color: #FFFFFF;
color: #000000;
}
.explode a
{
text-decoration: none;
color: #4477CC;
}
.explode a:hover
{
color: #003300;
}
.explode hr
{
width: 70%;
color: red;
background-color: lightgray;
height: 5px;
border: solid black 1px;
}
.explode h1, h2, h3, p, div
{
text-align: center;
}
.explode table
{
margin: auto;
}
.explode th
{
background-color: #EECCCC;
text-align: center;
}
.explode td
{
padding-left: 5px;
}
.explode .line1 td
{
background-color: #CCCCEE;
border: solid white 1px;
}
.explode .line1:hover td
{
border: solid grey 1px;
}
.explode .line2 td
{
background-color: #CCFFCC;
border: solid white 1px;
}
.explode .line2:hover td
{
border: solid grey 1px;
}
.explode .info
{
background-color: #DDDDDD;
width: 50%;
margin: auto;
margin-bottom: 5px;
}
.explode .info:hover
{
background-color: #EEEEEE;
}
/* Display */
.display
{
font-familly: monospace;
width: 80%;
border: solid black 1px;
margin: auto;
text-align: left;
padding: 10px;
background-color: #FAF0E0;
}
/* Hash */
.hash
{
width: 30%;
margin: auto;
margin-bottom: 10px;
text-align: left;
}
.hash_s
{
width: 30%;
margin: auto;
margin-bottom: 10px;
text-align: center;
}
.hash_res
{
text-align: left;
}
.hash_res th
{
padding: 5px;
background-color: #FFCCCC;
}
.hash_res td
{
padding: 5px;
}
.hash_res .line1
{
background-color: #DDDDFF;
}
.hash_res .line2
{
background-color: #DDFFDD;
}
/* Other */
.center
{
text-align: center;
}
.center table
{
margin: auto;
}
.left
{
text-align: left;
}
img
{
margin: auto;
}
a img
{
border: none;
}