]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
OPML import
[tt-rss.git] / tt-rss.css
index 38187380ef66a6615d1663755982315eb7dd9c3e..a714ca5cbe9f1edb1ec0bc4997b65076154c9670 100644 (file)
@@ -3,6 +3,7 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
+       font-family : sans-serif;
 }
 
 h1 {
@@ -45,6 +46,10 @@ td.headlineToolbar {
        padding-top : 10px;
 }
 
+table.feeds {
+       font-size : small;
+}
+
 table.feeds td.footer {
        font-weight : bold;
        border-width : 1px 0px 0px 0px;
@@ -54,7 +59,7 @@ table.feeds td.footer {
        font-size : small;
 }
 
-table.headlines td.search {
+table.headlinesList td.search {
        font-size : small;
 /*     border-width : 0px 0px 1px 0px;
        border-color : #d0d0d0;
@@ -62,7 +67,7 @@ table.headlines td.search {
        padding-bottom : 3px; */
 }
 
-table.headlines td.title {
+table.headlinesList td.title {
        font-weight : bold;
        font-size : large;
        border-width : 0px 0px 1px 0px;
@@ -72,9 +77,18 @@ table.headlines td.title {
        padding-bottom : 3px;
 }
 
-table.headlines td.headlineUpdated {
-       width : 200px;
+table.headlinesList td.feedLastUpdateNotice {
+       font-size : x-small;
+       border-width : 0px 0px 1px 0px;
+       border-color : #d0d0d0;
+       border-style : solid;
+       text-align : left;
+       padding-bottom : 3px;
+       color : #a0a0a0;
+}
 
+table.headlinesList td.headlineUpdated {
+       width : 200px;
 }
 
 input {
@@ -84,9 +98,6 @@ input {
 table.main td.toolbar {
        height : 40px;
        background-color : #f0f0f0;
-       /* background-image : url("shadow_top.png");
-       background-position : bottom left;
-       background-repeat : repeat-x; */
        padding-right : 10px;
        padding-left : 10px;
        font-size : small;
@@ -106,7 +117,7 @@ table.main td.toolbar {
 table.main td.header {
        font-size : 21pt;
        background-color : #f0f0f0;
-       background-image : url("header.png");
+       background-image : url("images/header.png");
        background-position : top left;
        background-repeat : repeat-x;
        height : 50px;
@@ -138,10 +149,11 @@ table.main td.prefContent {
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : solid;
+
 }
 
 table.main td.content {
-       padding : 10px;
+       padding : 0px;
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : solid;
@@ -166,12 +178,21 @@ table.main td.notify {
        text-align : center;
        color : gray;
        background-color : #f0f0f0;
-       background-image : url("header_rev.png");
+       background-image : url("images/header_rev.png");
        background-position : top left;
        background-repeat : repeat-x;
 
 }
 
+.evenGrayed {
+       background-color : #f0f0f0;
+       color : #909090;
+}
+
+.oddGrayed {
+       color : #909090;
+}
+
 .even {
        background-color : #f0f0f0;
 }
@@ -185,17 +206,6 @@ table.main td.notify {
        font-weight : bold;
 }
 
-li {
-       list-style-type : none;
-
-}
-
-ul {
-       margin : 0px;
-       padding : 0px;
-       border : 1px solid #f0f0f0;
-}
-
 .invisible {
        display : none;
 }
@@ -208,11 +218,26 @@ table.prefAddFeed input {
        width : 250px;
 }
 
+form.prefForm {
+       border : 1px solid #c0c0c0;
+       padding : 10px;
+       -moz-border-radius : 5px;
+       background-color : #f0f0f0;
+       background-image : url("images/form.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
+       width : 500px;
+}
+
 table.prefAddFeed {
-       background : #f0f0f0;
        border : 1px solid #c0c0c0;
        padding : 10px;
        -moz-border-radius : 5px;
+       background-color : #f0f0f0;
+       background-image : url("images/form.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
+
 }
 
 table.prefFeedList tr.title td {
@@ -222,17 +247,43 @@ table.prefFeedList tr.title td {
        border-style : solid;
 }
 
+.evenUnreadSelected, .evenSelectedUnread {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
+.oddUnreadSelected, .oddSelectedUnread {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
 .evenSelected {
-       background-color : #c0c0c0;
+       background-color : #e0e0ff;
 }
 
 .oddSelected {
-       background-color : #c0c0c0;
+       background-color : #e0e0ff;
 }
 
-a.button {
+a.disabledButton {
+       font-family : tahoma, sans-serif;
        border : 1px solid #d0d0d0;
-       background-image : url("button.png");
+       background-color : white;
+       color : #909090;        
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.disabledButton:hover {
+       background : white;
+       text-decoration : none;
+       color : #909090;
+}
+
+.button {
+       font-family : tahoma, sans-serif;
+       border : 1px solid #d0d0d0;
+       background-image : url("images/button.png");
        background-position : top;
        background-repeat : repeat-x;
        background-color : white;
@@ -241,10 +292,94 @@ a.button {
        font-size : small;
 }
 
-a.button:hover {
+.button:hover {
        background : white;
        text-decoration : none;
        color : black;
 }
 
+.buttonWarn {
+       font-family : tahoma, sans-serif;
+       border : 1px solid #d0d0d0;
+       background-image : url("images/button.png");
+       background-position : top;
+       background-repeat : repeat-x;
+       background-color : white;
+       color : black;  
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+.buttonWarn:hover {
+       background : #fff0f0;
+       text-decoration : none;
+       color : black;
+}
+
+td.headlineUpdateMark {
+       width : 25px;
+       text-align : center;
+}
+
+div.errorBox {
+       border : 1px solid #c0c0c0;
+       padding : 20px;
+       margin : 20px;
+       background : #f0f0f0;
+}
+table.postTable tr.titleTop, table.postTable tr.titleBottom {
+       background : #f0f0f0;
+}
+
+table.postTable td.titleIcon {
+       border-width : 0px 0px 1px 0px;
+       border-color : #d0d0d0;
+       border-style : solid;
+}
+
+table.postTable tr.titleTop td {
+       padding : 5px 10px 0px 10px;
+}
+
+table.postTable tr.titleBottom td {
+       padding : 3px 10px 5px 10px;
+       border-width : 0px 0px 1px 0px;
+       border-color : #d0d0d0;
+       border-style : solid;
+
+}
+
+table.postTable td.post {
+       padding : 20px;
+
+}
+
+#piggie {
+       width : 400;
+       height : 400;
+       left : 50;
+       background-color : white;
+       display : none;
+       z-index : 3;
+       background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
+       background-position : center center;
+       background-repeat : no-repeat;
+       position : absolute;
+       border : 1px solid pink;        
+       margin-left : auto;
+       margin-right : auto;
+       -moz-border-radius : 10px;
+       opacity : 0.8;
+}
+
+img.feedIcon {
+       margin : 3px;
+       border : 1px solid #c0c0c0;
+}
+
+#iedit_title, #iedit_link {
+       width : 100%;
+       padding-left : 2px;
+}
+