haste-server/static/application.css

51 lines
699 B
CSS
Raw Normal View History

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