cdm.css 5.9 KB

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