]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
about dialog, UI tweaks
[tt-rss.git] / tt-rss.css
index 40ea6809981a26f10fd7d87dd7ec4d158338b66f..c161592341ef4909a8b9b45eb1100c608facca37 100644 (file)
@@ -1,9 +1,10 @@
-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 {
@@ -11,20 +12,11 @@ body#ttrssPrefs {
 }
 
 body#ttrssPrefs #footer, body#ttrssPrefs #header {
-       background-color : #ecf4ff;
+       background-color : #ecf4ff; 
        padding-left : 8px;
        padding-right : 8px;
 }
 
-blockquote {
-       margin : 0px;
-       border-width : 0px 0px 0px 8px;
-       border-color : #e0e0e0;
-       border-style : solid;
-       padding : 10px;
-       background-color : #f0f0f0;
-}
-
 div.postReply {
        padding : 0px;
 }
@@ -82,31 +74,15 @@ div.postReply img.tagsPic {
        vertical-align : middle;
 }
 
-div.articleNote div.articleNoteOps {
-       text-align : center;
-       color : #9a8c59;
-       font-style : italic;
-       margin-top : 5px;
-}
-
-div.articleNote div.articleNoteOps a {
-       color : #9a8c59;
-}
-
-div.articleNote div.articleNoteOps a:hover {
-       color : black;
-}
-
 div.articleNote {
        background-color : #fff7d5;
        border-width : 1px;
        padding : 5px;
        border-style : dashed;
        border-color : #e7d796;
-       font-size : 8px;
-       margin-bottom : 5px;
-       margin-top : 5px;
+       font-size : 11px;
        margin-left : 5px;
+       margin-top : 5px;
        float : right;
        color : #9a8c59;
        max-width : 150px;
@@ -185,7 +161,7 @@ input.editbox {
        display : none;
        float : right;
        font-size : 12px;
-       z-index : 998;
+       z-index : 99;
        padding : 5px 5px 5px 5px;
 }
 
@@ -222,6 +198,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;
@@ -304,12 +290,16 @@ input.editbox {
 
 /* preferences */
 
-table.prefPrefsList tr:hover td.prefValue {
+/* table.prefPrefsList tr:hover td.prefValue {
        color : #88b0f0;
 }
 
 table.prefPrefsList tr:hover td.prefValue input {
        color : #88b0f0;
+} */
+
+table.prefPrefsList h3 {
+       margin-top : 0px;
 }
 
 tr.title td {
@@ -393,12 +383,18 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
-div.prefFeedCatHolder {
-       height : 250px;
+div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
+       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, div.inactiveFeedHolder {
+       border-width : 1px 1px 1px 1px;
 }
 
 a.helpLink {
@@ -409,62 +405,34 @@ a.helpLink:hover {
        color : #4684ff;
 }
 
-pre {
-       margin : 5px;
-}
-
-/*
-div.firstTab {
-       width : 10px;
-       float : left;
-}
-
-div.prefsTab:hover {
-       cursor : pointer;
-}
-
-div.prefsTab.Selected:hover {
-       cursor : pointer;
+#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
+       margin : 0px 0px 0px 1em;
+       padding : 0px;
+       font-family : monospace;
+       font-size : 12px;
+       background : transparent;
+       border-width : 0px;
 }
 
-div.prefsTab {
-       float : left;
-       border-width : 1px 1px 0px 1px;
-       border-color : #C4D1E4;
+#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
+       margin : 0px 0px 0px 1em;
+       border-width : 0px 0px 0px 2px;
+       border-color : #c0c0c0;
        border-style : solid;
-       margin : 0px 0px 0px 5px;
-       padding : 3px 5px 3px 5px;
+       font-style : italic;
+       padding : 0px 0px 0px 1em;
        font-size : 12px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       border-collapse : collapse;
-       min-width : 100px;
-       text-align : center;
-       cursor : pointer;
-       position : relative;
-       bottom : -1px;
-       height : 30px;
+       color : gray;
 }
 
-div.prefsTab.Selected {
-       float : left;
-       border-width : 1px 1px 0px 1px;
-       border-color : #88b0f0;
-       border-style : solid;
-       margin : 0px 0px 0px 5px;
-       padding : 3px 5px 3px 5px;
-       background-color : #ecf4ff;
+#content-insert code, #headlines-frame code, .dijitContentPane code {
+       background : transparent;
+       border : 0px solid transparent;
+       margin : 0px;
+       font-family : monospace;
+       padding : 0px;
        font-size : 12px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       border-collapse : collapse;
-       font-weight : bold;
-       min-width : 100px;
-       text-align : center;
-       cursor : pointer;
-       position : relative;
-       bottom : -1px;
-       z-index : 3;
-       height : 30px;
-} */
+}
 
 div.notice {
        background : #ffffff;
@@ -547,7 +515,7 @@ td.selectPrompt {
 }
 
 div#headlines-toolbar {
-       border-width : 1px 0px 1px 0px;
+       border-width : 0px 0px 1px 0px;
        background-color : #ecf4ff;
        border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
        font-size : 11px;
@@ -579,8 +547,11 @@ div#headlines-toolbar div#subtoolbar_ftitle {
        padding-right : 5px;
 }
 
+div#subtoolbar_ftitle span.error {
+       color : red;
+}
+
 span.contentPreview {
-       font-size : 12px;
        color : gray;
        font-weight : normal;
 }
@@ -671,35 +642,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;
@@ -708,16 +683,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 {
@@ -730,10 +708,6 @@ div.subscribers {
        float : right;
 }
 
-input.feedBrowseCB {
-       margin-right : 1em;
-}
-
 div.browserDetails {
        margin : 5px 5px 5px 5px;
        padding : 5px;
@@ -788,7 +762,7 @@ div.browserFeedInfo div.detailsPart {
 
 #overlay_inner {
        font-weight : bold;
-       margin : 10px;
+       margin : 1em;
 }
 
 #noDaemonWarning {     
@@ -934,46 +908,6 @@ html, body#ttrssPrefs, #main {
 
 /* preferences layout */
 
-/* #prefFooter {
-       position : absolute;
-       bottom : 0px;
-       height : 20px;
-       text-align : center;
-       color : gray;
-       font-size : 12px;
-       background-image : url("images/footer.png");
-       background-position : top left;
-       background-repeat : repeat-x; 
-       background-color : white;
-       right : 0px;
-       left : 261px;
-       padding : 10px;
-       border-collapse : collapse;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-
-}
-
-#prefFooter {
-       left : 0px;
-}
-
-#footer a, #prefFooter a {
-       color : gray;
-}
-
-#footer a:hover, #prefFooter a:hover {
-       color : black;
-}
-
-#prefHeader {
-       color : #4684ff;
-       font-size : 12px;
-       margin : 10px;
-       height : 33px;
-} */
-
 div.return {
        float : right;
        font-size : 12px;
@@ -988,35 +922,20 @@ div.return a:hover {
        color : black;
 }
 
-/* #prefContentOuter {
-       clear : left;
-       position : absolute;
-       bottom : 41px;
-       top : 75px;
-       left : 0px;
-       right : 0px;
-       min-height : 300px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       font-size : 12px;
+#header .logo {
+       float : right;
+       margin-left : 10px;
 }
 
-#prefContent {
-       z-index : 4;
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       position : absolute;
-       bottom : 0px;
-       top : 0px;
-       left : 0px;
-       right : 0px;
-       padding : 1em;
-       overflow : auto;
-} */
+#header a {
+       color : #4684ff;        
+}
+
+#header a:hover {
+       color : black;
+}
 
-div.topLinks img {
+#header img {
        vertical-align : middle;
        cursor : pointer;
 }
@@ -1027,7 +946,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {
@@ -1062,21 +981,7 @@ div.autocomplete ul li {
        float : right;
 }
 
-div.topLinks {
-       float : right;
-       color : gray;
-       font-size : 12px;
-}
-
-div.topLinks a {
-       color : #4684ff;        
-}
-
-div.topLinks a:hover {
-       color : black;
-}
-
-div.topLinks a.feedback {
+#header a.feedback {
        color : #009900;
 }
 
@@ -1137,6 +1042,14 @@ div#hotkey_help_overlay ul {
        margin : 0px;
 }
 
+div#hotkey_help_overlay a {
+       color : #88b0f0;
+}
+
+div#hotkey_help_overlay a:hover {
+       color : white;
+}
+
 div#hotkey_help_overlay li {
        margin : 0px;
 }
@@ -1225,16 +1138,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;
@@ -1250,7 +1153,18 @@ div.dlgSecCont {
        float : left;
        font-size : 12px;
        font-weight : normal;
-       line-height : 200%;
+}
+
+div.dlgSecCont hr {
+       height : 0px;
+       line-height : 0px;
+       border : 0px solid transparent;
+       margin : 2px;
+}
+
+div.dlgSecCont > * {
+       position : relative;
+       top : -2px;
 }
 
 div.dlgButtons {
@@ -1258,15 +1172,37 @@ div.dlgButtons {
        clear : both;
 }
 
-pre, code {
-       font-size : 12px;
-       font-family : monospace;
-}
-
 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;
@@ -1414,6 +1350,9 @@ div.hlUpdPic img {
        max-width : 16px;
 }
 
+div.fatalError {
+       margin-bottom : 10px;
+}
 
 div.fatalError button {
        margin-top : 5px;
@@ -1430,6 +1369,12 @@ div.fatalError textarea {
        padding : 0px;
 }
 
+#header-wrap {
+       border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
 #content-wrap {
        padding : 0px;
        border-width : 0px;
@@ -1441,6 +1386,7 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-left-width : 0px;
        border-bottom-width : 0px;
+       border-top-width : 0px;
 }
 
 #headlines-wrap-inner {
@@ -1458,25 +1404,16 @@ div.fatalError textarea {
        border-top-width : 0px;
 }
 
-#headlines-toolbar_splitter {
+#headlines-toolbar_splitter, #toolbar_splitter {
        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 {
        padding : 0px;
        margin : 0px;
@@ -1486,8 +1423,15 @@ div.fatalError textarea {
 }
 
 #header {
-       padding : 4px 8px 0px 8px;
        border-width : 0px;
+       text-align : right;
+       color : gray;
+       padding : 5px 5px 0px 0px;
+       margin : 0px;
+       position : absolute;
+       right : 0px;
+       top : 0px;
+       z-index : 5;
 }
 
 #footer {
@@ -1509,6 +1453,16 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.feedParam {
+       color : gray;
+       float : right;
+       margin-right : 1em;
+}
+
+.dijitTreeLabel.Disabled, .labelParam.Disabled {
+       color : gray;
+}
+
 .dijitTreeRow.Error {
        color : red;
 }
@@ -1522,12 +1476,16 @@ img.feedIcon, img.tinyFeedIcon {
        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;
 }
@@ -1547,3 +1505,67 @@ div#pref-tabs .dijitContentPane h3 {
 } */
 
 
+#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;
+}
+
+#newVersionIcon {
+       margin-left : 5px;
+       vertical-align : middle;
+       position : relative;
+       top : -1px;
+}
+
+.player {
+       display : inline-block;
+       color : gray;
+       font-size : 11px;
+       font-family : sans-serif;
+       border : 1px solid gray;
+       padding : 0px 4px 0px 4px;
+       margin : 0px 2px 0px 2px;
+       width : 50px;
+       text-align : center;
+       background : white;
+}
+.player.playing {
+       color : #00c000;
+       border-color : #00c000;
+}
+
+.player:hover {
+       background : #f0f0f0;
+       cursor : pointer;
+}
+