mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
colibris: style plugin ep_tables2
This commit is contained in:
parent
24b46984d4
commit
8881a2a61f
4 changed files with 262 additions and 17 deletions
|
@ -16,6 +16,7 @@
|
|||
@import url("src/plugins/comments_page.css");
|
||||
@import url("src/plugins/font_color.css");
|
||||
@import url("src/plugins/set_title_on_pad.css");
|
||||
@import url("src/plugins/tables2.css");
|
||||
|
||||
/* NEUTRAL COLOR */
|
||||
body,
|
||||
|
@ -27,36 +28,48 @@ body,
|
|||
#toc,
|
||||
#tocItems a,
|
||||
.toolbar ul li a:hover .buttonicon,
|
||||
.toolbar ul li a,
|
||||
.toolbar ul li select,
|
||||
#mycolorpickercancel,
|
||||
.btn-default,
|
||||
.color\:black,
|
||||
[data-color=black],
|
||||
#chattext.authorColors p, #chattext.authorColors span,
|
||||
#chattext .time
|
||||
#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,
|
||||
/* Menus icons*/
|
||||
#edit_title:before,
|
||||
#tbl-menu:before
|
||||
{ color: #495057 !important; }
|
||||
|
||||
/* PRIMARY COLOR */
|
||||
/* PRIMARY BUTTONS */
|
||||
#mycolorpickersave,
|
||||
.btn-primary
|
||||
#save_title button
|
||||
{ background-color: #64d29b; }
|
||||
.btn-primary,
|
||||
#tbl_btn_close,
|
||||
#save_title button,
|
||||
#yui-picker-panel .button-group .yui-button:last-child button
|
||||
{ background-color: #64d29b; color: white; }
|
||||
|
||||
h1,
|
||||
#titlelabel
|
||||
#titlelabel,
|
||||
.yui-skin-sam .yui-panel .hd
|
||||
{ color: #64d29b; }
|
||||
|
||||
/* NEUTRAL FONT */
|
||||
body,
|
||||
#innerdocbody,
|
||||
#chatinput,
|
||||
.toolbar ul li select
|
||||
.toolbar ul li select,
|
||||
button, input, select, textarea,
|
||||
td[name=tData]
|
||||
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|
||||
|
||||
/* PRIMARY FONT */
|
||||
h1,
|
||||
#titlelabel,
|
||||
#chatlabel,
|
||||
.btn
|
||||
.btn,
|
||||
.yui-skin-sam .yui-panel .hd
|
||||
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue