]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
fix help not loading on ? press
[tt-rss.git] / tt-rss.css
index 8d4c52f71197e03a54197b0237d7abf8abe4e078..e72fae0ad5f0fef58d14c0994915fa256226b689 100644 (file)
@@ -1,9 +1,9 @@
-body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
+body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
        background : white;
        color : black;
        margin : 0px;
        padding : 0px;
-       font-family : "Lucida Grande", Arial, sans-serif;
+       font-family : sans-serif;
        font-size : 12px;
 }
 
@@ -12,7 +12,7 @@ body#ttrssPrefs {
 }
 
 body#ttrssPrefs #footer, body#ttrssPrefs #header {
-       background-color : #ecf4ff;
+       background-color : #ecf4ff; 
        padding-left : 8px;
        padding-right : 8px;
 }
@@ -76,17 +76,17 @@ div.postReply img.tagsPic {
 
 div.articleNote {
        background-color : #fff7d5;
-       border-width : 1px;
        padding : 5px;
-       border-style : dashed;
+       border-style : none none dashed none;
        border-color : #e7d796;
-       font-size : 11px;
-       margin-left : 5px;
-       margin-top : 5px;
-       float : right;
+       border-width : 1px;
+       background-color : #fff7d5;
        color : #9a8c59;
-       max-width : 150px;
-       text-align : justify;
+}
+
+div.articleNote div.noteEdit {
+       float : right;
+       cursor : pointer;
 }
 
 div.postReply span.author {
@@ -133,24 +133,6 @@ 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;
        border-style : solid;
@@ -198,12 +180,6 @@ input.editbox {
        cursor : pointer;
 }
 
-.blankborder, .blankborder td {
-       border-style : solid;
-       border-color : transparent;
-       border-width : 0px 0px 1px 0px;
-}
-
 .Selected, .Selected td {
        background-color : #fff7d5;
 }
@@ -350,7 +326,11 @@ table.prefUserList tr.oddSelected,
 table.prefFeedList tr.even,
 table.prefFeedList tr.odd,
 table.prefFeedList tr.evenSelected,
-table.prefFeedList tr.oddSelected
+table.prefFeedList tr.oddSelected,
+table.prefInstanceList tr.even,
+table.prefInstanceList tr.odd,
+table.prefInstanceList tr.evenSelected,
+table.prefInstanceList tr.oddSelected
 {      
        cursor : pointer;
 }
@@ -370,7 +350,11 @@ 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.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;
 }
@@ -383,7 +367,7 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
-div.prefFeedCatHolder, div.prefFeedOPMLHolder {
+div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        height : 300px;
        overflow : auto;
        border-width : 0px 1px 1px 1px;
@@ -393,7 +377,7 @@ div.prefFeedCatHolder, div.prefFeedOPMLHolder {
        background-color : #ecf4ff;
 }
 
-div.prefFeedOPMLHolder {
+div.prefFeedOPMLHolder, div.inactiveFeedHolder {
        border-width : 1px 1px 1px 1px;
 }
 
@@ -412,6 +396,7 @@ a.helpLink:hover {
        font-size : 12px;
        background : transparent;
        border-width : 0px;
+       color : gray;
 }
 
 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
@@ -432,61 +417,9 @@ a.helpLink:hover {
        font-family : monospace;
        padding : 0px;
        font-size : 12px;
+       color : black;
 }
 
-/*
-div.firstTab {
-       width : 10px;
-       float : left;
-}
-
-div.prefsTab:hover {
-       cursor : pointer;
-}
-
-div.prefsTab.Selected:hover {
-       cursor : pointer;
-}
-
-div.prefsTab {
-       float : left;
-       border-width : 1px 1px 0px 1px;
-       border-color : #C4D1E4;
-       border-style : solid;
-       margin : 0px 0px 0px 5px;
-       padding : 3px 5px 3px 5px;
-       font-size : 12px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       border-collapse : collapse;
-       min-width : 100px;
-       text-align : center;
-       cursor : pointer;
-       position : relative;
-       bottom : -1px;
-       height : 30px;
-}
-
-div.prefsTab.Selected {
-       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 : 12px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       border-collapse : collapse;
-       font-weight : bold;
-       min-width : 100px;
-       text-align : center;
-       cursor : pointer;
-       position : relative;
-       bottom : -1px;
-       z-index : 3;
-       height : 30px;
-} */
-
 div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
@@ -568,40 +501,77 @@ td.selectPrompt {
 }
 
 div#headlines-toolbar {
-       border-width : 1px 0px 1px 0px;
-       background-color : #ecf4ff;
+       border-width : 0px 0px 1px 0px;
+       background-color : #f0f0f0;
        border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
        font-size : 11px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+       font-family : "Segoe UI", Tahoma, sans-serif;
        color : gray;
        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;
+       background : #ecf4ff;
+       border-left: 5px solid white;
+       padding : 0 4px 0px 4px;
        text-align : right;
-       vertical-align : middle;
-       white-space : nowrap;
-       padding-right : 5px;
+}      
+
+/* http://css-tricks.com/adobe-like-arrow-headers/ */
+
+@media screen and (-webkit-min-device-pixel-ratio:0) { 
+       div#headlines-toolbar span.r:before,
+       div#headlines-toolbar span.r:after {
+               content: "";
+          position: absolute;
+           /* Pushed down half way, will get pulled back up half height of triangle
+              ensures centering if font-size or line-height changes */
+           top: 50%;
+           width: 0;
+           height: 0;
+       }
+       div#headlines-toolbar span.r:before {
+           left: -12px;
+           /* Triangle */
+           border-top: 8px solid transparent;
+           border-bottom: 8px solid transparent;
+           border-right: 8px solid white;
+           /* Pull-up */
+           margin-top: -8px;
+       }
+       div#headlines-toolbar span.r:after {
+           /* Smaller and different position triangle */
+           left: -5px;
+           border-top: 6px solid transparent;
+           border-bottom: 6px solid transparent;
+           border-right: 6px solid #ecf4ff;
+           margin-top: -6px;
+       }
+}
+
+div#headlines-toolbar span.r span.error {
+       color : red;
+} 
+
+div#headlines-toolbar span.r a {
+       color : gray;
 }
 
-div#subtoolbar_ftitle span.error {
-       color : red;
+div#headlines-toolbar span.r a:hover {
+       color : black;
 }
 
 span.contentPreview {
@@ -643,7 +613,6 @@ div.postHeader div.postDateRTL {
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
-       /* font-family : "Lucida Grande", Tahoma, sans-serif; */
 }
 
 #feedUpdateErrors {
@@ -684,16 +653,6 @@ a.warning {
        color : #f04040;
 }
 
-img.closeButton {
-       border-width : 0px;
-       float : right;
-}
-
-span.groupPrompt {
-       font-size : 12px;
-       color : #4684ff;
-}
-
 div.tagCloudContainer {
        border : 1px solid #c0c0c0;
        background-color : #ecf4ff;
@@ -777,32 +736,10 @@ 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;
 }
 
-#dialog_overlay {
-       left : 0;
-       top : 0;
-       height : 100%;
-       width : 100%;
-       z-index : 4;
-       position : absolute;
-       background-image : url("images/shadow_white.png");
-}
-
 #overlay {
        background : white;
        left : 0;
@@ -818,20 +755,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;
@@ -845,42 +768,9 @@ 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;
+       width : 100%;
 }
 
 table.loginForm2 .loginTop {
@@ -921,10 +811,6 @@ table.loginForm2 .innerLoginCell {
        padding-top : 0.5em;
 }
 
-#milestoneDetails {
-       display : none;
-}
-
 div.loadingPrompt {
        padding : 1em;
        text-align : center;
@@ -961,46 +847,6 @@ html, body#ttrssPrefs, #main {
 
 /* preferences layout */
 
-/* #prefFooter {
-       position : absolute;
-       bottom : 0px;
-       height : 20px;
-       text-align : center;
-       color : gray;
-       font-size : 12px;
-       background-image : url("images/footer.png");
-       background-position : top left;
-       background-repeat : repeat-x; 
-       background-color : white;
-       right : 0px;
-       left : 261px;
-       padding : 10px;
-       border-collapse : collapse;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-
-}
-
-#prefFooter {
-       left : 0px;
-}
-
-#footer a, #prefFooter a {
-       color : gray;
-}
-
-#footer a:hover, #prefFooter a:hover {
-       color : black;
-}
-
-#prefHeader {
-       color : #4684ff;
-       font-size : 12px;
-       margin : 10px;
-       height : 33px;
-} */
-
 div.return {
        float : right;
        font-size : 12px;
@@ -1015,38 +861,9 @@ div.return a:hover {
        color : black;
 }
 
-/* #prefContentOuter {
-       clear : left;
-       position : absolute;
-       bottom : 41px;
-       top : 75px;
-       left : 0px;
-       right : 0px;
-       min-height : 300px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       font-size : 12px;
-}
-
-#prefContent {
-       z-index : 4;
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       position : absolute;
-       bottom : 0px;
-       top : 0px;
-       left : 0px;
-       right : 0px;
-       padding : 1em;
-       overflow : auto;
-} */
-
 #header .logo {
        float : right;
        margin-left : 10px;
-       border : 1px solid #88b0f0;
 }
 
 #header a {
@@ -1067,10 +884,6 @@ a.helpLinkPic img {
        vertical-align : middle;
 }
 
-table.prefFeedCatList {
-       
-}
-
 div.autocomplete {
        position : absolute;
        width : 250px;
@@ -1103,22 +916,6 @@ div.autocomplete ul li {
        float : right;
 }
 
-/*
-div.topLinks {
-       float : right;
-       color : gray;
-       font-size : 12px;
-       line-height : 120%;
-}
-
-div.topLinks a {
-       color : #4684ff;        
-}
-
-div.topLinks a:hover {
-       color : black;
-} */
-
 #header a.feedback {
        color : #009900;
 }
@@ -1169,6 +966,9 @@ div#hotkey_help_overlay {
        z-index : 999;
        color : white;
        font-size : 15px;
+       background : black;
+       border-radius : 30px;
+       padding : 10px;
 }
 
 div#hotkey_help_overlay h1 {
@@ -1220,62 +1020,12 @@ div#hotkey_help_overlay h2 {
        color : #88b0f0;
 }
 
-div#hotkey_help_overlay table.hho td.c1 {
-       height : 30px;
-       width : 30px;
-       background : url("images/c1.png");
-       background-repeat : no-repeat;
-
-}
-
-div#hotkey_help_overlay table.hho td.c2 {
-       height : 30px;
-       width : 30px;
-       background : url("images/c2.png");
-       background-repeat : no-repeat;
-}
-
-div#hotkey_help_overlay table.hho td.c3 {
-       height : 30px;
-       width : 30px;
-       background : url("images/c3.png");
-       background-repeat : no-repeat;
-}
-
-div#hotkey_help_overlay table.hho td.c4 {
-       height : 30px;
-       width : 30px;
-       background : url("images/c4.png");
-       background-repeat : no-repeat;
-}
-
-div#hotkey_help_overlay table.hho td.top,
-div#hotkey_help_overlay table.hho td.left,
-div#hotkey_help_overlay table.hho td.right,
-div#hotkey_help_overlay table.hho td.bottom,
-div#hotkey_help_overlay table.hho td.content {
-       background : url("images/shadow_dark.png");     
-}
-
 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;
@@ -1310,10 +1060,6 @@ div.dlgButtons {
        clear : both;
 }
 
-span.prefsLabelEntry {
-       padding : 2px;
-}
-
 span.labelColorIndicator {
        height : 14px;
        width : 14px;
@@ -1340,60 +1086,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;
-}
-
-div.colorPicker div.colorPickerEntry:hover {
-       border : 1px solid #88b0f0;
-}
-
-div.colorPicker div.ccPrompt:hover {
-       color : black;
-}
-
-div.colorPicker div.colorPickerEntry {
-       height : 15px;
-       width : 15px;
-       line-height : 13px;
-       font-height : 9px;
-       text-align : center;
-       border : 1px solid black;
-       margin : 5px 5px 0px 0px;
-       float : left;
-}
-
-div.colorPicker {
-       border : 1px solid #cccccc;
-       background : #f0f0f0;
-       width : 110px;
-       padding : 0px 0px 5px 5px;
-       position : absolute;
-       left : auto;
-       top : auto;
-       z-index : 3;
-       color : #909090;
-}
-
-optgroup {
-       color : #4684ff;
-       font-style : normal;
-}
-
-option {
-       color : black;
-}
-
 div#cmdline {
        position : absolute;
        left : 5px;
@@ -1462,8 +1154,14 @@ div.hlRight img {
 span.hlUpdated {
        color : gray;
        font-weight : medium;
-       width : 100px;
-       display : inline-block;
+       min-width : 100px;
+       display : table-cell;
+       width : 100%;
+       vertical-align : middle;
+       padding-top : 4px;
+       padding-bottom : 4px;
+       text-align : right;
+
 }
 
 div.hlLeft input {
@@ -1488,6 +1186,9 @@ div.hlUpdPic img {
        max-width : 16px;
 }
 
+div.fatalError {
+       margin-bottom : 10px;
+}
 
 div.fatalError button {
        margin-top : 5px;
@@ -1522,6 +1223,7 @@ div.fatalError textarea {
        border-left-width : 0px;
        border-bottom-width : 0px;
        border-top-width : 0px;
+       overflow : auto;
 }
 
 #headlines-wrap-inner {
@@ -1539,7 +1241,7 @@ div.fatalError textarea {
        border-top-width : 0px;
 }
 
-#headlines-toolbar_splitter {
+#headlines-toolbar_splitter, #toolbar_splitter {
        display : none;
 }
 
@@ -1549,11 +1251,6 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
-#content-tabs .dijitTab {
-       margin-top : 0px;
-       padding-top : 0px;
-}
-
 #toolbar {
        padding : 0px;
        margin : 0px;
@@ -1587,12 +1284,19 @@ div.fatalError textarea {
        border-bottom-width : 0px;
        border-right-width : 0px;
        border-left-width : 0px;
+       overflow : auto;
 }
 
 .dijitTreeLabel.Unread {
        font-weight : bold;
 }
 
+.feedParam {
+       color : gray;
+       float : right;
+       margin-right : 1em;
+}
+
 .dijitTreeLabel.Disabled, .labelParam.Disabled {
        color : gray;
 }
@@ -1633,21 +1337,16 @@ div#pref-tabs .dijitContentPane h3 {
        font-weight : bold;
 }
 
-/* div#feedTree {
-       font-size : 11px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-} */
-
-
 #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-user-wrap, #pref-user-header, #pref-user-content, 
+#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
        margin : 0px;
        padding : 0px;
        border-width : 0px;
 }
 
-#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds { 
+#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab { 
        padding : 0px;
 }
 
@@ -1703,3 +1402,10 @@ a.bookmarklet {
        cursor : pointer;
 }
 
+#headlines-spacer {
+       height : 100%;
+       margin-left : 1px;
+       text-align : center;
+       padding : 1em;
+       color : gray;
+}