summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css102
-rw-r--r--css/prefs.css8
-rw-r--r--css/tt-rss.css63
-rw-r--r--css/utility.css2
4 files changed, 122 insertions, 53 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 18bedce01..98fd4edf6 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -110,6 +110,10 @@ div.cdm.expandable div.cdmHeader span.titleWrap {
max-width : 500px;
}
+div.cdm.expandable.active div.cdmHeader span.titleWrap {
+ white-space : normal;
+}
+
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;
@@ -230,38 +234,96 @@ div.cdmHeader span.author {
div#floatingTitle {
position : absolute;
z-index : 5;
- top : 30px;
- right : 20px;
- border : 1px solid #ccc;
- background : white;
- border-radius : 3px;
- box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
+ top : 25px;
+ right : 0px;
+ left : 0px;
+ border-color : #ccc;
+ border-width : 1px 0px 1px 0px;
+ border-style : solid;
+ background : #fcfcfc;
color : #555;
- font-size : 10px;
- padding : 3px;
+ box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
}
div#floatingTitle > * {
display : table-cell;
white-space : nowrap;
vertical-align : middle;
+ padding : 9px 5px;
}
-div#floatingTitle span.titleWrap {
- max-width : 200px;
- overflow : hidden;
- text-overflow : ellipsis;
+div#floatingTitle img {
+ margin-right : 4px;
+ margin-left : 4px;
}
-div#floatingTitle img {
- padding-right : 3px;
+div#floatingTitle span.author {
+ color : #555;
+ font-size : 11px;
+ font-weight : normal;
+}
+
+div#floatingTitle a.title {
+ font-size : 14px;
+ color : #999;
+ font-weight : bold;
+}
+div#floatingTitle img.anchor {
+ margin-right : 1px;
+ margin-left : 0px;
+}
+
+div#floatingTitle div.hlFeed {
+ padding-right : 10px;
+ color : #555;
+ font-weight : normal;
+ font-style : italic;
+ font-size : 11px;
+ white-space : nowrap;
+}
+
+div#floatingTitle div.hlFeed a {
+ border-radius : 4px;
+ display : inline-block;
+ padding : 1px 4px 1px 4px;
+}
+
+div#floatingTitle span.updated {
+ padding-right : 10px;
+ white-space : nowrap;
+ color : #555;
+ font-size : 11px;
+}
+
+div#floatingTitle div.hlFeed a {
+ color : #555;
}
-div#floatingTitle .dijit,
-div#floatingTitle span.updated,
-div#floatingTitle div.scoreWrap,
-div#floatingTitle div.hlFeed,
-div#floatingTitle span.author,
-div#floatingTitle img.tinyFeedIcon {
+div#floatingTitle span.titleWrap {
+ width : 100%;
+ white-space : normal;
+}
+
+div#floatingTitle .dijit,
+div#floatingTitle img.hlScorePic {
display : none;
}
+
+.cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
+.cdm.high .cdmHeader span.author {
+ color : #00aa00;
+}
+
+.cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
+.cdm.Unread.high .cdmHeader span.author {
+ color : #00dd00;
+}
+
+.cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
+.cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
+.cdm.low .cdmHeader span.author {
+ color : #909090;
+ text-decoration : line-through;
+}
+
+
diff --git a/css/prefs.css b/css/prefs.css
index 1cc8b7b03..502a53be9 100644
--- a/css/prefs.css
+++ b/css/prefs.css
@@ -98,6 +98,14 @@ table.prefPluginsList td label, table.prefUserList td {
cursor : pointer;
}
+table.prefPluginsList label {
+ white-space : nowrap;
+}
+
+table.prefPluginsList label img {
+ vertical-align : middle;
+}
+
table.prefErrorLog tr.errrow td {
font-size : 10px;
}
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 3e6b8cd38..94bc5826c 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -299,7 +299,7 @@ div.error {
}
div.warning img, div.notice img, div.error img {
- margin-right : 4px;
+ margin : 4px;
vertical-align : middle;
}
@@ -606,20 +606,15 @@ div#headlines-frame.wide .hlTitle {
white-space : normal;
}
-.hlContentH a, .hlContentH span {
- color : #00cc00;
-}
-
-.hlContentL a, .hlContentL span {
- color : #909090;
- text-decoration : line-through;
+.hl a.title.high, span.hlContent.high .contentPreview {
+ color : #00aa00;
}
-
-span.titleWrapH, span.titleWrapH a {
- color : #00cc00;
+.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
+ color : #00dd00;
}
-span.titleWrapL, span.titleWrapL a {
+.hl a.title.low, span.hlContent.low .contentPreview,
+.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
color : #909090;
text-decoration : line-through;
}
@@ -665,29 +660,18 @@ div.dlgButtons {
}
span.labelColorIndicator {
- height : 14px;
- width : 14px;
+ height : 16px;
+ width : 16px;
+ border-radius : 4px;
line-height : 14px;
+ vertical-align : middle;
font-size : 9px;
display : inline-block;
- border : 1px solid black;
- background-color : #fff7d5;
- color : #063064;
- text-align : center;
- margin-right : 2px;
-}
-
-span.labelColorIndicator2 {
- height : 14px;
- width : 14px;
- font-size : 9px;
- display : inline-block;
- border : 1px solid black;
+ border : 1px solid #ccc;
background-color : #fff7d5;
color : #063064;
text-align : center;
- margin-right : 2px;
- vertical-align : bottom;
+ box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1);
}
div#cmdline {
@@ -899,6 +883,7 @@ div.fatalError textarea {
img.feedIcon, img.tinyFeedIcon {
width : 16px;
height : 16px;
+ line-height : 16px;
vertical-align : middle;
display : inline-block;
}
@@ -1075,15 +1060,21 @@ div.hl.active {
margin-right : 25px;
}
+#feedTree img.feedIcon {
+ position : relative;
+ top : -2px;
+}
+
body#ttrssMain #feedTree .dijitTreeRow {
padding : 2px 0px 2px;
+ height : 22px;
border-width : 1px;
border-color : transparent;
color : #333;
}
-.dijitFolderClosed,
-.dijitFolderOpened {
+body#ttrssMain #feedTree .dijitFolderClosed,
+body#ttrssMain #feedTree .dijitFolderOpened {
display : none;
}
@@ -1095,6 +1086,11 @@ body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
margin-left : 5px;
}
+body#ttrssMain #feedTree .dijitTreeExpando {
+ margin-top : 0px;
+ opacity : 0.6;
+}
+
body#ttrssMain #feedTree .dijitTreeNode {
padding : 0px;
border-width : 0px;
@@ -1124,8 +1120,11 @@ body#ttrssMain #feedTree {
border-radius : 4px;
vertical-align : middle;
float : right;
- margin : 5px 5px 5px 0px;
+ line-height : 14px;
+ margin-right : 4px;
+ margin-top : 3px;
min-width : 23px;
+ height : 14px;
text-shadow : 1px 1px rgba(0,0,0,0.2);
}
diff --git a/css/utility.css b/css/utility.css
index 029fa9cb3..f342223e3 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -86,7 +86,7 @@ div.error {
}
div.warning img, div.notice img, div.error img {
- margin-right : 4px;
+ margin : 4px;
vertical-align : middle;
}