body { background-color: black; color: white; } .login { border: solid 2px white; background: #555555; position: fixed; top: 0; right:0; } .term { display:block; } .term, .term * { background-color: black; color: white; white-space: pre-wrap; font-family: monospace; border: none; font-size: 1em; } .hidden { display:none; } .term input[type=text], .term input[type=text]:focus { height:1em; width: 78em; margin:0; padding:0; border:none; } .editor { background: #AAAAAA; padding:2em 1em; width: 100%; color: black; height: 24em; } .editor textarea { width: 90%; height: 22em; } form { display: inline; }