]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
infobox-based feed category editor
[tt-rss.git] / tt-rss.css
index 637fde693ce1fb28caa3c839f12803f827f19f6e..a24a7968caaff2877417b8e976db5dc28b079f80 100644 (file)
@@ -6,8 +6,17 @@ body {
        font-family : sans-serif;
 }
 
+blockquote {
+       margin : 5px;
+       border-width : 0px 0px 0px 4px;
+       border-color : #f0f0f0;
+       border-style : solid;
+       padding : 2px 0px 2px 5px;
+}
+
 div.postReply {
        padding : 10px;
+       font-size : medium;
 }
 
 div.postReply a {
@@ -42,6 +51,7 @@ ul.feedList {
        margin : 5px;
        padding : 0px 0px 0px 5px;
        font-size : small;
+       white-space : nowrap;
 }
 
 ul.feedList li.feedCat {
@@ -73,6 +83,7 @@ ul.feedCatList li {
 
 ul.feedList li {
        margin : 0px;
+       font-size : small;
 }
 
 li.feedUnread, 
@@ -204,31 +215,9 @@ input.editbox {
        padding-left : 2px;
 }
 
-td.notifyBox {
-       font-size : 10pt;
-       text-align : right;
-}
-
-.notify_sm {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
-       padding : 3px;
-       -moz-border-radius : 3px;
-       font-size : small;
-       text-align : left;
-       padding : 3px 20px 3px 20px;
-       text-align : center;
-       float : left;
-       min-width : 20%;
-       position : absolute;
-       left : 2px;
-       top : 2px;
-       display : none;
-}
-
-.notify {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
+#notify {
+       border-width : 1px;
+       border-style : solid;
        top : 10px;
        right : 35%;
        min-width : 30%;
@@ -242,6 +231,18 @@ td.notifyBox {
        padding : 5px 5px 5px 5px;
 }
 
+.notify {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyError {
+       background-color : #ffcccc;
+       border-color : #ff0000;
+       color : black;
+}
+
 #dispSwitch {
        font-size : x-small;
        text-align : right;
@@ -338,15 +339,6 @@ a.button {
        background-color : #fff7d5;
 }
 
-/*
-.feedUnreadSelected, .feedSelectedUnread, 
-.virtUnreadSelected, .virtSelectedUnread,
-.labelUnreadSelected, .labelSelectedUnread {
-       background-color : #e0e0ff;
-       font-weight : bold;
-} */
-
-
 .evenGrayed, .evenGrayed td {
        background-color : #f0f0f0;
        color : #909090;
@@ -382,11 +374,6 @@ a.button {
        display : none;
 }
 
-/*
-td > input, div > input {
-       border : 1px solid #a0a0a0;
-} */
-
 /* preferences */
 
 tr.title td {
@@ -394,21 +381,27 @@ tr.title td {
        border-color : #ecf4ff;
        border-style : solid;
        font-size : small;
-       color : black;
+       color : #4684ff;
 }
 
 tr.title td a {
-       color : black;
+       color : #4684ff;
 }
 
 tr.title td a:hover {
-       color : #4684ff;
+       color : black;
+}
+
+div.feedEditSearch {
+       float : right;
 }
 
 table.prefFeedList td.feedEditCat {
-       font-size : large;
        font-weight : bold;
-       padding : 5px 0px 5px 0px;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       padding-top : 0.5em;
 }
 
 table.prefFeedList td.feedIcon {
@@ -419,6 +412,13 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
+div.prefFeedCatHolder {
+       height : 250px;
+       overflow : auto;
+       border : 1px solid #88b0f0;
+       margin : 5px 0px 5px 0px;
+}
+
 a.helpLink {
        color : #808080;
 }
@@ -436,25 +436,6 @@ 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 {
-       padding : 15px;
-       border : 1px solid #88b0f0;
-       font-size : small;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       background-color : #ecf4ff;
-}
-
 #infoBoxTitle {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
@@ -491,8 +472,9 @@ div.helpResponse {
 }
 
 div.infoBoxContents {
-       padding : 5px;
+       padding : 10px;
        margin-bottom : 5px;
+       font-size : small;
 }
 
 div.infoBoxContents td {
@@ -511,13 +493,6 @@ div.helpResponse h2, div.infoBoxContents h2 {
        font-size : 12pt;
 }
 
-/* pre {
-       border : 1px solid #c0c0c0;
-       padding : 5px;
-       background : #f0f0f0;
-       margin : 5px 10px 5px 10px;
-} */
-
 pre {
        margin : 5px;
 }
@@ -526,50 +501,58 @@ input.extSearch {
        width : 100%;
 }
 
-table.main td.prefsTabs {
-       padding-left : 5px;
-/*               background-image : url("images/toolbar.png");
-       background-position : bottom left;
-       background-repeat : repeat-x; */
+div.firstTab {
+       width : 10px;
+       float : left;
 }
 
-input.prefsTab {               
-       background-image : url("images/prefs_tab.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border : 0px solid black;
-       padding : 2px 7px 2px 7px;
-       margin : 0px 1px 0px 0px;
-       width : 130px;
-       font-size : small;
-       background-color : white;
+div.prefsTab:hover {
+       cursor : pointer;
 }
 
-input.prefsTabSelected {
+div.prefsTabSelected:hover {
+       cursor : pointer;
+}
 
-       background-image : url("images/active_tab.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border : 0px solid black;
-       padding : 2px 7px 2px 7px;
-       margin : 0px 1px 0px 0px;
-       width : 130px;
-       font-weight : bold;
-       background-position : top left;
-       background-repeat : repeat-x;
+div.prefsTab {
+       float : left;
+       border-width : 1px 1px 0px 1px;
+       border-color : #88b0f0;
+       border-style : solid;
+       margin : 0px 0px 0px 5px;
+       padding : 3px 5px 3px 5px;
        font-size : small;
+       position : relative;
+       bottom : -1px;
+       border-collapse : collapse;
+       -moz-border-radius : 3px;
+       min-width : 100px;
+       text-align : center;
 }
 
-
-/*input.prefsTab:hover {
-       background : white;
-}*/
+div.prefsTabSelected {
+       float : left;
+       border-width : 1px 1px 0px 1px;
+       border-color : #88b0f0;
+       border-style : solid;
+       margin : 0px 0px 0px 5px;
+       padding : 3px 5px 3px 5px;
+       background-color : #ecf4ff;
+       font-size : small;
+       position : relative;
+       bottom : -1px;
+       border-collapse : collapse;
+       -moz-border-radius : 3px;
+       font-weight : bold;
+       min-width : 100px;
+       text-align : center;
+}
 
 div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -577,7 +560,7 @@ div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -619,11 +602,6 @@ span.insensitive {
 }
 
 .prefGenericAddBox {
-       margin : 5px;
-       font-size : small;
-}
-
-.prefGenericAddBox td {
        font-size : small;
 }
 
@@ -661,29 +639,41 @@ td.selectPrompt {
        color : gray;
 }
 
+table.headlinesSubToolbar {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
+}
+
 table.headlinesSubToolbar td.headlineActions {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
@@ -763,27 +753,30 @@ td.hlFeed {
 }
 
 div.cdmArticle {
-       border : 1px solid #f0f0f0;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafafa;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleUnread {
-       border : 1px solid #d5f1f4;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafeff;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
-         -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
        background-color : #fff7d5;
-                 border : 1px solid #e7d796;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
 }
 
 div.cdmArticleUnread div.cdmHeader a.title, 
@@ -1190,7 +1183,7 @@ div.headlines_cdm {
        bottom : 40px;
        top : 85px;
        right : 0px;
-       overflow : auto;
+       overflow : hidden;
        font-size : small;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1211,7 +1204,7 @@ div.headlines_cdm {
        height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
 }
 
-#footer {
+#footer, #prefFooter {
        position : absolute;
        bottom : 0px;
        height : 20px;
@@ -1233,10 +1226,14 @@ div.headlines_cdm {
 
 }
 
-#footer a {
+#footer a, #prefFooter a {
        color : gray;
 }
 
+#footer a:hover, #prefFooter a:hover {
+       color : black;
+}
+
 #headlinesContainer {
        margin-left : 1px;
        background-color : white;
@@ -1251,49 +1248,62 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 /* preferences layout */
 
 #prefHeader {
-       margin : 10px;
        color : #4684ff;
        font-size : small;
+       margin : 10px;
+       height : 33px;
 }
 
-#prefTabs {
-       border-width : 0px 0px 1px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       border-collapse : collapse;
-       padding : 0px 10px 0px 10px;
-}
-
-#prefTabs div.return {
+div.return {
        float : right;
        font-size : small;
+       margin-right : 10px;
 }
 
-#prefTabs div.return a {
+div.return a {
        color : #4684ff;
 }
 
-#prefTabs div.return a:hover {
+div.return a:hover {
        color : black;
 }
 
-#prefTabs input {
-       vertical-align : bottom;
-}
-
 #prefContent {
-       bottom : 20px;
+       clear : left;
+       position : absolute;
+       bottom : 40px;
+       top : 75px;
+       left : 0px;
+       right : 0px;
        padding : 1em;
+       overflow : auto;
        min-height : 300px;
        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');
+
+
+}
+
+#userSwitch {
+       position : absolute;
+       bottom : 2px;
+       right : 2px;
 }