cdm.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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 : #a0a0a0;
  177. border-width : 0px 0px 1px 0px;
  178. border-style : solid;
  179. padding : 5px 3px 5px 5px;
  180. background : url("../images/toolbar.png") bottom left;
  181. background-repeat : repeat-x;
  182. }
  183. div.cdmFeedTitle a.title {
  184. color : #555;
  185. font-style : italic;
  186. font-weight : bold;
  187. }
  188. div.cdmFeedTitle a {
  189. color : #555;
  190. }
  191. div.cdmFeedTitle a:hover {
  192. color : #4684ff;
  193. }
  194. div.cdmHeader span.hlFeed {
  195. float : right;
  196. font-weight : normal;
  197. font-style : italic;
  198. }
  199. div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
  200. vertical-align : middle;
  201. color : #555;
  202. font-weight : normal;
  203. font-style : italic;
  204. font-size : 11px;
  205. }
  206. div.cdm .hlFeed a {
  207. border-radius : 4px;
  208. display : inline-block;
  209. padding : 1px 4px 1px 4px;
  210. }
  211. div.cdmContentInner p {
  212. max-width : 650px;
  213. -webkit-hyphens: auto;
  214. -moz-hyphens: auto;
  215. hyphens: auto;
  216. }
  217. div.cdmContentInner iframe {
  218. min-width : 50%;
  219. }
  220. div.cdmHeader span.author {
  221. color : #555;
  222. font-size : 11px;
  223. font-weight : normal;
  224. }
  225. div#floatingTitle {
  226. position : absolute;
  227. z-index : 5;
  228. top : 0px;
  229. right : 0px;
  230. left : 0px;
  231. border-color : #ddd;
  232. border-width : 0px 0px 1px 0px;
  233. border-style : solid;
  234. background : white;
  235. color : #555;
  236. box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
  237. }
  238. div#floatingTitle > * {
  239. display : table-cell;
  240. white-space : nowrap;
  241. vertical-align : middle;
  242. padding : 9px 5px;
  243. }
  244. div#floatingTitle img {
  245. margin-right : 4px;
  246. margin-left : 4px;
  247. }
  248. div#floatingTitle span.author {
  249. color : #555;
  250. font-size : 11px;
  251. font-weight : normal;
  252. }
  253. div#floatingTitle a.title {
  254. font-size : 16px;
  255. color : #999;
  256. -webkit-transition : color 0.2s;
  257. transition : color 0.2s;
  258. font-weight : 600;
  259. text-rendering: optimizelegibility;
  260. font-family : "Segoe WP Semibold", "Segoe UI Semibold",
  261. "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
  262. Helvetica, Arial, sans-serif;
  263. }
  264. div#floatingTitle.Unread a.title {
  265. color : black;
  266. }
  267. div#floatingTitle img.anchor {
  268. margin-left : 0px;
  269. }
  270. div#floatingTitle div.hlFeed {
  271. padding-right : 10px;
  272. color : #555;
  273. font-weight : normal;
  274. font-style : italic;
  275. font-size : 11px;
  276. white-space : nowrap;
  277. }
  278. div#floatingTitle div.hlFeed a {
  279. border-radius : 4px;
  280. display : inline-block;
  281. padding : 1px 4px 1px 4px;
  282. }
  283. div#floatingTitle span.updated {
  284. padding-right : 10px;
  285. white-space : nowrap;
  286. color : #555;
  287. font-size : 11px;
  288. }
  289. div#floatingTitle div.hlFeed a {
  290. color : #555;
  291. }
  292. div#floatingTitle span.titleWrap {
  293. width : 100%;
  294. white-space : normal;
  295. }
  296. div#floatingTitle .dijit,
  297. div#floatingTitle img.hlScorePic {
  298. display : none;
  299. }
  300. .cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
  301. .cdm.high .cdmHeader span.author {
  302. color : #00aa00;
  303. }
  304. .cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
  305. .cdm.Unread.high .cdmHeader span.author {
  306. color : #00dd00;
  307. }
  308. .cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
  309. .cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
  310. .cdm.low .cdmHeader span.author {
  311. color : #909090;
  312. text-decoration : line-through;
  313. }
  314. div.cdmFeedTitle > * {
  315. display : table-cell;
  316. vertical-align : middle;
  317. }
  318. div.cdmFeedTitle a.title {
  319. width : 100%;
  320. }
  321. div.cdmFeedTitle a.catchup {
  322. text-align : right;
  323. color : #555;
  324. padding-right : 10px;
  325. font-size : 11px;
  326. white-space : nowrap;
  327. }
  328. div.cdmFeedTitle a.catchup:hover {
  329. color : #4684ff;
  330. }