]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
combined article display mode (option COMBINED_DISPLAY_MODE), remove xml feed output
[tt-rss.git] / tt-rss.css
index 2a9af4ae66fad0f3c893d1ca117e8d89123a8e93..f683d85bec446e63d354cd068d1566e80130fe31 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 {
@@ -29,10 +27,7 @@ table.main td.mainToolbar {
 }
 
 table.main td.prefsToolbar {
-       border-width : 0px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 0px 10px 10px 5px;
+       padding : 0px 5px 5px 0px;
 }
 
 table.main td.feeds {
@@ -82,6 +77,13 @@ table.main td.headlines {
        border-color : #c0c0c0;
 }
 
+table.main td.headlines2 {
+       height : 100%;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
+}
+
 table.main td.content {
        height : 100%;
        background-image : url("images/vgrad_light_rev.png");
@@ -137,29 +139,113 @@ 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;
 }
 
-ul.feedList li.oddSelected, ul.feedList li.evenSelected,
-       li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
+li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
        li.oddSelectedUnread {
        background-color : white;
+       font-weight : bold;
 } 
 
 li.oddSelected a, li.evenSelected a,
        li.oddUnreadSelected a, li.evenUnreadSelected a {
        color : #5050aa;
-} 
+}
 
-ul.feedList img {
+ul.feedlist 
+       li.virtSelected,
+       li.virtUnreadSelected,
+       li.virtSelectedUnread,
+       li.feedSelected, 
+       li.labelSelected, 
+       li.feedUnreadSelected, 
+       li.labelUnreadSelected,
+       li.feedSelectedUnread,
+       li.labelSelectedUnread {
+       background-color : white;
+}
+
+ul.feedlist 
+       li.feedSelected a, 
+       li.labelSelected a, 
+       li.feedUnreadSelected a, 
+       li.labelUnreadSelected a, 
+       li.virtSelected a, 
+       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 {
+       display : block;
+}
+
+ul.feedList img, img.tinyFeedIcon {
        margin : 0px 3px 0px 0px;
        width : 16px;
        height : 16px;
+       border-width : 0px;
 }
 
 h1 {
@@ -174,6 +260,14 @@ h2 {
        border-color : #e0e0e0;
 }
 
+h3 {
+       font-size : 12pt;
+       font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e0e0e0;
+}
+
 hr {
        border-width : 0px 0px 1px 0px;
        border-style : dashed;
@@ -207,15 +301,23 @@ a:hover {
        opacity : 0.8;
 }
 
-#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl {
+#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
+#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
+#iedit_fcat, #iedit_filter_action {
        width : 100%;
        padding-left : 2px;
 }
 
+input.editbox {
+       width : 200px;
+       padding-left : 2px;
+}
+
 #notify {
        font-size : 10pt;
        text-align : right;
-       color : gray;
+       color : black;
+       font-weight : bold;
        border-style : solid;
        border-width : 0px 0px 1px 1px;
        border-color : #e0e0e0;
@@ -246,13 +348,20 @@ iframe {
        border : 0px solid white;
 }
 
-iframe.feedsFrame {
+iframe.feedsFrameWithActions {
        width : 100%;
        height : 90%;
        margin : 0px;
        padding : 0px;
 }
 
+iframe.feedsFrame {
+       width : 100%;
+       height : 100%;
+       margin : 0px;
+       padding : 0px;
+}
+
 iframe.contentFrame, iframe.headlinesFrame {
        width : 100%;
        padding : 0px;
@@ -285,18 +394,23 @@ a.button {
        font-weight : bold;
 }
 
-.oddUnreadSelected, .oddSelectedUnread {
+.oddUnreadSelected, .oddSelectedUnread  {
        background-color : #e0e0ff;
        font-weight : bold;
 }
 
-.evenSelected {
+.evenSelected, .oddSelected {
        background-color : #e0e0ff;
 }
 
-.oddSelected {
+
+/*
+.feedUnreadSelected, .feedSelectedUnread, 
+.virtUnreadSelected, .virtSelectedUnread,
+.labelUnreadSelected, .labelSelectedUnread {
        background-color : #e0e0ff;
-}
+       font-weight : bold;
+} */
 
 .disabledButton {
        border : 1px solid #c0c0c0;
@@ -336,19 +450,439 @@ input {
 
 /* preferences */
 
-table.prefAddFeed td {
-       padding : 2px;
+tr.title td {
+       border-width : 0px 0px 1px 0px;
+       border-color : #f0f0f0;
+       border-style : solid;
+       font-size : x-small;
+       color : gray;
+}
+
+tr.title td a {
+       color : gray;
 }
 
-table.prefAddFeed input {
-       width : 250px;
+tr.title td a:hover {
+       color : #5050aa;
 }
 
-table.prefFeedList tr.title td, table.prefFilterList tr.title td,
-       table.headlinesList tr.title td, table.prefLabelList tr.title td {
+table.prefFeedList td.feedEditCat {
+       font-size : large;
        font-weight : bold;
+       padding : 5px 0px 5px 0px;
+}
+
+table.prefFeedList td.feedIcon {
+       text-align : center;
+}
+
+table.prefFeedList td.feedSelect {
+       text-align : center;
+}
+
+a.helpLink {
+       color : #808080;
+}
+
+a.helpLink:hover {
+       color : #5050aa;
+}
+
+div.helpResponse {
+       margin : 10px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       padding : 10px 20px 10px 20px;
+       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;
+       font-size : small;
+       position : relative;
+       bottom : 2px;
+       right : 2px;
+       background-color : white;
+}
+
+#infoBoxShadow {
+       background-image : url("images/shadow.png");
+       position : absolute;
+       margin-left : 30%;
+       width : 30%;
+       z-index : 3;
+       display : none;
+       top : 30%;
+}
+
+div.infoBoxContents {
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       padding : 5px;
+       margin-bottom : 5px;
+}
+
+div.infoBoxContents td {
+       font-size : small;
+}
+
+
+div.helpResponse h1, div.infoBoxContents h1 {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       font-size : 16pt;
+}
+
+div.helpResponse h2, div.infoBoxContents h2 {
+       border-width : 0px 0px 0px 0px;
+       font-size : 12pt;
+}
+
+/* pre {
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       background : #f0f0f0;
+       margin : 5px 10px 5px 10px;
+} */
+
+pre {
+       margin : 5px;
+}
+
+input.extSearch {
+       width : 200px;
+}
+
+table.main td.prefsTabs {
+       padding-left : 15px;
+}
+
+input.prefsTab {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
+}
+
+input.prefsTabSelected {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background : white;
+       font-weight : bold;
+       background-position : top left;
+       background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
+}
+
+
+input.prefsTab:hover {
+       background : white;
+}
+
+div.warning {
+       background : #fffff0;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
+}
+
+div.notice {
+       background : #ffffff;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
+}
+
+ul.nomarks {
+       list-style-type : none;
+       margin : 0px;
+       padding : 10px; 
+}
+
+div.bigErrorMsg {
+       border : 1px solid #c0c0c0;
+       background : #fff0f0;
+       padding : 30px;
+       margin : 20px;
+}
+
+div.prefHelp, td.prefHelp {
+       font-size : x-small;
+       color : gray;
+       padding : 5px;
+}
+
+td.welcomePrompt {
+       font-size : small;
+       color : gray;
+       text-align : right;
+       padding-right : 10px;
+
+}
+
+td.httpWelcomePrompt {
+       font-size : small;
+       color : gray;
+       text-align : right;
+}
+
+table.loginForm {
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+table.innerLoginForm {
+       border : 1px solid #f0f0f0;
+       padding : 50px;
+       background-color : white;
+}
+
+table.innerLoginForm td {
+       padding : 3px 3px 5px 3px;
+}
+
+div.small, p.small {
+       font-size : x-small;
+}
+
+span.insensitive {
+       color : gray;
+}
+
+.prefGenericAddBox {
+       margin : 5px;
+       font-size : small;
+}
+
+.prefGenericAddBox td {
+       font-size : small;
+}
+
+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;
+}
+
+span.contentPreview {
+       font-size : x-small;
+       color : gray;
+       font-weight : normal;
+}
+
+span.contentPreview:hover {
+       color : #5050aa;
+}
+
+table.headlinesList td.hlMarkedPic {
+       width : 25px;
+       text-align : center;
+}
+
+table.headlinesList td.hlfeed {
+       text-align : right;
+       font-size : small;
+}
+
+td.hlSelectRow, td.hlUpdatePic {
+       width : 25px;
+       text-align : center;
+}
+
+table.headlinesList td.hlUpdated {
+       font-size : small;
+       color : gray;
+       text-align : right;
+       width : 100px;
+}
+
+table.headlinesList tr td {
+       padding : 2px 0px 2px 0px;
+}
+
+/*
+tr.even td.headlineContent, tr.evenUnread td.headlineContent {
+       display : block;
+       overflow : hidden;
+       height : 1em;   
+       background-color : #f0f0f0;
+}
+
+tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
+       display : block;
+       overflow : hidden;
+       height : 1em;
+}
+
+tr.oddSelected td.headlineContent,
+tr.evenSelected td.headlineContent,
+tr.oddUnreadSelected td.headlineContent,
+tr.evenUnreadSelected td.headlineContent {
+       display : block;
+       overflow : hidden;
+       height : 1em;
+       background-color : #e0e0ff;
+} */
+
+div.postHeader td.postDate {
+       font-size : x-small;
+       text-align : right;
+       color : gray;
+}
+
+#feedUpdateErrors {
+       display : none;
+}
+
+#allEntryTags {
+       font-size : x-small;
        border-width : 0px 0px 1px 0px;
-       border-color : #f0f0f0;
        border-style : solid;
+       border-color : #c0c0c0;
+       padding-bottom : 5px;
+       display : none;
+}
+
+td.hlContent {
+       overflow : hidden;
+       height : 1em;
+       display : block;
+}
+
+td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
+       height : 1em;
+}
+
+div.cdmArticle {
+       border : 1px solid #f0f0f0;
+       background-color : #fafafa;
+       -moz-border-radius : 5px;
+       margin : 10px 10px 0px 10px;
+       padding : 10px;
+}
+
+div.cdmArticleUnread {
+       border : 1px solid #d5f1f4;
+       background-color : #fafeff;
+       -moz-border-radius : 5px;
+       margin : 10px 10px 0px 10px;
+       padding : 10px;
+}
+
+div.cdmArticleSelected, div.cdmArticleUnreadSelected {
+       border : 1px solid #d0d0f6;
+       background-color : #eaeaff;
+       -moz-border-radius : 5px;
+       margin : 10px 10px 0px 10px;
+       padding : 10px;
 }
 
+div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
+       font-weight : bold;
+}
+
+div.cdmHeader {
+       padding-bottom : 5px;
+}
+
+div.cdmFooter {
+       font-size : x-small;
+       color : gray;
+       padding-top : 5px;
+}
+
+div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
+       margin : 0px;
+}
+
+div.cdmHeader, div.cdmHeader a {
+       color : gray;
+       font-size : x-small;
+}
+
+div.cdmHeader a:hover {
+       color : #5050aa;
+}
+
+div.cdmContent {
+}