mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
colibris: add new skin, initial commit
Needs further development: responsive, plugins, configuration...
This commit is contained in:
parent
799319882c
commit
6cc499bcce
21 changed files with 1004 additions and 0 deletions
55
src/static/skins/colibris/pad.css
Normal file
55
src/static/skins/colibris/pad.css
Normal file
|
@ -0,0 +1,55 @@
|
|||
@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");
|
||||
@import url("src/components/editor-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");
|
||||
|
||||
@import url("src/plugins/brightcolorpicker.css");
|
||||
@import url("src/plugins/comments_page.css");
|
||||
@import url("src/plugins/font_color.css");
|
||||
|
||||
/* NEUTRAL COLOR */
|
||||
body,
|
||||
#innerdocbody
|
||||
#users,
|
||||
#chattext,
|
||||
#chatinput,
|
||||
#chatlabel,
|
||||
#toc,
|
||||
.toolbar ul li a:hover .buttonicon,
|
||||
.toolbar ul li select,
|
||||
#mycolorpickercancel,
|
||||
.btn-default,
|
||||
.color\:black,
|
||||
[data-color=black]
|
||||
{ color: #495057 !important; }
|
||||
|
||||
/* PRIMARY COLOR */
|
||||
#mycolorpickersave,
|
||||
.btn-primary
|
||||
{ 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
|
||||
{ font-family: opendyslexic !important; }
|
Loading…
Add table
Add a link
Reference in a new issue