]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework main layout a little bit
[tt-rss.git] / tt-rss.css
index 8a662aa660b1cdbfc9a14402f63bfac65bf577d1..8d4c52f71197e03a54197b0237d7abf8abe4e078 100644 (file)
@@ -1,18 +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;
 }
 
-blockquote {
-       margin : 0px;
-       border-width : 0px 0px 0px 8px;
-       border-color : #e0e0e0;
-       border-style : solid;
-       padding : 10px;
-       background-color : #f0f0f0;
+body#ttrssPrefs {
+       background-color : #ecf4ff;
+}
+
+body#ttrssPrefs #footer, body#ttrssPrefs #header {
+       background-color : #ecf4ff;
+       padding-left : 8px;
+       padding-right : 8px;
 }
 
 div.postReply {
@@ -30,11 +32,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;
 }
 
@@ -71,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;
@@ -174,7 +161,7 @@ input.editbox {
        display : none;
        float : right;
        font-size : 12px;
-       z-index : 998;
+       z-index : 99;
        padding : 5px 5px 5px 5px;
 }
 
@@ -211,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;
@@ -293,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 {
@@ -382,12 +383,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 {
@@ -398,14 +405,36 @@ a.helpLink:hover {
        color : #4684ff;
 }
 
-pre {
-       margin : 5px;
+#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;
 }
 
-input.extSearch {
-       width : 100%;
+#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;
+       font-style : italic;
+       padding : 0px 0px 0px 1em;
+       font-size : 12px;
+       color : gray;
+}
+
+#content-insert code, #headlines-frame code, .dijitContentPane code {
+       background : transparent;
+       border : 0px solid transparent;
+       margin : 0px;
+       font-family : monospace;
+       padding : 0px;
+       font-size : 12px;
 }
 
+/*
 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;
@@ -571,8 +600,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;
 }
@@ -663,35 +695,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 +736,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 +761,6 @@ div.subscribers {
        float : right;
 }
 
-input.feedBrowseCB {
-       margin-right : 1em;
-}
-
 div.browserDetails {
        margin : 5px 5px 5px 5px;
        padding : 5px;
@@ -780,7 +815,7 @@ div.browserFeedInfo div.detailsPart {
 
 #overlay_inner {
        font-weight : bold;
-       margin : 10px;
+       margin : 1em;
 }
 
 #noDaemonWarning {     
@@ -910,15 +945,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 +999,7 @@ html, body#ttrssMain, #main {
        font-size : 12px;
        margin : 10px;
        height : 33px;
-}
+} */
 
 div.return {
        float : right;
@@ -972,7 +1015,7 @@ div.return a:hover {
        color : black;
 }
 
-#prefContentOuter {
+/* #prefContentOuter {
        clear : left;
        position : absolute;
        bottom : 41px;
@@ -998,10 +1041,23 @@ div.return a:hover {
        right : 0px;
        padding : 1em;
        overflow : auto;
+} */
+
+#header .logo {
+       float : right;
+       margin-left : 10px;
+       border : 1px solid #88b0f0;
+}
+
+#header a {
+       color : #4684ff;        
+}
 
+#header a:hover {
+       color : black;
 }
 
-div.topLinks img {
+#header img {
        vertical-align : middle;
        cursor : pointer;
 }
@@ -1012,7 +1068,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {
@@ -1047,10 +1103,12 @@ div.autocomplete ul li {
        float : right;
 }
 
+/*
 div.topLinks {
        float : right;
        color : gray;
        font-size : 12px;
+       line-height : 120%;
 }
 
 div.topLinks a {
@@ -1059,9 +1117,9 @@ div.topLinks a {
 
 div.topLinks a:hover {
        color : black;
-}
+} */
 
-div.topLinks a.feedback {
+#header a.feedback {
        color : #009900;
 }
 
@@ -1122,6 +1180,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;
 }
@@ -1197,16 +1263,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 +1276,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 +1291,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 {
@@ -1253,15 +1310,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;
@@ -1425,6 +1504,12 @@ div.fatalError textarea {
        padding : 0px;
 }
 
+#header-wrap {
+       border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
 #content-wrap {
        padding : 0px;
        border-width : 0px;
@@ -1436,6 +1521,7 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-left-width : 0px;
        border-bottom-width : 0px;
+       border-top-width : 0px;
 }
 
 #headlines-wrap-inner {
@@ -1447,6 +1533,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 +1543,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 +1563,21 @@ div.fatalError textarea {
 }
 
 #header {
-       padding : 4px;
        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 {
        text-align : center;
        color : gray;
-       padding : 4px;
+       padding : 4px 4px 8px 4px;
        border-width : 0px;
 }
 
@@ -1485,12 +1586,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;
 }
@@ -1500,12 +1606,100 @@ div.fatalError textarea {
 }
 
 img.feedIcon, img.tinyFeedIcon {
-       max-width : 16px;
-       max-height : 16px;
+       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;
+}
+
+#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;
+}
+