shrub/main/app/terminal/hymn/style.css

55 lines
821 B
CSS
Raw Normal View History

2014-10-14 00:00:28 +04:00
html {
font-size: 14px;
}
body {
margin: 2rem;
line-height: 1.4rem;
}
body,
span,
pre,
textarea,
input {
font-family: 'source-code-pro', monospace;
font-size: 1rem;
background-color: #000;
color: #fff;
}
button {
border: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: .8rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #000;
background-color: #fff;
padding: 1rem;
}
2014-10-25 00:08:19 +04:00
#prom-cont,
.prom {
2014-10-14 00:00:28 +04:00
display: block;
position:relative;
2014-10-25 00:08:19 +04:00
left: 1rem;
2014-10-14 00:00:28 +04:00
}
textarea,
#prom-size {
min-height: 24px;
box-sizing: border-box;
overflow: hidden;
width: 100%;
}
textarea {
height: 100%;
border: 0;
outline: none;
position: absolute;
resize: none;
}
#prom-size {
visibility: hidden;
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}