ttrss/tt-rss.css

1471 lines
23 KiB
CSS
Raw Normal View History

2005-08-21 12:13:10 +02:00
body {
background : white;
color : black;
margin : 0px;
padding : 0px;
2007-02-07 10:05:49 +01:00
font-family : "Lucida Grande", sans-serif;
2005-08-21 12:13:10 +02:00
}
2006-10-01 05:17:59 +02:00
blockquote {
margin : 5px;
border-width : 0px 0px 0px 4px;
border-color : #f0f0f0;
border-style : solid;
padding : 2px 0px 2px 5px;
}
2005-09-07 09:19:14 +02:00
div.postReply {
padding : 10px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 10:46:30 +02:00
div.postReply a {
color : #4684ff;
2005-09-07 10:46:30 +02:00
}
div.postReply a:hover {
color : black;
2005-09-07 10:46:30 +02:00
}
2005-09-07 09:19:14 +02:00
div.postReply div.postHeader {
background : #ecf4ff;
border : 1px solid #88b0f0;
2005-12-20 16:53:43 +01:00
}
div.postReply > div.postHeader {
padding : 5px;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
div.postReply div.postContent {
padding : 10px;
2007-02-14 15:29:18 +01:00
font-size : 10pt;
}
2005-09-07 09:19:14 +02:00
div.postReply div.postIcon {
float : right;
border : 0px;
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 : 5px;
padding : 0px 0px 0px 5px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
2005-11-23 08:07:04 +01:00
}
ul.feedList li.feedCat {
margin : 0px;
padding : 3px 0px 3px 0px;
color : #707070;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2005-11-23 08:07:04 +01:00
}
2005-12-13 09:53:56 +01:00
ul.feedList li.feedCat a {
color : #707070;
2005-12-13 09:53:56 +01:00
}
ul.feedList li.feedCat a:hover {
color : #4684ff;
2005-12-13 09:53:56 +01:00
}
2005-11-23 08:07:04 +01:00
ul.feedCatList {
list-style-type : none;
margin : 0px 0px 0px 15px;
padding : 0px;
2005-11-23 08:07:04 +01:00
}
ul.feedCatList li {
margin : 0px;
padding : 0px 0px 2px 0px;
color : black;
2005-08-21 12:13:10 +02:00
}
2005-09-07 09:19:14 +02:00
ul.feedList li {
margin : 0px;
2007-02-14 15:29:18 +01:00
font-size : 10pt;
2005-09-07 09:19:14 +02:00
}
ul.feedCatList img {
vertical-align : bottom;
}
2006-09-28 14:00:03 +02:00
li.feedUnread,
li.errorUnread,
li.labelUnread,
li.virtUnread,
li.tagUnread {
font-weight : bold;
}
2006-09-28 14:00:03 +02:00
li.errorSelected a,
li.error a,
li.errorUnread a,
li.errorUnreadSelected a {
color : #f04040;
}
2006-09-28 14:00:03 +02:00
li.feedSelected a,
li.labelSelected a,
li.virtSelected a,
li.tagSelected a {
color : #4684ff;
2005-11-25 16:38:08 +01:00
}
2006-09-28 14:00:03 +02:00
li.feedUnreadSelected a,
li.labelUnreadSelected a,
li.virtUnreadSelected a,
li.tagUnreadSelected a {
color : #4684ff;
2005-11-25 16:38:08 +01:00
}
2006-09-28 14:00:03 +02:00
li.feedUnreadSelected,
li.errorUnreadSelected,
li.labelUnreadSelected,
li.virtUnreadSelected,
li.tagUnreadSelected {
font-weight : bold;
}
2006-09-28 14:00:03 +02:00
li.feed {
display : block;
}
ul.feedList img, img.tinyFeedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
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;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #ecf4ff;
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 : #ecf4ff;
2005-10-28 19:58:20 +02:00
}
2005-09-07 09:19:14 +02:00
hr {
border-width : 0px 0px 1px 0px;
border-style : dashed;
border-color : #e0e0e0;
2005-09-07 09:19:14 +02:00
}
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 : #4684ff;
2005-08-26 09:05:16 +02:00
}
2005-09-07 09:19:14 +02:00
#piggie {
width : 400;
height : 400;
right : 0;
top : -400;
background-color : white;
2006-08-12 17:03:34 +02:00
display : none;
2006-08-12 16:57:13 +02:00
z-index : 999;
background-image : url("images/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 {
width : 100%;
padding-left : 2px;
2006-05-20 13:39:22 +02:00
background-color : #f0fff0;
}
2006-05-20 13:16:16 +02:00
textarea.iedit {
width : 100%;
}
2006-05-20 14:51:39 +02:00
input.iedit {
2006-05-20 13:16:16 +02:00
width : 100%;
padding-left : 2px;
2005-08-21 12:13:10 +02:00
}
2006-05-20 14:51:39 +02:00
select.iedit {
width : 100%;
}
2005-11-17 06:26:54 +01:00
input.editbox {
width : 200px;
padding-left : 2px;
2005-11-17 06:26:54 +01:00
}
2006-10-01 11:08:55 +02:00
#notify {
border-width : 1px;
border-style : solid;
2006-07-31 09:18:58 +02:00
top : 10px;
right : 35%;
min-width : 30%;
2006-05-18 09:56:52 +02:00
position : absolute;
display : none;
float : right;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-29 08:51:40 +02:00
text-align : center;
z-index : 999;
2006-09-29 08:51:40 +02:00
-moz-border-radius : 2px;
padding : 5px 5px 5px 5px;
2005-08-21 12:13:10 +02:00
}
2006-10-01 11:08:55 +02:00
.notify {
border-color : #d7c47a;
background-color : #fff7d5;
color : black;
}
.notifyError {
background-color : #ffcccc;
border-color : #ff0000;
color : black;
}
2007-01-27 10:21:55 +01:00
.notifyError span:hover {
color : red;
cursor : pointer;
}
2005-09-09 09:45:54 +02:00
#dispSwitch {
2007-02-14 15:29:18 +01:00
font-size : 8pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
text-align : right;
float : right;
margin : 5px 5px 0px 0px;
2005-09-09 09:45:54 +02:00
}
#dispSwitch a {
color : gray;
2005-09-09 09:45:54 +02:00
}
#dispSwitch a:hover {
color : #4684ff;
2005-09-09 09:45:54 +02:00
}
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-08 06:48:01 +02:00
}
iframe.feedsFrameWithActions {
width : 100%;
height : 90%;
margin : 0px;
padding : 0px;
}
2005-09-07 09:19:14 +02:00
iframe.feedsFrame {
width : 100%;
height : 100%;
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
}
/*.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;
2005-09-07 09:19:14 +02:00
}
.disabledButton {
border : 1px solid #c0c0c0;
background-color : white;
color : gray;
}
2005-09-07 09:19:14 +02:00
a.button {
padding : 2px 5px 2px 5px;
font-size : small;
} */
2005-08-22 03:17:12 +02:00
.evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
.evenSelectedUnread td {
background-color : #fff7d5;
font-weight : bold;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #e7d796;
}
.oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
.oddSelectedUnread td {
background-color : #fff7d5;
font-weight : bold;
}
.evenSelected, .evenSelected td {
background-color : #fff7d5;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #e7d796;
2005-08-22 03:17:12 +02:00
}
.oddSelected, .evenSelected td {
background-color : #fff7d5;
}
.evenGrayed, .evenGrayed td {
background-color : #f0f0f0;
color : #909090;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
}
2005-09-07 09:19:14 +02:00
.oddGrayed {
color : #909090;
2005-08-23 16:47:46 +02:00
}
.even, .even td {
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
background-color : #f0f0f0;
}
.evenUnread, .evenUnread td {
background-color : #f0f0f0;
font-weight : bold;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
2005-08-23 16:47:46 +02:00
}
.oddUnread, .oddUnread td {
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
/* preferences */
2005-08-26 08:56:00 +02:00
2005-12-10 21:06:41 +01:00
tr.title td {
border-width : 0px 0px 1px 0px;
border-color : #ecf4ff;
border-style : solid;
2006-09-30 09:38:58 +02:00
color : #4684ff;
}
2005-12-11 08:29:42 +01:00
tr.title td a {
2006-09-30 09:38:58 +02:00
color : #4684ff;
2005-12-11 08:29:42 +01:00
}
tr.title td a:hover {
2006-09-30 09:38:58 +02:00
color : black;
2005-12-11 08:29:42 +01:00
}
2005-12-10 21:06:41 +01:00
2006-10-01 06:40:40 +02:00
div.feedEditSearch {
float : right;
}
table.prefFeedList td.feedEditCat {
font-weight : bold;
2006-09-30 09:38:58 +02:00
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
padding-top : 0.5em;
}
2005-12-10 20:53:10 +01:00
table.prefFeedList td.feedIcon {
text-align : center;
2005-12-10 20:53:10 +01:00
}
table.prefFeedList td.feedSelect {
text-align : center;
2005-12-10 20:53:10 +01:00
}
2006-10-04 07:40:00 +02:00
div.prefFeedCatHolder {
height : 250px;
overflow : auto;
border : 1px solid #88b0f0;
margin : 5px 0px 5px 0px;
}
a.helpLink {
color : #808080;
}
a.helpLink:hover {
color : #4684ff;
}
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;
}
2006-05-19 05:52:19 +02:00
#infoBoxTitle {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
background-color : #88b0f0;
padding : 2px;
color : white;
2005-11-27 11:48:07 +01:00
}
2006-05-19 05:52:19 +02:00
#infoBox {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
position : relative;
2006-05-19 05:52:19 +02:00
bottom : 2px;
right : 2px;
2006-05-18 15:18:30 +02:00
padding-bottom : 5px;
background-image : url("images/prefs-content.png");
background-position : top left;
background-repeat : repeat-x;
background-color : white;
2005-11-20 11:02:36 +01:00
}
2006-05-19 05:52:19 +02:00
#infoBoxShadow {
background-image : url("images/shadow.png");
left : 30%;
top : 30%;
width : 30%;
z-index : 3;
2006-05-18 15:18:30 +02:00
position : absolute;
display : none;
2005-11-20 11:02:36 +01:00
}
div.infoBoxContents {
2006-10-04 07:40:00 +02:00
padding : 10px;
margin-bottom : 5px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2005-11-20 11:02:36 +01:00
}
div.infoBoxContents td {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2005-11-18 13:38:21 +01:00
}
div.infoBoxContents a {
color : #4684ff;
}
div.infoBoxContents a:hover {
color : black;
}
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 {
margin : 5px;
}
input.extSearch {
width : 100%;
}
2005-10-28 19:58:20 +02:00
2006-09-30 12:47:46 +02:00
div.firstTab {
2006-09-30 12:59:14 +02:00
width : 10px;
2006-10-01 07:18:29 +02:00
float : left;
}
div.prefsTab:hover {
cursor : pointer;
2005-10-28 19:58:20 +02:00
}
2006-10-01 11:49:30 +02:00
div.prefsTabSelected:hover {
cursor : pointer;
}
2006-09-30 12:47:46 +02:00
div.prefsTab {
float : left;
border-width : 1px 1px 0px 1px;
border-color : #88b0f0;
border-style : solid;
margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
2006-09-30 12:47:46 +02:00
position : relative;
2007-02-14 15:29:18 +01:00
bottom : -2px;
2006-09-30 12:47:46 +02:00
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
text-align : center;
2005-10-28 19:58:20 +02:00
}
2006-09-30 12:47:46 +02:00
div.prefsTabSelected {
float : left;
border-width : 1px 1px 0px 1px;
border-color : #88b0f0;
border-style : solid;
margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px;
background-color : #ecf4ff;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
2006-09-30 12:47:46 +02:00
position : relative;
2007-02-14 15:29:18 +01:00
bottom : -2px;
2006-09-30 12:47:46 +02:00
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;
min-width : 100px;
text-align : center;
}
div.warning {
background : #fff7d5;
border : 1px solid #d7c47a;
2006-09-30 08:49:50 +02:00
padding : 5px;
2006-10-03 11:54:59 +02:00
margin : 0px 0px 5px 0px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2005-11-18 10:00:18 +01:00
}
div.notice {
background : #ffffff;
border : 1px solid #88b0f0;
padding : 5px;
2006-10-03 11:54:59 +02:00
margin : 0px 0px 5px 0px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
}
2006-10-04 15:38:18 +02:00
div.error {
border : 1px solid #ff0000;
background : #ffcccc;
padding : 5px;
margin : 0px 0px 5px 0px;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-10-04 15:38:18 +02:00
}
ul.nomarks {
list-style-type : none;
margin : 0px;
padding : 10px;
}
2005-11-17 08:10:31 +01:00
div.prefHelp, td.prefHelp {
color : gray;
2006-09-30 08:57:01 +02:00
padding : 5px;
2005-11-20 11:14:38 +01:00
}
2005-11-17 19:40:46 +01:00
table.loginForm {
background-color : #ecf4ff;
2005-11-17 19:40:46 +01:00
}
table.innerLoginForm {
border : 1px solid #88b0f0;
padding : 50px;
background-color : white;
2005-11-17 19:40:46 +01:00
}
table.innerLoginForm td {
padding : 3px 3px 5px 3px;
2005-11-17 19:40:46 +01:00
}
2005-11-18 13:38:21 +01:00
2006-12-08 08:42:18 +01:00
span.insensitive, div.insensitive {
color : gray;
2005-11-20 11:36:00 +01:00
}
2005-11-23 10:48:23 +01:00
2007-01-30 18:17:34 +01:00
.insensitive a {
color : #4684ff;
}
.insensitive a:hover {
color : black;
}
2007-02-14 15:29:18 +01:00
/* .prefGenericAddBox {
font-size : 9pt;
} */
2005-11-23 14:52:02 +01:00
body.logoutBody {
background-color : #f0f0f0;
color : black;
2005-11-23 14:52:02 +01:00
}
span.logoutWarning {
color : red;
font-weight : bold;
2005-11-23 14:52:02 +01:00
}
div.logoutContent {
width : 600px;
border : 1px solid #c0c0c0;
background-color : white;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 10px;
2005-11-23 14:52:02 +01:00
}
2005-11-24 08:05:20 +01:00
.small {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2005-11-24 08:05:20 +01:00
}
2005-11-25 08:17:37 +01:00
table.innerFeedTable td {
margin : 0px;
padding : 0px;
2005-11-25 08:17:37 +01:00
}
td.selectPrompt {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
color : gray;
}
2005-11-27 15:56:10 +01:00
2006-10-01 07:38:13 +02:00
table.headlinesSubToolbar {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #f0f0f0;
2006-10-01 13:17:39 +02:00
position : absolute;
left : 1px;
top : 0px;
height : 25px;
right : 0px;
background-color : white;
2006-10-01 07:38:13 +02:00
}
2005-11-27 15:56:10 +01:00
table.headlinesSubToolbar td.headlineActions {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
color : gray;
2006-10-02 12:32:47 +02:00
padding : 0px 5px 0px 5px;
2005-11-27 15:56:10 +01:00
}
2006-03-22 08:49:21 +01:00
table.headlinesSubToolbar td.headlineActionsRTL {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
color : gray;
2006-10-02 12:32:47 +02:00
padding : 0px 5px 0px 5px;
2006-03-22 08:49:21 +01:00
}
2005-11-27 15:56:10 +01:00
table.headlinesSubToolbar td.headlineTitle {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
color : gray;
2006-10-02 12:32:47 +02:00
padding : 0px 5px 0px 5px;
text-align : right;
2005-11-27 15:56:10 +01:00
}
2006-03-22 08:49:21 +01:00
table.headlinesSubToolbar td.headlineTitleRTL {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
color : gray;
2006-10-02 12:32:47 +02:00
padding : 0px 5px 0px 5px;
text-align : left;
2006-03-22 08:49:21 +01:00
}
span.contentPreview {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
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 : #4684ff;
2005-11-27 17:23:27 +01:00
}
table.headlinesList td.hlMarkedPic {
width : 25px;
text-align : center;
2005-11-27 16:50:27 +01:00
}
table.headlinesList td.hlfeed {
text-align : right;
}
2005-11-27 16:50:27 +01:00
td.hlSelectRow, td.hlUpdatePic {
width : 25px;
text-align : center;
2005-11-27 16:50:27 +01:00
}
table.headlinesList td.hlUpdated {
color : gray;
text-align : right;
width : 100px;
2005-11-27 16:50:27 +01:00
}
table.headlinesList tr td {
padding : 2px 0px 2px 0px;
}
2006-12-07 10:57:09 +01:00
div.postHeader div.postDate {
text-align : right;
color : gray;
2006-12-07 10:57:09 +01:00
float : right;
}
2006-12-07 10:57:09 +01:00
div.postHeader div.postDateRTL {
text-align : left;
color : gray;
2006-12-07 10:57:09 +01:00
float : right;
}
div.postReply span.tagList {
color : gray;
}
2006-12-07 10:57:09 +01:00
div.postHeader div {
padding-bottom : 3px;
2007-02-14 15:29:18 +01:00
font-size : 10pt;
/* font-family : "Lucida Grande", Tahoma, sans-serif; */
2006-03-23 08:24:06 +01:00
}
#feedUpdateErrors {
display : none;
}
#allEntryTags {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
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;
height : 1em;
display : block;
} */
2005-12-10 19:50:27 +01:00
td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
height : 1em;
2005-12-10 19:50:27 +01:00
}
2006-09-29 07:13:19 +02:00
td.hlFeed {
text-align : right;
}
div.cdmArticle {
2006-10-02 06:19:16 +02:00
border-color : #c0c0c0;
border-width : 0px 0px 1px 0px;
border-style : solid;
background-color : #fafafa;
2006-10-02 06:19:16 +02:00
margin : 0px;
padding : 10px;
}
div.cdmArticleUnread {
2006-10-02 06:19:16 +02:00
border-color : #c0c0c0;
border-width : 0px 0px 1px 0px;
border-style : solid;
background-color : #fafeff;
2006-10-02 06:19:16 +02:00
margin : 0px;
padding : 10px;
}
div.cdmArticleSelected, div.cdmArticleUnreadSelected {
2006-10-02 06:19:16 +02:00
margin : 0px;
padding : 10px;
background-color : #fff7d5;
2006-10-02 06:19:16 +02:00
border-color : #e7d796;
border-width : 0px 0px 1px 0px;
border-style : solid;
}
2006-05-17 07:45:40 +02:00
div.cdmArticleUnread div.cdmHeader a.title,
div.cdmArticleUnreadSelected div.cdmHeader a.title {
font-weight : bold;
}
div.cdmHeader {
padding-bottom : 5px;
}
div.cdmFooter {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
color : gray;
padding-top : 5px;
}
2007-01-26 06:36:19 +01:00
div.cdmFooter img.markedPic {
width : 16px;
height : 16px;
float : right;
}
div.cdmHeader div.articleUpdated {
float : right;
}
div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
margin : 0px;
}
div.cdmHeader, div.cdmHeader a {
color : gray;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
}
div.cdmHeader a:hover {
color : #4684ff;
}
div.cdmContent {
margin-bottom : 5px;
}
a.warning {
color : #f04040;
}
img.closeButton {
border-width : 0px;
float : right;
}
2005-12-28 20:17:26 +01:00
span.groupPrompt {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
color : #4684ff;
2005-12-28 20:17:26 +01:00
}
2006-12-08 06:52:21 +01:00
ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
border : 1px solid #88b0f0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
}
ul.userFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
2006-05-19 04:50:37 +02:00
border : 1px solid #88b0f0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
}
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-30 07:08:44 +01:00
} */
ul.labelTestResults {
height : 100px;
overflow : auto;
list-style-type : none;
margin : 0px 0px 5px 0px;
padding : 0px;
border : 1px solid #88b0f0;
background-color : white;
}
2006-05-20 11:41:47 +02:00
ul.filterTestResults {
height : 300px;
overflow : auto;
list-style-type : none;
margin : 0px 0px 5px 0px;
padding : 0px;
border : 1px solid #88b0f0;
background-color : white;
}
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;
border : 1px solid #88b0f0;
background-color : white;
}
ul.browseFeedList li {
margin : 0px;
padding : 0px;
2005-12-29 17:36:41 +01:00
}
span.subscribers {
color : #808080;
2005-12-29 17:36:41 +01:00
}
2005-12-30 06:17:23 +01:00
div.subscribers {
color : #808080;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
float : right;
2005-12-30 06:17:23 +01:00
}
2005-12-29 17:36:41 +01:00
input.feedBrowseCB {
margin-right : 1em;
2005-12-29 17:36:41 +01:00
}
2005-12-30 06:17:23 +01:00
div.browserDetails {
margin : 5px 5px 5px 5px;
display : none;
padding : 5px;
2005-12-30 06:17:23 +01:00
}
2005-12-30 07:00:36 +01:00
ul.compact {
list-style-type : none;
margin : 0px;
padding : 0px;
2005-12-30 07:00:36 +01:00
}
ul.compact li {
margin : 0px;
padding : 0px;
2005-12-30 07:00:36 +01:00
}
2005-12-30 12:18:31 +01:00
div.browserFeedInfo {
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-05-19 07:52:37 +02:00
/* border : 1px solid #88b0f0;
background-color : #ecf4ff;
2006-05-19 07:52:37 +02:00
-moz-border-radius : 5px; */
padding : 5px;
2005-12-30 12:18:31 +01:00
}
div.browserFeedInfo div.detailsPart {
margin : 5px 0px 5px 5px;
2005-12-30 07:00:36 +01:00
}
2006-01-09 14:59:38 +01:00
div.cdmContent a {
color : #4684ff;
2006-01-09 14:59:38 +01:00
}
div.cdmContent a:hover {
color : black;
2006-01-09 14:59:38 +01:00
}
a.cdmToggleLink {
color : #808080;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
}
a.cdmToggleLink:hover {
color : #4684ff;
}
.noborder {
border-width : 0px;
}
2006-02-28 17:25:38 +01:00
#debug_output {
2006-09-28 14:00:03 +02:00
position : absolute;
width : 400px;
height : 200px;
right : 20px;
bottom : 20px;
z-index : 999;
background-color : white;
display : none;
border : 1px solid #c0c0c0;
overflow : auto;
margin : 0px;
padding : 0px;
list-style-type : none;
2006-02-28 17:25:38 +01:00
}
#debug_output li {
margin : 0px;
padding : 0px;
2007-02-14 15:29:18 +01:00
font-size : 8pt;
2006-02-28 17:25:38 +01:00
}
2006-03-20 15:45:55 +01:00
#overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 100;
position : absolute;
2006-03-20 15:45:55 +01:00
}
#overlay_inner {
font-weight : bold;
text-align : center;
margin : 10px;
2006-03-20 15:45:55 +01:00
}
#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;
color : black;
padding : 10px;
font-weight : normal;
}
2006-05-17 12:29:46 +02:00
2007-02-24 18:16:33 +01:00
#fatal_error_msg a {
color : red;
}
#fatal_error_msg a:hover {
color : red;
text-decoration : underline;
}
#noDaemonWarning {
position : absolute;
background-color : #ecf4ff;
border : 1px solid #88b0f0;
padding : 10px;
margin : 5px;
z-index : 2;
display : none;
}
#qafInput {
width : 100%;
2006-05-17 12:29:46 +02:00
}
2006-05-20 13:16:16 +02:00
2006-05-20 13:39:22 +02:00
form {
margin : 0px;
padding : 0px;
}
#main_toolbar_form {
2007-02-15 08:03:49 +01:00
margin : 0px;
padding : 0px;
display : inline;
}
div.feedExtInfo {
margin-left : 2em;
font-size : 7pt;
color : gray;
font-weight : normal;
}
2006-06-08 10:12:22 +02:00
span.debugTS {
color : #4684ff;
}
2006-07-25 10:35:22 +02:00
#backReqBox {
display : none;
}
2006-08-05 14:00:01 +02:00
2006-09-21 06:15:52 +02:00
/*.scriptWarn:before {
2006-08-05 14:00:01 +02:00
content : "Disabled script:";
2006-09-21 06:15:52 +02:00
}*/
2006-08-05 14:00:01 +02:00
.scriptWarn {
color : white;
background-color : #903030;
border : 1px solid #601010;
padding : 3px;
font-weight : bold;
2007-02-18 08:25:17 +01:00
display : none;
2006-08-05 14:00:01 +02:00
}
2006-08-19 08:42:53 +02:00
.objectWarn {
color : gray;
font-style: italic;
2006-09-21 05:57:06 +02:00
text-align : center;
}
2006-08-19 08:42:53 +02:00
table.loginForm2 {
padding : 1em;
}
table.loginForm2 .loginTop {
border-width : 0px 0px 1px 0px;
border-color : #88b0f0;
border-style : solid;
padding : 0.5em;
}
table.loginForm2 .loginMiddle {
padding : 3em;
}
table.loginForm2 .loginBottom {
border-width : 1px 0px 0px 0px;
border-color : #88b0f0;
border-style : solid;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-08-19 08:42:53 +02:00
text-align : center;
color : #909090;
padding : 0.5em;
}
table.loginForm2 .loginBottom a {
color : gray;
}
table.loginForm2 .loginBottom a:hover {
color : #4684ff;
2006-08-19 08:42:53 +02:00
}
2006-08-19 09:14:46 +02:00
table.loginForm2 .loginError {
2006-08-19 08:42:53 +02:00
color : red;
margin : 0.5em;
}
2006-08-19 09:14:46 +02:00
table.loginForm2 .innerLoginCell {
padding-top : 0.5em;
}
2006-08-21 06:01:08 +02:00
#milestoneDetails {
display : none;
}
2006-09-28 14:00:03 +02:00
div.loadingPrompt {
padding : 1em;
text-align : center;
font-weight : bold;
}
2006-09-28 14:53:11 +02:00
div.whiteBox {
background-color : white;
margin-left : 1px;
text-align : center;
2006-09-29 09:43:29 +02:00
padding : 1em;
2006-09-28 14:53:11 +02:00
}
2006-09-28 14:00:03 +02:00
/* layout */
#header {
position : absolute;
white-space: nowrap;
top : 10px;
left : 15px;
right : 5px;
height : 40px;
color : #4684ff;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-28 14:00:03 +02:00
}
#feeds-holder {
border-width : 1px 1px 1px 0px;
border-style : solid;
border-color : #88b0f0;
top : 50px;
left : 0px;
position : absolute;
width : 260px;
overflow : auto;
bottom : 40px;
border-collapse : collapse;
2006-09-29 06:45:26 +02:00
height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
2006-09-28 14:00:03 +02:00
}
#toolbar {
position : absolute;
left : 261px;
2006-09-28 14:53:11 +02:00
padding : 5px 10px 5px 10px;
2006-09-28 14:00:03 +02:00
top : 50px;
right : 0px;
white-space: nowrap;
height : 30px;
background-image : url("images/toolbar.png");
background-position : bottom left;
background-repeat : repeat-x;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-28 14:00:03 +02:00
}
2006-09-28 14:23:28 +02:00
div.headlines_normal {
2006-09-28 14:00:03 +02:00
position : absolute;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;
left : 260px;
height : 305px;
2006-09-28 14:00:03 +02:00
top : 85px;
right : 0px;
2006-09-29 06:15:28 +02:00
overflow : hidden;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
border-collapse : collapse;
2006-09-29 06:45:26 +02:00
/* css hack for IE */
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
2006-09-28 14:00:03 +02:00
}
2006-09-28 14:23:28 +02:00
div.headlines_cdm {
position : absolute;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
left : 260px;
bottom : 40px;
2006-09-28 14:23:28 +02:00
top : 85px;
right : 0px;
2006-10-02 06:10:55 +02:00
overflow : hidden;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
border-collapse : collapse;
2006-09-29 06:45:26 +02:00
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
2006-09-28 14:23:28 +02:00
}
2006-09-28 14:00:03 +02:00
#content-frame {
position : absolute;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
overflow : auto;
top : 390px;
left : 260px;
bottom : 40px;
2006-09-28 14:00:03 +02:00
right : 0px;
border-collapse : collapse;
2006-09-29 06:45:26 +02:00
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
2006-09-28 14:00:03 +02:00
}
2006-10-01 06:52:55 +02:00
#footer, #prefFooter {
2006-09-28 14:00:03 +02:00
position : absolute;
bottom : 0px;
height : 20px;
2006-09-28 14:00:03 +02:00
text-align : center;
color : gray;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-28 14:00:03 +02:00
background-image : url("images/footer.png");
background-position : top left;
background-repeat : repeat-x;
background-color : white;
right : 0px;
left : 0px;
padding : 10px;
2006-09-29 06:45:26 +02:00
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
border-collapse : collapse;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;
2006-09-28 14:00:03 +02:00
}
2006-10-01 06:52:55 +02:00
#footer a, #prefFooter a {
2006-09-29 09:50:18 +02:00
color : gray;
}
2006-10-01 06:52:55 +02:00
#footer a:hover, #prefFooter a:hover {
color : black;
}
2006-09-28 14:00:03 +02:00
#headlinesContainer {
margin-left : 1px;
background-color : white;
}
2006-09-29 06:15:28 +02:00
#headlineActionsTop {
/* border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
background-color : #fafafa; */
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-29 06:15:28 +02:00
}
#headlinesInnerContainer {
overflow : auto;
2006-10-01 13:17:39 +02:00
position : absolute;
left : 1px;
right : 0px;
bottom : 0px;
top : 25px;
2006-09-29 06:15:28 +02:00
}
2006-09-30 08:49:50 +02:00
/* preferences layout */
#prefHeader {
color : #4684ff;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-10-01 07:18:29 +02:00
margin : 10px;
2006-10-01 08:05:10 +02:00
height : 33px;
2006-09-30 08:49:50 +02:00
}
2006-09-30 12:47:46 +02:00
div.return {
2006-09-30 08:49:50 +02:00
float : right;
2007-02-14 15:29:18 +01:00
font-size : 9pt;
2006-09-30 12:47:46 +02:00
margin-right : 10px;
2006-09-30 08:49:50 +02:00
}
2006-09-30 12:47:46 +02:00
div.return a {
2006-09-30 08:49:50 +02:00
color : #4684ff;
}
2006-09-30 12:47:46 +02:00
div.return a:hover {
2006-09-30 08:49:50 +02:00
color : black;
}
#prefContent {
2006-09-30 12:47:46 +02:00
clear : left;
2006-10-01 06:52:55 +02:00
position : absolute;
bottom : 40px;
top : 75px;
left : 0px;
right : 0px;
2006-09-30 08:49:50 +02:00
padding : 1em;
2006-10-01 06:52:55 +02:00
overflow : auto;
2006-09-30 08:49:50 +02:00
min-height : 300px;
background-image : url("images/prefs-content.png");
background-position : top left;
background-repeat : repeat-x;
2006-09-30 12:47:46 +02:00
border-width : 1px 0px 0px 0px;
border-color : #88b0f0;
border-style : solid;
2006-10-02 06:31:10 +02:00
height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
2007-02-14 15:29:18 +01:00
font-size : 10pt;
2006-09-30 08:49:50 +02:00
}
2006-10-01 06:05:12 +02:00
#userSwitch {
position : absolute;
bottom : 2px;
right : 2px;
}
2006-12-01 07:26:05 +01:00
a.feedUpdErrLink {
color : #ff0000;
display : block;
margin-bottom : 0.5em;
}
.catCtrHasUnread {
font-weight : bold;
}
.catCtrNoUnread {
display : none;
}
ul.headlineDropdownMenu {
list-style-type : none;
margin : 0px;
padding : 0px;
}
ul.headlineDropdownMenu li.top {
float : left;
2007-01-22 08:20:26 +01:00
width : 9em;
background-image : url("images/down_arrow.png");
background-position : center right;
background-repeat : no-repeat;
2007-01-22 08:20:26 +01:00
margin : 0px;
cursor : pointer;
2007-01-22 08:20:26 +01:00
border-width : 1px 1px 1px 1px;
border-color : transparent;
border-style : solid;
}
ul.headlineDropdownMenu li.top2 {
float : left;
}
ul.headlineDropdownMenu li.vsep {
float : left;
margin : 0px 5px 0px 0px;
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;
border-style : dotted;
color : white;
}
ul.headlineDropdownMenu li.top:hover {
cursor : pointer;
2007-01-22 08:20:26 +01:00
border-width : 1px 1px 0px 1px;
border-color : #c0c0c0;
border-style : solid;
}
ul.headlineDropdownMenu li.top:hover ul {
display : block;
}
ul.headlineDropdownMenu ul {
list-style-type : none;
position : absolute;
float : none;
margin : 0px;
padding : 0px;
display : none;
background-color : white;
2007-01-22 08:20:26 +01:00
width : 9em;
z-index : 3;
top : auto;
left : auto;
2007-01-22 08:20:26 +01:00
border-width : 0px 1px 1px 1px;
border-color : #c0c0c0;
border-style : solid;
margin-left : -1px;
}
ul.headlineDropdownMenu ul li {
float: none;
2007-01-22 08:20:26 +01:00
padding : 2px 0px 2px 10px;
color : black;
}
ul.headlineDropdownMenu ul li:hover {
color : #4684ff;
background-color : #f0f0f0;
}
2007-01-22 08:20:26 +01:00
#newVersionIcon {
vertical-align : middle;
cursor : pointer;
display : none;
}