snow10/theme.css

52 lines
456 B
CSS
Executable File

body
{
background-color: #d8d8d8;
color: black;
}
.center
{
text-align: center;
}
#dataArea
{
margin-left: 3em;
margin-right: 3em;
}
#text
{
width: 100%;
max-width: 100%;
min-height: 300px;
}
#one
{
margin-bottom: 1em;
}
.dataItem
{
margin: 1em;
}
footer
{
margin-top: 1em;
margin-bottom: 2em;
}
#copyFeedback
{
margin-top: 1em;
margin-bottom: 1em;
}
#outputDecode, #copyFeedback{
display: none;
}
#outputDecode{
overflow: scroll;
}