SM Custom CSS
Sitemanager by robotmargie
Details
Authorrobotmargie
LicenseNo License
CategoryCSS
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sitemanager
@version 20230327.09.53
@namespace userstyles.world/user/robotmargie
@description SM Custom CSS
@author robotmargie
@license No License
==/UserStyle== */
@-moz-document domain("sitemn.gr"), domain("cloud.sitemn.gr") {
.modal-dialog-css {
width: 55vw;
max-width: 55vw;
}
[id^="insideCode"] {
margin-top: 20px;
background-color: #44475a;
border: 1px solid #44475a;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 0 5px;
}
.CodeWrapItem {
border: 1px solid #44475a;
border-top: 0;
margin-top: 0 !important;
padding-top: 0.25rem;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ace-editor {
font-size: 17px !important;
}
.ace-monokai {
background-color: #0c0c01;
color: #ebede8;
}
.ace-monokai .ace_string {
color: #ffb380;
}
.ace-monokai .ace_storage.ace_type {
color: #00fbb9;
opacity: .9;
}
.ace-monokai .ace_entity.ace_name.ace_function {
color: #ffbf00;
}
.ace-monokai .ace_variable {
color: #ffbf00;
}
.ace-monokai .ace_entity.ace_other, .ace-monokai .ace_entity.ace_other.ace_attribute-name {
color: #a0c4ff;
}
.ace-monokai.editor_css .ace_string {
color: #00fbb9;
opacity: .9;
}
.ace-monokai.editor_css .ace_support.ace_type {
color: #ffb380;
}
nav.navbar .d-sm-block > .btn-togglehelpcenter,
nav.navbar .d-sm-block > .s-apopuplink {
display: none;
}
#hubspot-messages-iframe-container.widget-align-right {
display: none !important;
}
#sm-design-tooltip svg {
width: auto;
}
.ytp-caption-segment {
color: rgba(255, 255, 255, 0.75) !important;
}
#cky-consent,
#hubspot-messages-iframe-container {
display: none !important;
}
.editor_css.ace_editor {
height: 1024px;
}
}