cdm.css 5.6 KB

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