]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
restyle resizer
[tt-rss.git] / tt-rss.css
index 47cce5eb733b7583ad0444342ccf21b65d3c34c3..fd7134f326a46f3550df59d5835ad6764c3311dc 100644 (file)
@@ -35,6 +35,7 @@ div.postReply div.postHeader {
        border-color : #88b0f0; 
        margin : 0px 1px 0px 0px;
        padding : 5px;
+       cursor : move;
 }
 
 /* div.postReply > div.postHeader {
@@ -43,7 +44,7 @@ div.postReply div.postHeader {
 
 div.postReply div.postContent {
        padding : 10px;
-       font-size : 10pt;
+       font-size : 14px;
 }
 
 div.postReply div.postContent img {
@@ -68,14 +69,14 @@ div.postReply img.tagsPic {
 }
 
 div.postReply span.author {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 ul.feedList {
        list-style-type : none;
        margin : 5px;
        padding : 0px 0px 0px 5px;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
@@ -83,7 +84,7 @@ ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 ul.feedList li.feedCat a {
@@ -94,6 +95,17 @@ ul.feedList li.feedCat a:hover {
        color : #4684ff;
 }
 
+ul.feedList li.feedCatSelected {
+       margin : 0px;
+       padding : 3px 0px 3px 0px;
+       color : #4684ff;
+       font-size : 12px;
+}
+
+ul.feedList li.feedCatSelected a {
+       color : #4684ff;
+}
+
 ul.feedCatList {
        list-style-type : none;
        margin : 0px 0px 0px 15px;
@@ -163,11 +175,11 @@ ul.feedList img, img.tinyFeedIcon {
 }
 
 h1 {
-       font-size : 16pt;       
+       font-size : 18px;
 }
 
 h2 {
-       font-size : 14pt;
+       font-size : 16px;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -175,7 +187,7 @@ h2 {
 }
 
 h3 {
-       font-size : 12pt;
+       font-size : 14px;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -238,8 +250,8 @@ input.editbox {
        position : absolute;    
        display : none;
        float : right;
-       font-size : 9pt;
-       z-index : 999;
+       font-size : 12px;
+       z-index : 998;
        -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }
@@ -278,7 +290,7 @@ input.editbox {
 }
 
 #dispSwitch {
-       font-size : 8pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
        float : right;
@@ -446,6 +458,48 @@ table.prefFilterList td.filterEditCat {
        padding-top : 0.5em;
 }
 
+/* oh for the love of... */
+
+table.prefFilterList tr.even,
+table.prefFilterList tr.odd,
+table.prefFilterList tr.evenSelected,
+table.prefFilterList tr.oddSelected,
+table.prefLabelList tr.even,
+table.prefLabelList tr.odd,
+table.prefLabelList tr.evenSelected,
+table.prefLabelList tr.oddSelected,
+table.prefUserList tr.even,
+table.prefUserList tr.odd,
+table.prefUserList tr.evenSelected,
+table.prefUserList tr.oddSelected,
+table.prefFeedList tr.even,
+table.prefFeedList tr.odd,
+table.prefFeedList tr.evenSelected,
+table.prefFeedList tr.oddSelected
+{      
+       cursor : pointer;
+}
+
+table.prefFilterList tr.even:hover td, 
+table.prefFilterList tr.odd:hover td,
+table.prefFilterList tr.evenSelected:hover td, 
+table.prefFilterList tr.oddSelected:hover td 
+table.prefLabelList tr.even:hover td, 
+table.prefLabelList tr.odd:hover td,
+table.prefLabelList tr.evenSelected:hover td, 
+table.prefLabelList tr.oddSelected:hover td,
+table.prefUserList tr.even:hover td, 
+table.prefUserList tr.odd:hover td,
+table.prefUserList tr.evenSelected:hover td, 
+table.prefUserList tr.oddSelected:hover td,
+table.prefFeedList tr.even:hover td, 
+table.prefFeedList tr.odd:hover td,
+table.prefFeedList tr.evenSelected:hover td, 
+table.prefFeedList tr.oddSelected:hover td
+{
+       color : #88b0f0;
+}
+
 table.prefFeedList td.feedIcon {
        text-align : center;
 }
@@ -533,11 +587,11 @@ div.helpResponse {
 div.infoBoxContents {
        padding : 10px;
        margin-bottom : 5px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.infoBoxContents td {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.infoBoxContents a {
@@ -552,12 +606,12 @@ div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0; */
-       font-size : 16pt;
+       font-size : 18px;
 }
 
 div.helpResponse h2, div.infoBoxContents h2 {
 /*        border-width : 0px 0px 0px 0px; */
-       font-size : 12pt;
+       font-size : 16px;
 }
 
 pre {
@@ -588,7 +642,7 @@ div.prefsTab {
        border-style : solid;
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        min-width : 100px;
@@ -604,7 +658,7 @@ div.prefsTabSelected {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
-       font-size : 9pt;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        font-weight : bold;
@@ -619,13 +673,13 @@ div.notice {
        width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
-       font-size : 9pt;
+       font-size : 12px;
        width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
@@ -642,7 +696,7 @@ div.error {
        background : #ffcccc;
        padding : 5px;
        margin : 0px 0px 5px 0px;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 ul.nomarks {
@@ -674,7 +728,7 @@ span.feed_error {
        color : red;
 }
 
-span.insensitive, div.insensitive, li.insensitive, label.insensitive {
+.insensitive {
        color : gray;
 }
 
@@ -687,7 +741,7 @@ span.insensitive, div.insensitive, li.insensitive, label.insensitive {
 }
 
 /* .prefGenericAddBox {
-       font-size : 9pt;
+       font-size : 12px;
 } */
 
 body.logoutBody {
@@ -711,7 +765,7 @@ div.logoutContent {
 }
 
 .small {
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 table.innerFeedTable td {
@@ -720,7 +774,7 @@ table.innerFeedTable td {
 }
 
 td.selectPrompt {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
 }
 
@@ -734,46 +788,37 @@ table.headlinesSubToolbar {
        height : 25px;
        right : 0px;
        background-color : white;
+       font-size : 11px;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       color : gray;
 }
 
 input#subtoolbar_search_box {
        height : 10px;
-       font-size : 7pt;
+       font-size : 9px;
        vertical-align : middle;
 }
 
 table.headlinesSubToolbar td.headlineActions {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
        padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
-       font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
-       color : gray;
        padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
 span.contentPreview {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
        font-weight : normal;
 }
@@ -804,6 +849,7 @@ table.headlinesList td.hlUpdated {
        color : gray;
        text-align : right;
        width : 100px;
+       cursor : pointer;
 }
 
 table.headlinesList tr td {
@@ -828,7 +874,7 @@ div.postReply span.tagList {
 
 div.postHeader div {
        padding-bottom : 3px;
-       font-size : 10pt;
+       font-size : 12px;
        /* font-family : "Lucida Grande", Tahoma, sans-serif; */
 }
 
@@ -837,7 +883,7 @@ div.postHeader div {
 }
 
 #allEntryTags {
-       font-size : 9pt;
+       font-size : 12px;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -860,7 +906,7 @@ td.hlFeed {
 }
 
 span.hlFeed, span.hlFeed a {
-       font-size : 9pt;
+       font-size : 12px;
        color : gray;
 }
 
@@ -937,7 +983,7 @@ div.cdmArticleUnread div.cdmHeader span.titleWrap a {
 }
 
 div.cdmFooter {
-       font-size : 9pt;
+       font-size : 12px;
        color : black;
        padding : 5px;
        color : gray;
@@ -993,7 +1039,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 
 div.cdmHeader, div.cdmHeader a {
        color : #505050;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.cdmHeader a:hover {
@@ -1001,7 +1047,20 @@ div.cdmHeader a:hover {
 }
 
 div.cdmContent {
-       margin : 5px 15px 0px 15px;
+       margin : 0px 15px 5px 15px;
+}
+
+div.cdmContent:hover {
+       cursor : pointer;
+}
+
+div.cdmExcerpt {
+       margin : 0px 15px 5px 15px;
+}
+
+div.cdmExcerpt:hover {
+       cursor : pointer;
+       color : #88b0f0;
 }
 
 div.cdmEnclosures {
@@ -1019,7 +1078,7 @@ img.closeButton {
 }
 
 span.groupPrompt {
-       font-size : 9pt;
+       font-size : 12px;
        color : #4684ff;
 }
 
@@ -1109,7 +1168,7 @@ span.subscribers {
 
 div.subscribers {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
        float : right;
 }
 
@@ -1134,7 +1193,7 @@ ul.compact li {
 }
 
 div.browserFeedInfo {
-       font-size : 9pt;
+       font-size : 12px;
 /*     border : 1px solid #88b0f0;
        background-color : #ecf4ff;
        -moz-border-radius : 5px; */
@@ -1155,7 +1214,7 @@ div.cdmContent a:hover {
 
 a.cdmToggleLink {
        color : #808080;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 a.cdmToggleLink:hover {
@@ -1174,7 +1233,6 @@ a.cdmToggleLink:hover {
        bottom : 20px;
        z-index : 999;
        background-color : white;
-       display : none;
        border : 1px solid #c0c0c0;
        overflow : auto;
        margin : 0px;
@@ -1185,19 +1243,17 @@ a.cdmToggleLink:hover {
 #debug_output li {
        margin : 0px;
        padding : 0px;
-       font-size : 8pt;
+       font-size : 11px;
 }
 
 #dialog_overlay {
-       background : white;
        left : 0;
        top : 0;
        height : 100%;
        width : 100%;
        z-index : 2;
-       opacity : 0.5;
        position : absolute;
-       display : none;
+       background-image : url("images/shadow_white.png");
 }
 
 #overlay {
@@ -1212,7 +1268,6 @@ a.cdmToggleLink:hover {
 
 #overlay_inner {
        font-weight : bold;
-       text-align : center;
        margin : 10px;
 }
 
@@ -1332,7 +1387,7 @@ table.loginForm2 .loginBottom {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
-       font-size : 9pt;
+       font-size : 12px;
        text-align : center;
        color : #909090;
        padding : 0.5em;
@@ -1382,7 +1437,7 @@ div.whiteBox {
        right : 5px;
        height : 40px;
        color : #4684ff;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 #feeds-holder {
@@ -1396,7 +1451,6 @@ div.whiteBox {
        overflow : auto;
        bottom : 0px;
        border-collapse : collapse;
-       height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
 }
 
 #toolbar {
@@ -1410,7 +1464,7 @@ div.whiteBox {
        background-image : url("images/toolbar.png");
        background-position : bottom left;
        background-repeat : repeat-x;
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 div.headlines_normal {
@@ -1423,10 +1477,8 @@ div.headlines_normal {
        top : 85px;
        right : 0px;
        overflow : hidden;
-       font-size : 9pt;
+       font-size : 12px;
        border-collapse : collapse;
-       /* css hack for IE */
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 div.headlines_cdm {
@@ -1439,9 +1491,8 @@ div.headlines_cdm {
        top : 85px;
        right : 0px;
        overflow : hidden;
-       font-size : 9pt;
+       font-size : 12px;
        border-collapse : collapse;
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 #content-frame {
@@ -1455,8 +1506,31 @@ div.headlines_cdm {
        bottom : 40px;
        right : 0px;
        border-collapse : collapse;
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
-/*     height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
+}
+
+/*#resize-grabber {
+       position : absolute;
+       border-width : 1px;
+       border-style : dotted;
+       border-color : #88b0f0;
+       background-color : white;
+       width : 8px;
+       height : 8px;
+       z-index : 20;
+       right : 20px;
+       top : 20px;
+       display : none;
+       cursor : move;
+}*/
+
+#resize-grabber {
+       height : 5px;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       background : url("images/resize_horiz.png") top left;
+       cursor : move;
+       text-align : center;
 }
 
 #footer, #prefFooter {
@@ -1465,7 +1539,7 @@ div.headlines_cdm {
        height : 20px;
        text-align : center;
        color : gray;
-       font-size : 9pt;
+       font-size : 12px;
        background-image : url("images/footer.png");
        background-position : top left;
        background-repeat : repeat-x; 
@@ -1473,9 +1547,8 @@ div.headlines_cdm {
        right : 0px;
        left : 261px;
        padding : 10px;
-       width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
        border-collapse : collapse;
-       border-width : 1px 0px 0px 1px;
+       border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
 
@@ -1503,7 +1576,7 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : 9pt;
+       font-size : 12px;
 }
 
 #headlinesInnerContainer {
@@ -1519,14 +1592,14 @@ div.headlines_cdm {
 
 #prefHeader {
        color : #4684ff;
-       font-size : 9pt;
+       font-size : 12px;
        margin : 10px;
        height : 33px;
 }
 
 div.return {
        float : right;
-       font-size : 9pt;
+       font-size : 12px;
        margin-right : 10px;
 }
 
@@ -1554,9 +1627,7 @@ 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');
-       font-size : 10pt;
+       font-size : 12px;
 }
 
 #userSwitch {
@@ -1573,6 +1644,7 @@ a.feedUpdErrLink {
 
 .catCtrHasUnread {
        font-weight : bold;
+       color : #707070;
 }
 
 .catCtrNoUnread {
@@ -1766,6 +1838,10 @@ table.headlinesList tr.feedTitle td {
        padding-left : 5px;
 }
 
+td.hlContent, td.hlContentL, td.hlContentH {
+       cursor : pointer;
+}
+
 td.hlContentH a, td.hlContentH span {
        color : #00cc00;
 }
@@ -1790,3 +1866,123 @@ img.hlScorePic {
        height : 16px;
 }
 
+div#hotkey_help_overlay {
+       position : absolute;
+       left : 30px;
+       right : 30px;
+       top : 30px;
+       z-index : 999;
+       color : white;
+       font-size : 15px;
+}
+
+div#hotkey_help_overlay h1 {
+       text-align : center;
+}
+
+div#hotkey_help_overlay ul {
+       list-style-type : none;
+       margin : 0px;
+}
+
+div#hotkey_help_overlay li {
+       margin : 0px;
+}
+
+div#hotkey_help_overlay p {
+       text-align : center;
+}
+
+div#hotkey_help_overlay td.n {
+       text-align : right;
+       font-weight : bold;
+       width : 6em;
+       color : #a0ffa0;
+       padding-right : 5px;
+}
+
+div#hotkey_help_overlay td {
+       vertical-align : top;
+}
+
+div#hotkey_help_overlay h1 {
+       margin : 0px;
+}
+
+div#hotkey_help_overlay h2 {
+       font-size : 16px;
+       border-width : 0px;
+       margin : 0.3em 0px 0.3em 0px;
+       text-align : center;
+       color : #88b0f0;
+}
+
+div#hotkey_help_overlay table.hho td.c1 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c1.png");
+       background-repeat : no-repeat;
+
+}
+
+div#hotkey_help_overlay table.hho td.c2 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c2.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.c3 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c3.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.c4 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c4.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.top,
+div#hotkey_help_overlay table.hho td.left,
+div#hotkey_help_overlay table.hho td.right,
+div#hotkey_help_overlay table.hho td.bottom,
+div#hotkey_help_overlay table.hho td.content {
+       background : url("images/shadow_dark.png");     
+}
+
+div#hotkey_help_overlay table.hho td.top,
+div#hotkey_help_overlay table.hho td.bottom {
+       text-align : center;
+       font-size : 13px;
+}
+
+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;
+       background-color : white;
+       margin-top : 10px;
+}
+
+div#l_progress_i {
+       width : 10px;
+       background-color : #88b0f0;
+       height : 10px;
+}
+
+#content-insert {
+       background-color : white;
+}