Coding/BinaryDad.Coding/wwwroot/css/site.css

38 lines
515 B
CSS
Raw Normal View History

2021-07-20 02:02:14 +00:00
html, body {
height: 100%;
}
2021-07-19 00:56:02 +00:00
2021-07-20 02:02:14 +00:00
#editor {
height: 600px;
2021-07-19 00:56:02 +00:00
}
2021-07-20 02:54:16 +00:00
textarea, .navbar-brand {
2021-07-19 02:17:18 +00:00
font-family: 'Roboto Mono', monospace;
2021-07-20 02:54:16 +00:00
}
.navbar-brand {
font-size: 26px;
}
#live-mode-status {
display: none;
2021-07-20 03:43:01 +00:00
font-size: 13px;
text-align: right;
padding: 4px 10px 0;
line-height: 18px;
2021-07-20 02:54:16 +00:00
}
2021-07-21 01:53:39 +00:00
2021-07-21 15:00:05 +00:00
#your-name-text, #your-color-text {
font-weight: bold;
}
2021-07-21 01:53:39 +00:00
#your-color-text {
width: 90px;
text-align: center;
}
#users-list {
color: #777;
font-size: 12px;
margin-top: 10px;
}