mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 04:16:02 +00:00
Merge pull request #2758 from overleaf/sk-as-spd-remove-sl-css
Remove SL only styling variables GitOrigin-RevId: 6673da6a0d6a9c0bd8f55fc4acbaf42d3e5cb7dd
This commit is contained in:
parent
7658a515ba
commit
25ac89d8b0
6 changed files with 1077 additions and 1455 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,409 +0,0 @@
|
|||
@import './_common-variables.less';
|
||||
|
||||
@font-family-sans-serif: 'Lato', sans-serif;
|
||||
|
||||
@header-height: 68px;
|
||||
@footer-height: 50px;
|
||||
|
||||
// Styleguide colors
|
||||
@ol-blue-gray-0: #f4f5f8;
|
||||
@ol-blue-gray-1: #e4e8ee;
|
||||
@ol-blue-gray-2: #9da7b7;
|
||||
@ol-blue-gray-3: #5d6879;
|
||||
@ol-blue-gray-4: #455265;
|
||||
@ol-blue-gray-5: #2c3645;
|
||||
@ol-blue-gray-6: #1e2530;
|
||||
|
||||
@ol-green: #138a07;
|
||||
@ol-type-green: #0f7a06;
|
||||
@ol-dark-green: #004a0e;
|
||||
@ol-blue: #3e70bb;
|
||||
@ol-dark-blue: #2857a1;
|
||||
@ol-red: #c9453e;
|
||||
@ol-dark-red: #a6312b;
|
||||
|
||||
@foo-color: @ol-blue;
|
||||
|
||||
@ol-type-color: @ol-blue-gray-3;
|
||||
@accent-color-primary: @ol-green;
|
||||
@accent-color-secondary: @ol-dark-green;
|
||||
|
||||
// Navbar customization
|
||||
@navbar-title-color: @ol-blue-gray-1;
|
||||
@navbar-title-color-hover: @ol-blue-gray-2;
|
||||
@navbar-brand-width: 130px;
|
||||
@navbar-default-color: #fff;
|
||||
@navbar-default-bg: @ol-blue-gray-6;
|
||||
@navbar-default-border: transparent;
|
||||
@navbar-brand-image-url: url(/img/ol-brand/overleaf-white.svg);
|
||||
@navbar-default-link-bg: transparent;
|
||||
@nav-pills-active-link-hover-bg: @ol-dark-green;
|
||||
@nav-pills-link-color: @btn-default-bg;
|
||||
@nav-pills-link-hover-bg: darken(
|
||||
@ol-blue-gray-4,
|
||||
8%
|
||||
); // match button-variant mixin
|
||||
|
||||
// Backgrounds
|
||||
@body-bg: #fff;
|
||||
@content-alt-bg-color: @ol-blue-gray-0;
|
||||
|
||||
// Border
|
||||
@border-color-base: @ol-blue-gray-2;
|
||||
|
||||
// Typography
|
||||
@text-small-color: @ol-type-color;
|
||||
@text-color: @ol-type-color;
|
||||
@link-color: @ol-blue;
|
||||
@link-color-alt: @ol-type-green;
|
||||
@link-active-color: @ol-dark-green;
|
||||
@link-hover-color: @ol-dark-blue;
|
||||
@link-hover-color-alt: @ol-dark-green;
|
||||
@hr-border: @ol-blue-gray-1;
|
||||
@hr-border-alt: @gray-lighter;
|
||||
@blockquote-small-color: @ol-blue-gray-3;
|
||||
|
||||
// Button colors and sizing
|
||||
@btn-border-width: 0;
|
||||
@btn-border-bottom-width: 0;
|
||||
|
||||
@btn-border-radius-large: 9999px;
|
||||
@btn-border-radius-base: 9999px;
|
||||
@btn-border-radius-small: 9999px;
|
||||
|
||||
@btn-default-color: #fff;
|
||||
@btn-default-bg: @ol-blue-gray-4;
|
||||
@btn-default-border: transparent;
|
||||
|
||||
@btn-primary-color: #fff;
|
||||
@btn-primary-bg: @ol-green;
|
||||
@btn-primary-border: transparent;
|
||||
|
||||
@btn-success-color: #fff;
|
||||
@btn-success-bg: @ol-green;
|
||||
@btn-success-border: transparent;
|
||||
|
||||
@btn-info-color: #fff;
|
||||
@btn-info-bg: @ol-blue;
|
||||
@btn-info-border: transparent;
|
||||
|
||||
@btn-switch-color: @ol-blue-gray-4;
|
||||
@btn-switch-hover-color: darken(@ol-blue-gray-4, 8%);
|
||||
|
||||
// Padding
|
||||
@padding-xs-horizontal: 8px;
|
||||
|
||||
// Alerts
|
||||
@alert-padding: 15px;
|
||||
@alert-border-radius: @border-radius-base;
|
||||
@alert-link-font-weight: bold;
|
||||
|
||||
@alert-success-bg: @brand-success;
|
||||
@alert-success-text: #fff;
|
||||
@alert-success-border: transparent;
|
||||
|
||||
@alert-info-bg: @brand-info;
|
||||
@alert-info-text: #fff;
|
||||
@alert-info-border: transparent;
|
||||
|
||||
@alert-warning-bg: @brand-warning;
|
||||
@alert-warning-text: #fff;
|
||||
@alert-warning-border: transparent;
|
||||
|
||||
@alert-danger-bg: @brand-danger;
|
||||
@alert-danger-text: #fff;
|
||||
@alert-danger-border: transparent;
|
||||
|
||||
@alert-alt-bg: @ol-blue-gray-1;
|
||||
@alert-alt-text: @ol-type-color;
|
||||
@alert-alt-border: transparent;
|
||||
|
||||
// Tags
|
||||
@tag-border-radius: 9999px;
|
||||
@tag-color: @ol-blue-gray-4;
|
||||
@tag-bg-color: @ol-blue-gray-1;
|
||||
@tag-bg-hover-color: darken(@ol-blue-gray-1, 5%);
|
||||
@tag-top-adjustment: 2px;
|
||||
@labels-font-size: 85%;
|
||||
|
||||
// Navbar
|
||||
@grid-float-breakpoint: @screen-md-min;
|
||||
@navbar-default-padding-v: (@grid-gutter-width / 2);
|
||||
@navbar-default-padding-h: 10px;
|
||||
@navbar-default-padding: @navbar-default-padding-v @navbar-default-padding-h;
|
||||
@navbar-default-link-color: #fff;
|
||||
@navbar-default-link-border-color: @navbar-default-link-color;
|
||||
@navbar-default-link-hover-bg: @ol-green;
|
||||
@navbar-default-link-active-bg: @ol-green;
|
||||
@navbar-default-link-hover-color: @ol-green;
|
||||
@navbar-btn-font-size: @font-size-base;
|
||||
@navbar-btn-border-radius: @btn-border-radius-base;
|
||||
@navbar-btn-font-weight: 400;
|
||||
@navbar-btn-padding: (@padding-base-vertical - 1) @padding-base-horizontal
|
||||
@padding-base-vertical;
|
||||
@navbar-btn-line-height: @line-height-base;
|
||||
|
||||
@navbar-subdued-color: #fff;
|
||||
@navbar-subdued-padding: (@padding-base-vertical + 1)
|
||||
(@padding-base-horizontal + 1) (@padding-base-vertical + 2);
|
||||
@navbar-subdued-hover-bg: #fff;
|
||||
@navbar-subdued-hover-color: @ol-green;
|
||||
|
||||
@dropdown-divider-margin: 6px;
|
||||
@dropdown-item-padding: 4px 20px;
|
||||
|
||||
// Forms
|
||||
@input-color: @ol-blue-gray-3;
|
||||
@input-border-radius: unit(@line-height-base, em);
|
||||
@input-height-base: @line-height-computed + (@padding-base-vertical * 2) - 1;
|
||||
// TODO Warning color-orange?
|
||||
@btn-warning-color: #fff;
|
||||
@btn-warning-bg: @ol-red;
|
||||
@btn-warning-border: transparent;
|
||||
|
||||
@btn-danger-color: #fff;
|
||||
@btn-danger-bg: @ol-red;
|
||||
@btn-danger-border: transparent;
|
||||
|
||||
// Cards
|
||||
@card-box-shadow: none;
|
||||
|
||||
// Sidebar
|
||||
@sidebar-bg: @ol-blue-gray-5;
|
||||
@sidebar-color: @ol-blue-gray-2;
|
||||
@sidebar-link-color: #fff;
|
||||
@sidebar-active-border-radius: 0;
|
||||
@sidebar-active-bg: @ol-blue-gray-6;
|
||||
@sidebar-active-color: #fff;
|
||||
@sidebar-active-font-weight: 700;
|
||||
@sidebar-hover-bg: @ol-blue-gray-4;
|
||||
@sidebar-hover-text-decoration: none;
|
||||
@v2-dash-pane-bg: @ol-blue-gray-4;
|
||||
@v2-dash-pane-link-color: #fff;
|
||||
@v2-dash-pane-color: #fff;
|
||||
@v2-dash-pane-toggle-color: #fff;
|
||||
@v2-dash-pane-btn-bg: @ol-blue-gray-5;
|
||||
@v2-dash-pane-btn-hover-bg: @ol-blue-gray-6;
|
||||
|
||||
@folders-menu-margin: 0 - (@grid-gutter-width / 2);
|
||||
@folders-menu-line-height: @structured-list-line-height;
|
||||
@folders-menu-item-v-padding: (@line-height-computed / 4);
|
||||
@folders-menu-item-h-padding: (@grid-gutter-width / 2);
|
||||
@folders-menu-tooltip-bg: @ol-blue;
|
||||
@folders-title-padding: @folders-menu-item-v-padding 0;
|
||||
@folders-title-margin-top: 0;
|
||||
@folders-title-margin-bottom: 0;
|
||||
@folders-title-font-weight: normal;
|
||||
@folders-title-font-size: @font-size-small;
|
||||
@folders-title-color: @ol-blue-gray-2;
|
||||
@folders-title-text-transform: uppercase;
|
||||
@folders-tag-display: block;
|
||||
@folders-tag-line-height: 1.4;
|
||||
@folders-tag-padding: @folders-menu-item-v-padding 20px
|
||||
@folders-menu-item-v-padding @folders-menu-item-h-padding;
|
||||
@folders-tag-menu-color: #fff;
|
||||
@folders-tag-hover: @sidebar-hover-bg;
|
||||
@folders-tag-border-color: @folders-tag-menu-color;
|
||||
@folders-tag-menu-hover: rgba(0, 0, 0, 0.1);
|
||||
@folders-tag-menu-active-hover: rgba(0, 0, 0, 0.1);
|
||||
|
||||
// Portal
|
||||
@btn-portal-width: 200px;
|
||||
|
||||
// Project table
|
||||
@structured-list-line-height: 2.5;
|
||||
@structured-list-link-color: @ol-blue;
|
||||
@structured-header-border-color: shade(@ol-blue-gray-1, 5%);
|
||||
@structured-list-border-color: @ol-blue-gray-1;
|
||||
@structured-list-hover-color: lighten(@ol-blue-gray-1, 5%);
|
||||
|
||||
// Progress bars
|
||||
@progress-border-radius: @line-height-computed;
|
||||
@progress-border-width: 0;
|
||||
@progress-bar-bg: @ol-blue-gray-4;
|
||||
@progress-bar-success-bg: @ol-green;
|
||||
@progress-bar-warning-bg: @brand-warning;
|
||||
@progress-bar-danger-bg: @ol-red;
|
||||
@progress-bar-info-bg: @ol-blue;
|
||||
@progress-bar-shadow: none;
|
||||
|
||||
// Footer
|
||||
@footer-bg-color: #fff;
|
||||
@footer-link-color: @link-color-alt;
|
||||
@footer-link-hover-color: @link-hover-color-alt;
|
||||
@footer-padding: 2em 0;
|
||||
|
||||
// Editor header
|
||||
@toolbar-header-bg-color: @ol-blue-gray-6;
|
||||
@toolbar-header-shadow: none;
|
||||
@toolbar-header-branded-btn-bg-color: transparent;
|
||||
@toolbar-btn-color: #fff;
|
||||
@toolbar-btn-hover-color: #fff;
|
||||
@toolbar-btn-hover-bg-color: @ol-blue-gray-5;
|
||||
@toolbar-btn-hover-text-shadow: none;
|
||||
@toolbar-btn-active-color: #fff;
|
||||
@toolbar-btn-active-bg-color: @ol-green;
|
||||
@toolbar-btn-active-shadow: none;
|
||||
@toolbar-border-color: @ol-blue-gray-5;
|
||||
@toolbar-header-btn-border-color: @toolbar-border-color;
|
||||
@toolbar-alt-bg-color: @ol-blue-gray-5;
|
||||
@toolbar-icon-btn-color: #fff;
|
||||
@toolbar-icon-btn-hover-color: #fff;
|
||||
@toolbar-icon-btn-hover-shadow: none;
|
||||
@toolbar-border-bottom: 1px solid @toolbar-border-color;
|
||||
@toolbar-icon-btn-hover-boxshadow: none;
|
||||
@toolbar-font-size: 13px;
|
||||
@project-name-color: @ol-blue-gray-2;
|
||||
@project-rename-link-color: @ol-blue-gray-2;
|
||||
@project-rename-link-color-hover: @ol-blue-gray-1;
|
||||
@global-alerts-padding: 7px;
|
||||
|
||||
// Editor file-tree
|
||||
@file-tree-bg: @ol-blue-gray-4;
|
||||
@file-tree-line-height: 2.05;
|
||||
@file-tree-item-color: #fff;
|
||||
@file-tree-item-focus-color: @file-tree-item-color;
|
||||
@file-tree-item-focus-selected-color: @file-tree-item-color;
|
||||
@file-tree-item-selected-color: @file-tree-item-color;
|
||||
@file-tree-item-input-color: @ol-blue-gray-5;
|
||||
@file-tree-item-toggle-color: @ol-blue-gray-2;
|
||||
@file-tree-item-icon-color: @ol-blue-gray-2;
|
||||
@file-tree-item-folder-color: @ol-blue-gray-2;
|
||||
@file-tree-item-hover-bg: @ol-blue-gray-5;
|
||||
@file-tree-item-selected-bg: @ol-green;
|
||||
@file-tree-multiselect-bg: @ol-blue;
|
||||
@file-tree-multiselect-hover-bg: @ol-dark-blue;
|
||||
@file-tree-droppable-bg-color: @ol-blue-gray-2;
|
||||
|
||||
// Editor resizers
|
||||
@editor-resizer-bg-color: @ol-blue-gray-5;
|
||||
@editor-resizer-bg-color-dragging: @ol-blue-gray-5;
|
||||
@editor-toggler-bg-color: darken(@ol-blue-gray-2, 15%);
|
||||
@editor-toggler-hover-bg-color: @ol-green;
|
||||
@synctex-controls-z-index: 6;
|
||||
@synctex-controls-padding: 0;
|
||||
@editor-border-color: @ol-blue-gray-5;
|
||||
|
||||
// Editor toolbar
|
||||
@editor-toolbar-bg: @ol-blue-gray-5;
|
||||
|
||||
// Toggle switch
|
||||
@toggle-switch-bg: @ol-blue-gray-1;
|
||||
@toggle-switch-highlight-color: @ol-green;
|
||||
@toggle-switch-radius-left: @btn-border-radius-base 0 0 @btn-border-radius-base;
|
||||
@toggle-switch-radius-right: 0 @btn-border-radius-base @btn-border-radius-base 0;
|
||||
|
||||
// Formatting buttons
|
||||
@formatting-btn-color: #fff;
|
||||
@formatting-btn-bg: @ol-blue-gray-5;
|
||||
@formatting-btn-border: @ol-blue-gray-4;
|
||||
@formatting-menu-bg: @ol-blue-gray-5;
|
||||
|
||||
// Chat
|
||||
@chat-bg: @ol-blue-gray-5;
|
||||
@chat-message-color: #fff;
|
||||
@chat-message-name-color: #fff;
|
||||
@chat-message-date-color: @ol-blue-gray-2;
|
||||
@chat-message-box-shadow: none;
|
||||
@chat-message-padding: 5px 10px;
|
||||
@chat-message-border-radius: @border-radius-large;
|
||||
@chat-message-weight: bold;
|
||||
@chat-new-message-bg: @ol-blue-gray-4;
|
||||
@chat-new-message-textarea-bg: @ol-blue-gray-1;
|
||||
@chat-new-message-textarea-color: @ol-blue-gray-6;
|
||||
@chat-new-message-border-color: @editor-border-color;
|
||||
|
||||
// Pagination
|
||||
@pagination-active-bg: @ol-dark-green;
|
||||
@pagination-active-border: @gray-lighter;
|
||||
@pagination-active-color: #fff;
|
||||
@pagination-bg: #fff;
|
||||
@pagination-border: @gray-lighter;
|
||||
@pagination-color: @ol-dark-green;
|
||||
@pagination-disabled-color: @gray-dark;
|
||||
@pagination-disabled-bg: @gray-lightest;
|
||||
@pagination-disabled-border: @gray-lighter;
|
||||
@pagination-hover-color: @ol-dark-green;
|
||||
@pagination-hover-bg: @gray-lightest;
|
||||
@pagination-hover-border: @gray-lighter;
|
||||
|
||||
// PDF
|
||||
@pdf-top-offset: @toolbar-small-height;
|
||||
@pdf-bg: @ol-blue-gray-1;
|
||||
@pdfjs-bg: transparent;
|
||||
@pdf-page-shadow-color: rgba(0, 0, 0, 0.5);
|
||||
@log-line-no-color: #fff;
|
||||
@log-hints-color: @ol-blue-gray-4;
|
||||
|
||||
// Plans
|
||||
@table-hover-bg: @ol-blue-gray-0;
|
||||
@plans-non-highlighted: white;
|
||||
|
||||
// Portals
|
||||
@black-alpha-strong: rgba(0, 0, 0, 0.8);
|
||||
|
||||
// v2 History
|
||||
@history-base-font-size: @font-size-small;
|
||||
@history-base-bg: @ol-blue-gray-1;
|
||||
@history-entry-label-bg-color: @ol-blue;
|
||||
@history-entry-pseudo-label-bg-color: @ol-green;
|
||||
@history-entry-label-color: #fff;
|
||||
@history-entry-selected-label-bg-color: #fff;
|
||||
@history-entry-selected-label-color: @ol-blue;
|
||||
@history-entry-selected-pseudo-label-color: @ol-green;
|
||||
@history-entry-day-bg: @ol-blue-gray-2;
|
||||
@history-entry-selected-bg: @ol-green;
|
||||
@history-entry-handle-bg: darken(@ol-green, 10%);
|
||||
@history-entry-handle-height: 8px;
|
||||
@history-base-color: @ol-blue-gray-2;
|
||||
@history-highlight-color: @ol-type-color;
|
||||
@history-toolbar-bg-color: @editor-toolbar-bg;
|
||||
@history-toolbar-color: #fff;
|
||||
@history-file-badge-bg: rgba(255, 255, 255, 0.25);
|
||||
@history-file-badge-color: @file-tree-item-color;
|
||||
// Screens
|
||||
// added -size to not conflict with common_variables
|
||||
@screen-size-sm-max: 767px;
|
||||
@screen-size-md-min: 768px;
|
||||
@screen-size-md-max: 991px;
|
||||
|
||||
// System messages
|
||||
@sys-msg-background: @ol-blue;
|
||||
@sys-msg-color: #fff;
|
||||
@sys-msg-border: solid 1px lighten(@ol-blue, 10%);
|
||||
|
||||
@input-suggestion-v-offset: 4px;
|
||||
|
||||
//== Colors
|
||||
//
|
||||
//## Gray and brand colors for use across Bootstrap.
|
||||
@gray-darker: #252525;
|
||||
@gray-dark: #505050;
|
||||
@gray: #7a7a7a;
|
||||
@gray-light: #a4a4a4;
|
||||
@gray-lighter: #cfcfcf;
|
||||
@gray-lightest: #f0f0f0;
|
||||
@white: #ffffff;
|
||||
|
||||
@blue: #405ebf;
|
||||
@blueDark: #040d2d;
|
||||
@green: #46a546;
|
||||
@red: #a93529;
|
||||
@yellow: #a1a729;
|
||||
@orange: #f89406;
|
||||
@pink: #c3325f;
|
||||
@purple: #7a43b6;
|
||||
|
||||
@brand-primary: @ol-green;
|
||||
@brand-secondary: @ol-dark-green;
|
||||
@brand-success: @green;
|
||||
@brand-info: @ol-blue;
|
||||
@brand-warning: @orange;
|
||||
@brand-danger: @ol-red;
|
||||
|
||||
@editor-header-logo-background: url(/img/ol-brand/overleaf-o-white.svg) center /
|
||||
contain no-repeat;
|
||||
@editor-loading-logo-padding-top: 115.44%;
|
||||
@editor-loading-logo-background-url: url(/img/ol-brand/overleaf-o-grey.svg);
|
||||
@editor-loading-logo-foreground-url: url(/img/ol-brand/overleaf-o.svg);
|
||||
@editor-search-count-color: @ol-blue-gray-4;
|
1086
services/web/frontend/stylesheets/core/variables.less
Executable file → Normal file
1086
services/web/frontend/stylesheets/core/variables.less
Executable file → Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,10 +0,0 @@
|
|||
@import (less) '../fonts/open-sans.css';
|
||||
@import (less) '../fonts/merriweather.css';
|
||||
|
||||
@is-overleaf : false;
|
||||
@is-overleaf-light : false;
|
||||
@show-rich-text : false;
|
||||
|
||||
// Core variables and mixins
|
||||
@import 'core/variables.less';
|
||||
@import '_style_includes.less';
|
|
@ -6,7 +6,7 @@
|
|||
@show-rich-text : true;
|
||||
|
||||
// Core variables and mixins
|
||||
@import 'core/ol-variables.less';
|
||||
@import 'core/variables.less';
|
||||
@import 'app/ol-style-guide.less';
|
||||
@import '_style_includes.less';
|
||||
@import '_ol_style_includes.less';
|
||||
|
|
|
@ -15,8 +15,7 @@ const entryPoints = {
|
|||
ide: './frontend/js/ide.js',
|
||||
style: './frontend/stylesheets/style.less',
|
||||
'ieee-style': './frontend/stylesheets/ieee-style.less',
|
||||
'light-style': './frontend/stylesheets/light-style.less',
|
||||
'sl-style': './frontend/stylesheets/sl-style.less'
|
||||
'light-style': './frontend/stylesheets/light-style.less'
|
||||
}
|
||||
|
||||
// Attempt to load frontend entry-points from modules, if they exist
|
||||
|
|
Loading…
Add table
Reference in a new issue