ttrss/tt-rss.css

497 lines
8.1 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-09-07 09:19:14 +02:00
/* common styles */
2005-08-21 12:13:10 +02:00
table.main td.headerBox {
2005-09-07 09:19:14 +02:00
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
2005-08-21 13:11:53 +02:00
}
table.main td.header {
padding : 10px 10px 10px 30px;
height : 80px;
font-size : 24pt;
font-weight : bold;
}
2005-09-07 09:19:14 +02:00
table.main td.mainToolbar {
border-width : 0px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
2005-09-07 12:53:50 +02:00
padding : 3px 25px 3px 10px;
2005-09-06 18:42:16 +02:00
}
2005-09-07 12:55:09 +02:00
table.main td.prefsToolbar {
2005-10-28 19:58:20 +02:00
padding : 0px 5px 5px 0px;
2005-09-07 12:55:09 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.feeds {
width : 300px;
height : 100%;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
2005-09-08 06:39:55 +02:00
padding : 0px;
2005-09-06 18:42:16 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.headlinesToolbarBox {
padding : 10px;
2005-09-07 09:19:14 +02:00
border-width : 0px 0px 1px 1px;
2005-08-21 15:46:43 +02:00
border-style : solid;
2005-09-07 09:19:14 +02:00
border-color : #c0c0c0;
background-image : url("images/vgrad_light.png");
background-position : bottom left;
background-repeat : repeat-x;
2005-08-21 15:46:43 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.footer {
border-width : 1px 0px 0px 0px;
border-style : solid;
2005-09-07 09:19:14 +02:00
border-color : #c0c0c0;
padding : 10px;
text-align : center;
font-size : x-small;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
color : gray;
}
2005-09-07 09:19:14 +02:00
table.main td.footer a {
color : gray;
2005-08-21 15:46:43 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.footer a:hover {
color : #5050aa;
2005-08-21 18:16:41 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.headlines {
height : 25%;
border-width : 0px 0px 1px 1px;
border-style : solid;
border-color : #c0c0c0;
2005-08-22 05:20:00 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.content {
height : 100%;
background-image : url("images/vgrad_light_rev.png");
background-position : top left;
background-repeat : repeat-x;
border-width : 0px 0px 0px 1px;
border-style : solid;
border-color : #c0c0c0;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
table.main td.prefContent {
height : 100%;
background-image : url("images/vgrad_light_rev.png");
background-position : top left;
background-repeat : repeat-x;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
padding : 20px;
2005-09-07 05:53:29 +02:00
}
2005-09-07 09:19:14 +02:00
div.postReply {
background-image : url("images/vgrad_light_rev.png");
2005-08-21 17:01:18 +02:00
background-position : top left;
background-repeat : repeat-x;
2005-09-07 09:19:14 +02:00
height : 100%;
padding : 10px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 10:46:30 +02:00
div.postReply a {
color : #5050aa;
}
div.postReply a:hover {
color : black;
}
2005-09-07 09:19:14 +02:00
div.postReply div.postHeader {
background : white;
border : 1px solid #c0c0c0;
2005-09-07 05:53:29 +02:00
padding : 5px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
div.postReply div.postContent {
2005-08-21 12:13:10 +02:00
padding : 10px;
}
2005-09-07 09:19:14 +02:00
div.postReply div.postIcon {
float : right;
border : 0px;
2005-09-09 05:29:18 +02:00
margin : 10px 0px 10px 10px;
2005-09-06 03:24:30 +02:00
}
2005-09-07 09:19:14 +02:00
ul.feedList {
list-style-type : none;
margin : 0px;
padding : 10px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
ul.feedList li {
margin : 2px;
}
ul.feedList li.oddSelected, ul.feedList li.evenSelected,
li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
li.oddSelectedUnread {
2005-09-07 09:19:14 +02:00
background-color : white;
}
li.oddSelected a, li.evenSelected a,
li.oddUnreadSelected a, li.evenUnreadSelected a {
color : #5050aa;
}
ul.feedlist
li.virtSelected,
li.virtUnreadSelected,
li.feedSelected,
li.labelSelected,
li.feedUnreadSelected,
li.labelUnreadSelected {
background-color : white;
}
ul.feedlist
li.feedSelected a,
li.labelSelected a,
li.feedUnreadSelected a,
li.labelUnreadSelected a,
li.virtSelected a,
li.virtUnreadSelected a,
li.virtSelectedUnread a {
color : #5050aa;
}
ul.feedList li.feed {
display : block;
}
2005-09-07 09:19:14 +02:00
ul.feedList img {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
2005-08-22 06:56:40 +02:00
}
2005-09-07 09:19:14 +02:00
h1 {
font-size : 16pt;
}
2005-09-07 09:19:14 +02:00
h2 {
font-size : 14pt;
2005-10-11 15:25:12 +02:00
font-weight : bold;
2005-09-07 09:19:14 +02:00
border-width : 0px 0px 1px 0px;
2005-08-21 12:13:10 +02:00
border-style : solid;
2005-09-07 09:19:14 +02:00
border-color : #e0e0e0;
2005-08-21 12:13:10 +02:00
}
2005-10-28 19:58:20 +02:00
h3 {
font-size : 12pt;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e0e0e0;
}
2005-09-07 09:19:14 +02:00
hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
}
2005-08-21 18:23:19 +02:00
2005-09-07 09:19:14 +02:00
a {
color : black;
text-decoration : none;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
a:hover {
color : #5050aa;
2005-08-26 09:05:16 +02:00
}
2005-09-07 09:19:14 +02:00
#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;
2005-08-26 09:05:16 +02:00
}
2005-10-13 05:15:09 +02:00
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl {
2005-09-07 09:19:14 +02:00
width : 100%;
padding-left : 2px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
#notify {
2005-09-08 06:39:55 +02:00
font-size : 10pt;
2005-10-16 16:10:14 +02:00
text-align : right;
2005-09-07 09:19:14 +02:00
color : gray;
2005-10-16 16:10:14 +02:00
border-style : solid;
border-width : 0px 0px 1px 1px;
2005-10-16 16:26:40 +02:00
border-color : #e0e0e0;
2005-10-16 16:10:14 +02:00
background-color : white;
padding : 3px;
width : 350px;
2005-08-21 12:13:10 +02:00
}
2005-09-09 09:45:54 +02:00
#dispSwitch {
text-align : right;
padding : 5px 5px 5px 0px;
font-size : x-small;
}
#dispSwitch a {
color : gray;
}
#dispSwitch a:hover {
color : #5050aa;
}
2005-09-07 09:19:14 +02:00
div.expPane {
margin : 15px;
2005-08-21 15:46:43 +02:00
}
2005-08-21 12:13:10 +02:00
2005-09-08 06:48:01 +02:00
iframe {
border : 0px solid white;
}
2005-09-07 09:19:14 +02:00
iframe.feedsFrame {
width : 100%;
height : 90%;
margin : 0px;
padding : 0px;
2005-08-21 17:01:18 +02:00
}
2005-08-22 03:17:12 +02:00
2005-09-07 09:19:14 +02:00
iframe.contentFrame, iframe.headlinesFrame {
width : 100%;
padding : 0px;
margin : 0px;
height : 100%;
2005-08-22 03:17:12 +02:00
}
2005-09-07 09:19:14 +02:00
.button {
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
2005-08-22 03:17:12 +02:00
}
2005-09-07 09:19:14 +02:00
.button:hover {
background : white;
text-decoration : none;
color : black;
}
a.button {
padding : 2px 5px 2px 5px;
font-size : small;
2005-08-22 03:17:12 +02:00
}
.evenUnreadSelected, .evenSelectedUnread, {
background-color : #e0e0ff;
font-weight : bold;
}
.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread, {
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;
}
.feedUnreadSelected, .feedSelectedUnread,
.virtUnreadSelected, .virtSelectedUnread,
.labelUnreadSelected, .labelSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
}
.feedUnread, .labelUnread, .virtUnread {
font-weight : bold;
2005-08-22 03:17:12 +02:00
}
.disabledButton {
2005-09-08 06:39:55 +02:00
border : 1px solid #c0c0c0;
background-color : white;
color : gray;
}
2005-09-07 09:19:14 +02:00
.evenGrayed {
background-color : #f0f0f0;
color : #909090;
}
2005-09-07 09:19:14 +02:00
.oddGrayed {
color : #909090;
2005-08-23 16:47:46 +02:00
}
2005-09-07 09:19:14 +02:00
.even {
background-color : #f0f0f0;
}
2005-09-07 09:19:14 +02:00
.evenUnread {
background-color : #f0f0f0;
font-weight : bold;
2005-08-23 16:47:46 +02:00
}
2005-09-07 09:19:14 +02:00
.oddUnread {
font-weight : bold;
2005-08-23 16:47:46 +02:00
}
2005-09-07 09:19:14 +02:00
.invisible {
display : none;
}
2005-09-07 09:19:14 +02:00
input {
border : 1px solid #a0a0a0;
}
2005-08-26 08:56:00 +02:00
2005-09-07 09:19:14 +02:00
/* preferences */
2005-08-26 08:56:00 +02:00
2005-09-07 09:19:14 +02:00
table.prefAddFeed td {
padding : 2px;
}
2005-09-07 09:19:14 +02:00
table.prefAddFeed input {
width : 250px;
2005-09-07 05:53:29 +02:00
}
2005-09-07 09:19:14 +02:00
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
2005-09-08 17:58:01 +02:00
table.headlinesList tr.title td, table.prefLabelList tr.title td {
2005-09-07 09:19:14 +02:00
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
}
a.helpLink {
color : #808080;
}
a.helpLink:hover {
color : #5050aa;
}
div.helpResponse {
margin : 10px;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
padding : 10px 20px 10px 20px;
border : 1px solid #f0f0f0;
}
div.helpResponse h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
font-size : 16pt;
}
div.helpResponse h2 {
border-width : 0px 0px 0px 0px;
font-size : 12pt;
}
pre {
border : 1px solid #c0c0c0;
padding : 5px;
background : #f0f0f0;
}
2005-10-28 07:59:29 +02:00
#userDlg {
left : 400px;
top : 18px;
background : #fffff0;
z-index : 3;
position : absolute;
border : 1px solid #c0c0c0;
padding : 10px;
display : none;
}
#qafInput {
width : 300px;
}
input.extSearch {
width : 200px;
}
2005-10-28 19:58:20 +02:00
table.main td.prefsTabs {
padding-left : 15px;
}
input.prefsTab {
border-width : 1px 1px 0px 1px;
border-color : #c0c0c0;
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
width : 150px;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
}
input.prefsTabSelected {
border-width : 1px 1px 0px 1px;
border-color : #c0c0c0;
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
width : 150px;
background : white;
font-weight : bold;
background-position : top left;
background-repeat : repeat-x;
}
input.prefsTab:hover {
background : white;
}
div.warning {
background : #fffff0;
border : 1px solid #c0c0c0;
padding : 5px;
margin : 5px;
font-size : x-small;
}
ul.nomarks {
list-style-type : none;
margin : 0px;
padding : 10px;
}