Newton_Editor/user_config/usr/share/newton/context_path/resources/css/newton/main.css

198 lines
3.4 KiB
CSS

/* IDs */
#editor,
#preview-editor {
background-color: #00000000;
}
#editor {
background-color: #00000000;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#status-bar {
margin: 0;
padding: 0;
position: absolute;
left: 2.8em;
right: 0.5em;
bottom: 1em;
height: 10px;
color: gray;
}
#ace_settingsmenu, #kbshortcutmenu, controls {
background-color: #00000000;
color: #ffffff;
}
#preview-editor {
height: -webkit-fill-available;
width: -webkit-fill-available;
max-height: calc(100% - 200px);
}
#buffers-selection {
max-height: 565px;
min-height: 565px;
overflow-y: auto;
}
#bottom-gutter {
/*position: fixed;*/
bottom: 0px;
}
/* CLASSES */
.popover * {
background: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1);
}
.popover {
background: rgba(39, 43, 52, 0.64);
max-width: 80%;
width: 80%;
transform: translate(0px, 0px) !important;
margin: auto 12% !important;
}
.sr-input-expand {
width: 100%;
}
.line-height-32px {
line-height: 32px;
}
.margin-tb-1em {
margin-top: 1em;
margin-bottom: 1em;
}
.width-8em {
width: 8em;
}
.max-height-800 {
max-height: 800px;
}
.margin-bottom-neg-200 {
margin-bottom: -200px;
}
.ace_status-indicator {
color: gray;
position: absolute;
right: 0;
border-left: 1px solid;
}
.nav-tabs {
display: list-item;
overflow: auto;
white-space: nowrap;
padding-bottom: 0.6em;
border-bottom-color: #00000000;
}
.tab {
display: inline-block;
clear: both;
margin-right: 0.5em;
padding-left: 1em;
padding-right: 0.5em;
cursor: pointer;
}
.active-tab {
background-color: rgba(255, 255, 255, 0.46);
color: rgba(255, 255, 255, 0.8);
}
.file-name,
.bi bi-x-square {
z-index: -1;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.close-button {
background: rgba(116, 0, 0, 0.64);
}
.close-button:hover {
background: rgba(256, 0, 0, 0.64);
}
.scroller {
-webkit-scrollbar-color: #00000084 #ffffff64;
-webkit-scrollbar-width: thin;
scrollbar-color: #00000084 #ffffff64;
scrollbar-width: thin;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.page-alert-zone-container {
position: sticky;
top: 0em;
z-index: 2;
}
.float-right {
float: right;
text-align: right;
font-size: initial;
}
.searching,
.search-success,
.search-fail {
border-style: solid;
color: rgba(125, 125, 125, 1) !important;
}
.searching {
border-color: rgba(0, 225, 225, 0.64) !important;
}
.search-success {
background: rgba(136, 204, 39, 0.12) !important;
border-color: rgba(136, 204, 39, 1) !important;
}
.search-fail {
background: rgba(170, 18, 18, 0.12) !important;
border-color: rgba(200, 18, 18, 1) !important;
}
/* Other message text colors */
.error { color: rgb(170, 18, 18); }
.warning { color: rgb(255, 168, 0); }
.success { color: rgb(136, 204, 39); }