cdm.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
  2. vertical-align : middle;
  3. }
  4. div.cdmHeader, div.cdmFooter {
  5. display : table;
  6. }
  7. div.cdmHeader > * {
  8. display : table-cell;
  9. padding : 5px;
  10. }
  11. div.cdmFooter > * {
  12. display : table-cell;
  13. vertical-align : middle;
  14. }
  15. div.cdmHeader > div, div.cdmFooter > div {
  16. white-space : nowrap;
  17. }
  18. div.cdmHeader > span, div.cdmFooter > span.left {
  19. width : 100%;
  20. }
  21. div.cdmHeader span.updated {
  22. color : #555;
  23. font-weight : normal;
  24. font-size : 11px;
  25. white-space : nowrap;
  26. vertical-align : middle;
  27. }
  28. div.cdmHeader input {
  29. margin-right : 5px;
  30. }
  31. div.cdmHeader div.updPic {
  32. width : 25px;
  33. display : inline-block;
  34. text-align : center;
  35. }
  36. div.cdmHeader div.updPic img {
  37. vertical-align : middle;
  38. }
  39. div.cdmHeader img, div.cdmFooter img {
  40. margin : 0px 4px;
  41. }
  42. div.cdmHeader input {
  43. margin-left : 4px;
  44. margin-right : 4px;
  45. }
  46. div.cdmIntermediate {
  47. margin : 10px;
  48. }
  49. div.cdmContentInner {
  50. margin : 10px;
  51. line-height : 1.5;
  52. font-size : 15px;
  53. }
  54. div.cdmContentInner img,
  55. div.cdmContentInner video {
  56. border-width : 0px;
  57. max-width : 98%;
  58. height : auto;
  59. }
  60. div.cdmContentInner h1 {
  61. font-size : 16px;
  62. }
  63. div.cdmContentInner h2,
  64. div.cdmContentInner h3,
  65. div.cdmContentInner h4 {
  66. font-size : 15px;
  67. }
  68. div.cdmFooter {
  69. height : 30px;
  70. padding-left : 5px;
  71. font-weight : normal;
  72. color : #555;
  73. clear : both;
  74. }
  75. div.cdm {
  76. margin-right : 4px;
  77. }
  78. div.cdm.expanded {
  79. margin-top : 4px;
  80. margin-bottom : 4px;
  81. }
  82. div.cdm.expanded div.cdmFooter {
  83. border-style : solid;
  84. border-width : 0px 0px 1px 0px;
  85. border-color : #ddd;
  86. }
  87. div.cdm.expandable {
  88. background-color : #f0f0f0;
  89. border-width : 0px 0px 1px 0px;
  90. border-color : #ddd;
  91. border-style : solid;
  92. }
  93. div.cdm.expandable > hr {
  94. display : none;
  95. }
  96. div.cdm.expanded > hr {
  97. margin-top : 0px;
  98. margin-bottom : 0px;
  99. }
  100. div.cdm.expandable.Unread {
  101. background : white;
  102. }
  103. div.cdm.expandable.Selected {
  104. background : #f9fbff;
  105. }
  106. div.cdm.expandable.active {
  107. background : white ! important;
  108. }
  109. div.cdm.expandable div.cdmHeader span.titleWrap {
  110. white-space : nowrap;
  111. text-overflow : ellipsis;
  112. overflow : hidden;
  113. max-width : 500px;
  114. }
  115. div.cdm.expandable.active div.cdmHeader span.titleWrap {
  116. white-space : normal;
  117. }
  118. div.cdm.expandable div.cdmHeader a.title {
  119. font-weight : 600;
  120. color : #555;
  121. font-size : 14px;
  122. -webkit-transition : color 0.2s;
  123. transition : color 0.2s;
  124. text-rendering: optimizelegibility;
  125. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  126. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  127. Helvetica, Arial, sans-serif;
  128. }
  129. div.cdm.expandable.Unread div.cdmHeader a.title {
  130. color : black;
  131. }
  132. div.cdm.expandable.active div.cdmHeader a.title {
  133. color : #0088cc;
  134. font-size : 16px;
  135. font-weight : 600;
  136. text-rendering: optimizelegibility;
  137. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  138. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  139. Helvetica, Arial, sans-serif;
  140. }
  141. div.cdm.expanded div.cdmHeader {
  142. background : transparent ! important;
  143. }
  144. div.cdm.expanded div.cdmHeader a.title {
  145. font-size : 16px;
  146. color : #999;
  147. font-weight : 600;
  148. -webkit-transition : color 0.2s;
  149. transition : color 0.2s;
  150. text-rendering: optimizelegibility;
  151. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  152. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  153. Helvetica, Arial, sans-serif;
  154. }
  155. div.cdm.expanded.active {
  156. background : white;
  157. }
  158. div.cdm.expanded.active div.cdmHeader a.title {
  159. color : #0088cc;
  160. }
  161. div.cdm.expanded.Unread div.cdmHeader a.title {
  162. color : black;
  163. }
  164. div.cdm.expanded div.cdmContent {
  165. color : #555;
  166. }
  167. div.cdm.expanded.Unread div.cdmContent {
  168. color : black;
  169. }
  170. div.cdm.active div.cdmContent {
  171. color : black;
  172. }
  173. span.cdmExcerpt {
  174. white-space : nowrap;
  175. font-size : 11px;
  176. color : #999;
  177. font-weight : normal;
  178. cursor : pointer;
  179. }
  180. div.cdmContent div.postEnclosures {
  181. margin-top : 1em;
  182. color : #555;
  183. }
  184. div.cdmFeedTitle {
  185. border-color : #0088cc;
  186. border-width : 0px 0px 1px 0px;
  187. border-style : solid;
  188. padding : 5px 3px 5px 5px;
  189. }
  190. div.cdmFeedTitle a.title {
  191. color : #555;
  192. font-weight : bold;
  193. }
  194. div.cdmFeedTitle a {
  195. color : #555;
  196. }
  197. div.cdmFeedTitle a:hover {
  198. color : #0088cc;
  199. }
  200. div.cdmHeader span.hlFeed {
  201. float : right;
  202. font-weight : normal;
  203. font-style : italic;
  204. }
  205. div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
  206. vertical-align : middle;
  207. color : #555;
  208. font-weight : normal;
  209. font-style : italic;
  210. font-size : 11px;
  211. }
  212. div.cdm .hlFeed a {
  213. border-radius : 4px;
  214. display : inline-block;
  215. padding : 1px 4px 1px 4px;
  216. }
  217. div.cdmContentInner p {
  218. /*max-width : 650px;*/
  219. -webkit-hyphens: auto;
  220. -moz-hyphens: auto;
  221. hyphens: auto;
  222. }
  223. div.cdmContentInner iframe {
  224. min-width : 50%;
  225. max-width : 98%;
  226. }
  227. div.cdmHeader span.author {
  228. white-space : nowrap;
  229. color : #555;
  230. font-size : 11px;
  231. font-weight : normal;
  232. }
  233. div#floatingTitle {
  234. position : absolute;
  235. z-index : 5;
  236. top : 0px;
  237. right : 0px;
  238. left : 0px;
  239. border-color : #ddd;
  240. border-width : 0px 0px 1px 0px;
  241. border-style : solid;
  242. background : white;
  243. color : #555;
  244. box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
  245. }
  246. div#floatingTitle > * {
  247. display : table-cell;
  248. white-space : nowrap;
  249. vertical-align : middle;
  250. padding : 9px 5px;
  251. }
  252. div#floatingTitle img {
  253. margin-right : 4px;
  254. margin-left : 4px;
  255. }
  256. div#floatingTitle span.author {
  257. color : #555;
  258. font-size : 11px;
  259. font-weight : normal;
  260. }
  261. div#floatingTitle a.title {
  262. font-size : 16px;
  263. color : #999;
  264. -webkit-transition : color 0.2s;
  265. transition : color 0.2s;
  266. font-weight : 600;
  267. text-rendering: optimizelegibility;
  268. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  269. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  270. Helvetica, Arial, sans-serif;
  271. }
  272. div#floatingTitle.Unread a.title {
  273. color : black;
  274. }
  275. div#floatingTitle img.anchor {
  276. margin-left : 0px;
  277. }
  278. div#floatingTitle div.hlFeed {
  279. padding-right : 10px;
  280. color : #555;
  281. font-weight : normal;
  282. font-style : italic;
  283. font-size : 11px;
  284. white-space : nowrap;
  285. }
  286. div#floatingTitle div.hlFeed a {
  287. border-radius : 4px;
  288. display : inline-block;
  289. padding : 1px 4px 1px 4px;
  290. }
  291. div#floatingTitle span.updated {
  292. padding-right : 10px;
  293. white-space : nowrap;
  294. color : #555;
  295. font-size : 11px;
  296. }
  297. div#floatingTitle div.hlFeed a {
  298. color : #555;
  299. }
  300. div#floatingTitle span.titleWrap {
  301. width : 100%;
  302. white-space : normal;
  303. }
  304. div#floatingTitle .dijit,
  305. div#floatingTitle img.hlScorePic {
  306. display : none;
  307. }
  308. .cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
  309. .cdm.high .cdmHeader span.author {
  310. color : #00aa00;
  311. }
  312. .cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
  313. .cdm.Unread.high .cdmHeader span.author {
  314. color : #00dd00;
  315. }
  316. .cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
  317. .cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
  318. .cdm.low .cdmHeader span.author {
  319. color : #909090;
  320. text-decoration : line-through;
  321. }
  322. div.cdmFeedTitle > * {
  323. display : table-cell;
  324. vertical-align : middle;
  325. }
  326. div.cdmFeedTitle a.title {
  327. width : 100%;
  328. }
  329. div.cdmFeedTitle a.catchup {
  330. text-align : right;
  331. color : #555;
  332. padding-right : 10px;
  333. font-size : 11px;
  334. white-space : nowrap;
  335. }
  336. div.cdmFeedTitle a.catchup:hover {
  337. color : #0088cc;
  338. }