2018-12-07 05:33:28 +00:00
|
|
|
@import "../css/defines.less";
|
|
|
|
@import "../lib/flat-ttrss/flat_combined_dark.css";
|
|
|
|
|
|
|
|
@bg-main : #333;
|
|
|
|
@border-main : #666;
|
|
|
|
@border-dark : #222;
|
|
|
|
@bg-panel : #222;
|
|
|
|
@fg-main: #ccc;
|
2018-12-07 07:46:45 +00:00
|
|
|
@fg-insensitive: darken(@fg-main, 20%);
|
2018-12-07 09:36:36 +00:00
|
|
|
@fg-light : lighten(@fg-main, 10%);
|
2018-12-07 05:33:28 +00:00
|
|
|
@bg-active: #2a89bc;
|
|
|
|
|
|
|
|
body.flat.ttrss_main.ttrss_prefs {
|
|
|
|
#main, #footer {
|
|
|
|
background: @bg-panel;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer a {
|
|
|
|
color : #fff;
|
|
|
|
}
|
2018-12-07 07:46:45 +00:00
|
|
|
|
|
|
|
td.filename,
|
|
|
|
div.prefHelp {
|
|
|
|
color : @fg-insensitive;
|
|
|
|
}
|
2018-12-04 19:36:01 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
body.flat.ttrss_main {
|
|
|
|
color : @fg-main;
|
|
|
|
|
|
|
|
#main, #overlay {
|
|
|
|
color : @fg-main;
|
|
|
|
background: @bg-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toolbar-frame #toolbar {
|
|
|
|
background : @bg-panel;
|
|
|
|
border-color : @border-dark;
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feeds-holder {
|
|
|
|
background : @bg-panel;
|
|
|
|
box-shadow : inset -1px 0px 2px -1px @border-main;
|
|
|
|
|
|
|
|
#feedTree {
|
|
|
|
.counterNode.aux {
|
|
|
|
background: @bg-panel;
|
|
|
|
color: @fg-main;
|
|
|
|
border-color: @bg-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitTreeRowSelected {
|
|
|
|
background : @bg-main;
|
|
|
|
border-color : @bg-main transparent;
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitTreeRowSelected .dijitTreeLabel {
|
|
|
|
text-shadow : none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-07 09:04:39 +00:00
|
|
|
#floatingTitle {
|
|
|
|
background-color : @bg-main;
|
|
|
|
border-color : @border-dark;
|
2018-12-07 09:08:10 +00:00
|
|
|
|
|
|
|
.feed a {
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.material-icons {
|
|
|
|
opacity : 0.7;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle.Unread a.title {
|
|
|
|
color : @fg-light;
|
2018-12-07 09:04:39 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
#headlines-frame {
|
2018-12-07 07:48:23 +00:00
|
|
|
.whiteBox {
|
|
|
|
border-color : @border-dark;
|
|
|
|
}
|
|
|
|
|
2018-12-07 09:36:36 +00:00
|
|
|
.hl:not(.active):not(.Selected):not(.Unread),
|
|
|
|
.cdm.expandable:not(.active):not(.Selected):not(.Unread) {
|
|
|
|
background : @bg-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hl.Unread:not(.active):not(.Selected),
|
|
|
|
.cdm.expandable.Unread:not(.active):not(.Selected) {
|
|
|
|
background : @bg-panel;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdm.expanded {
|
2018-12-07 05:33:28 +00:00
|
|
|
background: @bg-main;
|
|
|
|
}
|
|
|
|
|
2018-12-07 09:36:36 +00:00
|
|
|
.hl.Unread .title,
|
|
|
|
.cdm.Unread .title {
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdm.expanded.active .title {
|
|
|
|
color : @color-accent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdm.expandable.active {
|
|
|
|
background : @bg-panel ! important;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.hl, .cdm {
|
|
|
|
border-color : @border-dark;
|
|
|
|
color : @fg-main;
|
|
|
|
|
|
|
|
.title {
|
2018-12-07 09:36:36 +00:00
|
|
|
color : @fg-main;
|
2018-12-07 05:33:28 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 09:36:36 +00:00
|
|
|
.author {
|
|
|
|
color : @fg-insensitive;
|
2018-12-07 05:33:28 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 09:36:36 +00:00
|
|
|
.updated, .content {
|
2018-12-07 05:33:28 +00:00
|
|
|
color : @fg-main;
|
|
|
|
}
|
2018-12-07 09:36:36 +00:00
|
|
|
|
|
|
|
.feed a {
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
2018-12-07 05:33:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cdm .footer {
|
|
|
|
border-color : @bg-panel;
|
|
|
|
color : @fg-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.material-icons,
|
|
|
|
.dijitCheckBox {
|
|
|
|
opacity : 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#content-insert {
|
|
|
|
.post {
|
|
|
|
.header {
|
|
|
|
background : @bg-panel;
|
|
|
|
border-color: @border-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-07 08:57:26 +00:00
|
|
|
.dijitCheckBox:not(.dijitChecked)::before {
|
|
|
|
color : @fg-insensitive;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.insensitive {
|
2018-12-07 07:46:45 +00:00
|
|
|
color : @fg-insensitive;
|
2018-12-07 05:33:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
|
|
|
color : white;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:59:53 +00:00
|
|
|
.dijitDialog .dijitDialogPaneContent {
|
|
|
|
background : @bg-panel;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitTab:not(.dijitTabChecked) {
|
|
|
|
background : @bg-panel;
|
|
|
|
}
|
|
|
|
|
2018-12-07 07:46:45 +00:00
|
|
|
.dijitTab.dijitTabChecked.dijitTabHover {
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
textarea {
|
|
|
|
color : @fg-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
color : #c90 ! important;
|
|
|
|
}
|
|
|
|
|
2018-12-07 11:03:33 +00:00
|
|
|
.panel {
|
|
|
|
background-color : @bg-panel;
|
|
|
|
border-color : @border-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitDialog .panel {
|
|
|
|
background-color : @bg-main;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
#headlines-frame blockquote,
|
|
|
|
#content-insert blockquote {
|
|
|
|
color : @fg-main;
|
|
|
|
border-color : @color-accent;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
color : @fg-main;
|
|
|
|
background : @bg-panel ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#filterDlg_Matches, ul#filterDlg_Actions {
|
|
|
|
background: @bg-panel;
|
|
|
|
border-color : @border-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .content img,
|
|
|
|
.cdm .content-inner img,
|
|
|
|
.post .content video,
|
|
|
|
.cdm .content-inner video {
|
2018-12-07 08:54:47 +00:00
|
|
|
transition : opacity 0.2s linear, filter 0.2s linear;
|
2018-12-07 05:33:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .content img:not(:hover),
|
|
|
|
.cdm .content-inner img:not(:hover),
|
|
|
|
.post .content video:not(:hover),
|
|
|
|
.cdm .content-inner video:not(:hover) {
|
|
|
|
opacity : 0.5;
|
|
|
|
filter: grayscale(80%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-note {
|
|
|
|
background : @bg-panel;
|
|
|
|
border-color : #9a8c59;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: @border-main;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background-color: @bg-panel;
|
|
|
|
}
|
2018-12-04 19:36:01 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|