etherpad-lite/src/static/skins/colibris/pad.css

85 lines
2.2 KiB
CSS
Raw Normal View History

@import url("src/layout.css");
@import url("src/pad-editor.css");
@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");
@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");
@import url("src/components/import-export.css");
@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");
@import url("src/plugins/author_hover.css");
/* -----------------------------------------------------------------
* COLORS
* If you want to change main colors, please replace following rules
* -----------------------------------------------------------------
*/
/* NEUTRAL COLOR */
body,
.btn-default,
.color\:black,
[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 */
.timeslider #editbar .buttontext
2018-11-08 21:56:39 +01:00
{ background-color: #767676 !important; }
2018-11-08 21:56:26 +01:00
/* PRIMARY BUTTONS */
.btn-primary
{
background-color: #64d29b;
2018-11-08 21:56:28 +01:00
color: white;
}
2018-11-08 21:56:39 +01:00
/* PRIMARY COLOR */
h1,
2020-04-04 13:05:53 +02:00
#slider-btn-container .stepper, #importmessageabiword, #importmessageabiword > a,
.toolbar .show-more-icon-btn
{ color: #64d29b; }
2020-04-06 11:11:08 +02:00
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) .popup-content{
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;
}
/* FONT */
2020-04-06 14:31:07 +02:00
body,
#sidedivinner > div:before
{ font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }