]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
better feedback for new version notifier
[tt-rss.git] / tt-rss.css
index c6285a33bb37408fb95c2fa56ce93713f95ce6e5..1f95142c6d647eb1ec1a8265c423347bdcd54187 100644 (file)
@@ -6,8 +6,17 @@ body {
        font-family : sans-serif;
 }
 
+blockquote {
+       margin : 5px;
+       border-width : 0px 0px 0px 4px;
+       border-color : #f0f0f0;
+       border-style : solid;
+       padding : 2px 0px 2px 5px;
+}
+
 div.postReply {
        padding : 10px;
+       font-size : medium;
 }
 
 div.postReply a {
@@ -67,12 +76,17 @@ ul.feedCatList {
 
 ul.feedCatList li {
        margin : 0px;
-       padding : 0px 0px 0px 0px;
+       padding : 0px 0px 2px 0px;
        color : black;
 }
 
 ul.feedList li {
        margin : 0px;
+       font-size : small;
+}
+
+ul.feedCatList img {
+       vertical-align : bottom;
 }
 
 li.feedUnread, 
@@ -204,31 +218,9 @@ input.editbox {
        padding-left : 2px;
 }
 
-td.notifyBox {
-       font-size : 10pt;
-       text-align : right;
-}
-
-.notify_sm {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
-       padding : 3px;
-       -moz-border-radius : 3px;
-       font-size : small;
-       text-align : left;
-       padding : 3px 20px 3px 20px;
-       text-align : center;
-       float : left;
-       min-width : 20%;
-       position : absolute;
-       left : 2px;
-       top : 2px;
-       display : none;
-}
-
-.notify {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
+#notify {
+       border-width : 1px;
+       border-style : solid;
        top : 10px;
        right : 35%;
        min-width : 30%;
@@ -242,6 +234,23 @@ td.notifyBox {
        padding : 5px 5px 5px 5px;
 }
 
+.notify {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyError {
+       background-color : #ffcccc;
+       border-color : #ff0000;
+       color : black;
+}
+
+.notifyError span:hover {
+       color : red;
+       cursor : pointer;
+}
+
 #dispSwitch {
        font-size : x-small;
        text-align : right;
@@ -338,15 +347,6 @@ a.button {
        background-color : #fff7d5;
 }
 
-/*
-.feedUnreadSelected, .feedSelectedUnread, 
-.virtUnreadSelected, .virtSelectedUnread,
-.labelUnreadSelected, .labelSelectedUnread {
-       background-color : #e0e0ff;
-       font-weight : bold;
-} */
-
-
 .evenGrayed, .evenGrayed td {
        background-color : #f0f0f0;
        color : #909090;
@@ -382,11 +382,6 @@ a.button {
        display : none;
 }
 
-/*
-td > input, div > input {
-       border : 1px solid #a0a0a0;
-} */
-
 /* preferences */
 
 tr.title td {
@@ -405,6 +400,10 @@ tr.title td a:hover {
        color : black;
 }
 
+div.feedEditSearch {
+       float : right;
+}
+
 table.prefFeedList td.feedEditCat {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
@@ -421,6 +420,13 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
+div.prefFeedCatHolder {
+       height : 250px;
+       overflow : auto;
+       border : 1px solid #88b0f0;
+       margin : 5px 0px 5px 0px;
+}
+
 a.helpLink {
        color : #808080;
 }
@@ -438,25 +444,6 @@ div.helpResponse {
        border : 1px solid #f0f0f0;
 }
 
-#userDlgShadow {
-       z-index : 3;
-       position : absolute;
-       left : 30%;
-       top : 30%;
-       display : none;
-       background-image : url("images/shadow.png");
-}
-
-#userDlg {
-       padding : 15px;
-       border : 1px solid #88b0f0;
-       font-size : small;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       background-color : #ecf4ff;
-}
-
 #infoBoxTitle {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
@@ -493,14 +480,23 @@ div.helpResponse {
 }
 
 div.infoBoxContents {
-       padding : 5px;
+       padding : 10px;
        margin-bottom : 5px;
+       font-size : small;
 }
 
 div.infoBoxContents td {
        font-size : small;
 }
 
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -513,13 +509,6 @@ div.helpResponse h2, div.infoBoxContents h2 {
        font-size : 12pt;
 }
 
-/* pre {
-       border : 1px solid #c0c0c0;
-       padding : 5px;
-       background : #f0f0f0;
-       margin : 5px 10px 5px 10px;
-} */
-
 pre {
        margin : 5px;
 }
@@ -528,13 +517,17 @@ input.extSearch {
        width : 100%;
 }
 
+div.firstTab {
+       width : 10px;
+       float : left;
+}
+
 div.prefsTab:hover {
        cursor : pointer;
 }
 
-div.firstTab {
-       float : left;
-       width : 5px;
+div.prefsTabSelected:hover {
+       cursor : pointer;
 }
 
 div.prefsTab {
@@ -575,7 +568,7 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -583,7 +576,15 @@ div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : small;
+}
+
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -593,13 +594,6 @@ ul.nomarks {
        padding : 10px; 
 }
 
-div.bigErrorMsg {
-       border : 1px solid #c0c0c0;
-       background : #fff0f0;
-       padding : 30px;
-       margin : 20px;
-}
-
 div.prefHelp, td.prefHelp {
        font-size : small;
        color : gray;
@@ -620,16 +614,11 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive {
+span.insensitive, div.insensitive {
        color : gray;
 }
 
 .prefGenericAddBox {
-       margin : 5px;
-       font-size : small;
-}
-
-.prefGenericAddBox td {
        font-size : small;
 }
 
@@ -667,29 +656,41 @@ td.selectPrompt {
        color : gray;
 }
 
+table.headlinesSubToolbar {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
+}
+
 table.headlinesSubToolbar td.headlineActions {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
@@ -729,16 +730,28 @@ table.headlinesList tr td {
        padding : 2px 0px 2px 0px;
 }
 
-div.postHeader td.postDate {
+div.postHeader div.postDate {
        font-size : x-small;
        text-align : right;
        color : gray;
+       float : right;
 }
 
-div.postHeader td.postDateRTL {
+div.postHeader div.postDateRTL {
        font-size : x-small;
        text-align : left;
        color : gray;
+       float : right;
+}
+
+div.postReply span.tagList {
+       color : gray;
+       font-size : x-small;
+}
+
+div.postHeader div {
+       padding-bottom : 3px;
+       font-size : x-small;
 }
 
 #feedUpdateErrors {
@@ -769,27 +782,30 @@ td.hlFeed {
 }
 
 div.cdmArticle {
-       border : 1px solid #f0f0f0;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafafa;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleUnread {
-       border : 1px solid #d5f1f4;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafeff;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
-         -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
        background-color : #fff7d5;
-                 border : 1px solid #e7d796;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
 }
 
 div.cdmArticleUnread div.cdmHeader a.title, 
@@ -807,6 +823,16 @@ div.cdmFooter {
        padding-top : 5px;
 }
 
+div.cdmFooter img.markedPic {
+       width : 16px;
+       height : 16px;
+       float : right;
+}
+
+div.cdmHeader div.articleUpdated {
+       float : right;
+}
+
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
        margin : 0px;
 }
@@ -838,6 +864,16 @@ span.groupPrompt {
        color : #4684ff;
 }
 
+ul.feedErrorsList {
+       height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #88b0f0;
+       background-color : white;
+       margin : 0px 0px 5px 0px;
+       padding : 0px;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;
@@ -1036,7 +1072,7 @@ form {
 }
 
 #main_toolbar_form {
-       display : inline;
+       float : left;
 }
 
 div.feedExtInfo {
@@ -1196,7 +1232,7 @@ div.headlines_cdm {
        bottom : 40px;
        top : 85px;
        right : 0px;
-       overflow : auto;
+       overflow : hidden;
        font-size : small;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1217,7 +1253,7 @@ div.headlines_cdm {
        height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
 }
 
-#footer {
+#footer, #prefFooter {
        position : absolute;
        bottom : 0px;
        height : 20px;
@@ -1239,10 +1275,14 @@ div.headlines_cdm {
 
 }
 
-#footer a {
+#footer a, #prefFooter a {
        color : gray;
 }
 
+#footer a:hover, #prefFooter a:hover {
+       color : black;
+}
+
 #headlinesContainer {
        margin-left : 1px;
        background-color : white;
@@ -1257,16 +1297,21 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 /* preferences layout */
 
 #prefHeader {
-       margin : 10px;
        color : #4684ff;
        font-size : small;
+       margin : 10px;
+       height : 33px;
 }
 
 div.return {
@@ -1283,14 +1328,15 @@ div.return a:hover {
        color : black;
 }
 
-#prefTabs input {
-       vertical-align : bottom;
-}
-
 #prefContent {
        clear : left;
-       bottom : 20px;
+       position : absolute;
+       bottom : 40px;
+       top : 75px;
+       left : 0px;
+       right : 0px;
        padding : 1em;
+       overflow : auto;
        min-height : 300px;
        background-image : url("images/prefs-content.png");
        background-position : top left;
@@ -1299,5 +1345,106 @@ div.return a:hover {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
+       height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
+       width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
+
+
+}
+
+#userSwitch {
+       position : absolute;
+       bottom : 2px;
+       right : 2px;
+}
+
+a.feedUpdErrLink {
+       color : #ff0000;
+       display : block;
+       margin-bottom : 0.5em;
+}
+
+.catCtrHasUnread {
+       font-weight : bold;
+}
+
+.catCtrNoUnread {
+       display : none;
+}
+
+ul.headlineDropdownMenu {
+       list-style-type : none;
+       margin : 0px;
+       padding : 0px;
+}
+
+ul.headlineDropdownMenu li.top {
+       float : left;
+       width : 9em;
+       background-image : url("images/down_arrow.png");
+       background-position : center right;
+       background-repeat : no-repeat;
+       margin : 0px; 
+       cursor : pointer;
+       border-width : 1px 1px 1px 1px;
+       border-color : transparent;
+       border-style : solid;
+}
+
+ul.headlineDropdownMenu li.top2 {
+       float : left;
+}
+
+ul.headlineDropdownMenu li.vsep {
+       float : left;
+       margin : 0px 5px 0px 0px;
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       color : white;
+}
 
+ul.headlineDropdownMenu li.top:hover {
+       cursor : pointer;
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+}
+
+ul.headlineDropdownMenu li.top:hover ul {
+       display : block;
+}
+
+ul.headlineDropdownMenu ul {
+       list-style-type : none;
+       position : absolute;
+       float : none;
+       margin : 0px;
+       padding : 0px;
+       display : none;
+       background-color : white;
+       width : 9em;
+       z-index : 3;
+       top : auto;
+       left : auto;
+       border-width : 0px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin-left : -1px;
+}
+
+ul.headlineDropdownMenu ul li {
+       float: none;
+       padding : 2px 0px 2px 10px;
+       color : black;
+}
+
+ul.headlineDropdownMenu ul li:hover {
+       color : #4684ff;
+       background-color : #f0f0f0;
+}
+
+#newVersionIcon {
+       vertical-align : middle;
+       cursor : pointer;
+       display : none;
 }