]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
add some shadows, move 2 prefs-related classes to prefs.css
[tt-rss.git] / css / tt-rss.css
index d791f163f23d87d4419256746c497cdfc6d14d16..31aaccdd642c22e3e63d50fb24df951e7107cfd7 100644 (file)
@@ -7,16 +7,6 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
        font-size: 14px;
 }
 
-body#ttrssPrefs {
-       background-color : #ecf4ff;
-}
-
-body#ttrssPrefs #footer, body#ttrssPrefs #header {
-       background-color : #ecf4ff;
-       padding-left : 8px;
-       padding-right : 8px;
-}
-
 div.postReply {
        padding : 0px;
 }
@@ -223,6 +213,7 @@ a:hover {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #ddd;
+       padding : 1px;
 }
 
 .hl.active {
@@ -332,7 +323,8 @@ div.prefHelp {
 }
 
 #main-toolbar > *,
-#main-toolbar table * {
+#main-toolbar table *,
+#main-toolbar .actionChooser * {
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
                "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
@@ -341,10 +333,6 @@ div.prefHelp {
 
 }
 
-#main-toolbar .dijitDownArrowButton {
-       font-size : 11px;
-}
-
 #main-toolbar #headlines-toolbar {
        padding-right : 4px;
        width : 100%;
@@ -389,6 +377,7 @@ span.contentPreview {
        font-weight : normal;
        text-shadow : 1px 1px 2px #fff;
        font-size : 11px;
+       padding-left : 4px;
 }
 
 span.hlLabelRef {
@@ -426,23 +415,6 @@ div.postHeader div {
        display : none;
 }
 
-a.hlFeed {
-       display : block;
-       white-space : nowrap;
-       font-size : 9px;
-       font-style : italic;
-       font-weight : normal;
-       display : inline-block;
-       padding : 1px 2px 1px 2px;
-       margin-bottom : 2px;
-       margin-top : 2px;
-       color : #555;
-}
-
-a.hlFeed:hover {
-       color : #4684ff;
-}
-
 img.markedPic, img.pubPic {
        cursor : pointer;
        vertical-align : middle;
@@ -596,11 +568,13 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
-.hlTitle {
+.hl .hlTitle {
        overflow : hidden;
        white-space : nowrap;
        max-width : 500px;
        text-overflow : ellipsis;
+       padding-left : 6px;
+       padding-right : 6px;
 }
 
 div#headlines-frame.wide .hlTitle {
@@ -722,14 +696,39 @@ div.hlRight img {
        max-height : 16px;
 }
 
-span.hlUpdated {
+.hl span.hlFeed {
+       display : table-cell;
+       vertical-align : middle;
+       text-align : right;
+}
+
+.hl span.hlFeed a {
+       border-radius : 4px;
+       display : inline-block;
+       padding : 1px 4px 1px 4px;
+       font-size : 11px;
+       font-style : italic;
+       font-weight : normal;
+       color : #555;
+       white-space : nowrap;
+}
+
+.hl span.hlFeed a:hover {
+       color : #4684ff;
+}
+
+.hl span.hlUpdated {
        color : #555;
-       min-width : 100px;
        display : table-cell;
-       width : 100%;
        vertical-align : middle;
        text-align : right;
-       font-size : 10px;
+       font-size : 11px;
+       white-space : nowrap;
+       padding-left : 10px;
+}
+
+span.hlUpdated div {
+       display : inline-block;
 }
 
 div.hlLeft {
@@ -788,6 +787,7 @@ div.fatalError textarea {
        border-color : #ddd;
        overflow : hidden;
        background : #f5f5f5;
+       box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
 }
 
 #headlines-wrap-inner {
@@ -942,6 +942,15 @@ span.collapseBtn {
        cursor : pointer;
 }
 
+div.postContent h1 {
+       font-size : 16px;
+}
+
+div.postContent h2,
+div.postContent h3 {
+       font-size : 14px;
+}
+
 div.postContent p {
        max-width : 650px;
        -webkit-hyphens: auto;