Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Evelution skin */
/* Special configuration, disabling of color management etc. */
/*.color-modes .cpe-floating-button.page-side-tool,
.styles .cpe-floating-button.page-side-tool,
.color-modes .cpe-floating-button.page-side-tool,
*/
/* Remove accent button */
.cpe-floating-button.accent-toggle.page-side-tool,
/* Remove contrast button */
.cpe-floating-button.contrast-modes.page-side-tool,
/* Remove color mode button */
.cpe-floating-button.color-modes.page-side-tool,
/* Remove visual styles button */
.cpe-floating-button.styles.page-side-tool,
/* Remove color button*/
.cpe-floating-button.colors.page-side-tool,
/* Remove theme selection button*/
.cpe-floating-button.themes.page-side-tool,
.cpe-floating-button.font-toggle.page-side-tool
{
display:none;
}
.logo-container
{
display:none;
}
/*
.accent-toggle .cpe-floating-button.page-side-tool,
.colors .cpe-floating-button.page-side-tool,
.contrast-modes .cpe-floating-button.page-side-tool,
.themes .cpe-floating-button.page-side-tool
*/
[visualtheme="standard"] body {
--dropdown-opacity:0.6;
}
.messagebox {
background-color:var(--canvas-background-color);
color:var(--canvas-foreground-color)!important /* Override Inline Style */
}
.messagebox a,
.messagebox a:visited {
color:rgba(var(--canvas-alternative-foreground-color-rgb),0.8);
}
.messagebox a:hover,
.messagebox a:visited:hover {
color:var(--canvas-alternative-foreground-color);
}
/* Community Theme */
{
--desktop-background-image:/resources/assets/Science_Menu_Background.png;
--desktop-background-image-filter:opacity(83%);
--desktop-background-image-blend-mode:normal;
--desktop-background-color:#c8c8cd;
--desktop-text-background-color:#2d383a;
--desktop-background-horizontal-alignment:center;
--desktop-background-vertical-alignment:center;
--desktop-background-size:full;
--desktop-background-no-horizontal-tiling:false;
--desktop-background-no-vertical-tiling:false;
--canvas-background-color:#ffffff;
--canvas-secondary-background-color:auto;
--inactive-text-background-color:#c8c8cd;
--active-text-background-color:#c62d42;
--canvas-text-background-color:#2d383a;
--canvas-text-secondary-background-color:auto;
--highlight-background-color:#93ccea;
--highlight-text-background-color:auto;
--hyperlink-background-color:#1560bd;
--visited-hyperlink-background-color:#733380;
--active-title-background-color:#00755e;
--active-title-text-background-color:auto;
--inactive-title-background-color:#01786f;
--inactive-title-text-background-color:auto;
--custom-sans-serif-font:Roboto Flex;
--custom-serif-font:Roboto Serif;
--custom-rounded-font:Rubik;
--custom-monospace-font:Inconsolata;
--border-radius:5px;
--icon-filter:opacity(1);
--icon-filter-hover:opacity(0.8);
--icon-filter-duration:300ms;
--icon-filter-delay:0ms;
--system-acryllic-opacity:0.55;
--system-generic-color-hue-shift:0;
--system-generic-color-saturation:100%;
--system-icon-style:round;
}
/* Community Theme */
.theme-A.colorscheme-light.visualcolors-standard {
--desktop-background-image:/resources/assets/Science_Menu_Background.png;
--desktop-background-image-filter:opacity(83%);
--desktop-background-image-blend-mode:normal;
--desktop-background-color:#c8c8cd;
--desktop-text-background-color:#2d383a;
--desktop-background-horizontal-alignment:center;
--desktop-background-vertical-alignment:center;
--desktop-background-size:full;
--desktop-background-no-horizontal-tiling:false;
--desktop-background-no-vertical-tiling:false;
--canvas-background-color:#ffffff;
--canvas-secondary-background-color:auto;
--inactive-text-background-color:#c8c8cd;
--active-text-background-color:#c62d42;
--canvas-text-background-color:#2d383a;
--canvas-text-secondary-background-color:auto;
--highlight-background-color:#93ccea;
--highlight-text-background-color:auto;
--hyperlink-background-color:#1560bd;
--visited-hyperlink-background-color:#733380;
--active-title-background-color:#00755e;
--active-title-text-background-color:auto;
--inactive-title-background-color:#01786f;
--inactive-title-text-background-color:auto;
--custom-sans-serif-font:Roboto Flex;
--custom-serif-font:Roboto Serif;
--custom-rounded-font:Rubik;
--custom-monospace-font:Inconsolata;
--border-radius:5px;
--icon-filter:opacity(1);
--icon-filter-hover:opacity(0.8);
--icon-filter-duration:300ms;
--icon-filter-delay:0ms;
--system-acryllic-opacity:0.55;
--system-generic-color-hue-shift:0;
--system-generic-color-saturation:100%;
--system-icon-style:round;
}