cdm.css 5.3 KB

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