78 lines
646 B
CSS
78 lines
646 B
CSS
body
|
|
{
|
|
background-color: white;
|
|
color: black;
|
|
|
|
font-family: 'Verdana', 'Arial', sans-serif;
|
|
font-size: 12pt;
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
.loader
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
|
|
.title
|
|
{
|
|
background-color: black;
|
|
padding: 8px;
|
|
}
|
|
|
|
.title .main
|
|
{
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.title .sub
|
|
{
|
|
color: white;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.quote
|
|
{
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
.container
|
|
{
|
|
padding: 8px;
|
|
}
|
|
|
|
|
|
.header
|
|
{
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
|
|
.mode
|
|
{
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.mode .selection
|
|
{
|
|
margin: 8px;
|
|
}
|
|
|
|
.mode .selection > input
|
|
{
|
|
margin-right: 8px;
|
|
}
|
|
|
|
|
|
.parameter
|
|
{
|
|
margin-bottom: 8px;
|
|
} |