]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
actions dropbox layout fix
[tt-rss.git] / tt-rss.css
index 31987977a5e39dec26cf98bf0f71708605fba43f..0511979bb8dcc13489fda45a65446d60a3f1d324 100644 (file)
@@ -66,13 +66,51 @@ div.postReply div.postEnclosures {
 div.postReply img.tagsPic {
        width : 16px;
        height : 16px;
+       margin-left : 4px;
        vertical-align : middle;
 }
 
+div.articleNote div.articleNoteOps {
+       text-align : center;
+       color : #9a8c59;
+       font-style : italic;
+       margin-top : 5px;
+}
+
+div.articleNote div.articleNoteOps a {
+       color : #9a8c59;
+}
+
+div.articleNote div.articleNoteOps a:hover {
+       color : black;
+}
+
+div.articleNote {
+       background-color : #fff7d5;
+       border-width : 1px;
+       padding : 5px;
+       border-style : dashed;
+       border-color : #e7d796;
+       font-size : 8px;
+       margin-bottom : 5px;
+       margin-top : 5px;
+       margin-left : 5px;
+       float : right;
+       color : #9a8c59;
+       max-width : 150px;
+       text-align : justify;
+}
+
 div.postReply span.author {
        font-size : 12px;
 }
 
+ul.feedList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+       height : 10px;
+}
+
 ul.feedList {
        list-style-type : none;
        margin : 5px 5px 5px 0px;
@@ -544,14 +582,15 @@ div.helpResponse {
 }
 
 #infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
+       border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #99d67a;
+       border-color : #659a4c;
        background-color : #99d67a;
        padding : 4px 2px 4px 10px;
        color : white;
        font-weight : bold;
-       font-size : 12px;
+       font-size : 16px;
+       text-shadow : #659a4c 0px 1px 0px;
 }
 
 /* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
@@ -559,21 +598,34 @@ div.helpResponse {
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
-       border-color : #99d67a;
+       border-color : #659a4c;
        background-color : #f8fcf5;
        position: relative;
        overflow : hidden;
        left : -4px;
        top : -4px;
+       
+}
+
+div#errorBox {
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
 }
 
-html>body #infoBox {
+
+html>body #infoBox, html>body #errorBox {
        left : -10px;
        top : -10px;
        margin : 0;
 }
 
-#infoBoxShadow:before, #infoBoxShadow:after {
+#infoBoxShadow:before, #infoBoxShadow:after, 
+#errorBoxShadow:before, #errorBoxShadow:after {
        content : " ";
        display : block;
        background : inherit;
@@ -581,7 +633,7 @@ html>body #infoBox {
        height : 10px;
 }
 
-#infoBoxShadow:before {
+#infoBoxShadow:before, #errorBoxShadow:before {
        position : absolute;
        top : 0;
        right : 0;
@@ -589,24 +641,30 @@ html>body #infoBox {
        background-position : right top;
 }
 
-#infoBoxShadow:after {
+#infoBoxShadow:after, #errorBoxShadow:after {
        margin : -10px 0 0 -10px;
        background-position : left bottom;
 }
 
 
-#infoBoxShadow {
+#infoBoxShadow, #errorBoxShadow {
        background-image : url("images/shadow.png");
        background-position : bottom right;
        left : 25%;
-       top : 70px;
+       top : 50px;
        width : 50%;
-       z-index : 5;
        position : absolute;
-       display : none;
        min-width : 600px;
 } 
 
+#infoBoxShadow {
+       z-index : 5;
+}
+
+#errorBoxShadow {
+       z-index : 400;
+}
+
 div.infoBoxContents {
        padding : 10px;
        margin-bottom : 5px;
@@ -661,7 +719,7 @@ div.prefsTabSelected:hover {
 div.prefsTab {
        float : left;
        border-width : 1px 1px 0px 1px;
-       border-color : #88b0f0;
+       border-color : #C4D1E4;
        border-style : solid;
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
@@ -812,7 +870,7 @@ td.selectPrompt {
        color : gray;
 }
 
-table.headlinesSubToolbar {
+div.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
@@ -820,6 +878,9 @@ table.headlinesSubToolbar {
        left : 0px;
        top : 0px;
        height : 25px;
+       line-height : 25px;
+       padding-left : 5px;
+       padding-right : 5px;
        right : 0px;
        background-color : white;
        font-size : 11px;
@@ -827,28 +888,15 @@ table.headlinesSubToolbar {
        color : gray;
 }
 
-input#subtoolbar_search_box {
-       height : 10px;
-       font-size : 9px;
-       vertical-align : middle;
+div.headlinesSubToolbar * {
+       line-height : normal;
 }
 
-table.headlinesSubToolbar td.headlineActions {
-       padding : 0px 5px 0px 5px;
-}
 
-table.headlinesSubToolbar td.headlineActionsRTL {
-       padding : 0px 5px 0px 5px;
-}
+div.headlinesSubToolbar div#subtoolbar_ftitle {
+       float : right;
+       line-height : 25px;
 
-table.headlinesSubToolbar td.headlineTitle {
-       padding : 0px 5px 0px 5px;
-       text-align : right;
-}
-
-table.headlinesSubToolbar td.headlineTitleRTL {
-       padding : 0px 5px 0px 5px;
-       text-align : left;
 }
 
 span.contentPreview {
@@ -875,6 +923,11 @@ table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
        white-space: nowrap;
 }
 
+table.headlinesList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+}
+
 table.headlinesList td.hlFeedIcon {
        width : 25px;
        text-align : center;
@@ -919,10 +972,6 @@ div.postHeader div.postDateRTL {
        float : right;
 }
 
-div.postReply span.tagList {
-       color : gray;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -1156,6 +1205,13 @@ div.tagCloudContainer {
        text-align : center;
 }
 
+div.errorExplained {
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+}
+
 ul.feedErrorsList {
        height : 300px;
        overflow : auto;
@@ -1335,44 +1391,6 @@ a.cdmToggleLink:hover {
        margin : 10px;
 }
 
-#fatal_error {
-       background : white;
-       left : 0;
-       top : 0;
-       height : 100%;
-       width : 100%;
-       z-index : 200;
-       display : none;
-       position : absolute;
-}
-
-#fatal_error_inner {
-       font-weight : bold;
-       margin : 10px;
-       color : red;
-}
-
-#fatal_error_msg {
-       color : black;
-       padding : 10px;
-       font-weight : normal;
-       background-color : #ffcccc;
-       border : 1px solid #ff0000;
-}
-
-#fatal_error_msg a {
-       color : red;
-}
-
-#fatal_error_msg a:hover {
-       color : red;
-       text-decoration : underline;
-}
-
-#fatal_error_msg img {
-       vertical-align : middle;
-}
-
 #noDaemonWarning {     
        position : absolute;
        background-color : #ecf4ff;               
@@ -1517,10 +1535,15 @@ div.whiteBox {
        border-collapse : collapse;
 }
 
+#toolbar div.actionChooser {
+       margin-right : 5px;
+       float : right;
+}
+
 #toolbar {
        position : absolute;
        left : 261px;
-       padding : 2px 0px 2px 10px;
+       padding : 0px 0px 0px 10px;
        top : 40px;
        right : 0px;
        white-space: nowrap;
@@ -1725,11 +1748,15 @@ a.feedUpdErrLink {
        display : none;
 }
 
-#newVersionIcon {
+div.topLinks img {
        vertical-align : middle;
        cursor : pointer;
 }
 
+#offlineModePic {
+       margin-left : 5px;
+}
+
 a.helpLinkPic {
        float : right;
 }
@@ -1789,7 +1816,6 @@ div.autocomplete ul li {
 
 div.topLinks {
        float : right;
-       margin-right : 5px;
        color : gray;
 }
 
@@ -2090,7 +2116,118 @@ ul#headlineActionsBody li.insensitive:hover {
        color : gray;
 }
 
-:focus {
-       -moz-outline-style: none;
+div#errorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#errorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#errorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#errorBox input {
+       margin-bottom : 10px;
+}
+
+span.prefsLabelEntry {
+       padding : 2px;
+}
+
+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;
+}
+
+div#offlineModeDrop div {
+       padding : 2px 2px 2px 2px;
+       text-align : left;
+}
+
+div#offlineModeDrop {
+       position : absolute;
+       margin : 0px;
+       padding : 2px;
+       background-color : white;
+       z-index : 2;
+       margin : 2px 0px 0px 0px;
+       top : auto;
+       right : 0px;
+       border : 1px solid #cccccc;
+       background : white;
+       min-width : 170px;
+       margin-left : -1px;
+       max-height : 250px;
+       overflow : auto;
+       color : #909090;
+}
+
+optgroup {
+       color : #5050aa;
+       font-style : normal;
 }
 
+option {
+       color : black;
+}
+
+div#cmdline {
+       position : absolute;
+       left : 5px;
+       bottom : 5px;
+       font-size : 11px;
+       color : gray;
+       font-weight : bold;
+       background-color : white;
+       border : 1px solid #88b0f0;
+       padding : 3px 5px 3px 5px;
+       z-index : 5;
+}