2018-11-08 21:56:14 +01:00
|
|
|
@import url("src/layout.css");
|
|
|
|
@import url("src/pad-editor.css");
|
|
|
|
|
2020-04-07 12:11:38 +02:00
|
|
|
@import url("src/components/scrollbars.css");
|
2018-11-08 21:56:14 +01:00
|
|
|
@import url("src/components/buttons.css");
|
|
|
|
@import url("src/components/popup.css");
|
|
|
|
|
|
|
|
@import url("src/components/chat.css");
|
2018-11-08 21:56:15 +01:00
|
|
|
@import url("src/components/sidediv.css");
|
2018-11-08 21:56:14 +01:00
|
|
|
@import url("src/components/gritter.css");
|
|
|
|
@import url("src/components/table-of-content.css");
|
|
|
|
@import url("src/components/toolbar.css");
|
|
|
|
@import url("src/components/users.css");
|
2018-11-08 21:56:18 +01:00
|
|
|
@import url("src/components/form.css");
|
2018-11-08 21:56:40 +01:00
|
|
|
@import url("src/components/import-export.css");
|
2018-11-08 21:56:14 +01:00
|
|
|
|
|
|
|
@import url("src/plugins/brightcolorpicker.css");
|
|
|
|
@import url("src/plugins/font_color.css");
|
2018-11-08 21:56:26 +01:00
|
|
|
@import url("src/plugins/tables2.css");
|
2018-11-08 21:56:40 +01:00
|
|
|
@import url("src/plugins/author_hover.css");
|
2018-11-08 21:56:14 +01:00
|
|
|
|
2020-04-04 13:06:12 +02:00
|
|
|
/* -----------------------------------------------------------------
|
|
|
|
* COLORS
|
|
|
|
* If you want to change main colors, please replace following rules
|
|
|
|
* -----------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2018-11-08 21:56:14 +01:00
|
|
|
/* NEUTRAL COLOR */
|
|
|
|
body,
|
|
|
|
.btn-default,
|
|
|
|
.color\:black,
|
2020-04-06 14:48:16 +02:00
|
|
|
[data-color=black]
|
|
|
|
{ color: #41484e !important; }
|
2018-11-08 21:56:28 +01:00
|
|
|
|
|
|
|
/* MENUS ICONS */
|
2018-11-08 21:56:18 +01:00
|
|
|
#edit_title:before,
|
2018-11-08 21:56:26 +01:00
|
|
|
#tbl-menu:before
|
2018-11-08 21:56:28 +01:00
|
|
|
{ color: #767676 !important; }
|
2018-11-08 21:56:39 +01:00
|
|
|
/* MENU BUTTONS */
|
2019-10-20 02:09:22 +02:00
|
|
|
.timeslider #editbar .buttontext
|
2018-11-08 21:56:39 +01:00
|
|
|
{ background-color: #767676 !important; }
|
2018-11-08 21:56:14 +01:00
|
|
|
|
2018-11-08 21:56:26 +01:00
|
|
|
/* PRIMARY BUTTONS */
|
2020-04-06 14:48:16 +02:00
|
|
|
.btn-primary
|
2019-10-20 02:09:22 +02:00
|
|
|
{
|
|
|
|
background-color: #64d29b;
|
2018-11-08 21:56:28 +01:00
|
|
|
color: white;
|
|
|
|
}
|
2018-11-08 21:56:14 +01:00
|
|
|
|
2018-11-08 21:56:39 +01:00
|
|
|
/* PRIMARY COLOR */
|
2019-10-20 02:09:22 +02:00
|
|
|
h1,
|
2020-04-04 13:05:53 +02:00
|
|
|
#slider-btn-container .stepper, #importmessageabiword, #importmessageabiword > a,
|
|
|
|
.toolbar .show-more-icon-btn
|
2018-11-08 21:56:14 +01:00
|
|
|
{ color: #64d29b; }
|
2020-04-06 11:11:08 +02:00
|
|
|
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) .popup-content{
|
2019-10-20 02:09:22 +02:00
|
|
|
background-color: #64d29b;
|
2018-11-08 21:56:39 +01:00
|
|
|
}
|
2020-04-03 17:41:47 +02:00
|
|
|
#slider-btn-container button {
|
2018-11-08 21:56:39 +01:00
|
|
|
border-color: #64d29b;
|
|
|
|
}
|
2020-04-06 14:31:07 +02:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
opacity: .9 !important; /* make it a bit less agressive */
|
|
|
|
}
|
2020-04-04 09:51:22 +02:00
|
|
|
/* PRIMARY-COLOR VARIANT */
|
|
|
|
.toolbar ul li a.selected,
|
|
|
|
.toolbar ul li a.pressed,
|
|
|
|
.toolbar ul li select:active {
|
2020-04-06 14:31:07 +02:00
|
|
|
background-color: #f0faf6 !important; /* primary light */
|
2020-04-04 09:51:22 +02:00
|
|
|
}
|
|
|
|
.toolbar ul li a.selected .buttonicon,
|
|
|
|
.toolbar ul li a.pressed .buttonicon,
|
|
|
|
.toolbar ul li select:active {
|
2020-04-06 14:31:07 +02:00
|
|
|
color: #5abb89; /* primary a bit darker */
|
2020-04-04 09:51:22 +02:00
|
|
|
}
|
2018-11-08 21:56:39 +01:00
|
|
|
|
|
|
|
/* BACKGROUND COLOR */
|
2020-04-03 17:41:47 +02:00
|
|
|
#editorcontainerbox {
|
2018-11-08 21:56:39 +01:00
|
|
|
background-color: #f9f9f9 !important;
|
|
|
|
}
|
|
|
|
|
2020-04-09 08:40:05 +02:00
|
|
|
/* FONT */
|
2020-04-06 14:31:07 +02:00
|
|
|
body,
|
|
|
|
#sidedivinner > div:before
|
|
|
|
{ font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|