]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
headlines subtoolbar, misc api changes
[tt-rss.git] / tt-rss.css
index 0e919c10bf16f15f18f345a698386584224befdf..9da226bc8fe2f65e92bfd5d158da18454d359fdf 100644 (file)
@@ -16,9 +16,7 @@ table.main td.headerBox {
 
 table.main td.header {
        padding : 10px 10px 10px 30px;
-       height : 80px;
-       font-size : 24pt;
-       font-weight : bold;     
+       height : 70px;
 }
 
 table.main td.mainToolbar {
@@ -134,14 +132,36 @@ div.postReply div.postIcon {
 
 ul.feedList {
        list-style-type : none;
+       margin : 5px;
+       padding : 0px 0px 0px 10px;
+}
+
+ul.feedList li.feedCat {
        margin : 0px;
-       padding : 10px; 
+       padding : 3px 0px 3px 0px;
+/*     border-width : 0px 0px 1px 0px;
+       border-color : #f0f0f0;
+       border-style : solid; */
+       color : #707070;
+       font-size : small;
+}
+
+ul.feedCatList {
+       list-style-type : none;
+       margin : 0px;
+       padding : 0px 0px 0px 10px;     
+}
+
+ul.feedCatList li {
+       margin : 0px;
+       padding : 0px 0px 0px 0px;
 }
 
 ul.feedList li {
-       margin : 2px;
+       margin : 0px;
 }
 
+/*
 li.oddSelected, li.evenSelected {
        background-color : white;
 }
@@ -179,6 +199,35 @@ ul.feedlist
        li.virtUnreadSelected a,
        li.virtSelectedUnread a {
        color : #5050aa;
+} */
+
+ul.feedlist li.feedUnread, 
+ul.feedlist li.labelUnread, 
+ul.feedlist li.virtUnread,
+ul.feedlist li.tagUnread {
+       font-weight : bold;
+}
+
+
+ul.feedlist li.feedSelected a,
+ul.feedlist li.labelSelected a,
+ul.feedlist li.virtSelected a,
+ul.feedlist li.tagSelected a {
+       color : #5050aa;
+}
+
+ul.feedlist li.feedUnreadSelected a,
+ul.feedlist li.labelUnreadSelected a,
+ul.feedlist li.virtUnreadSelected a,
+ul.feedlist li.tagUnreadSelected a {
+       color : #5050aa;
+}
+
+ul.feedlist li.feedUnreadSelected ,
+ul.feedlist li.labelUnreadSelected,
+ul.feedlist li.virtUnreadSelected,
+ul.feedlist li.tagUnreadSelected {
+       font-weight : bold;
 }
 
 ul.feedList li.feed {
@@ -245,7 +294,8 @@ a:hover {
 }
 
 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
-#iedit_purgintl, #iedit_ulogin, #iedit_ulevel {
+#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
+#iedit_fcat {
        width : 100%;
        padding-left : 2px;
 }
@@ -324,34 +374,28 @@ a.button {
        font-size : small;
 }
 
-.evenUnreadSelected, .evenSelectedUnread, {
+.evenUnreadSelected, .evenSelectedUnread {
        background-color : #e0e0ff;
        font-weight : bold;
 }
 
-.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread,  {
+.oddUnreadSelected, .oddSelectedUnread  {
        background-color : #e0e0ff;
        font-weight : bold;
 }
 
-.evenSelected {
+.evenSelected, .oddSelected {
        background-color : #e0e0ff;
 }
 
-.oddSelected {
-       background-color : #e0e0ff;
-} 
 
+/*
 .feedUnreadSelected, .feedSelectedUnread, 
 .virtUnreadSelected, .virtSelectedUnread,
 .labelUnreadSelected, .labelSelectedUnread {
        background-color : #e0e0ff;
        font-weight : bold;
-}
-
-.feedUnread, .labelUnread, .virtUnread {
-       font-weight : bold;
-}
+} */
 
 .disabledButton {
        border : 1px solid #c0c0c0;
@@ -391,17 +435,11 @@ input {
 
 /* preferences */
 
-table.prefAddFeed td {
-       padding : 2px;
-}
-
-table.prefAddFeed input {
-       width : 250px;
-}
-
 table.prefFeedList tr.title td, table.prefFilterList tr.title td,
        table.headlinesList tr.title td, table.prefLabelList tr.title td,
-       table.prefPrefsList tr.title td {
+       table.prefPrefsList tr.title td, 
+       table.prefFeedCatList tr.title td, 
+       table.prefUserList tr.title td {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-color : #f0f0f0;
@@ -425,6 +463,29 @@ 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 {
+       background : #fffff0;
+       position : relative;
+       bottom : 2px;
+       right : 2px;
+       padding : 15px;
+       border : 1px solid #c0c0c0;
+}
+
+#qafInput {
+       width : 300px;
+}
+
+
 #infoBox {
        border : 1px solid #c0c0c0;
        padding-bottom : 10px;
@@ -473,21 +534,7 @@ 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;
+       margin : 5px 10px 5px 10px;
 }
 
 input.extSearch {
@@ -557,22 +604,6 @@ div.bigErrorMsg {
        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;
@@ -587,6 +618,12 @@ td.welcomePrompt {
 
 }
 
+td.httpWelcomePrompt {
+       font-size : small;
+       color : gray;
+       text-align : right;
+}
+
 table.loginForm {
        background-image : url("images/vgrad_light_rev.png");
        background-color : white;
@@ -607,3 +644,59 @@ table.innerLoginForm td {
 div.small, p.small {
        font-size : x-small;
 }
+
+span.insensitive {
+       color : gray;
+}
+
+div.prefGenericAddBox {
+       margin : 5px;
+}
+
+body.logoutBody {
+       background-color : #f0f0f0;
+       color : black;
+}
+
+span.logoutWarning {
+       color : red;
+       font-weight : bold;
+}
+
+div.logoutContent {
+       width : 600px;
+       border : 1px solid #c0c0c0;
+       background-color : white;
+       margin-left : auto;
+       margin-right : auto;
+       margin-top : 20px;
+       padding : 10px;
+}
+
+.small {
+       font-size : small;
+}
+
+table.innerFeedTable td {
+       margin : 0px;
+       padding : 0px;
+}
+
+td.selectPrompt {
+       font-size : x-small;
+       color : gray;
+}
+
+table.headlinesSubToolbar td.headlineActions {
+       font-size : x-small;
+       color : gray;
+       padding : 5px 0px 5px 5px;
+}
+
+table.headlinesSubToolbar td.headlineTitle {
+       font-size : x-small;
+       color : gray;
+       padding : 5px 5px 5px 0px;
+       text-align : right;
+}
+