ttrss/tt-rss.css

406 lines
6.8 KiB
CSS
Raw Normal View History

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