2010-11-09 17:57:23 +00:00
|
|
|
div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
|
|
|
|
vertical-align : middle;
|
|
|
|
}
|
|
|
|
|
2015-08-11 12:29:27 +00:00
|
|
|
div.cdmHeader, div.cdmFooter {
|
2011-11-07 12:19:43 +00:00
|
|
|
display : table;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmHeader > * {
|
|
|
|
display : table-cell;
|
2010-11-09 17:57:23 +00:00
|
|
|
padding : 5px;
|
|
|
|
}
|
|
|
|
|
2015-08-11 12:29:27 +00:00
|
|
|
div.cdmFooter > * {
|
|
|
|
display : table-cell;
|
|
|
|
vertical-align : middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmHeader > div, div.cdmFooter > div {
|
2011-11-07 12:19:43 +00:00
|
|
|
white-space : nowrap;
|
|
|
|
}
|
|
|
|
|
2015-08-11 12:29:27 +00:00
|
|
|
div.cdmHeader > span, div.cdmFooter > span.left {
|
2011-11-07 12:19:43 +00:00
|
|
|
width : 100%;
|
|
|
|
}
|
|
|
|
|
2010-11-09 17:57:23 +00:00
|
|
|
div.cdmHeader span.updated {
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2010-11-09 17:57:23 +00:00
|
|
|
font-weight : normal;
|
2013-03-16 13:32:33 +00:00
|
|
|
font-size : 11px;
|
2013-03-16 13:43:26 +00:00
|
|
|
white-space : nowrap;
|
2013-03-17 10:23:07 +00:00
|
|
|
vertical-align : middle;
|
2010-11-09 17:57:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmHeader input {
|
|
|
|
margin-right : 5px;
|
|
|
|
}
|
|
|
|
|
2010-11-13 11:04:37 +00:00
|
|
|
div.cdmHeader div.updPic {
|
2010-11-12 22:41:18 +00:00
|
|
|
width : 25px;
|
|
|
|
display : inline-block;
|
|
|
|
text-align : center;
|
|
|
|
}
|
|
|
|
|
2010-11-13 11:04:37 +00:00
|
|
|
div.cdmHeader div.updPic img {
|
2010-11-12 22:41:18 +00:00
|
|
|
vertical-align : middle;
|
|
|
|
}
|
|
|
|
|
2010-11-09 17:57:23 +00:00
|
|
|
div.cdmHeader img, div.cdmFooter img {
|
2013-06-06 05:56:53 +00:00
|
|
|
margin : 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmHeader input {
|
|
|
|
margin-left : 4px;
|
|
|
|
margin-right : 4px;
|
2010-11-09 17:57:23 +00:00
|
|
|
}
|
|
|
|
|
2015-08-12 05:29:09 +00:00
|
|
|
div.cdmIntermediate {
|
|
|
|
margin : 10px;
|
|
|
|
}
|
|
|
|
|
2010-11-09 17:57:23 +00:00
|
|
|
div.cdmContentInner {
|
2013-03-16 09:41:37 +00:00
|
|
|
margin : 10px;
|
2014-01-29 17:05:04 +00:00
|
|
|
line-height : 1.5;
|
|
|
|
font-size : 15px;
|
2010-11-09 17:57:23 +00:00
|
|
|
}
|
|
|
|
|
2015-07-03 13:04:54 +00:00
|
|
|
div.cdmContentInner img,
|
|
|
|
div.cdmContentInner video {
|
2010-11-11 08:41:04 +00:00
|
|
|
border-width : 0px;
|
|
|
|
max-width : 98%;
|
2013-04-13 11:45:11 +00:00
|
|
|
height : auto;
|
2010-11-11 08:41:04 +00:00
|
|
|
}
|
|
|
|
|
2014-01-28 20:04:36 +00:00
|
|
|
div.cdmContentInner h1 {
|
|
|
|
font-size : 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmContentInner h2,
|
2014-01-29 12:53:42 +00:00
|
|
|
div.cdmContentInner h3,
|
|
|
|
div.cdmContentInner h4 {
|
2014-01-29 17:05:04 +00:00
|
|
|
font-size : 15px;
|
2014-01-28 20:04:36 +00:00
|
|
|
}
|
|
|
|
|
2010-11-09 17:57:23 +00:00
|
|
|
div.cdmFooter {
|
2015-08-11 12:29:27 +00:00
|
|
|
height : 30px;
|
|
|
|
padding-left : 5px;
|
2010-11-09 17:57:23 +00:00
|
|
|
font-weight : normal;
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2010-11-09 17:57:23 +00:00
|
|
|
clear : both;
|
|
|
|
}
|
|
|
|
|
2014-01-28 11:40:33 +00:00
|
|
|
div.cdm {
|
|
|
|
margin-right : 4px;
|
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expanded {
|
|
|
|
margin-top : 4px;
|
|
|
|
margin-bottom : 4px;
|
2013-03-29 15:00:50 +00:00
|
|
|
}
|
|
|
|
|
2014-01-27 15:03:35 +00:00
|
|
|
div.cdm.expanded div.cdmFooter {
|
|
|
|
border-style : solid;
|
|
|
|
border-width : 0px 0px 1px 0px;
|
2014-01-28 11:40:33 +00:00
|
|
|
border-color : #ddd;
|
2014-01-27 15:03:35 +00:00
|
|
|
}
|
|
|
|
|
2013-03-29 15:00:50 +00:00
|
|
|
div.cdm.expandable {
|
2013-05-07 14:44:17 +00:00
|
|
|
background-color : #f0f0f0;
|
|
|
|
border-width : 0px 0px 1px 0px;
|
2014-01-27 15:03:35 +00:00
|
|
|
border-color : #ddd;
|
2013-05-07 14:44:17 +00:00
|
|
|
border-style : solid;
|
2013-03-29 14:53:16 +00:00
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expandable > hr {
|
|
|
|
display : none;
|
2013-03-29 15:00:50 +00:00
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expanded > hr {
|
|
|
|
margin-top : 0px;
|
|
|
|
margin-bottom : 0px;
|
2013-03-29 14:53:16 +00:00
|
|
|
}
|
|
|
|
|
2013-05-14 11:47:13 +00:00
|
|
|
div.cdm.expandable.Unread {
|
2013-03-29 15:50:25 +00:00
|
|
|
background : white;
|
2013-03-29 14:53:16 +00:00
|
|
|
}
|
|
|
|
|
2013-05-20 15:39:37 +00:00
|
|
|
div.cdm.expandable.Selected {
|
|
|
|
background : #f9fbff;
|
|
|
|
}
|
|
|
|
|
2013-05-14 11:47:13 +00:00
|
|
|
div.cdm.expandable.active {
|
2013-03-29 14:53:16 +00:00
|
|
|
background : white ! important;
|
2013-03-29 15:20:37 +00:00
|
|
|
}
|
|
|
|
|
2013-06-05 18:58:28 +00:00
|
|
|
div.cdm.expandable div.cdmHeader span.titleWrap {
|
|
|
|
white-space : nowrap;
|
|
|
|
text-overflow : ellipsis;
|
|
|
|
overflow : hidden;
|
|
|
|
max-width : 500px;
|
|
|
|
}
|
|
|
|
|
2013-07-11 08:28:24 +00:00
|
|
|
div.cdm.expandable.active div.cdmHeader span.titleWrap {
|
|
|
|
white-space : normal;
|
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expandable div.cdmHeader a.title {
|
2014-01-28 19:37:07 +00:00
|
|
|
font-weight : 600;
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2014-01-25 07:28:32 +00:00
|
|
|
font-size : 14px;
|
2013-07-16 07:47:30 +00:00
|
|
|
-webkit-transition : color 0.2s;
|
|
|
|
transition : color 0.2s;
|
2014-01-28 19:37:07 +00:00
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
2014-02-08 22:50:02 +00:00
|
|
|
"Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
|
2014-01-28 19:37:07 +00:00
|
|
|
Helvetica, Arial, sans-serif;
|
2013-05-07 14:44:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cdm.expandable.Unread div.cdmHeader a.title {
|
|
|
|
color : black;
|
2013-03-29 14:53:16 +00:00
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expandable.active div.cdmHeader a.title {
|
2015-08-12 13:58:06 +00:00
|
|
|
color : #0088cc;
|
2014-01-25 07:28:32 +00:00
|
|
|
font-size : 16px;
|
2014-01-28 19:37:07 +00:00
|
|
|
font-weight : 600;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
2014-02-08 22:50:02 +00:00
|
|
|
"Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
|
2014-01-28 19:37:07 +00:00
|
|
|
Helvetica, Arial, sans-serif;
|
2013-03-29 14:53:16 +00:00
|
|
|
}
|
|
|
|
|
2013-05-07 14:44:17 +00:00
|
|
|
div.cdm.expanded div.cdmHeader {
|
|
|
|
background : transparent ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdm.expanded div.cdmHeader a.title {
|
2014-01-25 07:28:32 +00:00
|
|
|
font-size : 16px;
|
2013-05-15 17:55:59 +00:00
|
|
|
color : #999;
|
2014-01-28 19:37:07 +00:00
|
|
|
font-weight : 600;
|
2013-07-16 07:47:30 +00:00
|
|
|
-webkit-transition : color 0.2s;
|
|
|
|
transition : color 0.2s;
|
2014-01-28 19:37:07 +00:00
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
2014-02-08 22:50:02 +00:00
|
|
|
"Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
|
2014-01-28 19:37:07 +00:00
|
|
|
Helvetica, Arial, sans-serif;
|
2013-05-07 14:44:17 +00:00
|
|
|
}
|
|
|
|
|
2013-05-20 15:39:37 +00:00
|
|
|
div.cdm.expanded.active {
|
|
|
|
background : white;
|
|
|
|
}
|
2013-05-07 14:44:17 +00:00
|
|
|
|
|
|
|
div.cdm.expanded.active div.cdmHeader a.title {
|
2015-08-12 13:58:06 +00:00
|
|
|
color : #0088cc;
|
2013-05-07 14:44:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cdm.expanded.Unread div.cdmHeader a.title {
|
|
|
|
color : black;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdm.expanded div.cdmContent {
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2013-05-07 14:44:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cdm.expanded.Unread div.cdmContent {
|
|
|
|
color : black;
|
|
|
|
}
|
|
|
|
|
2013-03-29 14:53:16 +00:00
|
|
|
div.cdm.active div.cdmContent {
|
2013-05-07 14:44:17 +00:00
|
|
|
color : black;
|
2010-11-09 17:57:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.cdmExcerpt {
|
2016-02-07 18:04:50 +00:00
|
|
|
white-space : nowrap;
|
2010-11-09 17:57:23 +00:00
|
|
|
font-size : 11px;
|
2014-01-28 20:21:57 +00:00
|
|
|
color : #999;
|
2010-11-09 17:57:23 +00:00
|
|
|
font-weight : normal;
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmContent div.postEnclosures {
|
|
|
|
margin-top : 1em;
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2010-11-09 17:57:23 +00:00
|
|
|
}
|
|
|
|
|
2010-11-13 11:04:37 +00:00
|
|
|
div.cdmFeedTitle {
|
2015-08-12 13:58:06 +00:00
|
|
|
border-color : #0088cc;
|
2010-11-13 11:04:37 +00:00
|
|
|
border-width : 0px 0px 1px 0px;
|
|
|
|
border-style : solid;
|
|
|
|
padding : 5px 3px 5px 5px;
|
|
|
|
}
|
|
|
|
|
2013-03-19 16:37:04 +00:00
|
|
|
div.cdmFeedTitle a.title {
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2013-03-19 16:37:04 +00:00
|
|
|
font-weight : bold;
|
|
|
|
}
|
2013-05-07 14:44:17 +00:00
|
|
|
|
2013-03-19 16:37:04 +00:00
|
|
|
div.cdmFeedTitle a {
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2013-03-19 16:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmFeedTitle a:hover {
|
2015-08-12 13:58:06 +00:00
|
|
|
color : #0088cc;
|
2013-03-19 16:37:04 +00:00
|
|
|
}
|
|
|
|
|
2013-03-13 08:33:59 +00:00
|
|
|
div.cdmHeader span.hlFeed {
|
|
|
|
float : right;
|
|
|
|
font-weight : normal;
|
2013-03-16 13:32:33 +00:00
|
|
|
font-style : italic;
|
2013-03-13 08:33:59 +00:00
|
|
|
}
|
2013-03-16 09:01:17 +00:00
|
|
|
|
2013-03-16 12:59:31 +00:00
|
|
|
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
|
|
|
|
vertical-align : middle;
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2013-03-16 13:17:55 +00:00
|
|
|
font-weight : normal;
|
2013-03-16 13:32:33 +00:00
|
|
|
font-style : italic;
|
|
|
|
font-size : 11px;
|
2013-03-16 12:59:31 +00:00
|
|
|
}
|
2013-03-20 07:04:41 +00:00
|
|
|
|
2013-05-07 15:39:04 +00:00
|
|
|
div.cdm .hlFeed a {
|
|
|
|
border-radius : 4px;
|
|
|
|
display : inline-block;
|
|
|
|
padding : 1px 4px 1px 4px;
|
|
|
|
}
|
|
|
|
|
2013-03-20 07:04:41 +00:00
|
|
|
div.cdmContentInner p {
|
2015-12-04 08:38:00 +00:00
|
|
|
/*max-width : 650px;*/
|
2013-07-26 14:26:28 +00:00
|
|
|
-webkit-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
hyphens: auto;
|
2013-03-20 07:04:41 +00:00
|
|
|
}
|
2013-03-20 16:33:46 +00:00
|
|
|
|
2013-03-21 12:50:27 +00:00
|
|
|
div.cdmContentInner iframe {
|
|
|
|
min-width : 50%;
|
2015-07-11 18:28:31 +00:00
|
|
|
max-width : 98%;
|
2013-03-21 12:50:27 +00:00
|
|
|
}
|
2013-03-22 08:42:48 +00:00
|
|
|
|
|
|
|
div.cdmHeader span.author {
|
2016-02-07 18:04:50 +00:00
|
|
|
white-space : nowrap;
|
2013-05-14 11:50:23 +00:00
|
|
|
color : #555;
|
2013-03-22 08:42:48 +00:00
|
|
|
font-size : 11px;
|
2013-03-23 05:25:36 +00:00
|
|
|
font-weight : normal;
|
2013-03-22 08:42:48 +00:00
|
|
|
}
|
2013-03-22 08:49:50 +00:00
|
|
|
|
2013-03-25 12:08:20 +00:00
|
|
|
|
2013-06-05 18:19:33 +00:00
|
|
|
div#floatingTitle {
|
|
|
|
position : absolute;
|
|
|
|
z-index : 5;
|
2014-01-27 18:03:42 +00:00
|
|
|
top : 0px;
|
2013-07-10 18:11:24 +00:00
|
|
|
right : 0px;
|
|
|
|
left : 0px;
|
2014-01-28 11:40:33 +00:00
|
|
|
border-color : #ddd;
|
2014-01-27 20:40:53 +00:00
|
|
|
border-width : 0px 0px 1px 0px;
|
2013-07-10 18:11:24 +00:00
|
|
|
border-style : solid;
|
2014-01-27 15:03:35 +00:00
|
|
|
background : white;
|
2013-06-05 18:19:33 +00:00
|
|
|
color : #555;
|
2014-01-27 20:37:52 +00:00
|
|
|
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
|
2013-06-05 18:19:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle > * {
|
|
|
|
display : table-cell;
|
|
|
|
white-space : nowrap;
|
|
|
|
vertical-align : middle;
|
2013-07-10 18:11:24 +00:00
|
|
|
padding : 9px 5px;
|
2013-06-05 18:19:33 +00:00
|
|
|
}
|
|
|
|
|
2013-07-10 18:11:24 +00:00
|
|
|
div#floatingTitle img {
|
|
|
|
margin-right : 4px;
|
|
|
|
margin-left : 4px;
|
2013-06-05 18:29:00 +00:00
|
|
|
}
|
|
|
|
|
2013-07-10 18:11:24 +00:00
|
|
|
div#floatingTitle span.author {
|
|
|
|
color : #555;
|
|
|
|
font-size : 11px;
|
|
|
|
font-weight : normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle a.title {
|
2014-01-25 07:28:32 +00:00
|
|
|
font-size : 16px;
|
2013-07-10 18:11:24 +00:00
|
|
|
color : #999;
|
2013-07-16 07:47:30 +00:00
|
|
|
-webkit-transition : color 0.2s;
|
|
|
|
transition : color 0.2s;
|
2014-01-28 19:37:07 +00:00
|
|
|
font-weight : 600;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
2014-02-08 22:50:02 +00:00
|
|
|
"Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
|
2014-01-28 19:37:07 +00:00
|
|
|
Helvetica, Arial, sans-serif;
|
2013-07-10 18:11:24 +00:00
|
|
|
}
|
2013-07-16 05:59:14 +00:00
|
|
|
|
|
|
|
div#floatingTitle.Unread a.title {
|
|
|
|
color : black;
|
|
|
|
}
|
|
|
|
|
2013-07-10 18:11:24 +00:00
|
|
|
div#floatingTitle img.anchor {
|
|
|
|
margin-left : 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle div.hlFeed {
|
|
|
|
padding-right : 10px;
|
|
|
|
color : #555;
|
|
|
|
font-weight : normal;
|
|
|
|
font-style : italic;
|
|
|
|
font-size : 11px;
|
|
|
|
white-space : nowrap;
|
|
|
|
}
|
|
|
|
|
2013-07-10 18:17:27 +00:00
|
|
|
div#floatingTitle div.hlFeed a {
|
|
|
|
border-radius : 4px;
|
|
|
|
display : inline-block;
|
|
|
|
padding : 1px 4px 1px 4px;
|
|
|
|
}
|
|
|
|
|
2013-07-10 18:11:24 +00:00
|
|
|
div#floatingTitle span.updated {
|
|
|
|
padding-right : 10px;
|
|
|
|
white-space : nowrap;
|
|
|
|
color : #555;
|
|
|
|
font-size : 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle div.hlFeed a {
|
|
|
|
color : #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#floatingTitle span.titleWrap {
|
|
|
|
width : 100%;
|
2013-07-10 18:24:49 +00:00
|
|
|
white-space : normal;
|
2013-06-05 18:19:33 +00:00
|
|
|
}
|
|
|
|
|
2013-07-10 18:11:24 +00:00
|
|
|
div#floatingTitle .dijit,
|
|
|
|
div#floatingTitle img.hlScorePic {
|
2013-06-05 18:19:33 +00:00
|
|
|
display : none;
|
|
|
|
}
|
2013-07-06 08:34:58 +00:00
|
|
|
|
|
|
|
.cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
|
|
|
|
.cdm.high .cdmHeader span.author {
|
|
|
|
color : #00aa00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
|
|
|
|
.cdm.Unread.high .cdmHeader span.author {
|
|
|
|
color : #00dd00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
|
|
|
|
.cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
|
|
|
|
.cdm.low .cdmHeader span.author {
|
|
|
|
color : #909090;
|
|
|
|
text-decoration : line-through;
|
|
|
|
}
|
|
|
|
|
2013-10-17 09:38:48 +00:00
|
|
|
div.cdmFeedTitle > * {
|
|
|
|
display : table-cell;
|
|
|
|
vertical-align : middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmFeedTitle a.title {
|
|
|
|
width : 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmFeedTitle a.catchup {
|
|
|
|
text-align : right;
|
|
|
|
color : #555;
|
|
|
|
padding-right : 10px;
|
|
|
|
font-size : 11px;
|
|
|
|
white-space : nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cdmFeedTitle a.catchup:hover {
|
2015-08-12 13:58:06 +00:00
|
|
|
color : #0088cc;
|
2013-10-17 09:38:48 +00:00
|
|
|
}
|
2013-07-06 08:34:58 +00:00
|
|
|
|