cdm.css 6.8 KB

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