ttrss/tt-rss.css

1081 lines
17 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;
2005-11-26 13:05:38 +01:00
height : 70px;
}
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 : 290px;
2005-09-07 09:19:14 +02:00
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
}
table.main td.headlines2 {
height : 100%;
2005-12-13 07:54:36 +01:00
border-width : 0px 0px 0px 1px;
border-style : solid;
border-color : #c0c0c0;
}
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-12-20 16:53:43 +01:00
}
div.postReply > div.postHeader {
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;
2005-11-23 08:07:04 +01:00
margin : 5px;
padding : 0px 0px 0px 10px;
}
ul.feedList li.feedCat {
2005-09-07 09:19:14 +02:00
margin : 0px;
2005-11-23 08:07:04 +01:00
padding : 3px 0px 3px 0px;
color : #707070;
2005-12-20 17:14:09 +01:00
font-size : x-small;
2005-11-23 08:07:04 +01:00
}
2005-12-13 09:53:56 +01:00
ul.feedList li.feedCat a {
color : #707070;
}
ul.feedList li.feedCat a:hover {
color : #5050aa;
}
2005-11-23 08:07:04 +01:00
ul.feedCatList {
list-style-type : none;
2005-12-20 17:27:08 +01:00
margin : 0px 0px 0px 20px;
padding : 0px;
2005-11-23 08:07:04 +01:00
}
ul.feedCatList li {
margin : 0px;
padding : 0px 0px 0px 0px;
color : black;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
ul.feedList li {
2005-11-23 08:07:04 +01:00
margin : 0px;
2005-09-07 09:19:14 +02:00
}
2005-11-25 16:38:08 +01:00
/*
2005-11-18 14:02:16 +01:00
li.oddSelected, li.evenSelected {
background-color : white;
}
li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
li.oddSelectedUnread {
2005-09-07 09:19:14 +02:00
background-color : white;
2005-11-18 14:02:16 +01:00
font-weight : bold;
2005-09-07 09:19:14 +02:00
}
li.oddSelected a, li.evenSelected a,
li.oddUnreadSelected a, li.evenUnreadSelected a {
color : #5050aa;
}
ul.feedlist
li.virtSelected,
li.virtUnreadSelected,
2005-11-16 06:41:59 +01:00
li.virtSelectedUnread,
li.feedSelected,
li.labelSelected,
li.feedUnreadSelected,
2005-11-16 06:41:59 +01:00
li.labelUnreadSelected,
li.feedSelectedUnread,
li.labelSelectedUnread {
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;
2005-11-25 16:38:08 +01:00
} */
ul.feedlist li.feedUnread,
ul.feedlist li.errorUnread,
ul.feedlist li.labelUnread,
ul.feedlist li.virtUnread,
ul.feedlist li.tagUnread {
font-weight : bold;
}
ul.feedlist li.errorSelected a,
ul.feedlist li.error a,
ul.feedlist li.errorUnread a,
ul.feedlist li.errorUnreadSelected a {
color : #f04040;
}
2005-11-25 16:38:08 +01:00
ul.feedlist li.feedSelected a,
ul.feedlist li.labelSelected a,
ul.feedlist li.virtSelected a,
ul.feedlist li.tagSelected a {
2005-11-25 16:38:08 +01:00
color : #5050aa;
}
ul.feedlist li.feedUnreadSelected a,
ul.feedlist li.labelUnreadSelected a,
ul.feedlist li.virtUnreadSelected a,
ul.feedlist li.tagUnreadSelected a {
2005-11-25 16:38:08 +01:00
color : #5050aa;
}
ul.feedlist li.feedUnreadSelected,
ul.feedlist li.errorUnreadSelected,
2005-11-25 16:38:08 +01:00
ul.feedlist li.labelUnreadSelected,
ul.feedlist li.virtUnreadSelected,
ul.feedlist li.tagUnreadSelected {
2005-11-25 16:38:08 +01:00
font-weight : bold;
}
ul.feedList li.feed {
display : block;
}
ul.feedList img, img.tinyFeedIcon {
2005-09-07 09:19:14 +02:00
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
2005-12-10 21:06:41 +01:00
border-width : 0px;
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;
2006-02-25 06:54:53 +01:00
right : 0;
top : -400;
2005-09-07 09:19:14 +02:00
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-11-16 10:37:50 +01:00
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
2005-11-23 08:07:04 +01:00
#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
2005-12-28 20:17:26 +01:00
#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
#iedit_parent_feed {
2005-09-07 09:19:14 +02:00
width : 100%;
padding-left : 2px;
2005-08-21 12:13:10 +02:00
}
2005-11-17 06:26:54 +01:00
input.editbox {
width : 200px;
padding-left : 2px;
}
td.notifyBox {
2005-09-08 06:39:55 +02:00
font-size : 10pt;
2005-10-16 16:10:14 +02:00
text-align : right;
}
#notify {
2005-11-19 19:01:06 +01:00
color : black;
font-weight : bold;
2005-10-16 16:10:14 +02:00
padding : 3px;
2005-08-21 12:13:10 +02:00
}
2005-09-09 09:45:54 +02:00
#dispSwitch {
padding : 5px 5px 5px 0px;
font-size : x-small;
text-align : right;
2005-09-09 09:45:54 +02:00
}
#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;
}
iframe.feedsFrameWithActions {
width : 100%;
height : 90%;
margin : 0px;
padding : 0px;
}
2005-09-07 09:19:14 +02:00
iframe.feedsFrame {
width : 100%;
height : 100%;
2005-09-07 09:19:14 +02:00
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
}
2005-11-25 16:38:08 +01:00
.evenUnreadSelected, .evenSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
}
2005-11-25 16:38:08 +01:00
.oddUnreadSelected, .oddSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
}
2005-11-26 11:06:56 +01:00
.evenSelected, .oddSelected {
background-color : #e0e0ff;
2005-08-22 03:17:12 +02:00
}
2005-11-25 16:38:08 +01:00
/*
.feedUnreadSelected, .feedSelectedUnread,
.virtUnreadSelected, .virtSelectedUnread,
.labelUnreadSelected, .labelSelectedUnread {
background-color : #e0e0ff;
font-weight : bold;
2005-11-25 16:38:08 +01: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-12-21 18:51:40 +01:00
td > input, div > input {
2005-09-07 09:19:14 +02:00
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-12-10 21:06:41 +01:00
tr.title td {
2005-09-07 09:19:14 +02:00
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
font-size : x-small;
2005-12-11 08:29:42 +01:00
color : gray;
}
2005-12-11 08:29:42 +01:00
tr.title td a {
color : gray;
}
tr.title td a:hover {
color : #5050aa;
}
2005-12-10 21:06:41 +01:00
table.prefFeedList td.feedEditCat {
font-size : large;
font-weight : bold;
padding : 5px 0px 5px 0px;
}
2005-12-10 20:53:10 +01:00
table.prefFeedList td.feedIcon {
2005-12-10 20:54:28 +01:00
text-align : center;
2005-12-10 20:53:10 +01:00
}
table.prefFeedList td.feedSelect {
text-align : center;
}
a.helpLink {
color : #808080;
}
a.helpLink:hover {
color : #5050aa;
}
2005-11-18 13:38:21 +01:00
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;
}
2005-11-27 11:48:07 +01:00
#userDlgShadow {
z-index : 3;
position : absolute;
left : 30%;
top : 30%;
display : none;
background-image : url("images/shadow.png");
}
#userDlg {
2005-12-19 06:38:39 +01:00
padding : 15px;
border : 1px solid #c0c0c0;
font-size : small;
2005-11-27 11:48:07 +01:00
position : relative;
bottom : 2px;
right : 2px;
2005-12-19 06:38:39 +01:00
background-color : white;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
2005-11-27 11:48:07 +01:00
}
#qafInput {
width : 300px;
}
2005-11-20 11:02:36 +01:00
#infoBox {
border : 1px solid #c0c0c0;
padding-bottom : 10px;
font-size : small;
position : relative;
bottom : 2px;
right : 2px;
background-color : white;
}
#infoBoxShadow {
background-image : url("images/shadow.png");
position : absolute;
width : 30%;
left : 35%;
top : 30%;
2005-11-20 11:02:36 +01:00
z-index : 3;
display : none;
}
div.infoBoxContents {
2005-11-18 13:38:21 +01:00
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
padding : 5px;
2005-11-20 11:02:36 +01:00
margin-bottom : 5px;
}
div.infoBoxContents td {
font-size : small;
2005-11-18 13:38:21 +01:00
}
2005-11-20 11:02:36 +01:00
div.helpResponse h1, div.infoBoxContents h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
font-size : 16pt;
}
div.helpResponse h2, div.infoBoxContents h2 {
border-width : 0px 0px 0px 0px;
font-size : 12pt;
}
2005-12-02 17:38:36 +01:00
/* pre {
border : 1px solid #c0c0c0;
padding : 5px;
background : #f0f0f0;
margin : 5px 10px 5px 10px;
2005-12-02 17:38:36 +01:00
} */
pre {
margin : 5px;
}
input.extSearch {
width : 200px;
}
2005-10-28 19:58:20 +02:00
table.main td.prefsTabs {
2006-03-29 05:13:37 +02:00
padding-left : 5px;
2005-10-28 19:58:20 +02:00
}
input.prefsTab {
border-width : 1px 1px 0px 1px;
border-color : #c0c0c0;
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
2006-03-29 05:13:37 +02:00
width : 130px;
2005-10-28 19:58:20 +02:00
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
2005-11-18 10:04:24 +01:00
-moz-border-radius : 7px 7px 0px 0px;
2006-03-30 08:48:51 +02:00
font-size : small;
2005-10-28 19:58:20 +02:00
}
input.prefsTabSelected {
border-width : 1px 1px 0px 1px;
border-color : #c0c0c0;
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
2006-03-29 06:45:14 +02:00
width : 130px;
2005-10-28 19:58:20 +02:00
background : white;
font-weight : bold;
background-position : top left;
background-repeat : repeat-x;
2005-11-18 10:04:24 +01:00
-moz-border-radius : 7px 7px 0px 0px;
2006-03-30 08:48:51 +02:00
font-size : small;
2005-10-28 19:58:20 +02:00
}
input.prefsTab:hover {
background : white;
}
div.warning {
background : #fffff0;
border : 1px solid #c0c0c0;
padding : 5px;
2005-11-18 10:00:18 +01:00
margin : 5px;
font-size : x-small;
}
div.notice {
background : #ffffff;
border : 1px solid #c0c0c0;
padding : 5px;
margin : 5px;
font-size : x-small;
}
ul.nomarks {
list-style-type : none;
margin : 0px;
padding : 10px;
}
div.bigErrorMsg {
border : 1px solid #c0c0c0;
background : #fff0f0;
padding : 30px;
margin : 20px;
}
2005-11-16 09:45:00 +01:00
2005-11-17 08:10:31 +01:00
div.prefHelp, td.prefHelp {
font-size : x-small;
color : gray;
padding : 5px;
}
2005-11-17 19:29:13 +01:00
td.welcomePrompt {
2005-12-20 17:14:09 +01:00
font-size : x-small;
2005-11-17 19:29:13 +01:00
color : gray;
text-align : right;
padding-right : 10px;
}
2005-11-17 19:40:46 +01:00
2005-11-20 11:14:38 +01:00
td.httpWelcomePrompt {
font-size : small;
color : gray;
text-align : right;
}
2005-11-17 19:40:46 +01:00
table.loginForm {
background-image : url("images/vgrad_light_rev.png");
background-color : white;
background-position : top left;
background-repeat : repeat-x;
}
table.innerLoginForm {
border : 1px solid #f0f0f0;
padding : 50px;
background-color : white;
}
table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
2005-11-18 13:38:21 +01:00
2005-11-20 11:36:00 +01:00
span.insensitive {
color : gray;
}
2005-11-23 10:48:23 +01:00
.prefGenericAddBox {
2005-11-23 10:48:23 +01:00
margin : 5px;
2005-11-29 19:43:39 +01:00
font-size : small;
}
.prefGenericAddBox td {
font-size : small;
2005-11-23 10:48:23 +01:00
}
2005-11-23 14:52:02 +01:00
body.logoutBody {
background-color : #f0f0f0;
color : black;
}
span.logoutWarning {
color : red;
font-weight : bold;
}
div.logoutContent {
width : 600px;
border : 1px solid #c0c0c0;
background-color : white;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 10px;
}
2005-11-24 08:05:20 +01:00
.small {
font-size : x-small;
2005-11-24 08:05:20 +01:00
}
2005-11-25 08:17:37 +01:00
table.innerFeedTable td {
margin : 0px;
padding : 0px;
}
td.selectPrompt {
font-size : x-small;
color : gray;
}
2005-11-27 15:56:10 +01:00
table.headlinesSubToolbar td.headlineActions {
font-size : x-small;
color : gray;
padding : 5px 0px 5px 5px;
}
2006-03-22 08:49:21 +01:00
table.headlinesSubToolbar td.headlineActionsRTL {
font-size : x-small;
color : gray;
padding : 5px 5px 5px 0px;
}
2005-11-27 15:56:10 +01:00
table.headlinesSubToolbar td.headlineTitle {
font-size : x-small;
color : gray;
padding : 5px 5px 5px 0px;
text-align : right;
}
2006-03-22 08:49:21 +01:00
table.headlinesSubToolbar td.headlineTitleRTL {
font-size : x-small;
color : gray;
padding : 5px 0px 5px 5px;
text-align : left;
}
span.contentPreview {
font-size : x-small;
color : gray;
font-weight : normal;
}
2005-11-27 16:50:27 +01:00
2005-11-27 17:23:27 +01:00
span.contentPreview:hover {
color : #5050aa;
}
table.headlinesList td.hlMarkedPic {
2005-11-27 16:50:27 +01:00
width : 25px;
text-align : center;
}
table.headlinesList td.hlfeed {
text-align : right;
font-size : small;
}
2005-11-27 16:50:27 +01:00
td.hlSelectRow, td.hlUpdatePic {
width : 25px;
text-align : center;
}
table.headlinesList td.hlUpdated {
2005-11-27 16:50:27 +01:00
font-size : small;
color : gray;
text-align : right;
width : 100px;
}
table.headlinesList tr td {
padding : 2px 0px 2px 0px;
}
2005-11-27 16:50:27 +01:00
/*
tr.even td.headlineContent, tr.evenUnread td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
background-color : #f0f0f0;
}
tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
}
tr.oddSelected td.headlineContent,
tr.evenSelected td.headlineContent,
tr.oddUnreadSelected td.headlineContent,
tr.evenUnreadSelected td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
background-color : #e0e0ff;
} */
div.postHeader td.postDate {
font-size : x-small;
text-align : right;
color : gray;
}
2006-03-23 08:24:06 +01:00
div.postHeader td.postDateRTL {
font-size : x-small;
text-align : left;
color : gray;
}
#feedUpdateErrors {
display : none;
}
#allEntryTags {
font-size : x-small;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
padding-bottom : 5px;
display : none;
}
2005-12-02 17:36:39 +01:00
/*td.hlContent {
overflow : hidden;
2005-12-20 17:18:05 +01:00
height : 1em;
display : block;
} */
2005-12-10 19:50:27 +01:00
td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
height : 1em;
}
div.cdmArticle {
border : 1px solid #f0f0f0;
background-color : #fafafa;
-moz-border-radius : 5px;
margin : 10px 10px 0px 10px;
padding : 10px;
}
div.cdmArticleUnread {
border : 1px solid #d5f1f4;
background-color : #fafeff;
-moz-border-radius : 5px;
margin : 10px 10px 0px 10px;
padding : 10px;
}
div.cdmArticleSelected, div.cdmArticleUnreadSelected {
border : 1px solid #d0d0f6;
background-color : #eaeaff;
-moz-border-radius : 5px;
margin : 10px 10px 0px 10px;
padding : 10px;
}
div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
font-weight : bold;
}
div.cdmHeader {
padding-bottom : 5px;
}
div.cdmFooter {
font-size : x-small;
color : gray;
padding-top : 5px;
}
div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
margin : 0px;
}
div.cdmHeader, div.cdmHeader a {
color : gray;
font-size : x-small;
}
div.cdmHeader a:hover {
color : #5050aa;
}
div.cdmContent {
}
a.warning {
color : #f04040;
}
img.closeButton {
border-width : 0px;
float : right;
}
2005-12-28 20:17:26 +01:00
span.groupPrompt {
font-size : x-small;
color : #505050;
}
ul.userFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
}
2005-12-29 17:36:41 +01:00
2005-12-30 07:08:44 +01:00
/* #browseBigFeedList li.oddSelected {
border : 1px solid #d0d0f6;
background-color : #eaeaff;
-moz-border-radius : 5px;
} */
2005-12-29 17:36:41 +01:00
ul.browseFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
margin : 0px 0px 5px 0px;
padding : 0px;
}
ul.browseFeedList li {
margin : 0px;
padding : 0px;
2005-12-29 17:36:41 +01:00
}
span.subscribers {
color : #808080;
}
2005-12-30 06:17:23 +01:00
div.subscribers {
color : #808080;
font-size : x-small;
float : right;
}
2005-12-29 17:36:41 +01:00
input.feedBrowseCB {
margin-right : 1em;
}
2005-12-30 06:17:23 +01:00
div.browserDetails {
margin : 5px 5px 5px 5px;
display : none;
padding : 5px;
}
2005-12-30 07:00:36 +01:00
ul.compact {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.compact li {
margin : 0px;
padding : 0px;
}
2005-12-30 12:18:31 +01:00
div.browserFeedInfo {
font-size : x-small;
}
div.browserFeedInfo div.detailsPart {
2005-12-30 07:00:36 +01:00
margin : 5px 0px 5px 5px;
}
2006-01-09 14:59:38 +01:00
div.cdmContent a {
color : #5050aa;
}
div.cdmContent a:hover {
color : black;
}
.noborder {
border-width : 0px;
}
2006-02-28 17:25:38 +01:00
#debug_output {
2006-03-21 11:38:41 +01:00
width : 400;
height : 200;
2006-02-28 17:25:38 +01:00
right : 20;
bottom : 20;
background-color : white;
display : none;
2006-03-30 08:06:38 +02:00
z-index : 999;
2006-02-28 17:25:38 +01:00
position : absolute;
border : 1px solid #c0c0c0;
overflow : auto;
margin : 0px;
2006-03-04 11:35:47 +01:00
padding : 0px;
2006-02-28 17:25:38 +01:00
list-style-type : none;
}
#debug_output li {
margin : 0px;
padding : 0px;
font-size : x-small;
}
2006-03-20 15:45:55 +01:00
#overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 100;
position : absolute;
}
#overlay_inner {
font-weight : bold;
text-align : center;
margin : 10px;
}
#fatal_error {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 200;
display : none;
position : absolute;
}
#fatal_error_inner {
font-weight : bold;
margin : 10px;
color : red;
}
#fatal_error_msg {
border : 1px solid #c0c0c0;
background-color : #f0f0f0;
width : 50%;
color : black;
padding : 10px;
font-weight : normal;
}