]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
css cleanup; remove auxDlg; add separate prefs.css
[tt-rss.git] / tt-rss.css
index fe6d883533fe9be4be164e82ae5c0833a1d9a20f..e6198d48c6c160087a5e23f0f2dc8c02936b3955 100644 (file)
@@ -41,6 +41,15 @@ div.postReply div.postHeader {
        color : #909090;
 }
 
+div.postReply div.postTitle {
+       overflow : hidden;
+       white-space : nowrap;
+}
+
+div.postReply div.postDate {
+       padding-left : 10px;
+}
+
 div.postReply div.postContent {
        padding : 10px;
        font-size : 12px;
@@ -51,17 +60,6 @@ div.postReply div.postContent img {
        max-width : 98%;
 }
 
-div.postReply div.postIcon {
-       float : right;
-       border : 0px;
-       margin : 5px;
-}
-
-div.postReply div.postIcon img {
-       max-width : 120px;
-       display : inline;
-}
-
 div.postReply div.postEnclosures {
        margin-top : 1em;
        color : gray;
@@ -133,115 +131,91 @@ a:hover {
        position : absolute;
 }
 
-textarea.iedit {
-       width : 100%;
-}
-
-input.iedit {
-       width : 100%;
-       padding-left : 2px;
-}
-
-select.iedit {
-       width : 100%;
-}
-
-input.editbox {
-       width : 200px;
-       padding-left : 2px;
-}
-
 #notify {
-       border-width : 0px 1px 1px 1px;
+       top : 10px;
+       right : 10px;
+       border-width : 1px;
        border-style : solid;
-       top : 0px;
-       right : 35%;
-       min-width : 30%;
        position : absolute;    
        display : none;
        float : right;
-       font-size : 12px;
+       font-size : 11px;
        z-index : 99;
-       padding : 5px 5px 5px 5px;
+       padding : 5px;
+       min-width : 200px;
+       box-shadow : 0px 0px 2px #ccc;
 }
 
 #notify img {
        vertical-align : middle;
+       margin-right : 4px;
 }
 
-.notifyProgress {
+.notify {
        border-color : #d7c47a;
        background-color : #fff7d5;
-       color : black;
-}
-
-.notifyInfo {
-       border-color : #7AD78E;
-       background-color : #D5FFDB;
-       color : black;
 }
 
-.notify {
+.notify.progress {
        border-color : #d7c47a;
        background-color : #fff7d5;
-       color : black;
 }
 
-.notifyError {
+.notify.info {
+       border-color : #88b0f0;
+       background-color : #ecf4ff;
+}
+
+.notify.error {
        background-color : #ffcccc;
        border-color : #ff0000;
-       color : black;
 }
 
-.notifyError span:hover {
+.notify.error span:hover {
        color : red;
        cursor : pointer;
 }
 
-.blankborder, .blankborder td {
-       border-style : solid;
-       border-color : transparent;
-       border-width : 0px 0px 1px 0px;
+.Selected {
+       background-color : #fff7d5 ! important;
 }
 
-.Selected, .Selected td {
-       background-color : #fff7d5;
+.Unread div.hlTitle {
+       font-weight : bold;
 }
 
-.even.Unread.Selected, .even.Unread.Selected td {
-       background-color : #fff7d5;
-       font-weight : bold;
+.even.Unread.Selected {
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
 }
 
-.odd.Unread.Selected, .odd.Unread.Selected td {
-       background-color : #fff7d5;
-       font-weight : bold;
+.odd.Unread.Selected {
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
 }
 
-.even.Selected, .even.Selected td {
-       background-color : #fff7d5;
+.even.Selected {
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
        border-collapse : collapse;
 }
 
-.odd.Selected, .odd.Selected td {
-       background-color : #fff7d5;
+.odd.Selected {
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
        border-collapse : collapse;
 }
 
-.even.Grayed, .even.Grayed td {
-       background-color : #f0f0f0;
+.even.Grayed {
+       background : #f0f0f0;
        color : #909090;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -253,230 +227,98 @@ input.editbox {
        color : #909090;
 }
 
-.even, .even td {
+.even {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
-       background-color : #f0f0f0;
+       background : #f0f0f0;
        border-collapse : collapse;
 }
 
-.odd, .odd td {
+.odd {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
        border-collapse : collapse;
 }
 
-.even.Unread, .even.Unread td {
-       background-color : #f0f0f0;
-       font-weight : bold;
+.even.Unread {
+       background : #f0f0f0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
        border-collapse : collapse;
 }
 
-.odd.Unread, .odd.Unread td {
-       font-weight : bold;
+.odd.Unread {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
 }
 
-.invisible {
-       display : none;
-}
-
-/* preferences */
-
-/* table.prefPrefsList tr:hover td.prefValue {
-       color : #88b0f0;
-}
-
-table.prefPrefsList tr:hover td.prefValue input {
-       color : #88b0f0;
-} */
-
-table.prefPrefsList h3 {
-       margin-top : 0px;
-}
-
-tr.title td {
-       border-width : 0px 0px 1px 0px;
-       border-color : #ecf4ff;
-       border-style : solid;
-       color : #4684ff;
-}
-
-tr.title td a {
-       color : #4684ff;
-}
-
-tr.title td a:hover {
-       color : black;
-}
-
-table.prefFeedList td.feedEditCat {
-       font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-       padding-top : 0.5em;
-}
-
-table.prefFilterList td.filterEditCat {
-       font-weight : bold;
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-       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,
-table.prefInstanceList tr.even,
-table.prefInstanceList tr.odd,
-table.prefInstanceList tr.evenSelected,
-table.prefInstanceList 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,
-table.prefInstanceList tr.even:hover td, 
-table.prefInstanceList tr.odd:hover td,
-table.prefInstanceList tr.evenSelected:hover td, 
-table.prefInstanceList tr.oddSelected:hover td
-{
-       color : #88b0f0;
-}
-
-table.prefFeedList td.feedIcon {
-       text-align : center;
-}
-
-table.prefFeedList td.feedSelect {
-       text-align : center;
-}
-
-div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
+div.filterTestHolder {
        height : 300px;
        overflow : auto;
-       border-width : 0px 1px 1px 1px;
        border-color : #c0c0c0;
        border-style : solid;
        margin : 0px 0px 5px 0px;
        background-color : #ecf4ff;
-}
-
-div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        border-width : 1px 1px 1px 1px;
 }
 
-a.helpLink {
-       color : #808080;
+
+#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
+       margin : 5px 0px 5px 0px;
+       padding : 10px;
+       color : gray;
+       border-width : 0px 0px 0px 3px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       background : #fafafa;
 }
 
-a.helpLink:hover {
-       color : #4684ff;
+#content-insert code, #headlines-frame code, .dijitContentPane code {
+       color : #009900;
+       font-family : monospace;
+       font-size : 12px;
 }
 
 #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
-       margin : 0px 0px 0px 1em;
-       padding : 0px;
+       margin : 5px 0px 5px 0px;
+       padding : 10px;
+       color : gray;
        font-family : monospace;
        font-size : 12px;
-       background : transparent;
        border-width : 0px;
-       color : gray;
-}
-
-#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
-       margin : 0px 0px 0px 1em;
-       border-width : 0px 0px 0px 2px;
        border-color : #c0c0c0;
        border-style : solid;
-       font-style : italic;
-       padding : 0px 0px 0px 1em;
-       font-size : 12px;
-       color : gray;
+       background : #fafafa;
+       display : block;
 }
 
-#content-insert code, #headlines-frame code, .dijitContentPane code {
-       background : transparent;
-       border : 0px solid transparent;
-       margin : 0px;
-       font-family : monospace;
-       padding : 0px;
-       font-size : 12px;
-       color : black;
+div.notice, div.warning, div.error {
+       padding : 4px 10px 4px 4px;
+       display : inline-block;
+       margin : 2px 0px 2px 0px;
+       font-size : 11px;
+       box-shadow : 0px 0px 2px #ccc;
 }
 
 div.notice {
-       background : #ffffff;
-       border : 1px solid #88b0f0;
-       width : 60%;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
-       font-size : 12px;
+       background : #ecf4ff;
 }
 
 div.warning {
        background : #fff7d5;
-       border : 1px solid #d7c47a;
-       font-size : 12px;
-       width : 60%;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
-}
-
-div.warning img, div.notice img, div.error img {
-       vertical-align : middle;
-       padding : 5px;
-}
-
-span.filterDateError {
-       color : #ff0000;
 }
 
 div.error {
-       border : 1px solid #ff0000;
        background : #ffcccc;
-       padding : 5px;
-       margin : 0px 0px 5px 0px;
-       font-size : 12px;
+}
+
+div.warning img, div.notice img, div.error img {
+       margin-right : 4px;
+       vertical-align : middle;
 }
 
 ul.nomarks {
@@ -485,15 +327,11 @@ ul.nomarks {
        padding : 10px; 
 }
 
-div.prefHelp, td.prefHelp {
+div.prefHelp {
        color : gray;
        padding : 5px;
 }
 
-table.loginForm {
-       background-color : #ecf4ff;
-}
-
 span.feed_error {
        color : red;
 }
@@ -510,23 +348,9 @@ span.feed_error {
        color : black;
 }
 
-.small {
-       font-size : 11px;
-}
-
-table.innerFeedTable td {
-       margin : 0px;
-       padding : 0px;
-}
-
-td.selectPrompt {
-       font-size : 12px;
-       color : gray;
-}
-
 div#headlines-toolbar {
        border-width : 0px 0px 1px 0px;
-       background-color : #ecf4ff;
+       background-color : #f0f0f0;
        border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
        font-size : 11px;
        font-family : "Segoe UI", Tahoma, sans-serif;
@@ -534,31 +358,34 @@ div#headlines-toolbar {
        padding : 0px;
        margin : 0px;
        overflow : hidden;
-       height : 23px;
+       height : 25px;
+       line-height : 25px;
+       padding-left : 4px;
 }
 
 div#headlines-toolbar .dijitSelect {
        font-size : 11px;
+       position : relative;
+       top : -2px;
 }
 
-div#headlines-toolbar div#subtoolbar_main {
-       display : table-cell;
-       width : 100%;
-       white-space : nowrap;
-       vertical-align : middle;
-       padding-left : 5px;
-}
-
-div#headlines-toolbar div#subtoolbar_ftitle {
-       display : table-cell;
+div#headlines-toolbar span.r {
+       float: right;
+   position: relative;
+       padding : 0 4px 0px 4px;
        text-align : right;
-       vertical-align : middle;
-       white-space : nowrap;
-       padding-right : 5px;
-}
+}      
 
-div#subtoolbar_ftitle span.error {
+div#headlines-toolbar span.r span.error {
        color : red;
+} 
+
+div#headlines-toolbar span.r a {
+       color : gray;
+}
+
+div#headlines-toolbar span.r a:hover {
+       color : black;
 }
 
 span.contentPreview {
@@ -572,7 +399,7 @@ span.contentPreview:hover {
 
 span.hlLabelRef {
        background-color : #fff7d5;     
-       font-height : 8px;
+       font-size : 8px;
        color : #063064;
        font-weight : normal;
        margin : 0px 3px 0px 3px;
@@ -580,23 +407,12 @@ span.hlLabelRef {
        white-space: nowrap;
 }
 
-td.hlSelectRow, td.hlUpdPic {
-       width : 25px;
-       text-align : center;
-}
-
 div.postHeader div.postDate {
        text-align : right;
        color : gray;
        float : right;
 }
 
-div.postHeader div.postDateRTL {
-       text-align : left;
-       color : gray;
-       float : right;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -615,39 +431,21 @@ div.postHeader div {
        display : none;
 }
 
-td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
-       height : 1em;
-}
-
-td.hlFeed {
-       text-align : right;
-}
-
-span.hlFeed, span.hlFeed a {
-       font-size : 12px;
+div.hlFeed, div.hlFeed a {
+       font-size : 10px;
        color : gray;
+       font-style : italic;
+       font-weight : normal;
+       white-space: nowrap;
 }
 
-span.hlFeed a:hover {
+div.hlFeed a:hover {
        color : #4684ff;
 }
 
 img.markedPic {
        cursor : pointer;
-}
-
-a.warning {
-       color : #f04040;
-}
-
-img.closeButton {
-       border-width : 0px;
-       float : right;
-}
-
-span.groupPrompt {
-       font-size : 12px;
-       color : #4684ff;
+       vertical-align : middle;
 }
 
 div.tagCloudContainer {
@@ -679,16 +477,6 @@ ul.feedErrorsList em {
        color : gray;
 }
 
-ul.userFeedList {
-       height : 300px;
-       overflow : auto;
-       list-style-type : none;
-       border : 1px solid gray;
-       background-color : white;
-       margin : 0px 0px 5px 0px;
-       padding : 0px;
-}
-
 ul.browseFeedList {
        height : 300px;
        overflow : auto;
@@ -733,18 +521,6 @@ ul.compact li {
        padding : 0px;
 }
 
-div.browserFeedInfo {
-       font-size : 12px;
-/*     border : 1px solid #88b0f0;
-       background-color : #ecf4ff;
-       -moz-border-radius : 5px; */
-       padding : 5px;
-}
-
-div.browserFeedInfo div.detailsPart {
-       margin : 5px 0px 5px 5px;       
-}
-
 .noborder {
        border-width : 0px;
 }
@@ -764,20 +540,6 @@ div.browserFeedInfo div.detailsPart {
        margin : 1em;
 }
 
-#noDaemonWarning {     
-       position : absolute;
-       background-color : #ecf4ff;               
-       border : 1px solid #88b0f0;
-       padding : 10px;
-       margin : 5px;
-       z-index : 2;
-       display : none;
-}
-
-#qafInput {
-       width : 100%;
-}
-
 form {
        margin : 0px;
        padding : 0px;
@@ -791,86 +553,6 @@ form {
        width : 100%;
 }
 
-div.feedExtInfo {
-       margin-left : 2em;
-       font-size : 7pt;
-       color : gray;
-       font-weight : normal;
-}
-
-span.debugTS {
-       color : #4684ff;
-}
-
-#backReqBox {
-       display : none;
-}
-
-/*.scriptWarn:before {
-       content : "Disabled script:";
-}*/
-
-.scriptWarn {
-       color : white;
-       background-color : #903030;
-       border : 1px solid #601010;
-       padding : 3px;
-       font-weight : bold;
-       display : none;
-}
-
-.objectWarn {
-       color : gray;
-       font-style: italic;
-       text-align : center;
-}
-
-table.loginForm2 {
-       padding : 1em;
-}
-
-table.loginForm2 .loginTop {
-       border-width : 0px 0px 1px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       padding : 0.5em;
-}
-
-table.loginForm2 .loginMiddle {
-       padding : 3em;
-}
-
-table.loginForm2 .loginBottom {
-       border-width : 1px 0px 0px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       font-size : 12px;
-       text-align : center;
-       color : #909090;
-       padding : 0.5em;
-}
-
-table.loginForm2 .loginBottom a {
-       color : gray;
-}
-
-table.loginForm2 .loginBottom a:hover {
-       color : #4684ff;
-}
-
-table.loginForm2 .loginError {
-       color : red;
-       margin : 0.5em;
-}
-
-table.loginForm2 .innerLoginCell {
-       padding-top : 0.5em;
-}
-
-#milestoneDetails {
-       display : none;
-}
-
 div.loadingPrompt {
        padding : 1em;
        text-align : center;
@@ -891,63 +573,12 @@ html, body#ttrssMain, #main {
        margin: 0;
 } 
 
-html, body#ttrssPrefs, #main {
-       width: 100%; 
-       height: 100%;
-       border: 0; 
-       padding: 0; 
-       margin: 0;
-} 
-
 #toolbar div.actionChooser {
        display : table-cell;
        text-align : right;
        padding-right : 3px;
 }
 
-/* preferences layout */
-
-div.return {
-       float : right;
-       font-size : 12px;
-       margin-right : 10px;
-}
-
-div.return a {
-       color : #4684ff;
-}
-
-div.return a:hover {
-       color : black;
-}
-
-#header .logo {
-       float : right;
-       margin-left : 10px;
-}
-
-#header a {
-       color : #4684ff;        
-}
-
-#header a:hover {
-       color : black;
-}
-
-#header img {
-       vertical-align : middle;
-       cursor : pointer;
-}
-
-a.helpLinkPic img {
-       border-width : 0px;
-       vertical-align : middle;
-}
-
-table.prefFeedCatList {
-       
-}
-
 div.autocomplete {
        position : absolute;
        width : 250px;
@@ -976,28 +607,10 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
-#feedOpToolbar {
-       float : right;
-}
-
-#header a.feedback {
-       color : #009900;
-}
-
 a.visibleLink {
        color : #4684ff;
 }
 
-a.visibleLinkB {
-       color : #4684ff;
-       border : 1px solid #4684ff;
-       padding : 2px;
-}
-
-a.visibleLinkB:hover {
-       background-color : #ecf4ff;
-}
-
 .hlContentH a, .hlContentH span {
        color : #00cc00;
 }
@@ -1022,87 +635,6 @@ img.hlScorePic {
        height : 16px;
 }
 
-div#hotkey_help_overlay {
-       position : absolute;
-       left : 30px;
-       right : 30px;
-       top : 30px;
-       z-index : 999;
-       color : white;
-       font-size : 15px;
-       background : black;
-       border-radius : 30px;
-       padding : 10px;
-}
-
-div#hotkey_help_overlay h1 {
-       text-align : center;
-}
-
-div#hotkey_help_overlay ul {
-       list-style-type : none;
-       margin : 0px;
-}
-
-div#hotkey_help_overlay a {
-       color : #88b0f0;
-}
-
-div#hotkey_help_overlay a:hover {
-       color : white;
-}
-
-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.top,
-div#hotkey_help_overlay table.hho td.bottom {
-       text-align : center;
-       font-size : 11px;
-}
-
-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;
-}
-
 div.dlgSec {
        font-size : 12px;
        color : gray;
@@ -1141,7 +673,7 @@ span.labelColorIndicator {
        height : 14px;
        width : 14px;
        line-height : 14px;
-       font-height : 9px;
+       font-size : 9px;
        display : inline-block;
        border : 1px solid black;
        background-color : #fff7d5;     
@@ -1153,7 +685,7 @@ span.labelColorIndicator {
 span.labelColorIndicator2 {
        height : 14px;
        width : 14px;
-       font-height : 9px;
+       font-size : 9px;
        display : inline-block;
        border : 1px solid black;
        background-color : #fff7d5;     
@@ -1163,29 +695,6 @@ span.labelColorIndicator2 {
        vertical-align : bottom;
 }
 
-
-div.labelColorIndicator {
-       height : 14px;
-       width : 14px;
-       line-height : 14px;
-       font-height : 9px;
-       text-align : center;
-       border : 1px solid black;
-       float : left;
-       background-color : #fff7d5;     
-       color : #063064;
-       margin-right : 10px;
-}
-
-optgroup {
-       color : #4684ff;
-       font-style : normal;
-}
-
-option {
-       color : black;
-}
-
 div#cmdline {
        position : absolute;
        left : 5px;
@@ -1205,25 +714,6 @@ div#cmdline {
        width : 18px;
 }
 
-div#auxDlg {
-       position : absolute;
-       z-index : 3;
-       bottom : 5px;
-       right : 25px;
-       padding : 5px;
-       border-width : 1px;
-       border-style : solid;
-       border-color : #d7c47a;
-       background-color : #fff7d5;
-       color : black;
-       text-align : center;
-       font-size : 13px;
-}
-
-div#auxDlg a {
-       color : #4684ff;
-}
-
 div.hlTitle {
        display : table-cell;
        cursor : pointer;
@@ -1253,15 +743,17 @@ div.hlRight img {
 
 span.hlUpdated {
        color : gray;
-       font-weight : medium;
        min-width : 100px;
        display : table-cell;
        width : 100%;
        vertical-align : middle;
-       padding-top : 4px;
-       padding-bottom : 4px;
        text-align : right;
+       font-size : 10px;
+       font-weight : normal;
+}
 
+div.hlLeft {
+       padding-left : 8px;
 }
 
 div.hlLeft input {
@@ -1271,19 +763,11 @@ div.hlLeft input {
 
 div.hlLeft img, div.hlRight img {
        margin : 0px 4px 0px 4px;
-
-}
-
-div.hlUpdPic {
-       display : table-cell;
-       padding-right : 4px;
-       padding-left : 4px;
-       text-align : center;
-       vertical-align : middle;
 }
 
-div.hlUpdPic img {
-       max-width : 16px;
+div.hlLeft img {
+       width : 16px;
+       height : 16px;
 }
 
 div.fatalError {
@@ -1313,7 +797,9 @@ div.fatalError textarea {
 
 #content-wrap {
        padding : 0px;
-       border-width : 0px;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
        margin : 0px;
 }
 
@@ -1345,18 +831,12 @@ div.fatalError textarea {
        display : none;
 }
 
-#content-tabs {
-       margin : 0px;
-       padding : 0px;
-       border-width : 0px;
-}
-
 #toolbar {
        padding : 0px;
        margin : 0px;
        border-width : 0px;
        white-space: nowrap;
-       font-size : 12px;
+       font-size : 11px;
 }
 
 #header {
@@ -1412,100 +892,138 @@ div.fatalError textarea {
 img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
+       vertical-align : middle;
 }
 
-div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
-       text-align : center;
-       padding : 5px;
+.dijitDialog .dijitToolbar {
+       border : 1px solid #c0c0c0;
+}
+
+.player {
+       display : inline-block;
        color : gray;
+       font-size : 11px;
+       font-family : sans-serif;
+       border : 1px solid gray;
+       padding : 0px 4px 0px 4px;
+       margin : 0px 2px 0px 2px;
+       width : 50px;
+       text-align : center;
+       background : white;
 }
 
-div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
-       margin-right : 5px;
+.player.playing {
+       color : #00c000;
+       border-color : #00c000;
 }
 
-div#pref-tabs .dijitContentPane {
-       font-size : 12px;
+.player:hover {
+       background : #f0f0f0;
+       cursor : pointer;
 }
 
-div#pref-tabs {
-       margin : 0px 5px 0px 5px;
+#headlines-spacer {
+       height : 100%;
+       margin-left : 1px;
+       text-align : center;
+       padding : 1em;
+       color : gray;
 }
 
-div#pref-tabs .dijitContentPane h3 {
-       font-size : 14px;
-       font-weight : bold;
+div.dialogNotice {
+       margin-bottom : 5px;
+       color : gray;
 }
 
-#pref-filter-wrap, #pref-filter-header, #pref-filter-content, 
-#pref-label-wrap, #pref-label-header, #pref-label-content,
-#pref-user-wrap, #pref-user-header, #pref-user-content, 
-#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
-       margin : 0px;
+ul#filterDlg_Matches, ul#filterDlg_Actions {
+       max-height : 100px;
+       overflow : auto;
+       list-style-type : none;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-width : 0px 1px 1px 1px;
+       background-color : #ecf4ff;
+       margin : 0px 0px 5px 0px;
        padding : 0px;
-       border-width : 0px;
 }
 
-#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab { 
-       padding : 0px;
+ul#filterDlg_Matches li, ul#filterDlg_Actions li {
+       cursor : pointer;
+       padding : 0px 0px 0px 5px;
 }
 
-#errorButton {
-       color : red;
+ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
+       margin-right : 5px;
 }
 
-span.labelFixedLength {
-       display : inline-block;
-       width : 70%;
+ul.helpKbList {
+       max-height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
+       margin : 0px 0px 5px 0px;
+       padding : 5px;
 }
 
-#filter_dlg_date_chk_box {
+ul.helpKbList span.hksequence {
+       width : 6em;
+       margin-left : 20px;
+       color : #88b0f0;
+       font-weight : bold;
        display : inline-block;
 }
 
-.dijitDialog .dijitToolbar {
-       border : 1px solid #c0c0c0;
+ul.helpKbList h2 {
+       margin-top : 0px;
 }
 
-a.bookmarklet {
-       color : #4684ff;
-       border : 1px solid #ecf4ff;
-       padding : 2px;
+.dijitTreeNode .loadingNode {
+       margin-left : 3px;
 }
 
-#newVersionIcon {
-       margin-left : 5px;
-       vertical-align : middle;
-       position : relative;
-       top : -1px;
+span.collapseBtn {
+       cursor : pointer;
 }
 
-.player {
-       display : inline-block;
+div.postContent p {
+       max-width : 650px;
+}
+
+div.postContent iframe {
+       min-width : 50%;
+}
+
+div.postHeader span.author {
        color : gray;
        font-size : 11px;
-       font-family : sans-serif;
-       border : 1px solid gray;
-       padding : 0px 4px 0px 4px;
-       margin : 0px 2px 0px 2px;
-       width : 50px;
-       text-align : center;
-       background : white;
-}
-.player.playing {
-       color : #00c000;
-       border-color : #00c000;
+       font-weight : normal;
 }
 
-.player:hover {
+body#ttrssZoom {
+       margin-left : auto;
+       margin-right : auto;
+       max-width : 800px;
        background : #f0f0f0;
-       cursor : pointer;
 }
 
-#headlines-spacer {
-       height : 100%;
-       margin-left : 1px;
+body#ttrssZoom div.postContent p {
+       max-width : 650px;
+}
+
+body#ttrssZoom div.postReply {
+       border : 1px solid #ccc;
+       margin : 20px;
+       box-shadow : 0px 0px 3px #ccc;
+}
+
+body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+       background-color : white;
+}
+
+body#ttrssZoom div.footer {
+       margin-top : 1em;
        text-align : center;
-       padding : 1em;
-       color : gray;
 }
+
+