]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
remove obsolete images; layout cleanup
[tt-rss.git] / tt-rss.css
index 69b1abf9c3a59c4f3a191a46d1e894273edfaf05..843799d5abdad5ae7eefcf2e903e6cad50bb911b 100644 (file)
@@ -12,7 +12,7 @@ body#ttrssPrefs {
 }
 
 body#ttrssPrefs #footer, body#ttrssPrefs #header {
-       background-color : #ecf4ff;
+       background-color : #ecf4ff; 
        padding-left : 8px;
        padding-right : 8px;
 }
@@ -74,31 +74,15 @@ div.postReply img.tagsPic {
        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;
+       font-size : 11px;
        margin-left : 5px;
+       margin-top : 5px;
        float : right;
        color : #9a8c59;
        max-width : 150px;
@@ -306,13 +290,13 @@ input.editbox {
 
 /* preferences */
 
-table.prefPrefsList tr:hover td.prefValue {
+/* table.prefPrefsList tr:hover td.prefValue {
        color : #88b0f0;
 }
 
 table.prefPrefsList tr:hover td.prefValue input {
        color : #88b0f0;
-}
+} */
 
 table.prefPrefsList h3 {
        margin-top : 0px;
@@ -421,16 +405,16 @@ a.helpLink:hover {
        color : #4684ff;
 }
 
-#content-insert pre, #headlines-frame pre {
+#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
        margin : 0px 0px 0px 1em;
        padding : 0px;
        font-family : monospace;
        font-size : 12px;
-       background : white;
+       background : transparent;
        border-width : 0px;
 }
 
-#content-insert blockquote, #headlines-frame blockquote {
+#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
        margin : 0px 0px 0px 1em;
        border-width : 0px 0px 0px 2px;
        border-color : #c0c0c0;
@@ -441,6 +425,15 @@ a.helpLink:hover {
        color : gray;
 }
 
+#content-insert code, #headlines-frame code, .dijitContentPane code {
+       background : transparent;
+       border : 0px solid transparent;
+       margin : 0px;
+       font-family : monospace;
+       padding : 0px;
+       font-size : 12px;
+}
+
 /*
 div.firstTab {
        width : 10px;
@@ -607,6 +600,10 @@ div#headlines-toolbar div#subtoolbar_ftitle {
        padding-right : 5px;
 }
 
+div#subtoolbar_ftitle span.error {
+       color : red;
+}
+
 span.contentPreview {
        color : gray;
        font-weight : normal;
@@ -964,46 +961,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;
@@ -1018,35 +975,20 @@ 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;
+#header .logo {
+       float : right;
+       margin-left : 10px;
 }
 
-#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 a {
+       color : #4684ff;        
+}
+
+#header a:hover {
+       color : black;
+}
 
-div.topLinks img {
+#header img {
        vertical-align : middle;
        cursor : pointer;
 }
@@ -1092,22 +1034,7 @@ 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;
-}
-
-div.topLinks a.feedback {
+#header a.feedback {
        color : #009900;
 }
 
@@ -1476,6 +1403,9 @@ div.hlUpdPic img {
        max-width : 16px;
 }
 
+div.fatalError {
+       margin-bottom : 10px;
+}
 
 div.fatalError button {
        margin-top : 5px;
@@ -1492,6 +1422,12 @@ div.fatalError textarea {
        padding : 0px;
 }
 
+#header-wrap {
+       border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
 #content-wrap {
        padding : 0px;
        border-width : 0px;
@@ -1503,6 +1439,7 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-left-width : 0px;
        border-bottom-width : 0px;
+       border-top-width : 0px;
 }
 
 #headlines-wrap-inner {
@@ -1544,8 +1481,15 @@ div.fatalError textarea {
 }
 
 #header {
-       padding : 4px 8px 0px 8px;
        border-width : 0px;
+       text-align : right;
+       color : gray;
+       padding : 5px 5px 0px 0px;
+       margin : 0px;
+       position : absolute;
+       right : 0px;
+       top : 0px;
+       z-index : 5;
 }
 
 #footer {
@@ -1567,6 +1511,12 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.feedParam {
+       color : gray;
+       float : right;
+       margin-right : 1em;
+}
+
 .dijitTreeLabel.Disabled, .labelParam.Disabled {
        color : gray;
 }
@@ -1654,3 +1604,26 @@ a.bookmarklet {
        position : relative;
        top : -1px;
 }
+
+.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;
+}
+.player.playing {
+       color : #00c000;
+       border-color : #00c000;
+}
+
+.player:hover {
+       background : #f0f0f0;
+       cursor : pointer;
+}
+