]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework OPML import process
[tt-rss.git] / tt-rss.css
index 3a3f237365912271d979b98ce3a7682279253377..d6d06a63de9e60745b50dad5e2eff425c0b72c4e 100644 (file)
@@ -1,9 +1,20 @@
-body#ttrssMain, body#ttrssPrefs {
+body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
        background : white;
        color : black;
        margin : 0px;
        padding : 0px;
        font-family : "Lucida Grande", Arial, sans-serif;
+       font-size : 12px;
+}
+
+body#ttrssPrefs {
+       background-color : #ecf4ff;
+}
+
+body#ttrssPrefs #footer, body#ttrssPrefs #header {
+       background-color : #ecf4ff;
+       padding-left : 8px;
+       padding-right : 8px;
 }
 
 blockquote {
@@ -30,11 +41,12 @@ div.postReply a:hover {
 div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #a0a0a0;
-       background-color : #f9faff;
-       margin : 0px 1px 0px 0px;
+       border-color : #88b0f0;
+       background-color : white;
+       background : url("images/toolbar.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
        padding : 5px;
-       /* cursor : move; */
        color : #909090;
 }
 
@@ -174,7 +186,7 @@ input.editbox {
        display : none;
        float : right;
        font-size : 12px;
-       z-index : 998;
+       z-index : 99;
        padding : 5px 5px 5px 5px;
 }
 
@@ -211,6 +223,16 @@ input.editbox {
        cursor : pointer;
 }
 
+.blankborder, .blankborder td {
+       border-style : solid;
+       border-color : transparent;
+       border-width : 0px 0px 1px 0px;
+}
+
+.Selected, .Selected td {
+       background-color : #fff7d5;
+}
+
 .even.Unread.Selected, .even.Unread.Selected td {
        background-color : #fff7d5;
        font-weight : bold;
@@ -301,6 +323,10 @@ table.prefPrefsList tr:hover td.prefValue input {
        color : #88b0f0;
 }
 
+table.prefPrefsList h3 {
+       margin-top : 0px;
+}
+
 tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
@@ -382,12 +408,18 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
-div.prefFeedCatHolder {
-       height : 250px;
+div.prefFeedCatHolder, div.prefFeedOPMLHolder {
+       height : 300px;
        overflow : auto;
-       border : 1px solid #99d67a;
-       margin : 5px 0px 5px 0px;
-       background-color : white;
+       border-width : 0px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin : 0px 0px 5px 0px;
+       background-color : #ecf4ff;
+}
+
+div.prefFeedOPMLHolder {
+       border-width : 1px 1px 1px 1px;
 }
 
 a.helpLink {
@@ -402,10 +434,7 @@ pre {
        margin : 5px;
 }
 
-input.extSearch {
-       width : 100%;
-}
-
+/*
 div.firstTab {
        width : 10px;
        float : left;
@@ -456,7 +485,7 @@ div.prefsTab.Selected {
        bottom : -1px;
        z-index : 3;
        height : 30px;
-}
+} */
 
 div.notice {
        background : #ffffff;
@@ -539,7 +568,7 @@ td.selectPrompt {
 }
 
 div#headlines-toolbar {
-       border-width : 1px 0px 1px 1px;
+       border-width : 1px 0px 1px 0px;
        background-color : #ecf4ff;
        border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
        font-size : 11px;
@@ -572,7 +601,6 @@ div#headlines-toolbar div#subtoolbar_ftitle {
 }
 
 span.contentPreview {
-       font-size : 12px;
        color : gray;
        font-weight : normal;
 }
@@ -663,35 +691,39 @@ span.groupPrompt {
 }
 
 div.tagCloudContainer {
-       border : 1px solid gray;
-       background-color : white;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
        text-align : center;
 }
 
 div.errorExplained {
-       border : 1px solid #99d67a;
-       background-color : white;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
 }
 
 ul.feedErrorsList {
-       height : 300px;
+       max-height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #99d67a;
-       background-color : white;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
        margin : 0px 0px 5px 0px;
-       padding : 0px;
+       padding : 5px;
+}
+
+ul.feedErrorsList em {
+       color : gray;
 }
 
 ul.userFeedList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #99d67a;
+       border : 1px solid gray;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
@@ -700,16 +732,19 @@ ul.userFeedList {
 ul.browseFeedList {
        height : 300px;
        overflow : auto;
-       list-style-type : none;
+       border-width : 0px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
        margin : 0px 0px 5px 0px;
-       padding : 0px;
-       border : 1px solid #99d67a;
        background-color : white;
+       list-style-type : none;
+       padding : 0px;
+
 }
 
 ul.browseFeedList li {
        margin : 0px;
-       padding : 0px;
+       padding : 2px 4px 2px 4px;
 }
 
 span.subscribers {
@@ -722,10 +757,6 @@ div.subscribers {
        float : right;
 }
 
-input.feedBrowseCB {
-       margin-right : 1em;
-}
-
 div.browserDetails {
        margin : 5px 5px 5px 5px;
        padding : 5px;
@@ -780,7 +811,7 @@ div.browserFeedInfo div.detailsPart {
 
 #overlay_inner {
        font-weight : bold;
-       margin : 10px;
+       margin : 1em;
 }
 
 #noDaemonWarning {     
@@ -910,15 +941,23 @@ 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 : 5px;
+       padding-right : 3px;
 }
 
 /* preferences layout */
 
-#prefFooter {
+/* #prefFooter {
        position : absolute;
        bottom : 0px;
        height : 20px;
@@ -956,7 +995,7 @@ html, body#ttrssMain, #main {
        font-size : 12px;
        margin : 10px;
        height : 33px;
-}
+} */
 
 div.return {
        float : right;
@@ -972,7 +1011,7 @@ div.return a:hover {
        color : black;
 }
 
-#prefContentOuter {
+/* #prefContentOuter {
        clear : left;
        position : absolute;
        bottom : 41px;
@@ -998,8 +1037,7 @@ div.return a:hover {
        right : 0px;
        padding : 1em;
        overflow : auto;
-
-}
+} */
 
 div.topLinks img {
        vertical-align : middle;
@@ -1012,7 +1050,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {
@@ -1197,16 +1235,6 @@ div#hotkey_help_overlay table.hho td.bottom {
        font-size : 11px;
 }
 
-div.prefKbdHelp {
-       float : right;
-       font-size : 12px;
-       margin-right : 15px;
-}
-
-div.prefKbdHelp img {
-       vertical-align : middle;
-}
-
 div#l_progress_o {
        width : 200px;
        border : 1px solid black;
@@ -1220,16 +1248,6 @@ div#l_progress_i {
        height : 10px;
 }
 
-/* #content-insert {
-       background-color : white;
-       overflow : auto;
-       position : absolute;
-       left : 0px;
-       right : 0px;
-       bottom : 0px;
-       top : 6px; 
-} */
-
 div.dlgSec {
        font-size : 12px;
        color : gray;
@@ -1245,7 +1263,11 @@ div.dlgSecCont {
        float : left;
        font-size : 12px;
        font-weight : normal;
-       line-height : 200%;
+}
+
+div.dlgSecCont > * {
+       margin-top : 4px;
+       vertical-align : bottom;
 }
 
 div.dlgButtons {
@@ -1262,6 +1284,33 @@ span.prefsLabelEntry {
        padding : 2px;
 }
 
+span.labelColorIndicator {
+       height : 14px;
+       width : 14px;
+       line-height : 14px;
+       font-height : 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-height : 9px;
+       display : inline-block;
+       border : 1px solid black;
+       background-color : #fff7d5;     
+       color : #063064;
+       text-align : center;
+       margin-right : 2px;
+       vertical-align : bottom;
+}
+
+
 div.labelColorIndicator {
        height : 14px;
        width : 14px;
@@ -1447,6 +1496,7 @@ div.fatalError textarea {
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
+       border-left-width : 0px;
        border-right-width : 0px;
        margin-top : 0px;
        border-top-width : 0px;
@@ -1456,8 +1506,15 @@ div.fatalError textarea {
        display : none;
 }
 
-#headlinesInnerContainer {
-       font-size : 12px;
+#content-tabs {
+       margin : 0px;
+       padding : 0px;
+       border-width : 0px;
+}
+
+#content-tabs .dijitTab {
+       margin-top : 0px;
+       padding-top : 0px;
 }
 
 #toolbar {
@@ -1469,14 +1526,14 @@ div.fatalError textarea {
 }
 
 #header {
-       padding : 4px;
+       padding : 4px 8px 0px 8px;
        border-width : 0px;
 }
 
 #footer {
        text-align : center;
        color : gray;
-       padding : 4px;
+       padding : 4px 4px 8px 4px;
        border-width : 0px;
 }
 
@@ -1485,12 +1542,17 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-bottom-width : 0px;
        border-right-width : 0px;
+       border-left-width : 0px;
 }
 
 .dijitTreeLabel.Unread {
        font-weight : bold;
 }
 
+.dijitTreeLabel.Disabled, .labelParam.Disabled {
+       color : gray;
+}
+
 .dijitTreeRow.Error {
        color : red;
 }
@@ -1499,13 +1561,71 @@ div.fatalError textarea {
        display : none;
 }
 
-img.feedIcon {
-       max-width : 16px;
-       max-height : 16px;
+img.feedIcon, img.tinyFeedIcon {
+       width : 16px;
+       height : 16px;
 }
 
-div#feedlistLoading {
+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;
+}
+
+/* div#feedTree {
+       font-size : 11px;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+} */
+
+
+#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 {
+       margin : 0px;
+       padding : 0px;
+       border-width : 0px;
+}
+
+#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds { 
+       padding : 0px;
+}
+
+#errorButton {
+       color : red;
+}
+
+span.labelFixedLength {
+       display : inline-block;
+       width : 70%;
+}
+
+#filter_dlg_date_chk_box {
+       display : inline-block;
+}
+
+.dijitDialog .dijitToolbar {
+       border : 1px solid #c0c0c0;
+}
+
+a.bookmarklet {
+       color : #4684ff;
+       border : 1px solid #ecf4ff;
+       padding : 2px;
+}