cdm.css 6.9 KB

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