ttrss/tt-rss.css

272 lines
4.3 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;
}
td.headlineToolbar {
padding-top : 10px;
}
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;
}
2005-08-21 18:16:41 +02:00
table.headlines td.search {
font-size : small;
/* border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
border-style : solid;
padding-bottom : 3px; */
}
2005-08-21 15:46:43 +02:00
table.headlines td.title {
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.headlines td.headlineUpdated {
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;
/* background-image : url("shadow_top.png");
background-position : bottom left;
background-repeat : repeat-x; */
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;
padding : 3px 10px 3px 10px;
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("header.png");
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;
}
2005-08-21 15:46:43 +02:00
table.main td.headlines {
2005-08-21 12:13:10 +02:00
height : 25%;
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
overflow : scroll;
}
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-21 15:46:43 +02:00
table.main td.content {
2005-08-21 12:13:10 +02:00
padding : 10px;
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("header_rev.png");
background-position : top left;
background-repeat : repeat-x;
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
li {
list-style-type : none;
}
ul {
margin : 0px;
padding : 0px;
border : 1px solid #f0f0f0;
}
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;
}
table.prefAddFeed {
background : #f0f0f0;
border : 1px solid #c0c0c0;
padding : 10px;
-moz-border-radius : 5px;
}
table.prefFeedList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
}
.evenSelected {
background-color : #c0c0c0;
}
.oddSelected {
background-color : #c0c0c0;
}
2005-08-22 06:56:40 +02:00
a.button {
border : 1px solid #d0d0d0;
background-image : url("button.png");
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
padding : 2px 10px 2px 10px;
font-size : small;
}
a.button:hover {
background : white;
text-decoration : none;
color : black;
}
2005-08-22 07:23:49 +02:00
a.buttonWarn {
border : 1px solid #d0d0d0;
background-image : url("button.png");
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-08-22 07:23:49 +02:00
a.buttonWarn:hover {
background : #fff0f0;
text-decoration : none;
color : black;
}
2005-08-22 11:04:38 +02:00
td.headlineUpdateMark {
width : 25px;
text-align : center;
}