]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
german translation updated
[tt-rss.git] / tt-rss.css
index e653c76786ca4a40f67c2f71bea865380c4591e4..454e2ffd165bda274dc8f9ea34a899342da13b73 100644 (file)
@@ -32,17 +32,16 @@ div.postReply a:hover {
 div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #88b0f0;
-       background-color : white;
-       background : url("images/toolbar.png");
-       background-position : bottom left;
-       background-repeat : repeat-x;
+       border-color : #c0c0c0;
+       background : #fafafa;
+       box-shadow : 0px 0px 3px 0px #ccc;
        padding : 5px;
        color : #909090;
 }
 
 div.postReply div.postTitle {
        overflow : hidden;
+       text-overflow: ellipsis;
        white-space : nowrap;
 }
 
@@ -58,6 +57,7 @@ div.postReply div.postContent {
 div.postReply div.postContent img {
        border-width : 0px;
        max-width : 98%;
+       height: auto;
 }
 
 div.postReply div.postEnclosures {
@@ -132,14 +132,12 @@ a:hover {
 }
 
 #notify {
-       top : 25px;
+       bottom : 10px;
        right : 10px;
        border-width : 1px;
        border-style : solid;
        position : absolute;    
-       display : none;
-       float : right;
-       font-size : 11px;
+       font-size : 12px;
        z-index : 99;
        padding : 5px;
        min-width : 200px;
@@ -148,7 +146,21 @@ a:hover {
 
 #notify img {
        vertical-align : middle;
-       margin-right : 4px;
+       max-height : 14px;
+}
+
+#notify span.msg {
+       width : 100%;
+}
+
+#notify span.close {
+       text-align : right;
+}
+
+#notify span {
+       display : table-cell;
+       vertical-align : middle;
+       padding : 4px;
 }
 
 .notify {
@@ -171,49 +183,10 @@ a:hover {
        border-color : #ff0000;
 }
 
-.notify.error span:hover {
-       color : red;
-       cursor : pointer;
-}
-
-.hl.Selected {
-       background-color : #fff7d5;
-}
-
 .hl.Unread div.hlTitle {
        font-weight : bold;
 }
 
-.hl.even.Unread.Selected {
-       background : #fff7d5;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-}
-
-.hl.odd.Unread.Selected {
-       background : #fff7d5;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-}
-
-.hl.even.Selected {
-       background : #fff7d5;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-       border-collapse : collapse;
-}
-
-.hl.odd.Selected {
-       background : #fff7d5 ! important;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-       border-collapse : collapse;
-}
-
 .hl.even.Grayed {
        background : #f0f0f0;
        color : #909090;
@@ -227,33 +200,23 @@ a:hover {
        color : #909090;
 }
 
-.hl.even {
-       border-width : 0px 0px 1px 0px;
+.hl {
+       border-width : 0px 1px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
-       background : #f0f0f0;
-       border-collapse : collapse;
 }
 
-.hl.odd {
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       border-collapse : collapse;
+.hl.active {
+       background : #ecf4ff ! important;
 }
 
-.hl.even.Unread {
+.hl.even {
        background : #f0f0f0;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
        border-collapse : collapse;
 }
 
-.hl.odd.Unread {
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
+.hl.odd {
+       background : white;
 }
 
 div.filterTestHolder {
@@ -294,6 +257,8 @@ div.filterTestHolder {
        border-style : solid;
        background : #fafafa;
        display : block;
+       max-width : 98%;
+       overflow : auto;
 }
 
 div.notice, div.warning, div.error {
@@ -322,10 +287,15 @@ div.error {
 
 div.warning img, div.notice img, div.error img {
        margin-right : 4px;
-       float : left;
        vertical-align : middle;
 }
 
+div.warning span, div.notice span, div.error span {
+       display : table-cell;
+       vertical-align : middle;
+
+}
+
 ul.nomarks {
        list-style-type : none;
        margin : 0px;
@@ -448,7 +418,7 @@ div.hlFeed a:hover {
        color : #4684ff;
 }
 
-img.markedPic {
+img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
 }
@@ -823,6 +793,10 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
+#feedTree {
+       overflow : visible;
+}
+
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -882,6 +856,11 @@ div.fatalError textarea {
        margin-right : 1em;
 }
 
+.labelParam {
+       float : right;
+       margin-right : 1em;
+}
+
 .dijitTreeLabel.Disabled, .labelParam.Disabled {
        color : gray;
 }
@@ -898,6 +877,7 @@ img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
+       display : inline-block;
 }
 
 .dijitDialog .dijitToolbar {
@@ -1009,6 +989,7 @@ div.postHeader span.author {
 body#ttrssZoom {
        margin-left : auto;
        margin-right : auto;
+       padding : 2em;
        max-width : 800px;
        background : #f0f0f0;
 }
@@ -1019,11 +1000,10 @@ body#ttrssZoom div.postContent p {
 
 body#ttrssZoom div.postReply {
        border : 1px solid #ccc;
-       margin : 20px;
        box-shadow : 0px 0px 3px #ccc;
 }
 
-body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+body#ttrssZoom div.postContent {
        background-color : white;
 }
 
@@ -1032,9 +1012,25 @@ body#ttrssZoom div.footer {
        text-align : center;
 }
 
+body#ttrssZoom div.postContent img {
+       max-width : 650px;
+       height : auto;
+}
+
 select.attachments {
        display : block;
        margin-top : 10px;
        max-width : 120px;
 }
 
+div.hl.active {
+       border-color : #88b0f0;
+}
+
+div.hl.active a.title {
+       color : #4684ff;
+}
+
+#selected_prompt {
+       margin-right : 25px;
+}