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:26 +01:00
|
|
|
@import url("src/plugins/tables2.css");
|
2018-11-08 21:56:29 +01:00
|
|
|
@import url("src/plugins/embedded_hyperlinks.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,
|
2018-11-08 21:56:26 +01:00
|
|
|
.toolbar ul li a,
|
2018-11-08 21:56:14 +01:00
|
|
|
.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,
|
2018-11-08 21:56:26 +01:00
|
|
|
#chattext .time,
|
|
|
|
#tbl_context_menu ul .yuimenuitemlabel,
|
|
|
|
.yui-skin-sam .yui-split-button button em:not(.color-picker-button),
|
|
|
|
#yui-picker-panel .button-group .yui-button:first-child button,
|
2018-11-08 21:56:28 +01:00
|
|
|
#newComment .sidebar-comment input[type=reset], #newComment .sidebar-comment input[type=reset]:hover,
|
|
|
|
#newComment .sidebar-comment input[type=submit]:hover,
|
|
|
|
.suggestion, .comment-reply-input, .reply-suggestion p:not(.reply-comment-suggest-from-p), .comment-text,
|
|
|
|
.sidebar-comment textarea, .reply-comment-suggest label, .comment-suggest label, .comment-reply-input
|
|
|
|
#comments, #newComments, .reply-comment-suggest-from-p,
|
|
|
|
.comment-changeFrom-value,
|
|
|
|
.comment-changeTo-value,
|
|
|
|
.reply-suggestion .reply-comment-suggest-from,
|
2018-11-08 21:56:29 +01:00
|
|
|
.suggestion .comment-suggest-from,
|
|
|
|
.hyperlink-dialog>.hyperlink-url
|
2018-11-08 21:56:28 +01:00
|
|
|
{ color: #495057 !important; }
|
|
|
|
|
|
|
|
/* 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:14 +01:00
|
|
|
|
2018-11-08 21:56:26 +01:00
|
|
|
/* PRIMARY BUTTONS */
|
2018-11-08 21:56:14 +01:00
|
|
|
#mycolorpickersave,
|
2018-11-08 21:56:26 +01:00
|
|
|
.btn-primary,
|
|
|
|
#tbl_btn_close,
|
|
|
|
#save_title button,
|
2018-11-08 21:56:28 +01:00
|
|
|
#yui-picker-panel .button-group .yui-button:last-child button,
|
2018-11-08 21:56:29 +01:00
|
|
|
#newComment.sidebar-comment input[type=submit],
|
|
|
|
.comment-changeTo-approve input[type=submit],
|
|
|
|
.hyperlink-dialog>.hyperlink-save
|
2018-11-08 21:56:28 +01:00
|
|
|
{
|
|
|
|
background-color: #64d29b;
|
|
|
|
color: white;
|
|
|
|
}
|
2018-11-08 21:56:14 +01:00
|
|
|
|
|
|
|
h1,
|
2018-11-08 21:56:26 +01:00
|
|
|
#titlelabel,
|
2018-11-08 21:56:28 +01:00
|
|
|
.yui-skin-sam .yui-panel .hd,
|
|
|
|
p[data-l10n-id="ep_comments_page.comment"],
|
|
|
|
.comment-reply-input-label span
|
2018-11-08 21:56:14 +01:00
|
|
|
{ color: #64d29b; }
|
|
|
|
|
|
|
|
/* NEUTRAL FONT */
|
|
|
|
body,
|
|
|
|
#innerdocbody,
|
|
|
|
#chatinput,
|
2018-11-08 21:56:26 +01:00
|
|
|
.toolbar ul li select,
|
|
|
|
button, input, select, textarea,
|
2018-11-08 21:56:28 +01:00
|
|
|
td[name=tData],
|
2018-11-08 21:56:29 +01:00
|
|
|
#comments, #newComments,
|
|
|
|
#sidediv,
|
|
|
|
#comments .sidebar-comment
|
2018-11-08 21:56:14 +01:00
|
|
|
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|
|
|
|
|
|
|
|
/* PRIMARY FONT */
|
|
|
|
h1,
|
|
|
|
#titlelabel,
|
|
|
|
#chatlabel,
|
2018-11-08 21:56:26 +01:00
|
|
|
.btn,
|
2018-11-08 21:56:28 +01:00
|
|
|
.yui-skin-sam .yui-panel .hd,
|
|
|
|
.reply-suggestion p:not(.reply-comment-suggest-from-p),
|
|
|
|
p[data-l10n-id="ep_comments_page.comment"],
|
|
|
|
#newComment.sidebar-comment input[type=submit],
|
2018-11-08 21:56:29 +01:00
|
|
|
.comment-changeTo-approve input[type=submit],
|
|
|
|
.hyperlink-dialog>.hyperlink-save
|
2018-11-08 21:56:28 +01:00
|
|
|
{ font-family: OpenDyslexic, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important; }
|