]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
display help_text in prefs editor
[tt-rss.git] / tt-rss.css
index 57ad9dd4e0ec8b26076233e2a1243bae33d2434f..69745405c5b9e9e791dca3b6b384a9eeac32d50c 100644 (file)
@@ -8,16 +8,19 @@ body {
 
 /* common styles */
 
-table.main td.header {
-       padding : 10px 10px 10px 50px;
-       height : 90px;
-       font-size : 24pt;
-       font-weight : bold;     
+table.main td.headerBox {
        background-image : url("images/vgrad_light_rev2.png");
        background-position : top left;
        background-repeat : repeat-x;
 }
 
+table.main td.header {
+       padding : 10px 10px 10px 30px;
+       height : 80px;
+       font-size : 24pt;
+       font-weight : bold;     
+}
+
 table.main td.mainToolbar {
        border-width : 0px 0px 0px 0px;
        border-style : solid;
@@ -26,10 +29,7 @@ table.main td.mainToolbar {
 }
 
 table.main td.prefsToolbar {
-       border-width : 0px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 3px 25px 15px 10px;
+       padding : 0px 5px 5px 0px;
 }
 
 table.main td.feeds {
@@ -151,7 +151,35 @@ ul.feedList li.oddSelected, ul.feedList li.evenSelected,
 li.oddSelected a, li.evenSelected a,
        li.oddUnreadSelected a, li.evenUnreadSelected a {
        color : #5050aa;
-} 
+}
+
+ul.feedlist 
+       li.virtSelected,
+       li.virtUnreadSelected,
+       li.virtSelectedUnread,
+       li.feedSelected, 
+       li.labelSelected, 
+       li.feedUnreadSelected, 
+       li.labelUnreadSelected,
+       li.feedSelectedUnread,
+       li.labelSelectedUnread {
+       background-color : white;
+}
+
+ul.feedlist 
+       li.feedSelected a, 
+       li.labelSelected a, 
+       li.feedUnreadSelected a, 
+       li.labelUnreadSelected a, 
+       li.virtSelected a, 
+       li.virtUnreadSelected a,
+       li.virtSelectedUnread a {
+       color : #5050aa;
+}
+
+ul.feedList li.feed {
+       display : block;
+}
 
 ul.feedList img {
        margin : 0px 3px 0px 0px;
@@ -165,7 +193,15 @@ h1 {
 
 h2 {
        font-size : 14pt;
-       font-color : bold;
+       font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e0e0e0;
+}
+
+h3 {
+       font-size : 12pt;
+       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e0e0e0;
@@ -204,19 +240,43 @@ a:hover {
        opacity : 0.8;
 }
 
-#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr {
+#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
+#iedit_purgintl {
        width : 100%;
        padding-left : 2px;
 }
 
+input.editbox {
+       width : 200px;
+       padding-left : 2px;
+}
+
 #notify {
-       font-weight : bold;
        font-size : 10pt;
-       display : none;
+       text-align : right;
+       color : gray;
+       border-style : solid;
+       border-width : 0px 0px 1px 1px;
+       border-color : #e0e0e0;
+       background-color : white;
+       padding : 3px;
        width : 350px;
+}
+
+#dispSwitch {
+       text-align : right;
+       padding : 5px 5px 5px 0px;
+       font-size : x-small;
+}
+
+#dispSwitch a {
        color : gray;
 }
 
+#dispSwitch a:hover {
+       color : #5050aa;
+}
+
 div.expPane {
        margin : 15px;
 }
@@ -259,12 +319,12 @@ a.button {
        font-size : small;
 }
 
-.evenUnreadSelected, .evenSelectedUnread {
+.evenUnreadSelected, .evenSelectedUnread, {
        background-color : #e0e0ff;
        font-weight : bold;
 }
 
-.oddUnreadSelected, .oddSelectedUnread {
+.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread,  {
        background-color : #e0e0ff;
        font-weight : bold;
 }
@@ -275,6 +335,17 @@ a.button {
 
 .oddSelected {
        background-color : #e0e0ff;
+} 
+
+.feedUnreadSelected, .feedSelectedUnread, 
+.virtUnreadSelected, .virtSelectedUnread,
+.labelUnreadSelected, .labelSelectedUnread {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
+.feedUnread, .labelUnread, .virtUnread {
+       font-weight : bold;
 }
 
 .disabledButton {
@@ -324,10 +395,142 @@ table.prefAddFeed input {
 }
 
 table.prefFeedList tr.title td, table.prefFilterList tr.title td,
-       table.headlinesList tr.title td, table.prefLabelList tr.title td {
+       table.headlinesList tr.title td, table.prefLabelList tr.title td,
+       table.prefPrefsList tr.title td {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-color : #f0f0f0;
        border-style : solid;
 }
 
+a.helpLink {
+       color : #808080;
+}
+
+a.helpLink:hover {
+       color : #5050aa;
+}
+
+div.helpResponse {
+       margin : 10px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       padding : 10px 20px 10px 20px;
+       border : 1px solid #f0f0f0;
+}
+
+div.helpResponse h1 {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       font-size : 16pt;
+}
+
+div.helpResponse h2 {
+       border-width : 0px 0px 0px 0px;
+       font-size : 12pt;
+
+}
+
+pre {
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       background : #f0f0f0;
+}
+
+#userDlg {
+       left : 400px;
+       top : 18px;
+       background : #fffff0;
+       z-index : 3;
+       position : absolute;
+       border : 1px solid #c0c0c0;
+       padding : 10px;
+       display : none;
+}
+
+#qafInput {
+       width : 300px;
+}
+
+input.extSearch {
+       width : 200px;
+}
+
+table.main td.prefsTabs {
+       padding-left : 15px;
+}
+
+input.prefsTab {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+input.prefsTabSelected {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background : white;
+       font-weight : bold;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+
+input.prefsTab:hover {
+       background : white;
+}
+
+div.warning {
+       background : #fffff0;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
+}
+
+ul.nomarks {
+       list-style-type : none;
+       margin : 0px;
+       padding : 10px; 
+}
+
+div.bigErrorMsg {
+       border : 1px solid #c0c0c0;
+       background : #fff0f0;
+       padding : 30px;
+       margin : 20px;
+}
+
+#splash {
+       z-index : 3;
+       width : 100%;
+       height : 100%;
+       position : absolute;
+       text-align : center;
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+td.innerSplash {
+       margin : 35px;
+}
+
+div.prefHelp, td.prefHelp {
+       font-size : x-small;
+       color : gray;
+       padding : 5px;
+}
+
+