summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
commitb78671356031f2f7d4c3340d2d955a306729f766 (patch)
tree76ba046fb307a258228fb99af08ad2279120d5fe /css/default.css
parent1e3a53c037d36a49214f914a143da8b4b39debad (diff)
rebuild flat theme with dark base color and rebase night.css on it
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css258
1 files changed, 130 insertions, 128 deletions
diff --git a/css/default.css b/css/default.css
index 099bea5f0..3ba7fcac8 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1543,101 +1543,6 @@ body.ttrss_prefs hr {
border-color: #ecf4ff;
max-width: 100%;
}
-.flat li {
- padding: 2px;
-}
-.flat .filterRules span.inverse,
-.flat #filterDlg_Matches span.filterRule.inverse {
- color: red;
-}
-.flat .dijitDialog .dijitDialogPaneContent {
- background: #f5f5f5;
-}
-.flat .dijitAccordionContainer {
- box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-}
-.flat .filterRules span {
- display: block;
- color: green;
-}
-.flat #filterDlg_Matches span.filterRule {
- color: green;
-}
-.flat .dijitToolbar {
- font-size: 13px;
- padding: 0px;
-}
-.flat .dijitTab:not(.dijitTabChecked) {
- background: #f5f5f5;
-}
-.flat .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
- padding: 4px 8px;
- font-size: 13px;
-}
-.flat .dijitMenu .dijitMenuItem td {
- padding: 0px;
-}
-.flat .dijitCheckBox {
- border: 0px;
- background: #ccc;
-}
-.flat .dijitCheckBox:before {
- font-family: "flat-icon";
- content: "\f00c";
- color: white;
-}
-.flat .dijitCheckBox.dijitCheckBoxChecked {
- background-color: #69C671;
-}
-.flat .dijitTree .dijitFolderClosed,
-.flat .dijitTree .dijitFolderOpened {
- display: none;
-}
-.flat .dijitTree .dijitTreeRow .dijitTreeExpando {
- position: relative;
- top: -2px;
-}
-.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
- color: #257aa7;
-}
-.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
- color: white;
-}
-.flat .dijitTree .labelParam {
- float: right;
- margin-right: 1em;
-}
-.flat .dijitTree .labelParam.filterDisabled,
-.flat .dijitTree .dijitTreeLabel.filterDisabled {
- text-decoration: line-through;
-}
-.flat .dijitTree .feedParam {
- color: #555555;
- float: right;
- margin-right: 1em;
-}
-.flat .dijitTree .filterRules {
- display: block;
- color: #ccc;
- font-size: 12px;
- margin-left: 100px;
- line-height: normal;
-}
-.flat .dijitTree .dijitTreeRowSelected .filterRules span {
- color: white;
-}
-.flat .dijitTree .dijitTreeContainer {
- max-width: 100%;
-}
-.flat .dijitTree .dijitTreeRow {
- overflow: hidden;
- text-overflow: ellipsis;
-}
-.flat .dijitTree .dijitTreeNode .dijitTreeRow {
- padding: 4px 0px 4px;
- border-width: 1px;
- color: #333;
-}
body.ttrss_utility.sanity_failed {
background: #900;
}
@@ -1879,6 +1784,136 @@ body#sharepopup form {
body#sharepopup input {
width: 100%;
}
+.flat li {
+ padding: 2px;
+}
+.flat .filterRules span {
+ display: block;
+ color: green;
+}
+.flat #filterDlg_Matches span.filterRule {
+ color: green;
+}
+.flat .dijitToolbar {
+ font-size: 13px;
+ padding: 0px;
+}
+.flat .dijitTab:not(.dijitTabChecked) {
+ background: #f5f5f5;
+}
+.flat .dijitCheckBox.dijitCheckBoxChecked {
+ background-color: #69C671;
+}
+.flat .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
+ padding: 4px 8px;
+ font-size: 13px;
+}
+.flat .dijitMenu .dijitMenuItem td {
+ padding: 0px;
+}
+.flat .dijitCheckBox:before {
+ font-family: "flat-icon";
+ content: "\f00c";
+ color: white;
+}
+.flat .dijitTree .dijitFolderClosed,
+.flat .dijitTree .dijitFolderOpened {
+ display: none;
+}
+.flat .dijitTree .dijitTreeRow .dijitTreeExpando {
+ position: relative;
+ top: -2px;
+}
+.flat .dijitTree .labelParam {
+ float: right;
+ margin-right: 1em;
+}
+.flat .dijitTree .labelParam.filterDisabled,
+.flat .dijitTree .dijitTreeLabel.filterDisabled {
+ text-decoration: line-through;
+}
+.flat .dijitTree .feedParam {
+ color: #555555;
+ float: right;
+ margin-right: 1em;
+}
+.flat .dijitTree .filterRules {
+ display: block;
+ color: #ccc;
+ font-size: 12px;
+ margin-left: 100px;
+ line-height: normal;
+}
+.flat .dijitTree .dijitTreeContainer {
+ max-width: 100%;
+}
+.flat .dijitTree .dijitTreeRow {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+@font-face {
+ font-family: 'Material Icons';
+ font-style: normal;
+ font-weight: 400;
+ src: url(../lib/iconfont/MaterialIcons-Regular.eot);
+ src: local('Material Icons'), local('MaterialIcons-Regular'), url(../lib/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../lib/iconfont/MaterialIcons-Regular.woff) format('woff'), url(../lib/iconfont/MaterialIcons-Regular.ttf) format('truetype');
+
+ /* For IE6-8 */
+}
+.material-icons {
+ font-family: 'Material Icons';
+ font-weight: normal;
+ font-style: normal;
+ font-size: 18px;
+ /* Preferred icon size */
+ display: inline-block;
+ line-height: 1;
+ color: #777;
+ text-transform: none;
+ letter-spacing: normal;
+ word-wrap: normal;
+ white-space: nowrap;
+ direction: ltr;
+ vertical-align: middle;
+ /* Support for all WebKit browsers. */
+ -webkit-font-smoothing: antialiased;
+ /* Support for Safari and Chrome. */
+ text-rendering: optimizeLegibility;
+ /* Support for Firefox. */
+ -moz-osx-font-smoothing: grayscale;
+ /* Support for IE. */
+ font-feature-settings: 'liga';
+}
+.flat .filterRules span.inverse,
+.flat #filterDlg_Matches span.filterRule.inverse {
+ color: red;
+}
+.flat .dijitDialog .dijitDialogPaneContent {
+ background: #f5f5f5;
+}
+.flat .dijitAccordionContainer {
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
+}
+.flat .dijitTab:not(.dijitTabChecked) {
+ background: #f5f5f5;
+}
+.flat .dijitCheckBox {
+ background: #ccc;
+}
+.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
+ color: #257aa7;
+}
+.flat .dijitTree .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
+ color: white;
+}
+.flat .dijitTree .dijitTreeRowSelected .filterRules span {
+ color: white;
+}
+.flat .dijitTree .dijitTreeNode .dijitTreeRow {
+ padding: 4px 0px 4px;
+ border-width: 1px;
+ color: #333;
+}
body.ttrss_zoom {
margin-left: auto;
margin-right: auto;
@@ -1976,37 +2011,4 @@ body.ttrss_zoom div.post div.content pre {
max-width: 98%;
overflow: auto;
}
-@font-face {
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- src: url(../lib/iconfont/MaterialIcons-Regular.eot);
- src: local('Material Icons'), local('MaterialIcons-Regular'), url(../lib/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../lib/iconfont/MaterialIcons-Regular.woff) format('woff'), url(../lib/iconfont/MaterialIcons-Regular.ttf) format('truetype');
-
- /* For IE6-8 */
-}
-.material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- font-size: 18px;
- /* Preferred icon size */
- display: inline-block;
- line-height: 1;
- color: #777;
- text-transform: none;
- letter-spacing: normal;
- word-wrap: normal;
- white-space: nowrap;
- direction: ltr;
- vertical-align: middle;
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- font-feature-settings: 'liga';
-}
/*# sourceMappingURL=default.css.map */ \ No newline at end of file