ttrss/tt-rss.css

386 lines
6.4 KiB
CSS
Raw Normal View History

2005-08-21 10:13:10 +00:00
body {
background : white;
color : black;
margin : 0px;
padding : 0px;
2005-08-22 09:38:46 +00:00
font-family : sans-serif;
2005-08-21 10:13:10 +00:00
}
2005-08-22 01:17:12 +00:00
h1 {
font-size : 16pt;
}
h2 {
font-size : 14pt;
font-color : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e0e0e0;
}
hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
}
2005-08-21 10:13:10 +00:00
a {
color : black;
text-decoration : none;
}
a:hover {
2005-08-21 16:42:49 +00:00
color : #5050aa;
2005-08-21 11:11:53 +00:00
}
2005-08-21 13:46:43 +00:00
table.feedOverview {
margin : 5px;
border : 1px solid #c0c0c0;
background : #f0f0f0;
-moz-border-radius : 5px;
padding : 5px;
font-size : small;
}
td.headlineToolbar {
padding-top : 10px;
}
2005-08-26 03:41:45 +00:00
table.feeds {
font-size : small;
}
2005-08-21 15:23:44 +00:00
table.feeds td.footer {
font-weight : bold;
border-width : 1px 0px 0px 0px;
border-color : #d0d0d0;
border-style : solid;
text-align : right;
font-size : small;
}
table.headlinesList td.search {
2005-08-21 16:16:41 +00:00
font-size : small;
/* border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
border-style : solid;
padding-bottom : 3px; */
}
table.headlinesList td.title {
2005-08-21 13:46:43 +00:00
font-weight : bold;
font-size : large;
border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
border-style : solid;
text-align : right;
2005-08-21 16:16:41 +00:00
padding-bottom : 3px;
2005-08-21 13:46:43 +00:00
}
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 {
2005-08-21 13:46:43 +00:00
width : 200px;
}
2005-08-21 16:16:41 +00:00
input {
border : 1px solid #a0a0a0;
}
2005-08-21 13:46:43 +00:00
table.main td.toolbar {
2005-08-21 11:11:53 +00:00
height : 40px;
2005-08-21 17:23:38 +00:00
background-color : #f0f0f0;
2005-08-22 03:20:00 +00:00
padding-right : 10px;
padding-left : 10px;
2005-08-21 16:16:41 +00:00
font-size : small;
2005-08-22 03:20:00 +00:00
}
#notify {
font-weight : bold;
border : 1px solid #c0c0c0;
font-size : small;
2005-08-22 04:56:40 +00:00
display : none;
2005-08-22 03:20:00 +00:00
background : white;
-moz-border-radius : 5px;
padding : 3px 10px 3px 10px;
width : 300px;
2005-08-21 10:13:10 +00:00
}
2005-08-21 13:46:43 +00:00
table.main td.header {
2005-08-22 03:20:00 +00:00
font-size : 21pt;
2005-08-21 15:01:18 +00:00
background-color : #f0f0f0;
background-image : url("images/header.png");
2005-08-21 15:01:18 +00:00
background-position : top left;
background-repeat : repeat-x;
2005-08-21 11:11:53 +00:00
height : 50px;
2005-08-21 10:13:10 +00:00
padding-left : 80px;
2005-08-21 11:11:53 +00:00
padding-top : 30px;
2005-08-21 10:13:10 +00:00
font-weight : bold;
2005-08-22 03:20:00 +00:00
color : black;
2005-08-21 10:13:10 +00:00
}
2005-08-21 13:46:43 +00:00
table.main td.feeds {
width : 250px;
2005-08-21 10:13:10 +00:00
border-width : 1px 1px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
padding : 10px;
}
2005-08-21 13:46:43 +00:00
table.main td.headlines {
2005-08-21 10:13:10 +00:00
height : 25%;
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
overflow : scroll;
}
2005-08-22 04:56:40 +00:00
table.main td.prefContent {
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
2005-08-22 04:56:40 +00:00
}
2005-08-21 13:46:43 +00:00
table.main td.content {
2005-08-23 14:47:46 +00:00
padding : 0px;
2005-08-21 10:13:10 +00:00
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
}
2005-08-21 16:42:49 +00:00
td.content a {
color : #5050aa;
text-decoration : none;
}
2005-08-22 03:20:00 +00:00
/*
2005-08-21 16:42:49 +00:00
td.content a:hover {
text-decoration : underline;
2005-08-22 03:20:00 +00:00
} */
2005-08-21 16:42:49 +00:00
2005-08-21 13:46:43 +00:00
table.main td.notify {
2005-08-21 10:13:10 +00:00
height : 40px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
2005-08-21 16:23:19 +00:00
font-size : x-small;
2005-08-21 10:13:10 +00:00
text-align : center;
color : gray;
2005-08-21 16:23:19 +00:00
background-color : #f0f0f0;
background-image : url("images/header_rev.png");
2005-08-21 16:23:19 +00:00
background-position : top left;
background-repeat : repeat-x;
2005-08-21 10:13:10 +00:00
}
2005-08-26 07:05:16 +00:00
.evenGrayed {
background-color : #f0f0f0;
color : #909090;
}
.oddGrayed {
color : #909090;
}
2005-08-21 10:13:10 +00:00
.even {
background-color : #f0f0f0;
}
2005-08-21 13:46:43 +00:00
.evenUnread {
background-color : #f0f0f0;
font-weight : bold;
2005-08-21 10:13:10 +00:00
}
2005-08-21 13:46:43 +00:00
.oddUnread {
font-weight : bold;
}
2005-08-21 10:13:10 +00:00
2005-08-21 15:01:18 +00:00
.invisible {
display : none;
}
2005-08-22 01:17:12 +00:00
table.prefAddFeed td {
padding : 2px;
}
table.prefAddFeed input {
width : 250px;
}
2005-09-02 11:49:47 +00:00
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;
}
2005-08-22 01:17:12 +00:00
table.prefAddFeed {
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;
2005-08-22 01:17:12 +00:00
}
table.prefFeedList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
}
.evenUnreadSelected, .evenSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
}
.oddUnreadSelected, .oddSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
}
2005-08-22 01:17:12 +00:00
.evenSelected {
background-color : #e0e0ff;
2005-08-22 01:17:12 +00:00
}
.oddSelected {
background-color : #e0e0ff;
2005-08-22 01:17:12 +00:00
}
a.disabledButton {
2005-08-26 03:41:45 +00:00
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-color : white;
color : #909090;
padding : 2px 10px 2px 10px;
font-size : small;
}
a.disabledButton:hover {
background : white;
text-decoration : none;
color : #909090;
}
2005-09-02 11:49:47 +00:00
.button {
2005-08-26 03:41:45 +00:00
font-family : tahoma, sans-serif;
2005-08-22 04:56:40 +00:00
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
2005-08-22 04:56:40 +00:00
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
padding : 2px 10px 2px 10px;
font-size : small;
}
2005-09-02 11:49:47 +00:00
.button:hover {
2005-08-22 04:56:40 +00:00
background : white;
text-decoration : none;
color : black;
}
2005-09-02 11:49:47 +00:00
.buttonWarn {
2005-08-26 03:41:45 +00:00
font-family : tahoma, sans-serif;
2005-08-22 05:23:49 +00:00
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
2005-08-22 05:23:49 +00:00
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
padding : 2px 10px 2px 10px;
font-size : small;
}
2005-08-22 04:56:40 +00:00
2005-09-02 11:49:47 +00:00
.buttonWarn:hover {
2005-08-22 05:23:49 +00:00
background : #fff0f0;
text-decoration : none;
color : black;
}
2005-08-22 09:04:38 +00:00
td.headlineUpdateMark {
width : 25px;
text-align : center;
}
2005-08-23 14:47:46 +00:00
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;
}
2005-08-23 14:47:46 +00:00
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;
2005-08-23 14:47:46 +00:00
}
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;
}
2005-08-26 06:56:00 +00:00
#iedit_title, #iedit_link {
width : 100%;
padding-left : 2px;
}