haste-server/static/application.css

51 lines
699 B
CSS
Raw Normal View History

2011-11-18 23:23:23 +01:00
body {
background: #002B36;
2011-11-19 06:53:38 +01:00
padding: 20px;
2011-11-18 23:23:23 +01:00
margin: 0px;
}
2011-11-19 00:17:49 +01:00
2011-11-18 23:23:23 +01:00
textarea {
background: transparent;
border: 0px;
color: #fff;
2011-11-19 06:53:38 +01:00
padding: 0px;
2011-11-18 23:23:23 +01:00
width: 100%;
height: 100%;
font-family: monospace;
outline: none;
resize: none;
font-size: 13px;
}
2011-11-19 00:17:49 +01:00
2011-11-18 23:23:23 +01:00
#box {
padding: 0px;
2011-11-21 15:56:33 +01:00
margin: 0px;
2011-11-18 23:23:23 +01:00
width: 100%;
height: 100%;
2011-11-21 15:59:14 +01:00
border: 0px;
outline: none;
2011-11-18 23:23:23 +01:00
}
2011-11-19 00:17:49 +01:00
2011-11-18 23:23:23 +01:00
#box code {
2011-11-19 06:53:38 +01:00
padding: 0px;
2011-11-19 00:17:49 +01:00
background: transparent !important; /* don't hide hastebox */
}
#key {
2011-11-22 02:52:35 +01:00
position: fixed;
2011-11-19 00:17:49 +01:00
top: 20px;
right: 20px;
text-align: right;
z-index: -1000; /* watch out */
color: #999;
font-size: 13px;
font-family: monospace;
2011-11-19 06:30:14 +01:00
line-height: 1.3em;
2011-11-19 00:17:49 +01:00
}
#key em {
display: block;
margin-bottom: 5px;
color: #ccc !important;
2011-11-18 23:23:23 +01:00
}