2018-11-08 21:56:14 +01:00
|
|
|
@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");
|
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:14 +01:00
|
|
|
|
|
|
|
@import url("src/plugins/brightcolorpicker.css");
|
|
|
|
@import url("src/plugins/comments_page.css");
|
|
|
|
@import url("src/plugins/font_color.css");
|
2018-11-08 21:56:18 +01:00
|
|
|
@import url("src/plugins/set_title_on_pad.css");
|
2018-11-08 21:56:14 +01:00
|
|
|
|
|
|
|
/* NEUTRAL COLOR */
|
|
|
|
body,
|
|
|
|
#innerdocbody
|
|
|
|
#users,
|
|
|
|
#chattext,
|
|
|
|
#chatinput,
|
|
|
|
#chatlabel,
|
|
|
|
#toc,
|
2018-11-08 21:56:17 +01:00
|
|
|
#tocItems a,
|
2018-11-08 21:56:14 +01:00
|
|
|
.toolbar ul li a:hover .buttonicon,
|
|
|
|
.toolbar ul li select,
|
|
|
|
#mycolorpickercancel,
|
|
|
|
.btn-default,
|
|
|
|
.color\:black,
|
2018-11-08 21:56:17 +01:00
|
|
|
[data-color=black],
|
|
|
|
#chattext.authorColors p, #chattext.authorColors span,
|
|
|
|
#chattext .time
|
2018-11-08 21:56:18 +01:00
|
|
|
#edit_title:before,
|
2018-11-08 21:56:14 +01:00
|
|
|
{ color: #495057 !important; }
|
|
|
|
|
|
|
|
/* PRIMARY COLOR */
|
|
|
|
#mycolorpickersave,
|
|
|
|
.btn-primary
|
2018-11-08 21:56:18 +01:00
|
|
|
#save_title button
|
2018-11-08 21:56:14 +01:00
|
|
|
{ background-color: #64d29b; }
|
|
|
|
|
|
|
|
h1,
|
|
|
|
#titlelabel
|
|
|
|
{ color: #64d29b; }
|
|
|
|
|
|
|
|
/* NEUTRAL FONT */
|
|
|
|
body,
|
|
|
|
#innerdocbody,
|
|
|
|
#chatinput,
|
|
|
|
.toolbar ul li select
|
|
|
|
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|
|
|
|
|
|
|
|
/* PRIMARY FONT */
|
|
|
|
h1,
|
|
|
|
#titlelabel,
|
|
|
|
#chatlabel,
|
|
|
|
.btn
|
2018-11-08 21:56:15 +01:00
|
|
|
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important; }
|