colibris: style timeslider page

This commit is contained in:
Sebastian Castro 2018-11-08 21:56:39 +01:00
parent 8343afde84
commit 39ad22f78f
5 changed files with 177 additions and 26 deletions

View file

@ -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 */