]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework main layout a little bit
[tt-rss.git] / tt-rss.css
index 4eb77122191a7f5de29203082d1207f52e93129d..8d4c52f71197e03a54197b0237d7abf8abe4e078 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 {
@@ -16,15 +17,6 @@ body#ttrssPrefs #footer, body#ttrssPrefs #header {
        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;
 }
@@ -40,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;
 }
 
@@ -81,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;
@@ -184,7 +161,7 @@ input.editbox {
        display : none;
        float : right;
        font-size : 12px;
-       z-index : 998;
+       z-index : 99;
        padding : 5px 5px 5px 5px;
 }
 
@@ -221,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;
@@ -303,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 {
@@ -392,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 {
@@ -408,8 +405,33 @@ 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;
+}
+
+#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;
 }
 
 /*
@@ -578,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;
 }
@@ -670,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;
@@ -707,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 {
@@ -729,10 +761,6 @@ div.subscribers {
        float : right;
 }
 
-input.feedBrowseCB {
-       margin-right : 1em;
-}
-
 div.browserDetails {
        margin : 5px 5px 5px 5px;
        padding : 5px;
@@ -787,7 +815,7 @@ div.browserFeedInfo div.detailsPart {
 
 #overlay_inner {
        font-weight : bold;
-       margin : 10px;
+       margin : 1em;
 }
 
 #noDaemonWarning {     
@@ -928,7 +956,7 @@ html, body#ttrssPrefs, #main {
 #toolbar div.actionChooser {
        display : table-cell;
        text-align : right;
-       padding-right : 5px;
+       padding-right : 3px;
 }
 
 /* preferences layout */
@@ -1015,7 +1043,21 @@ div.return a:hover {
        overflow : auto;
 } */
 
-div.topLinks img {
+#header .logo {
+       float : right;
+       margin-left : 10px;
+       border : 1px solid #88b0f0;
+}
+
+#header a {
+       color : #4684ff;        
+}
+
+#header a:hover {
+       color : black;
+}
+
+#header img {
        vertical-align : middle;
        cursor : pointer;
 }
@@ -1026,7 +1068,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {
@@ -1061,10 +1103,12 @@ div.autocomplete ul li {
        float : right;
 }
 
+/*
 div.topLinks {
        float : right;
        color : gray;
        font-size : 12px;
+       line-height : 120%;
 }
 
 div.topLinks a {
@@ -1073,9 +1117,9 @@ div.topLinks a {
 
 div.topLinks a:hover {
        color : black;
-}
+} */
 
-div.topLinks a.feedback {
+#header a.feedback {
        color : #009900;
 }
 
@@ -1136,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;
 }
@@ -1224,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;
@@ -1249,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 {
@@ -1257,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;
@@ -1429,6 +1504,12 @@ div.fatalError textarea {
        padding : 0px;
 }
 
+#header-wrap {
+       border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
 #content-wrap {
        padding : 0px;
        border-width : 0px;
@@ -1440,6 +1521,7 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-left-width : 0px;
        border-bottom-width : 0px;
+       border-top-width : 0px;
 }
 
 #headlines-wrap-inner {
@@ -1461,10 +1543,6 @@ div.fatalError textarea {
        display : none;
 }
 
-#headlinesInnerContainer {
-       font-size : 12px;
-}
-
 #content-tabs {
        margin : 0px;
        padding : 0px;
@@ -1477,7 +1555,7 @@ div.fatalError textarea {
 }
 
 #toolbar {
-       padding : 5px 0px 0px 5px;
+       padding : 0px;
        margin : 0px;
        border-width : 0px;
        white-space: nowrap;
@@ -1485,8 +1563,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 {
@@ -1508,6 +1593,10 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.dijitTreeLabel.Disabled, .labelParam.Disabled {
+       color : gray;
+}
+
 .dijitTreeRow.Error {
        color : red;
 }
@@ -1521,12 +1610,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;
 }
@@ -1544,3 +1637,69 @@ div#pref-tabs .dijitContentPane h3 {
        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;
+}
+