mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
colibris: style timeslider page
This commit is contained in:
parent
8343afde84
commit
39ad22f78f
5 changed files with 177 additions and 26 deletions
|
@ -49,13 +49,17 @@ body,
|
|||
.comment-changeTo-value,
|
||||
.reply-suggestion .reply-comment-suggest-from,
|
||||
.suggestion .comment-suggest-from,
|
||||
.hyperlink-dialog>.hyperlink-url
|
||||
.hyperlink-dialog>.hyperlink-url,
|
||||
.timeslider #padcontent span
|
||||
{ color: #495057 !important; }
|
||||
|
||||
/* MENUS ICONS */
|
||||
#edit_title:before,
|
||||
#tbl-menu:before
|
||||
{ color: #767676 !important; }
|
||||
/* MENU BUTTONS */
|
||||
.timeslider #editbar .buttontext
|
||||
{ background-color: #767676 !important; }
|
||||
|
||||
/* PRIMARY BUTTONS */
|
||||
#mycolorpickersave,
|
||||
|
@ -71,12 +75,26 @@ body,
|
|||
color: white;
|
||||
}
|
||||
|
||||
/* PRIMARY COLOR */
|
||||
h1,
|
||||
#titlelabel,
|
||||
.yui-skin-sam .yui-panel .hd,
|
||||
p[data-l10n-id="ep_comments_page.comment"],
|
||||
.comment-reply-input-label span
|
||||
.comment-reply-input-label span,
|
||||
.stepper
|
||||
{ color: #64d29b; }
|
||||
#ui-slider-handle, #playpause_button_icon {
|
||||
background-color: #64d29b;
|
||||
}
|
||||
.stepper {
|
||||
border-color: #64d29b;
|
||||
}
|
||||
|
||||
/* BACKGROUND COLOR */
|
||||
#editorcontainer, #padmain {
|
||||
background-color: #f9f9f9 !important;
|
||||
}
|
||||
|
||||
|
||||
/* NEUTRAL FONT */
|
||||
body,
|
||||
|
@ -87,7 +105,8 @@ button, input, select, textarea,
|
|||
td[name=tData],
|
||||
#comments, #newComments,
|
||||
#sidediv,
|
||||
#comments .sidebar-comment
|
||||
#comments .sidebar-comment,
|
||||
#timeslider #timer
|
||||
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|
||||
|
||||
/* PRIMARY FONT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue