]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
german translation update
[tt-rss.git] / tt-rss.css
index 4ef9527d8ea469da899e2c816138cfc0174dd623..6067ca7d6bf894987add00be2df8d1f47b9d6599 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,89 +132,55 @@ a:hover {
 }
 
 #notify {
-       border-width : 0px 1px 1px 1px;
+       top : 25px;
+       right : 10px;
+       border-width : 1px;
        border-style : solid;
-       top : 0px;
-       right : 35%;
-       min-width : 30%;
        position : absolute;    
        display : none;
        float : right;
-       font-size : 12px;
+       font-size : 11px;
        z-index : 99;
-       padding : 5px 5px 5px 5px;
+       padding : 5px;
+       min-width : 200px;
+       box-shadow : 0px 0px 2px #ccc;
 }
 
 #notify img {
        vertical-align : middle;
+       margin-right : 4px;
 }
 
-.notifyProgress {
+.notify {
        border-color : #d7c47a;
        background-color : #fff7d5;
-       color : black;
 }
 
-.notifyInfo {
-       border-color : #7AD78E;
-       background-color : #D5FFDB;
-       color : black;
-}
-
-.notify {
+.notify.progress {
        border-color : #d7c47a;
        background-color : #fff7d5;
-       color : black;
 }
 
-.notifyError {
+.notify.info {
+       border-color : #88b0f0;
+       background-color : #ecf4ff;
+}
+
+.notify.error {
        background-color : #ffcccc;
        border-color : #ff0000;
-       color : black;
 }
 
-.notifyError span:hover {
+.notify.error span:hover {
        color : red;
        cursor : pointer;
 }
 
-.Selected, .Selected {
-       background-color : #fff7d5 ! important;
-}
-
-.even.Unread.Selected {
-       background : #fff7d5 ! important;
-       font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-}
-
-.odd.Unread.Selected {
-       background : #fff7d5 ! important;
+.hl.Unread div.hlTitle {
        font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
 }
 
-.even.Selected {
-       background : #fff7d5 ! important;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-       border-collapse : collapse;
-}
-
-.odd.Selected {
-       background : #fff7d5 ! important;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #e7d796;
-       border-collapse : collapse;
-}
-
-.even.Grayed {
+.hl.even.Grayed {
        background : #f0f0f0;
        color : #909090;
        border-width : 0px 0px 1px 0px;
@@ -223,88 +189,39 @@ a:hover {
        border-collapse : collapse;
 }
 
-.odd.Grayed {
+.hl.odd.Grayed {
        color : #909090;
 }
 
-.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;
 }
 
-.odd {
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       border-collapse : collapse;
+.hl.active {
+       background : #ecf4ff ! important;
 }
 
-.even.Unread {
+.hl.even {
        background : #f0f0f0;
-       font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
        border-collapse : collapse;
 }
 
-.odd.Unread {
-       font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-}
-
-.invisible {
-       display : none;
-}
-
-/* preferences */
-
-table.prefPrefsList h3 {
-       margin-top : 0.5em;
-       margin-bottom : 0px;
-}
-
-tr.title td {
-       border-width : 0px 0px 1px 0px;
-       border-color : #ecf4ff;
-       border-style : solid;
-       color : #4684ff;
-}
-
-tr.title td a {
-       color : #4684ff;
-}
-
-tr.title td a:hover {
-       color : black;
+.hl.odd {
+       background : white;
 }
 
-div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder, div.filterTestHolder {
+div.filterTestHolder {
        height : 300px;
        overflow : auto;
-       border-width : 0px 1px 1px 1px;
        border-color : #c0c0c0;
        border-style : solid;
        margin : 0px 0px 5px 0px;
        background-color : #ecf4ff;
-}
-
-div.prefFeedOPMLHolder, div.filterTestHolder {
        border-width : 1px 1px 1px 1px;
 }
 
-a.helpLink {
-       color : #808080;
-}
-
-a.helpLink:hover {
-       color : #4684ff;
-}
 
 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
        margin : 5px 0px 5px 0px;
@@ -333,41 +250,38 @@ a.helpLink:hover {
        border-style : solid;
        background : #fafafa;
        display : block;
+       max-width : 98%;
+       overflow : auto;
 }
 
-div.notice {
-       background : #ffffff;
-       border : 1px solid #88b0f0;
-       width : 60%;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
+div.notice, div.warning, div.error {
+       padding : 4px 10px 4px 4px;
+       display : inline-block;
+       margin : 2px 0px 4px 0px;
        font-size : 12px;
+       box-shadow : 0px 0px 2px #ccc;
 }
 
-div.warning {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
-       font-size : 12px;
-       width : 60%;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
+div.notice div.inner, div.warning div.inner, div.error div.inner {
+       vertical-align : middle;
 }
 
-div.warning img, div.notice img, div.error img {
-       vertical-align : middle;
-       padding : 5px;
+div.notice {
+       background : #ecf4ff;
 }
 
-span.filterDateError {
-       color : #ff0000;
+div.warning {
+       background : #fff7d5;
 }
 
 div.error {
-       border : 1px solid #ff0000;
        background : #ffcccc;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
-       font-size : 12px;
+}
+
+div.warning img, div.notice img, div.error img {
+       margin-right : 4px;
+       float : left;
+       vertical-align : middle;
 }
 
 ul.nomarks {
@@ -397,14 +311,10 @@ span.feed_error {
        color : black;
 }
 
-.small {
-       font-size : 11px;
-}
-
 div#headlines-toolbar {
        border-width : 0px 0px 1px 0px;
        background-color : #f0f0f0;
-       border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
+       border-color : #c0c0c0;
        font-size : 11px;
        font-family : "Segoe UI", Tahoma, sans-serif;
        color : gray;
@@ -489,21 +399,18 @@ div.hlFeed, div.hlFeed a {
        color : gray;
        font-style : italic;
        font-weight : normal;
+       white-space: nowrap;
 }
 
 div.hlFeed a:hover {
        color : #4684ff;
 }
 
-img.markedPic {
+img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
 }
 
-a.warning {
-       color : #f04040;
-}
-
 div.tagCloudContainer {
        border : 1px solid #c0c0c0;
        background-color : #ecf4ff;
@@ -529,30 +436,10 @@ ul.feedErrorsList {
        padding : 5px;
 }
 
-ul.selfUpdateList {
-       height : 200px;
-       overflow : auto;
-       list-style-type : none;
-       border : 1px solid #c0c0c0;
-       background-color : #ecf4ff;
-       margin : 0px 0px 5px 0px;
-       padding : 5px;
-}
-
 ul.feedErrorsList em {
        color : gray;
 }
 
-ul.userFeedList {
-       height : 300px;
-       overflow : auto;
-       list-style-type : none;
-       border : 1px solid gray;
-       background-color : white;
-       margin : 0px 0px 5px 0px;
-       padding : 0px;
-}
-
 ul.browseFeedList {
        height : 300px;
        overflow : auto;
@@ -649,49 +536,12 @@ html, body#ttrssMain, #main {
        margin: 0;
 } 
 
-html, body#ttrssPrefs, #main {
-       width: 100%; 
-       height: 100%;
-       border: 0; 
-       padding: 0; 
-       margin: 0;
-} 
-
 #toolbar div.actionChooser {
        display : table-cell;
        text-align : right;
        padding-right : 3px;
 }
 
-/* preferences layout */
-
-div.return {
-       float : right;
-       font-size : 12px;
-       margin-right : 10px;
-}
-
-div.return a {
-       color : #4684ff;
-}
-
-div.return a:hover {
-       color : black;
-}
-
-#header a {
-       color : #4684ff;        
-}
-
-#header a:hover {
-       color : black;
-}
-
-#header img {
-       vertical-align : middle;
-       cursor : pointer;
-}
-
 div.autocomplete {
        position : absolute;
        width : 250px;
@@ -720,24 +570,10 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
-#header a.feedback {
-       color : #009900;
-}
-
 a.visibleLink {
        color : #4684ff;
 }
 
-a.visibleLinkB {
-       color : #4684ff;
-       border : 1px solid #4684ff;
-       padding : 2px;
-}
-
-a.visibleLinkB:hover {
-       background-color : #ecf4ff;
-}
-
 .hlContentH a, .hlContentH span {
        color : #00cc00;
 }
@@ -841,25 +677,6 @@ div#cmdline {
        width : 18px;
 }
 
-div#auxDlg {
-       position : absolute;
-       z-index : 3;
-       bottom : 5px;
-       right : 25px;
-       padding : 5px;
-       border-width : 1px;
-       border-style : solid;
-       border-color : #d7c47a;
-       background-color : #fff7d5;
-       color : black;
-       text-align : center;
-       font-size : 13px;
-}
-
-div#auxDlg a {
-       color : #4684ff;
-}
-
 div.hlTitle {
        display : table-cell;
        cursor : pointer;
@@ -964,6 +781,10 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
+#feedTree {
+       overflow : visible;
+}
+
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -1023,6 +844,11 @@ div.fatalError textarea {
        margin-right : 1em;
 }
 
+.labelParam {
+       float : right;
+       margin-right : 1em;
+}
+
 .dijitTreeLabel.Disabled, .labelParam.Disabled {
        color : gray;
 }
@@ -1039,54 +865,6 @@ img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
-}
-
-div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
-       text-align : center;
-       padding : 5px;
-       color : gray;
-}
-
-div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
-       margin-right : 5px;
-}
-
-div#pref-tabs .dijitContentPane {
-       font-size : 12px;
-}
-
-div#pref-tabs {
-       margin : 0px 5px 0px 5px;
-}
-
-div#pref-tabs .dijitContentPane h3 {
-       font-size : 14px;
-       font-weight : bold;
-}
-
-#pref-filter-wrap, #pref-filter-header, #pref-filter-content, 
-#pref-label-wrap, #pref-label-header, #pref-label-content,
-#pref-user-wrap, #pref-user-header, #pref-user-content, 
-#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
-       margin : 0px;
-       padding : 0px;
-       border-width : 0px;
-}
-
-#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab { 
-       padding : 0px;
-}
-
-#errorButton {
-       color : red;
-}
-
-span.labelFixedLength {
-       display : inline-block;
-       width : 70%;
-}
-
-#filter_dlg_date_chk_box {
        display : inline-block;
 }
 
@@ -1094,10 +872,10 @@ span.labelFixedLength {
        border : 1px solid #c0c0c0;
 }
 
-a.bookmarklet {
-       color : #4684ff;
-       border : 1px solid #ecf4ff;
-       padding : 2px;
+.dijitDialog h2 {
+       margin-top : 0px;
+       margin-bottom : 4px;
+       border-width : 0px;
 }
 
 .player {
@@ -1112,6 +890,7 @@ a.bookmarklet {
        text-align : center;
        background : white;
 }
+
 .player.playing {
        color : #00c000;
        border-color : #00c000;
@@ -1130,15 +909,6 @@ a.bookmarklet {
        color : gray;
 }
 
-td.error { 
-       color : red;
-}
-
-div.dialogNotice {
-       margin-bottom : 5px;
-       color : gray;
-}
-
 ul#filterDlg_Matches, ul#filterDlg_Actions {
        max-height : 100px;
        overflow : auto;
@@ -1160,10 +930,6 @@ ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitChec
        margin-right : 5px;
 }
 
-table.prefPluginsList td label, table.prefUserList td {
-       cursor : pointer;
-}
-
 ul.helpKbList {
        max-height : 300px;
        overflow : auto;
@@ -1185,3 +951,71 @@ ul.helpKbList span.hksequence {
 ul.helpKbList h2 {
        margin-top : 0px;
 }
+
+.dijitTreeNode .loadingNode {
+       margin-left : 3px;
+}
+
+span.collapseBtn {
+       cursor : pointer;
+}
+
+div.postContent p {
+       max-width : 650px;
+}
+
+div.postContent iframe {
+       min-width : 50%;
+}
+
+div.postHeader span.author {
+       color : gray;
+       font-size : 11px;
+       font-weight : normal;
+}
+
+body#ttrssZoom {
+       margin-left : auto;
+       margin-right : auto;
+       padding : 2em;
+       max-width : 800px;
+       background : #f0f0f0;
+}
+
+body#ttrssZoom div.postContent p {
+       max-width : 650px;
+}
+
+body#ttrssZoom div.postReply {
+       border : 1px solid #ccc;
+       box-shadow : 0px 0px 3px #ccc;
+}
+
+body#ttrssZoom div.postContent {
+       background-color : white;
+}
+
+body#ttrssZoom div.footer {
+       margin-top : 1em;
+       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;
+}
+