2015-02-24 02:48:29 -05:00
|
|
|
/* host mode */
|
|
|
|
.ffz-dark #hostmode,.hostmode{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(16,16,16)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark div#channel > .target-frame.active{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(16,16,16)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .hostmode-title-container{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(16,16,16)!important;
|
|
|
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark div.hostmode-title.clearfix{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(24,24,24)!important;
|
|
|
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .close-hostmode{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(16,16,16)!important;
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* hidden chat */
|
|
|
|
.ffz-dark .ember-chat .chat-hidden-overlay{
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(24,24,24)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* edit icon */
|
|
|
|
.ffz-dark #channel .player-column #broadcast-meta .info .edit-link svg path{
|
2015-05-17 19:02:57 -04:00
|
|
|
fill:rgba(255,255,255,0.5)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* vod icons */
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark #stats .stat svg:not(.svg-glyph_live) path,
|
2015-02-24 02:48:29 -05:00
|
|
|
.ffz-dark #main_col .content #stats_and_actions #channel_stats .stat svg path{
|
2015-05-17 19:02:57 -04:00
|
|
|
fill:rgba(255,255,255,0.5)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* hover icon for chats menu */
|
|
|
|
.ffz-dark .ember-chat .chat-menu-button-container:hover svg path{
|
2015-05-17 19:02:57 -04:00
|
|
|
fill:#fff!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* dropdown arrows */
|
|
|
|
.ffz-dark .button.drop:after{
|
2015-05-17 19:02:57 -04:00
|
|
|
border-color: rgba(255, 255, 255, 0.35) transparent transparent!important;;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* hovering buttons */
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .button:not(.primary):not(.ffz-donate):hover{
|
2015-05-17 19:02:57 -04:00
|
|
|
color:rgb(222,222,222)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .moderation-card .button:not(.glyph-only):hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
/* moderation card */
|
|
|
|
|
|
|
|
.ember-chat-container.dark .ember-chat .ffz-moderation-card,
|
|
|
|
.chat-container.dark .ember-chat .ffz-moderation-card,
|
|
|
|
.app-main.theatre .ember-chat .ffz-moderation-card {
|
|
|
|
border-color: #1b1b20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-chat-container.dark .ember-chat .moderation-card:focus,
|
|
|
|
.chat-container.dark .ember-chat .moderation-card:focus,
|
|
|
|
.app-main.theatre .ember-chat .moderation-card:focus {
|
|
|
|
border-color: #cbcbcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-chat-container.dark .ember-chat .moderation-card .interface,
|
|
|
|
.chat-container.dark .ember-chat .moderation-card .interface,
|
|
|
|
.app-main.theatre .ember-chat .moderation-card .interface {
|
|
|
|
background-color: #232329;
|
|
|
|
}
|
|
|
|
|
2015-07-13 21:52:44 -04:00
|
|
|
.ffz-no-blue .ember-chat-container.dark .ember-chat .moderation-card .interface,
|
|
|
|
.ffz-no-blue .chat-container.dark .ember-chat .moderation-card .interface,
|
|
|
|
.ffz-no-blue .app-main.theatre .ember-chat .moderation-card .interface {
|
|
|
|
background-color: #232323;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.moderation-card h3.name a { color: #fff !important; }
|
|
|
|
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
/* stats */
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .stats-and-actions,
|
|
|
|
.ffz-dark #main_col .content #stats_and_actions {
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
.ffz-dark #channel .player-column .stats-and-actions .channel-stats .stat svg:not(.svg-glyph_live) path{
|
2015-05-17 19:02:57 -04:00
|
|
|
fill:rgba(255,255,255,0.35)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Scrollbar */
|
|
|
|
.ffz-dark .tse-scrollbar .drag-handle {
|
2015-05-17 19:02:57 -04:00
|
|
|
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* main column */
|
2015-06-10 18:46:04 -04:00
|
|
|
.ffz-dark div#mantle_skin,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark div#main_col {
|
2015-06-05 03:59:28 -04:00
|
|
|
background:rgb(16,16,16);
|
2015-05-17 19:02:57 -04:00
|
|
|
color:rgb(195,195,195)!important;
|
|
|
|
border-right:1px solid rgb(0,0,0)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* stream title */
|
|
|
|
.ffz-dark span.real_title{
|
2015-05-17 19:02:57 -04:00
|
|
|
color:rgb(245,245,245)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* name playing x on x */
|
|
|
|
.ffz-dark span.playing,span#team_membership,.ffz-dark #channel .player-column #broadcast-meta .info .channel {
|
2015-05-17 19:02:57 -04:00
|
|
|
color:rgb(195,195,195)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark div.title > span.real,
|
|
|
|
.ffz-dark div.title > span.over{
|
2015-05-17 19:02:57 -04:00
|
|
|
color:rgb(222,222,222)!important;
|
2015-06-05 03:59:28 -04:00
|
|
|
background-color:rgba(16,16,16,0.3)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark div.title > span.over:hover,
|
|
|
|
.ffz-dark div.title > span.real:hover {
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color:rgb(16,16,16)!important;
|
|
|
|
color:rgb(255,255,255)!important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
/* Right Column */
|
|
|
|
|
|
|
|
.ffz-dark #right_col {
|
|
|
|
background-color: rgb(25,25,31);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2015-07-13 21:52:44 -04:00
|
|
|
.ffz-dark.ffz-no-blue #right_col,
|
|
|
|
.ffz-dark.ffz-no-blue .no-login-contain li,
|
|
|
|
.ffz-dark.ffz-no-blue .following-col .following-list .load-more span,
|
|
|
|
.ffz-dark.ffz-no-blue .viewall a,
|
|
|
|
.ffz-dark.ffz-no-blue #new-user-prompt {
|
|
|
|
background-color: rgb(25,25,25);
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
|
|
|
|
/* Popups */
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .ember-chat .chat-interface .ffz-ui-popup.emoticon-selector .emoticon-selector-box,
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .card,
|
|
|
|
.ffz-dark #flyout .content,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .ui-menu,
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .dropmenu,
|
2015-03-15 21:24:22 -04:00
|
|
|
.ffz-dark .top-dropdown,
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark form.js-new_panel_form,
|
|
|
|
.ffz-dark .js-new_panel_btn,
|
|
|
|
.ffz-dark .manager .videos-grid .video .meta,
|
|
|
|
.ffz-dark .ember-chat .chat-room-list {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
color: rgb(195,195,195); /*#acacbf;*/
|
|
|
|
border-color: #32323e;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .js-new_panel_btn:hover {
|
|
|
|
background-color: rgb(24,24,24);
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark #flyout .point::before {
|
|
|
|
border-right-color: rgb(16,16,16); /*rgb(25,25,31);*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #flyout .point::after {
|
|
|
|
border-right-color: #32323e;
|
|
|
|
}
|
|
|
|
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .notification-controls .toggle-notification-menu {
|
|
|
|
background-color: #19191f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .notification-controls .toggle-notification-menu:before {
|
|
|
|
border-top-color: #8c8c9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .notification-controls .toggle-notification-menu:hover {
|
|
|
|
background-color: #101014;
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .change-banner .banner-preview,
|
|
|
|
.ffz-dark form.js-new_panel_form input,
|
|
|
|
.ffz-dark form.js-new_panel_form textarea,
|
|
|
|
.ffz-dark .card input,
|
|
|
|
.ffz-dark .card textarea,
|
|
|
|
.ffz-dark .dropmenu input,
|
|
|
|
.ffz-dark input.text,
|
|
|
|
.ffz-dark input.string,
|
|
|
|
.ffz-dark textarea,
|
|
|
|
.ffz-dark .directory_header #custom_filter input {
|
|
|
|
background-color: rgba(255,255,255,0.05);
|
|
|
|
border-color: rgba(255,255,255,0.1);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
/* Other stuff */
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark #channel .player-column #broadcast-meta .info .edit-link span {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .no-login-contain li {
|
|
|
|
background-color: rgb(25,25,31);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .no-login-contain h3 {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
.ffz-dark .panel-formatting .panel {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: #8c8c9c;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .manager .videos-grid .video:hover .meta .actions li a,
|
|
|
|
.ffz-dark .ember-chat .chat-room-list .room:not(:hover) p.room-title,
|
|
|
|
.ffz-dark .dropmenu_action:not(:hover) span,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark a:not(.button):not(.switch):not(.follow):not(.fb_button) {
|
2015-02-24 02:48:29 -05:00
|
|
|
color: #a68ed2;
|
|
|
|
}
|
|
|
|
|
2015-07-13 21:52:44 -04:00
|
|
|
.ffz-dark .exit-theatre > a { color: #000 !important; }
|
|
|
|
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .follow-button a,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark a.dropmenu_action:hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
.ffz-dark .panel-formatting .panel h3 {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: inherit;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .follow-button .notify:before,
|
|
|
|
.ffz-dark .button.drop:after,
|
|
|
|
.ffz-dark .follow-button .drop.follow:after {
|
2015-05-17 19:02:57 -04:00
|
|
|
border: 5px solid rgba(255,255,255,0.35);
|
|
|
|
border-left-color: transparent;
|
|
|
|
border-right-color: transparent;
|
|
|
|
border-bottom-color: transparent;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .follow-button .notify {
|
2015-05-17 19:02:57 -04:00
|
|
|
background-color: #25252a;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .button:not(.primary) {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: #a68ed2;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .button.glyph-only svg path {
|
2015-05-17 19:02:57 -04:00
|
|
|
fill: #a68ed2;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .button.glyph-only:hover svg path {
|
2015-05-17 19:02:57 -04:00
|
|
|
fill: #fff;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .button.primary.subscribe-button {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: #fff;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .ember-chat .moderation-card img.channel_logo {
|
|
|
|
border-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
/* Upsell banner */
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .bookmark-meta,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .upsell-banner {
|
2015-06-05 03:59:28 -04:00
|
|
|
background-color: rgba(25,25,31, 0.7);
|
2015-05-17 19:02:57 -04:00
|
|
|
}
|
|
|
|
|
2015-07-13 21:52:44 -04:00
|
|
|
.ffz-dark.ffz-no-blue .bookmark-meta,
|
|
|
|
.ffz-dark.ffz-no-blue .upsell-banner {
|
|
|
|
background-color: rgba(25,25,25, 0.7);
|
|
|
|
}
|
|
|
|
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .bookmark-meta .bookmark-title,
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .upsell-banner .message .title {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark .bookmark-meta {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* VoD Description */
|
|
|
|
|
|
|
|
.ffz-dark .archives-contain .videos {
|
|
|
|
padding: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #right_col a.bottom,
|
|
|
|
.ffz-dark .archives-contain .list-video {
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #right_col a.bottom {
|
|
|
|
padding: 0 20px;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .archives-contain .list-video .meta .title {
|
|
|
|
color: rgb(195,195,195);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #right_col #archives { background-color: transparent; }
|
|
|
|
|
|
|
|
.ffz-dark .archives-contain .list-video .meta .info p.broadcaster,
|
|
|
|
.ffz-dark #right_col #archives .more_archives {
|
|
|
|
color: #a68ed2;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #right_col a.bottom:hover,
|
|
|
|
.ffz-dark .archives-contain .list-video:hover,
|
|
|
|
.ffz-dark #right_col #archives .more_archives:hover {
|
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #main_col .content .archive_info p,
|
|
|
|
.ffz-dark #main_col .content .archive_info time {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
/* Video Manager */
|
|
|
|
|
2015-06-05 03:59:28 -04:00
|
|
|
.ffz-dark ul.tabs:before,
|
|
|
|
.ffz-dark .directory_header .nav:before,
|
|
|
|
.ffz-dark ul.tabs_fake:before,
|
|
|
|
.ffz-dark #right_col #archives .more_archives,
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .manager .videos-grid .video .meta .actions {
|
|
|
|
border-top-color: rgba(255,255,255,0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #highlighter .highlight-content .form-container li label {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Subscriptions Page */
|
|
|
|
|
|
|
|
.ffz-dark .tickets .ticket .benefits {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
color: rgb(195,195,195); /*#acacbf;*/
|
|
|
|
border-color: #32323e;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Directory Pages */
|
|
|
|
|
|
|
|
.ffz-dark .following-col .col-header .search-contain .search .search-button svg path {
|
|
|
|
fill: rgba(255,255,255,0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .following-col .col-header .search-contain .search .search-button:hover svg path {
|
|
|
|
fill: rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .following-col .col-header,
|
|
|
|
.ffz-dark .following-col .header {
|
|
|
|
border-color: #32323e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .following-col .following-list .load-more span,
|
|
|
|
.ffz-dark .viewall a {
|
|
|
|
background-color: rgb(25,25,31);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .following-col .following-list .load-more:hover span {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .following-col .following-list .load-more:hover span,
|
|
|
|
.ffz-dark .viewall a:hover {
|
|
|
|
background-color: rgb(35,35,41);
|
|
|
|
}
|
|
|
|
|
2015-07-13 21:52:44 -04:00
|
|
|
.ffz-dark.ffz-no-blue .following-col .following-list .load-more:hover span,
|
|
|
|
.ffz-dark.ffz-no-blue .viewall a:hover {
|
|
|
|
background-color: rgb(35,35,35);
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .viewall a .text span:first-child {
|
|
|
|
color: #a68ed2;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-02-24 02:48:29 -05:00
|
|
|
/* Profile page fixes */
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark pre {
|
|
|
|
background-color: rgb(8,8,8);
|
|
|
|
box-shadow: inset 0 0 0 1px #333;
|
|
|
|
border-left-color: #6441a5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark code {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .streams .stream .content .thumb .boxart,
|
|
|
|
.ffz-dark .videos .video .content .thumb .boxart {
|
|
|
|
border-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ember-chat .moderation-card img.channel_logo,
|
|
|
|
.ffz-dark .channel-link .profile-photo {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .items-grid .meta .title,
|
2015-02-24 02:48:29 -05:00
|
|
|
.ffz-dark .items-grid .meta p a {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: #9c9c9c !important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .items-grid .meta .info {
|
2015-05-17 19:02:57 -04:00
|
|
|
color: #6c6c6c;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark ul.tabs li > a,
|
|
|
|
.ffz-dark .directory_header .nav li > a,
|
|
|
|
.ffz-dark ul.tabs_fake li > a {
|
|
|
|
color: #a68ed2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark ul.tabs:before,
|
|
|
|
.ffz-dark .direcotry_header .nav:before,
|
|
|
|
.ffz-dark ul.tabs_fake:before {
|
|
|
|
border-color: #32323e;
|
|
|
|
}
|
|
|
|
|
2015-06-10 18:46:04 -04:00
|
|
|
.ffz-dark ul.mininav li.active,
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark ul.tabs li.selected a,
|
|
|
|
.ffz-dark .directory_header .nav li.selected a,
|
|
|
|
.ffz-dark ul.tabs_fake li.selected a,
|
|
|
|
.ffz-dark ul.tabs li>a:hover,
|
|
|
|
.ffz-dark .directory_header .nav li>a:hover,
|
|
|
|
.ffz-dark ul.tabs_fake li>a:hover,
|
|
|
|
.ffz-dark ul.tabs li>a.active,
|
|
|
|
.ffz-dark .directory_header .nav li>a.active,
|
|
|
|
.ffz-dark ul.tabs_fake li>a.active {
|
|
|
|
color: #aaa;
|
|
|
|
border-color: #ccc !important;
|
2015-02-24 02:48:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide the chat Dark Mode control */
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .toggle-darkmode { display: none; }
|
|
|
|
|
|
|
|
/* Chat Text Contrast */
|
|
|
|
.ffz-dark .ember-chat-container.dark .chat-line,
|
|
|
|
.ffz-dark .chat-container.dark .chat-line {
|
|
|
|
color: #acacbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ember-chat .chat-settings .chat-colors .chat-colors-swatch:hover,
|
|
|
|
.ffz-dark .ember-chat .chat-settings .chat-colors .chat-colors-switch.selected {
|
|
|
|
border-color: #777;
|
|
|
|
box-shadow: inset 0 0 0 1px #32323e;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
|
|
|
|
/* Autocomplete Suggestions */
|
|
|
|
|
|
|
|
.ffz-dark .ember-chat .chat-interface .suggestions {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
/* FrankerFaceZ Menu */
|
|
|
|
|
2015-02-26 17:27:39 -05:00
|
|
|
.ffz-dark .ember-chat .chat-menu .list-header {
|
|
|
|
border-top-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
2015-02-26 00:42:11 -05:00
|
|
|
.ffz-dark .chat-menu.ffz-ui-popup .ffz-ui-menu-page .chat-menu-content .heading,
|
|
|
|
.ffz-dark .chat-menu.ffz-ui-popup .ffz-ui-menu-page .emoticon-grid .heading,
|
|
|
|
.ffz-dark .ffz-ui-popup ul.menu,
|
2015-07-06 00:09:21 -04:00
|
|
|
.ffz-dark .ffz-ui-popup ul.menu a,
|
|
|
|
.ffz-sidebar-swap.ffz-dark .ffz-ui-popup ul.menu a {
|
2015-02-26 00:42:11 -05:00
|
|
|
border-color: #32323e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ffz-ui-popup ul.menu {
|
|
|
|
background-color: rgb(33,33,33);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ffz-ui-popup ul.menu li.active {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ffz-ui-popup ul.menu li.active a {
|
|
|
|
border-top-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* New User Prompt */
|
|
|
|
|
|
|
|
.ffz-dark #new-user-prompt {
|
|
|
|
background-color: rgb(25,25,31);
|
|
|
|
color: #acacbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #new-user-prompt .message .title {
|
|
|
|
color: #fff;
|
2015-05-17 19:02:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Messages Table */
|
|
|
|
|
|
|
|
.ffz-dark .messages #send_message_form #bottom_buttons,
|
|
|
|
.messages #reply_message_form #bottom_buttons {
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages #send_message_form .button_group,
|
|
|
|
.ffz-dark .messages #reply_message_form .button_group,
|
|
|
|
.ffz-dark .messages #send_message_form,
|
|
|
|
.ffz-dark .messages #reply_message_form {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages #send_message_form,
|
|
|
|
.ffz-dark .messages #reply_message_form
|
|
|
|
{ padding: 10px 0 0 0; }
|
|
|
|
|
|
|
|
.ffz-dark .messages #message_actions {
|
|
|
|
background-color: rgb(48,48,48);
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages #send_message_form,
|
|
|
|
.ffz-dark .messages .divider {
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages .message_action.delete {
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url(trash_button.png) no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages .message_action.delete img { display: none; }
|
|
|
|
|
|
|
|
.ffz-dark .messages .message_action.block {
|
|
|
|
background-image: url(block_button.png);
|
|
|
|
color: #c1c1c1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages div.message {
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages div.message:last-of-type { border-bottom-color: transparent; }
|
|
|
|
|
|
|
|
.ffz-dark .messages div.preview {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
border-left-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages div.preview.unread {
|
|
|
|
background-color: rgb(32,32,32);
|
|
|
|
border-left-color: #6441a5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages div.preview:hover {
|
|
|
|
background-color: rgb(8,8,8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .messages #messages_column {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .page_links em {
|
|
|
|
background-color: #EEE;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .page_links a.disabled.previous_page b,
|
|
|
|
.ffz-dark .page_links span.disabled.previous_page b { border-right-color: transparent; }
|
|
|
|
|
|
|
|
.ffz-dark .page_links a.disabled.next_page b,
|
|
|
|
.ffz-dark .page_links span.disabled.next_page b { border-left-color: transparent; }
|
|
|
|
|
|
|
|
/* Tshirts are weird */
|
|
|
|
|
|
|
|
.ffz-dark .teespring-panel-progress {
|
|
|
|
background-color: #393939;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .teespring-panel-image a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .teespring-panel-image img {
|
|
|
|
filter: drop-shadow(0px 0px 10px white);
|
|
|
|
-moz-filter: drop-shadow(0px 0px 10px white);
|
|
|
|
-webkit-filter: drop-shadow(0px 0px 10px white);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .teespring-panel {
|
|
|
|
cursor: inherit;
|
|
|
|
background-color: rgb(8,8,8);
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Settings */
|
|
|
|
|
|
|
|
.ffz-dark .app_title { color: #ccc; }
|
|
|
|
|
|
|
|
.ffz-dark .connect_items .connect-item-info .details-toggle,
|
|
|
|
.ffz-dark .connect_items .connect-item-info,
|
|
|
|
.ffz-dark ul.manage_simple span.obj {
|
|
|
|
background-color: rgb(8,8,8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .connect_items .connect-item-info .details-toggle {
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .connect_items .connect-item-info .details-toggle:hover {
|
|
|
|
border-color: rgba(255,255,255,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .connect_items .connect-item-info .status,
|
|
|
|
.ffz-dark #settings #followers_content .hdr,
|
|
|
|
.ffz-dark table.simple_table th {
|
|
|
|
background-color: rgb(32,32,32);
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .multi_select li form:hover,
|
|
|
|
.ffz-dark .multi_select li .ms-int:hover,
|
|
|
|
.ffz-dark .multi_select li label:hover {
|
|
|
|
background-color: rgb(8,8,8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #turbo_chat_color,
|
|
|
|
.ffz-dark #turbo_emote_set {
|
|
|
|
background-color: rgba(255,255,255,0.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .ui-slider-horizontal {
|
|
|
|
background-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .cl-container .section-header,
|
|
|
|
.ffz-dark .cl-container .cl-section .cl-subheader {
|
|
|
|
background-color: rgb(32,32,32);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .cl-container .cl-section {
|
|
|
|
background-color: rgb(16,16,16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark table.simple_table td,
|
|
|
|
.ffz-dark table.simple_table th,
|
|
|
|
.ffz-dark .cl-container .section-header,
|
|
|
|
.ffz-dark .cl-container fieldset {
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .cl-container fieldset .label-wrapper label {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #emoticons #emote_switch .set-button,
|
|
|
|
.ffz-dark #example .line {
|
|
|
|
background-color: #19191f;
|
|
|
|
color: #acacbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard */
|
|
|
|
|
2015-07-06 00:09:21 -04:00
|
|
|
.ffz-dark .js-stream-key-button-container .button {
|
|
|
|
margin: 15px auto;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .js-show-stream-key,
|
|
|
|
.ffz-dark .js-reset-stream-key {
|
|
|
|
display: block;
|
|
|
|
margin: 15px auto;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
width: 100px;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .js-show-stream-key { background-color: #804400; }
|
|
|
|
.ffz-dark .js-reset-stream-key { r-color: rgb(128,0,0); }
|
|
|
|
|
|
|
|
.ffz-dark .js-show-stream-key:hover,
|
|
|
|
.ffz-dark .js-show-stream-key:focus,
|
|
|
|
.ffz-dark .js-reset-stream-key:hover,
|
|
|
|
.ffz-dark .js-reset-stream-key:focus {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
2015-07-06 00:09:21 -04:00
|
|
|
.ffz-dark .stream-key {
|
|
|
|
background: #000;
|
|
|
|
color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2015-05-17 19:02:57 -04:00
|
|
|
.ffz-dark .js-show-stream-key:hover,
|
|
|
|
.ffz-dark .js-show-stream-key:focus { background-color: rgb(192,102,0); }
|
|
|
|
|
|
|
|
.ffz-dark .js-reset-stream-key:hover,
|
|
|
|
.ffz-dark .js-reset-stream-key:focus { background-color: rgb(192,0,0); }
|
|
|
|
|
|
|
|
.ffz-dark .statchart_aggregator .statchart_first_column {
|
|
|
|
background-color: rgb(32,32,32);
|
|
|
|
color: #ccc;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .statchart_aggregator {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .statchart_aggregator td {
|
|
|
|
border-color: #3f3f42;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .statchart_aggregator .statchart_first_column[style="color: #6441A5"] {
|
|
|
|
color: #a68ed2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .whatisthis {
|
|
|
|
background-color: #333;
|
|
|
|
box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #chart_container svg rect[fill="#FFFFFF"] {
|
|
|
|
fill: rgb(32,32,32) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #chart_container svg rect[fill="rgb(255,255,255)"] {
|
|
|
|
fill: rgb(8,8,8) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #chart_container svg text[x="5"] {
|
|
|
|
color: #fff !important;
|
|
|
|
fill: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #chart_container svg text.highcharts-title {
|
|
|
|
fill: #a68ed2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #chart_container svg text {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark ul.subtabs li.selected {
|
|
|
|
background-color: #333;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .dropmenu .menu-divider {
|
|
|
|
border-bottom-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #header_logo svg path {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #dash_main .action .content .data,
|
|
|
|
.ffz-dark #site_header {
|
|
|
|
background-color: rgb(32,32,32);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .header_divider {
|
|
|
|
border-right-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .dash-hostmode-list-contain {
|
|
|
|
border-top-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #dash_main #controls_column .section_header {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .main,
|
|
|
|
.ffz-dark .fullwidth_main {
|
|
|
|
color: #ccc;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .dash-chat-column {
|
|
|
|
border-color: rgba(255,255,255,0.2);
|
2015-06-05 03:59:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-06-10 18:46:04 -04:00
|
|
|
/* /p/ Pages */
|
|
|
|
|
|
|
|
.ffz-dark #mantle_skin .wrapper {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #mantle_skin ul.vtabs li .not_linked,
|
|
|
|
.ffz-dark #mantle_skin ul.vtabs li.selected a,
|
|
|
|
.ffz-dark #mantle_skin ul.submenu li a:hover,
|
|
|
|
.ffz-dark #mantle_skin ul.submenu .active a {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #mantle_skin ul.vtabs li a:hover {
|
|
|
|
color: rgb(222,222,222);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark #mantle_skin .press_list .callout {
|
|
|
|
color: #acacbf;
|
|
|
|
border-left-color: #575757;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .legal_page ol.legal li {
|
|
|
|
color: rgb(222,222,222);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-dark .legal_page ol.legal li p {
|
|
|
|
color: #ccc;
|
2015-07-06 00:09:21 -04:00
|
|
|
}
|