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

68 lines
893 B
CSS
Raw Normal View History

2021-07-20 02:02:14 +00:00
html, body {
height: 100%;
2021-07-21 16:43:14 +00:00
background-color: #333;
2021-07-20 02:02:14 +00:00
}
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
}
2021-07-21 16:43:14 +00:00
footer {
2021-07-22 11:34:17 +00:00
padding: 10px 0;
2021-07-21 16:43:14 +00:00
}
2021-07-20 02:54:16 +00:00
.navbar-brand {
font-size: 26px;
}
2021-07-21 16:43:14 +00:00
.ace_print-margin {
display: none;
}
2021-07-20 02:54:16 +00:00
#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-22 11:34:17 +00:00
#your-name-text {
width: 170px;
}
2021-07-21 01:53:39 +00:00
#your-color-text {
width: 90px;
text-align: center;
}
2021-07-21 16:43:14 +00:00
.jotted-nav {
display: none !important;
}
.jotted-pane {
width: 50% !important;
padding-top: 0 !important;
}
.jotted-pane-css, .jotted-pane-html {
height: 50% !important;
}
.jotted-pane-css {
border-top: 1px solid #ccc !important;
}
2021-07-21 01:53:39 +00:00
#users-list {
color: #777;
font-size: 12px;
2021-07-21 16:43:14 +00:00
}