]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
tweak subtoolbar, update translations
[tt-rss.git] / tt-rss.css
index ac44a1b4bcf256ce12042c859585e69087e5547a..8eb51e15d04e0c68d8292519e9d8301f6974facb 100644 (file)
@@ -3,7 +3,7 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
-       font-family : sans-serif;
+       font-family : "Lucida Grande", sans-serif;
 }
 
 blockquote {
@@ -16,7 +16,6 @@ blockquote {
 
 div.postReply {
        padding : 10px;
-       font-size : medium;
 }
 
 div.postReply a {
@@ -38,6 +37,7 @@ div.postReply > div.postHeader {
 
 div.postReply div.postContent {
        padding : 10px;
+       font-size : 10pt;
 }
 
 div.postReply div.postIcon {
@@ -50,14 +50,15 @@ ul.feedList {
        list-style-type : none;
        margin : 5px;
        padding : 0px 0px 0px 5px;
-       font-size : small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
 }
 
 ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : small;
+       font-size : 9pt;
 }
 
 ul.feedList li.feedCat a {
@@ -76,13 +77,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;
+       font-size : 10pt;
+}
+
+ul.feedCatList img {
+       vertical-align : bottom;
 }
 
 li.feedUnread, 
@@ -223,13 +228,28 @@ input.editbox {
        position : absolute;    
        display : none;
        float : right;
-       font-size : small;
-       text-align : center;
+       font-size : 9pt;
        z-index : 999;
        -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }
 
+#notify img {
+       vertical-align : middle;
+}
+
+.notifyProgress {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyInfo {
+       border-color : #7AD78E;
+       background-color : #D5FFDB;
+       color : black;
+}
+
 .notify {
        border-color : #d7c47a;
        background-color : #fff7d5;
@@ -242,8 +262,14 @@ input.editbox {
        color : black;
 }
 
+.notifyError span:hover {
+       color : red;
+       cursor : pointer;
+}
+
 #dispSwitch {
-       font-size : x-small;
+       font-size : 8pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        text-align : right;
        float : right;
        margin : 5px 5px 0px 0px;
@@ -379,7 +405,6 @@ tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
        border-style : solid;
-       font-size : small;
        color : #4684ff;
 }
 
@@ -449,7 +474,6 @@ div.helpResponse {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #88b0f0;
-       font-size : small;
        position : relative;
        bottom : 2px;
        right : 2px;
@@ -473,11 +497,19 @@ div.helpResponse {
 div.infoBoxContents {
        padding : 10px;
        margin-bottom : 5px;
-       font-size : small;
+       font-size : 9pt;
 }
 
 div.infoBoxContents td {
-       font-size : small;
+       font-size : 9pt;
+}
+
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
 }
 
 div.helpResponse h1, div.infoBoxContents h1 {
@@ -520,9 +552,10 @@ div.prefsTab {
        border-style : solid;
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
-       font-size : small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        position : relative;
-       bottom : -1px;
+       bottom : -2px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        min-width : 100px;
@@ -537,9 +570,10 @@ div.prefsTabSelected {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
-       font-size : small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        position : relative;
-       bottom : -1px;
+       bottom : -2px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
@@ -547,20 +581,28 @@ div.prefsTabSelected {
        text-align : center;
 }
 
+div.notice {
+       background : #ffffff;
+       border : 1px solid #88b0f0;
+       width : 50%;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : 9pt;
+}
+
 div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
+       font-size : 9pt;
+       width : 50%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : small;
 }
 
-div.notice {
-       background : #ffffff;
-       border : 1px solid #88b0f0;
+
+div.warning img, div.notice img {
+       vertical-align : middle;
        padding : 5px;
-       margin : 0px 0px 5px 0px;
-       font-size : small;
 }
 
 div.error {
@@ -568,7 +610,7 @@ div.error {
        background : #ffcccc;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : small;
+       font-size : 9pt;
 }
 
 ul.nomarks {
@@ -578,7 +620,6 @@ ul.nomarks {
 }
 
 div.prefHelp, td.prefHelp {
-       font-size : small;
        color : gray;
        padding : 5px;
 }
@@ -601,10 +642,18 @@ span.insensitive, div.insensitive {
        color : gray;
 }
 
-.prefGenericAddBox {
-       font-size : small;
+.insensitive a {
+       color : #4684ff;
+}
+
+.insensitive a:hover {
+       color : black;
 }
 
+/* .prefGenericAddBox {
+       font-size : 9pt;
+} */
+
 body.logoutBody {
        background-color : #f0f0f0;
        color : black;
@@ -626,7 +675,7 @@ div.logoutContent {
 }
 
 .small {
-       font-size : small;
+       font-size : 9pt;
 }
 
 table.innerFeedTable td {
@@ -635,7 +684,7 @@ table.innerFeedTable td {
 }
 
 td.selectPrompt {
-       font-size : x-small;
+       font-size : 9pt;
        color : gray;
 }
 
@@ -652,33 +701,37 @@ table.headlinesSubToolbar {
 }
 
 table.headlinesSubToolbar td.headlineActions {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
-       font-size : x-small;
+       font-size : 9pt;
+       font-family : "Lucida Grande", Tahoma, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
 span.contentPreview {
-       font-size : x-small;
+       font-size : 9pt;
        color : gray;
        font-weight : normal;
 }
@@ -694,7 +747,6 @@ table.headlinesList td.hlMarkedPic {
 
 table.headlinesList td.hlfeed {
        text-align : right;
-       font-size : small;
 }
 
 td.hlSelectRow, td.hlUpdatePic {
@@ -703,7 +755,6 @@ td.hlSelectRow, td.hlUpdatePic {
 }
 
 table.headlinesList td.hlUpdated {
-       font-size : small;
        color : gray;
        text-align : right;
        width : 100px;
@@ -714,14 +765,12 @@ table.headlinesList tr td {
 }
 
 div.postHeader div.postDate {
-       font-size : x-small;
        text-align : right;
        color : gray;
        float : right;
 }
 
 div.postHeader div.postDateRTL {
-       font-size : x-small;
        text-align : left;
        color : gray;
        float : right;
@@ -729,12 +778,12 @@ div.postHeader div.postDateRTL {
 
 div.postReply span.tagList {
        color : gray;
-       font-size : x-small;
 }
 
 div.postHeader div {
        padding-bottom : 3px;
-       font-size : x-small;
+       font-size : 10pt;
+       /* font-family : "Lucida Grande", Tahoma, sans-serif; */
 }
 
 #feedUpdateErrors {
@@ -742,7 +791,7 @@ div.postHeader div {
 }
 
 #allEntryTags {
-       font-size : x-small;
+       font-size : 9pt;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -801,7 +850,7 @@ div.cdmHeader {
 }
 
 div.cdmFooter {
-       font-size : x-small;
+       font-size : 9pt;
        color : gray;
        padding-top : 5px;
 }
@@ -822,7 +871,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 
 div.cdmHeader, div.cdmHeader a {
        color : gray;
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 div.cdmHeader a:hover {
@@ -843,7 +892,7 @@ img.closeButton {
 }
 
 span.groupPrompt {
-       font-size : x-small;
+       font-size : 9pt;
        color : #4684ff;
 }
 
@@ -914,7 +963,7 @@ span.subscribers {
 
 div.subscribers {
        color : #808080;
-       font-size : x-small;
+       font-size : 9pt;
        float : right;
 }
 
@@ -940,7 +989,7 @@ ul.compact li {
 }
 
 div.browserFeedInfo {
-       font-size : x-small;
+       font-size : 9pt;
 /*     border : 1px solid #88b0f0;
        background-color : #ecf4ff;
        -moz-border-radius : 5px; */
@@ -961,7 +1010,7 @@ div.cdmContent a:hover {
 
 a.cdmToggleLink {
        color : #808080;
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 a.cdmToggleLink:hover {
@@ -991,7 +1040,7 @@ a.cdmToggleLink:hover {
 #debug_output li {
        margin : 0px;
        padding : 0px;
-       font-size : x-small;
+       font-size : 8pt;
 }
 
 #overlay {
@@ -1028,11 +1077,24 @@ a.cdmToggleLink:hover {
 }
 
 #fatal_error_msg {
-       border : 1px solid #c0c0c0;
-       background-color : #f0f0f0;
        color : black;
        padding : 10px;
        font-weight : normal;
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+}
+
+#fatal_error_msg a {
+       color : red;
+}
+
+#fatal_error_msg a:hover {
+       color : red;
+       text-decoration : underline;
+}
+
+#fatal_error_msg img {
+       vertical-align : middle;
 }
 
 #noDaemonWarning {     
@@ -1055,7 +1117,9 @@ form {
 }
 
 #main_toolbar_form {
-       float : left;
+       margin : 0px;
+       padding : 0px;
+       display : inline;
 }
 
 div.feedExtInfo {
@@ -1083,6 +1147,7 @@ span.debugTS {
        border : 1px solid #601010;
        padding : 3px;
        font-weight : bold;
+       display : none;
 }
 
 .objectWarn {
@@ -1110,7 +1175,7 @@ table.loginForm2 .loginBottom {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
-       font-size : x-small;
+       font-size : 9pt;
        text-align : center;
        color : #909090;
        padding : 0.5em;
@@ -1160,7 +1225,7 @@ div.whiteBox {
        right : 5px;
        height : 40px;
        color : #4684ff;
-       font-size : small;
+       font-size : 9pt;
 }
 
 #feeds-holder {
@@ -1188,6 +1253,7 @@ div.whiteBox {
        background-image : url("images/toolbar.png");
        background-position : bottom left;
        background-repeat : repeat-x;
+       font-size : 9pt;
 }
 
 div.headlines_normal {
@@ -1200,7 +1266,7 @@ div.headlines_normal {
        top : 85px;
        right : 0px;
        overflow : hidden;
-       font-size : small;
+       font-size : 9pt;
        border-collapse : collapse;
        /* css hack for IE */
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1216,7 +1282,7 @@ div.headlines_cdm {
        top : 85px;
        right : 0px;
        overflow : hidden;
-       font-size : small;
+       font-size : 9pt;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
@@ -1242,7 +1308,7 @@ div.headlines_cdm {
        height : 20px;
        text-align : center;
        color : gray;
-       font-size : x-small;
+       font-size : 9pt;
        background-image : url("images/footer.png");
        background-position : top left;
        background-repeat : repeat-x; 
@@ -1276,7 +1342,7 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : x-small;
+       font-size : 9pt;
 }
 
 #headlinesInnerContainer {
@@ -1292,14 +1358,14 @@ div.headlines_cdm {
 
 #prefHeader {
        color : #4684ff;
-       font-size : small;
+       font-size : 9pt;
        margin : 10px;
        height : 33px;
 }
 
 div.return {
        float : right;
-       font-size : small;
+       font-size : 9pt;
        margin-right : 10px;
 }
 
@@ -1324,14 +1390,12 @@ div.return a:hover {
        background-image : url("images/prefs-content.png");
        background-position : top left;
        background-repeat : repeat-x;
-       font-size : small;
        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');
-
-
+       font-size : 10pt;
 }
 
 #userSwitch {
@@ -1426,4 +1490,16 @@ ul.headlineDropdownMenu ul li:hover {
        background-color : #f0f0f0;
 }
 
+#newVersionIcon {
+       vertical-align : middle;
+       cursor : pointer;
+       display : none;
+}
 
+a.helpLinkPic {
+       float : right;
+}
+
+a.helpLinkPic img {
+       border-width : 0px;
+}