You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
674 B
50 lines
674 B
15 years ago
|
body, textarea, input {
|
||
|
font: 12px monospace;
|
||
|
}
|
||
|
body {
|
||
|
background: #eee;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
width: 99%;
|
||
|
height: 400px;
|
||
|
margin: auto;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
width: 99%;
|
||
|
margin: auto;
|
||
|
display: block;
|
||
|
height: 30px;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
.output {
|
||
|
padding: 5px 10px;
|
||
|
margin: 10px .4%;
|
||
|
}
|
||
|
|
||
|
.output, textarea {
|
||
|
-moz-border-radius: 5px;
|
||
|
-webkit-border-radius: 5px;
|
||
|
border-radius: 5px;
|
||
|
border: 1px solid #aaa;
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.help {
|
||
|
width: 33%;
|
||
|
float: left;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
width: 100%;
|
||
|
clear: left;
|
||
|
text-align: center;
|
||
|
color: #aaa;
|
||
|
}
|
||
|
.footer a {
|
||
|
color: #aaa;
|
||
|
}
|