2025-05-28 02:10:45 +00:00
|
|
|
/* TAGS */
|
|
|
|
|
|
|
|
|
|
|
|
/* IDs */
|
2025-06-13 01:31:08 +00:00
|
|
|
#ace_settingsmenu, #kbshortcutmenu {
|
|
|
|
background-color: rgba(0, 0, 0, 0.0);
|
|
|
|
color: rgba(255, 255, 255, 1.0);
|
|
|
|
box-shadow: -1px 4px 5px rgba(124, 124, 124, 0.64);
|
|
|
|
padding: 1em 0.5em 2em 1em;
|
|
|
|
overflow: auto;
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 9991;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2025-05-28 02:10:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* CLASSES */
|
|
|
|
.ace_editor, .ace_gutter {
|
|
|
|
background-color: rgba(0, 0, 0, 0.0) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ace_autocomplete {
|
|
|
|
background-color: #25282c !important;
|
2025-06-12 04:02:45 +00:00
|
|
|
}
|
2025-06-12 07:45:17 +00:00
|
|
|
|
2025-06-13 01:31:08 +00:00
|
|
|
.ace_editor.ace_autocomplete {
|
|
|
|
width: 300px;
|
|
|
|
z-index: 200000;
|
|
|
|
border: 1px lightgray solid;
|
|
|
|
position: fixed;
|
|
|
|
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
|
|
|
line-height: 1.4;
|
|
|
|
background-color: rgba(0, 0, 0, 0.0);
|
|
|
|
color: rgba(255, 255, 255, 1.0);
|
|
|
|
}
|
|
|
|
|
2025-06-21 22:04:04 +00:00
|
|
|
.ace_print-margin {
|
|
|
|
background-color: rgba(255, 0, 0, 0.84) !important;
|
|
|
|
}
|
|
|
|
|
2025-06-13 01:31:08 +00:00
|
|
|
.ace_selected {
|
|
|
|
background: rgba(249, 148, 6, 0.64);
|
|
|
|
color: rgba(0, 0, 0, 1.0);
|
|
|
|
/* color: rgba(255, 255, 255, 1.0); */
|
|
|
|
}
|
|
|
|
|
2025-06-12 07:45:17 +00:00
|
|
|
.ace_sb-v,
|
|
|
|
.ace_sb-h {
|
|
|
|
width: 0.8em !important;
|
|
|
|
}
|