]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework feed dialog layouts
[tt-rss.git] / tt-rss.css
index dafb9db4f051cf9188da08d82256975cf69cae9b..bda7bdeb0395b3fa4a5354550fe818ebf9ca7b45 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 {
@@ -83,7 +84,7 @@ ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : 11px;
+       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;
@@ -278,7 +290,7 @@ input.editbox {
 }
 
 #dispSwitch {
-       font-size : 11px;
+       font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
        float : right;
@@ -526,50 +538,63 @@ div.helpResponse {
        border-style : solid;
        border-color : #99d67a;
        background-color : #99d67a;
-       padding : 2px;
+       padding : 4px 2px 4px 10px;
        color : white;
+       font-weight : bold;
+       font-size : 12px;
 }
 
+/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
+
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #99d67a;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
        background-color : #f8fcf5;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
 }
 
-/*
-#infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       background-color : #88b0f0;
-       padding : 2px;
-       color : white;
+html>body #infoBox {
+       left : -10px;
+       top : -10px;
+       margin : 0;
+}
+
+#infoBoxShadow:before, #infoBoxShadow:after {
+       content : " ";
+       display : block;
+       background : inherit;
+       width : 10px;
+       height : 10px;
+}
+
+#infoBoxShadow:before {
+       position : absolute;
+       top : 0;
+       right : 0;
+       margin : -10px 0 0 auto;
+       background-position : right top;
+}
+
+#infoBoxShadow:after {
+       margin : -10px 0 0 -10px;
+       background-position : left bottom;
 }
 
-#infoBox {     
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
-       background-color : #f7faff;
-} */
 
 #infoBoxShadow {
        background-image : url("images/shadow.png");
+       background-position : bottom right;
        left : 25%;
-       top : 30%;
+       top : 100px;
        width : 50%;
        z-index : 3;
        position : absolute;
        display : none;
+       min-width : 600px;
 } 
 
 div.infoBoxContents {
@@ -1035,7 +1060,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 {
@@ -1208,7 +1246,6 @@ a.cdmToggleLink:hover {
        bottom : 20px;
        z-index : 999;
        background-color : white;
-       display : none;
        border : 1px solid #c0c0c0;
        overflow : auto;
        margin : 0px;
@@ -1229,7 +1266,6 @@ a.cdmToggleLink:hover {
        width : 100%;
        z-index : 2;
        position : absolute;
-       display : none;
        background-image : url("images/shadow_white.png");
 }
 
@@ -1428,7 +1464,6 @@ div.whiteBox {
        overflow : auto;
        bottom : 0px;
        border-collapse : collapse;
-       height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
 }
 
 #toolbar {
@@ -1457,8 +1492,6 @@ div.headlines_normal {
        overflow : hidden;
        font-size : 12px;
        border-collapse : collapse;
-       /* css hack for IE */
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 div.headlines_cdm {
@@ -1473,7 +1506,6 @@ div.headlines_cdm {
        overflow : hidden;
        font-size : 12px;
        border-collapse : collapse;
-       width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
 }
 
 #content-frame {
@@ -1487,8 +1519,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 {
@@ -1505,7 +1560,6 @@ 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 0px;
        border-style : solid;
@@ -1586,8 +1640,6 @@ 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 : 12px;
 }
 
@@ -1605,6 +1657,7 @@ a.feedUpdErrLink {
 
 .catCtrHasUnread {
        font-weight : bold;
+       color : #707070;
 }
 
 .catCtrNoUnread {
@@ -1716,11 +1769,11 @@ table.prefFeedCatList {
        background-color : white;
 }
 
-a[target="_new"], a[target="_blank"] {
+/*a[target="_new"], a[target="_blank"] {
        border-width : 0px 0px 1px 0px;
        border-color : #778899;
        border-style : dotted;
-}
+}*/
 
 div.autocomplete {
        position : absolute;
@@ -1940,5 +1993,46 @@ div#l_progress_o {
 div#l_progress_i {
        width : 10px;
        background-color : #88b0f0;
-       padding : 5px;
+       height : 10px;
+}
+
+#content-insert {
+       background-color : white;
+       overflow : auto;
+       position : absolute;
+       left : 0px;
+       right : 0px;
+       bottom : 0px;
+       top : 6px; 
+}
+
+div.dlgSec {
+       font-size : 14px;
+       color : gray;
+       font-weight : bold;
+       clear : both;
+       height : 20px;
+}
+
+div.dlgSecCont {
+       position : relative;
+       left : 150px;
+       top : -20px;
+       float : left;
+       font-size : 12px;
+       font-weight : medium;
+       line-height : 200%;
+}
+
+div.dlgButtons {
+       text-align : right;
+       clear : both;
+}
+
+textarea.labelSQL {
+       font-family : monospace;
+}
+
+div#label_test_result {
+       clear : both;
 }