2013-07-10 09:46:37 +00:00
|
|
|
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
|
|
|
|
|
|
|
body, input, select {
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2013-07-10 12:02:19 +00:00
|
|
|
font-size: 1em;
|
2013-07-10 09:46:37 +00:00
|
|
|
}
|
|
|
|
textarea, pre {
|
|
|
|
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
2013-07-10 12:02:19 +00:00
|
|
|
font-size: 1em;
|
2013-07-10 09:46:37 +00:00
|
|
|
}
|
|
|
|
html, body, form {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
padding: 3em;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
position: absolute;
|
|
|
|
top: 1em;
|
|
|
|
left: 3em;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2013-07-10 12:02:19 +00:00
|
|
|
.linenos {
|
|
|
|
padding-right: .5em;
|
|
|
|
color: #ccc;
|
|
|
|
border-right: #eee 1px solid;
|
|
|
|
}
|
|
|
|
.code {
|
|
|
|
padding-left: .5em;
|
|
|
|
}
|
2013-07-10 09:46:37 +00:00
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea, input {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
background-color: #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 120%;
|
|
|
|
resize: none;
|
2013-07-10 18:20:10 +00:00
|
|
|
border: #ddd 1px solid;
|
2013-07-10 09:46:37 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
2013-07-10 18:20:10 +00:00
|
|
|
form input[type="submit"], form a[role="submit"] {
|
2013-07-10 09:46:37 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2013-07-10 18:20:10 +00:00
|
|
|
form a[role="submit"] {
|
2013-07-10 09:46:37 +00:00
|
|
|
background-color: #fefefe;
|
|
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
|
|
|
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
|
|
|
|
box-shadow: 0 1px 2px 2px #ffffff;
|
|
|
|
color: #666;
|
|
|
|
text-shadow: 0 0 2px #ffffff;
|
2013-07-10 18:20:10 +00:00
|
|
|
border: #ddd 1px solid;
|
2013-07-10 09:46:37 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
border-bottom-width: 4px;
|
|
|
|
font-size: 1em;
|
|
|
|
width: 5em;
|
|
|
|
text-align: center;
|
|
|
|
padding: .4em 0;
|
2013-07-10 18:20:10 +00:00
|
|
|
margin: .4em 0;
|
2013-07-10 09:46:37 +00:00
|
|
|
text-decoration: none;
|
|
|
|
display: none;
|
|
|
|
}
|
2013-07-10 18:20:10 +00:00
|
|
|
form a[role="submit"]:active {
|
2013-07-10 09:46:37 +00:00
|
|
|
box-shadow: 0 0 2px 2px #eee inset;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|