tt-rss.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. body {
  2. background : white;
  3. color : black;
  4. margin : 0px;
  5. padding : 0px;
  6. font-family : sans-serif;
  7. }
  8. /* common styles */
  9. table.main td.headerBox {
  10. background-image : url("images/vgrad_light_rev2.png");
  11. background-position : top left;
  12. background-repeat : repeat-x;
  13. }
  14. table.main td.header {
  15. padding : 10px 10px 10px 30px;
  16. height : 70px;
  17. }
  18. table.main td.mainToolbar {
  19. border-width : 0px 0px 0px 0px;
  20. border-style : solid;
  21. border-color : #c0c0c0;
  22. padding : 3px 25px 3px 10px;
  23. }
  24. table.main td.prefsToolbar {
  25. padding : 0px 5px 5px 0px;
  26. }
  27. table.main td.feeds {
  28. width : 290px;
  29. height : 100%;
  30. border-width : 1px 0px 0px 0px;
  31. border-style : solid;
  32. border-color : #c0c0c0;
  33. padding : 0px;
  34. }
  35. table.main td.headlinesToolbarBox {
  36. padding : 10px;
  37. border-width : 0px 0px 1px 1px;
  38. border-style : solid;
  39. border-color : #c0c0c0;
  40. background-image : url("images/vgrad_light.png");
  41. background-position : bottom left;
  42. background-repeat : repeat-x;
  43. }
  44. table.main td.footer {
  45. border-width : 1px 0px 0px 0px;
  46. border-style : solid;
  47. border-color : #c0c0c0;
  48. padding : 10px;
  49. text-align : center;
  50. font-size : x-small;
  51. background-image : url("images/vgrad_light_rev2.png");
  52. background-position : top left;
  53. background-repeat : repeat-x;
  54. color : gray;
  55. }
  56. table.main td.footer a {
  57. color : gray;
  58. }
  59. table.main td.footer a:hover {
  60. color : #5050aa;
  61. }
  62. table.main td.headlines {
  63. height : 25%;
  64. border-width : 0px 0px 1px 1px;
  65. border-style : solid;
  66. border-color : #c0c0c0;
  67. }
  68. table.main td.headlines2 {
  69. height : 100%;
  70. border-width : 0px 0px 0px 1px;
  71. border-style : solid;
  72. border-color : #c0c0c0;
  73. }
  74. table.main td.content {
  75. height : 100%;
  76. background-image : url("images/vgrad_light_rev.png");
  77. background-position : top left;
  78. background-repeat : repeat-x;
  79. border-width : 0px 0px 0px 1px;
  80. border-style : solid;
  81. border-color : #c0c0c0;
  82. }
  83. table.main td.prefContent {
  84. height : 100%;
  85. background-image : url("images/vgrad_light_rev.png");
  86. background-position : top left;
  87. background-repeat : repeat-x;
  88. border-width : 1px 0px 0px 0px;
  89. border-style : solid;
  90. border-color : #c0c0c0;
  91. padding : 20px;
  92. }
  93. div.postReply {
  94. background-image : url("images/vgrad_light_rev.png");
  95. background-position : top left;
  96. background-repeat : repeat-x;
  97. height : 100%;
  98. padding : 10px;
  99. }
  100. div.postReply a {
  101. color : #5050aa;
  102. }
  103. div.postReply a:hover {
  104. color : black;
  105. }
  106. div.postReply div.postHeader {
  107. background : white;
  108. border : 1px solid #c0c0c0;
  109. }
  110. div.postReply > div.postHeader {
  111. padding : 5px;
  112. }
  113. div.postReply div.postContent {
  114. padding : 10px;
  115. }
  116. div.postReply div.postIcon {
  117. float : right;
  118. border : 0px;
  119. margin : 10px 0px 10px 10px;
  120. }
  121. ul.feedList {
  122. list-style-type : none;
  123. margin : 5px;
  124. padding : 0px 0px 0px 10px;
  125. }
  126. ul.feedList li.feedCat {
  127. margin : 0px;
  128. padding : 3px 0px 3px 0px;
  129. color : #707070;
  130. font-size : x-small;
  131. }
  132. ul.feedList li.feedCat a {
  133. color : #707070;
  134. }
  135. ul.feedList li.feedCat a:hover {
  136. color : #5050aa;
  137. }
  138. ul.feedCatList {
  139. list-style-type : none;
  140. margin : 0px 0px 0px 20px;
  141. padding : 0px;
  142. }
  143. ul.feedCatList li {
  144. margin : 0px;
  145. padding : 0px 0px 0px 0px;
  146. color : black;
  147. }
  148. ul.feedList li {
  149. margin : 0px;
  150. }
  151. /*
  152. li.oddSelected, li.evenSelected {
  153. background-color : white;
  154. }
  155. li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
  156. li.oddSelectedUnread {
  157. background-color : white;
  158. font-weight : bold;
  159. }
  160. li.oddSelected a, li.evenSelected a,
  161. li.oddUnreadSelected a, li.evenUnreadSelected a {
  162. color : #5050aa;
  163. }
  164. ul.feedlist
  165. li.virtSelected,
  166. li.virtUnreadSelected,
  167. li.virtSelectedUnread,
  168. li.feedSelected,
  169. li.labelSelected,
  170. li.feedUnreadSelected,
  171. li.labelUnreadSelected,
  172. li.feedSelectedUnread,
  173. li.labelSelectedUnread {
  174. background-color : white;
  175. }
  176. ul.feedlist
  177. li.feedSelected a,
  178. li.labelSelected a,
  179. li.feedUnreadSelected a,
  180. li.labelUnreadSelected a,
  181. li.virtSelected a,
  182. li.virtUnreadSelected a,
  183. li.virtSelectedUnread a {
  184. color : #5050aa;
  185. } */
  186. ul.feedlist li.feedUnread,
  187. ul.feedlist li.errorUnread,
  188. ul.feedlist li.labelUnread,
  189. ul.feedlist li.virtUnread,
  190. ul.feedlist li.tagUnread {
  191. font-weight : bold;
  192. }
  193. ul.feedlist li.errorSelected a,
  194. ul.feedlist li.error a,
  195. ul.feedlist li.errorUnread a,
  196. ul.feedlist li.errorUnreadSelected a {
  197. color : #f04040;
  198. }
  199. ul.feedlist li.feedSelected a,
  200. ul.feedlist li.labelSelected a,
  201. ul.feedlist li.virtSelected a,
  202. ul.feedlist li.tagSelected a {
  203. color : #5050aa;
  204. }
  205. ul.feedlist li.feedUnreadSelected a,
  206. ul.feedlist li.labelUnreadSelected a,
  207. ul.feedlist li.virtUnreadSelected a,
  208. ul.feedlist li.tagUnreadSelected a {
  209. color : #5050aa;
  210. }
  211. ul.feedlist li.feedUnreadSelected,
  212. ul.feedlist li.errorUnreadSelected,
  213. ul.feedlist li.labelUnreadSelected,
  214. ul.feedlist li.virtUnreadSelected,
  215. ul.feedlist li.tagUnreadSelected {
  216. font-weight : bold;
  217. }
  218. ul.feedList li.feed {
  219. display : block;
  220. }
  221. ul.feedList img, img.tinyFeedIcon {
  222. margin : 0px 3px 0px 0px;
  223. width : 16px;
  224. height : 16px;
  225. border-width : 0px;
  226. }
  227. h1 {
  228. font-size : 16pt;
  229. }
  230. h2 {
  231. font-size : 14pt;
  232. font-weight : bold;
  233. border-width : 0px 0px 1px 0px;
  234. border-style : solid;
  235. border-color : #e0e0e0;
  236. }
  237. h3 {
  238. font-size : 12pt;
  239. font-weight : bold;
  240. border-width : 0px 0px 1px 0px;
  241. border-style : solid;
  242. border-color : #e0e0e0;
  243. }
  244. hr {
  245. border-width : 0px 0px 1px 0px;
  246. border-style : dashed;
  247. border-color : #e0e0e0;
  248. }
  249. a {
  250. color : black;
  251. text-decoration : none;
  252. }
  253. a:hover {
  254. color : #5050aa;
  255. }
  256. #piggie {
  257. width : 400;
  258. height : 400;
  259. right : 0;
  260. top : -400;
  261. background-color : white;
  262. display : none;
  263. z-index : 3;
  264. background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
  265. background-position : center center;
  266. background-repeat : no-repeat;
  267. position : absolute;
  268. border : 1px solid pink;
  269. margin-left : auto;
  270. margin-right : auto;
  271. -moz-border-radius : 10px;
  272. opacity : 0.8;
  273. }
  274. #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
  275. #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
  276. #iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
  277. #iedit_parent_feed {
  278. width : 100%;
  279. padding-left : 2px;
  280. }
  281. input.editbox {
  282. width : 200px;
  283. padding-left : 2px;
  284. }
  285. td.notifyBox {
  286. font-size : 10pt;
  287. text-align : right;
  288. }
  289. #notify {
  290. color : black;
  291. font-weight : bold;
  292. padding : 3px;
  293. }
  294. #dispSwitch {
  295. padding : 5px 5px 5px 0px;
  296. font-size : x-small;
  297. text-align : right;
  298. }
  299. #dispSwitch a {
  300. color : gray;
  301. }
  302. #dispSwitch a:hover {
  303. color : #5050aa;
  304. }
  305. div.expPane {
  306. margin : 15px;
  307. }
  308. iframe {
  309. border : 0px solid white;
  310. }
  311. iframe.feedsFrameWithActions {
  312. width : 100%;
  313. height : 90%;
  314. margin : 0px;
  315. padding : 0px;
  316. }
  317. iframe.feedsFrame {
  318. width : 100%;
  319. height : 100%;
  320. margin : 0px;
  321. padding : 0px;
  322. }
  323. iframe.contentFrame, iframe.headlinesFrame {
  324. width : 100%;
  325. padding : 0px;
  326. margin : 0px;
  327. height : 100%;
  328. }
  329. .button {
  330. border : 1px solid #d0d0d0;
  331. background-image : url("images/button.png");
  332. background-position : top;
  333. background-repeat : repeat-x;
  334. background-color : white;
  335. color : black;
  336. }
  337. .button:hover {
  338. background : white;
  339. text-decoration : none;
  340. color : black;
  341. }
  342. a.button {
  343. padding : 2px 5px 2px 5px;
  344. font-size : small;
  345. }
  346. .evenUnreadSelected, .evenSelectedUnread {
  347. background-color : #e0e0ff;
  348. font-weight : bold;
  349. }
  350. .oddUnreadSelected, .oddSelectedUnread {
  351. background-color : #e0e0ff;
  352. font-weight : bold;
  353. }
  354. .evenSelected, .oddSelected {
  355. background-color : #e0e0ff;
  356. }
  357. /*
  358. .feedUnreadSelected, .feedSelectedUnread,
  359. .virtUnreadSelected, .virtSelectedUnread,
  360. .labelUnreadSelected, .labelSelectedUnread {
  361. background-color : #e0e0ff;
  362. font-weight : bold;
  363. } */
  364. .disabledButton {
  365. border : 1px solid #c0c0c0;
  366. background-color : white;
  367. color : gray;
  368. }
  369. .evenGrayed {
  370. background-color : #f0f0f0;
  371. color : #909090;
  372. }
  373. .oddGrayed {
  374. color : #909090;
  375. }
  376. .even {
  377. background-color : #f0f0f0;
  378. }
  379. .evenUnread {
  380. background-color : #f0f0f0;
  381. font-weight : bold;
  382. }
  383. .oddUnread {
  384. font-weight : bold;
  385. }
  386. .invisible {
  387. display : none;
  388. }
  389. td > input, div > input {
  390. border : 1px solid #a0a0a0;
  391. }
  392. /* preferences */
  393. tr.title td {
  394. border-width : 0px 0px 1px 0px;
  395. border-color : #f0f0f0;
  396. border-style : solid;
  397. font-size : x-small;
  398. color : gray;
  399. }
  400. tr.title td a {
  401. color : gray;
  402. }
  403. tr.title td a:hover {
  404. color : #5050aa;
  405. }
  406. table.prefFeedList td.feedEditCat {
  407. font-size : large;
  408. font-weight : bold;
  409. padding : 5px 0px 5px 0px;
  410. }
  411. table.prefFeedList td.feedIcon {
  412. text-align : center;
  413. }
  414. table.prefFeedList td.feedSelect {
  415. text-align : center;
  416. }
  417. a.helpLink {
  418. color : #808080;
  419. }
  420. a.helpLink:hover {
  421. color : #5050aa;
  422. }
  423. div.helpResponse {
  424. margin : 10px;
  425. background-image : url("images/vgrad_light_rev2.png");
  426. background-position : top left;
  427. background-repeat : repeat-x;
  428. padding : 10px 20px 10px 20px;
  429. border : 1px solid #f0f0f0;
  430. }
  431. #userDlgShadow {
  432. z-index : 3;
  433. position : absolute;
  434. left : 30%;
  435. top : 30%;
  436. display : none;
  437. background-image : url("images/shadow.png");
  438. }
  439. #userDlg {
  440. padding : 15px;
  441. border : 1px solid #c0c0c0;
  442. font-size : small;
  443. position : relative;
  444. bottom : 2px;
  445. right : 2px;
  446. background-color : white;
  447. background-image : url("images/vgrad_light_rev2.png");
  448. background-position : top left;
  449. background-repeat : repeat-x;
  450. }
  451. #qafInput {
  452. width : 300px;
  453. }
  454. #infoBox {
  455. border : 1px solid #c0c0c0;
  456. padding-bottom : 10px;
  457. font-size : small;
  458. position : relative;
  459. bottom : 2px;
  460. right : 2px;
  461. background-color : white;
  462. }
  463. #infoBoxShadow {
  464. background-image : url("images/shadow.png");
  465. position : absolute;
  466. width : 30%;
  467. left : 35%;
  468. top : 30%;
  469. z-index : 3;
  470. display : none;
  471. }
  472. div.infoBoxContents {
  473. background-image : url("images/vgrad_light_rev2.png");
  474. background-position : top left;
  475. background-repeat : repeat-x;
  476. padding : 5px;
  477. margin-bottom : 5px;
  478. }
  479. div.infoBoxContents td {
  480. font-size : small;
  481. }
  482. div.helpResponse h1, div.infoBoxContents h1 {
  483. border-width : 0px 0px 1px 0px;
  484. border-style : solid;
  485. border-color : #c0c0c0;
  486. font-size : 16pt;
  487. }
  488. div.helpResponse h2, div.infoBoxContents h2 {
  489. border-width : 0px 0px 0px 0px;
  490. font-size : 12pt;
  491. }
  492. /* pre {
  493. border : 1px solid #c0c0c0;
  494. padding : 5px;
  495. background : #f0f0f0;
  496. margin : 5px 10px 5px 10px;
  497. } */
  498. pre {
  499. margin : 5px;
  500. }
  501. input.extSearch {
  502. width : 200px;
  503. }
  504. table.main td.prefsTabs {
  505. padding-left : 5px;
  506. }
  507. input.prefsTab {
  508. border-width : 1px 1px 0px 1px;
  509. border-color : #c0c0c0;
  510. padding : 2px 7px 2px 7px;
  511. margin : 0px 1px 0px 0px;
  512. width : 130px;
  513. background-image : url("images/vgrad_light_rev2.png");
  514. background-position : top left;
  515. background-repeat : repeat-x;
  516. -moz-border-radius : 7px 7px 0px 0px;
  517. font-size : small;
  518. }
  519. input.prefsTabSelected {
  520. border-width : 1px 1px 0px 1px;
  521. border-color : #c0c0c0;
  522. padding : 2px 7px 2px 7px;
  523. margin : 0px 1px 0px 0px;
  524. width : 130px;
  525. background : white;
  526. font-weight : bold;
  527. background-position : top left;
  528. background-repeat : repeat-x;
  529. -moz-border-radius : 7px 7px 0px 0px;
  530. font-size : small;
  531. }
  532. input.prefsTab:hover {
  533. background : white;
  534. }
  535. div.warning {
  536. background : #fffff0;
  537. border : 1px solid #c0c0c0;
  538. padding : 5px;
  539. margin : 5px;
  540. font-size : x-small;
  541. }
  542. div.notice {
  543. background : #ffffff;
  544. border : 1px solid #c0c0c0;
  545. padding : 5px;
  546. margin : 5px;
  547. font-size : x-small;
  548. }
  549. ul.nomarks {
  550. list-style-type : none;
  551. margin : 0px;
  552. padding : 10px;
  553. }
  554. div.bigErrorMsg {
  555. border : 1px solid #c0c0c0;
  556. background : #fff0f0;
  557. padding : 30px;
  558. margin : 20px;
  559. }
  560. div.prefHelp, td.prefHelp {
  561. font-size : x-small;
  562. color : gray;
  563. padding : 5px;
  564. }
  565. td.welcomePrompt {
  566. font-size : x-small;
  567. color : gray;
  568. text-align : right;
  569. padding-right : 10px;
  570. }
  571. td.httpWelcomePrompt {
  572. font-size : small;
  573. color : gray;
  574. text-align : right;
  575. }
  576. table.loginForm {
  577. background-image : url("images/vgrad_light_rev.png");
  578. background-color : white;
  579. background-position : top left;
  580. background-repeat : repeat-x;
  581. }
  582. table.innerLoginForm {
  583. border : 1px solid #f0f0f0;
  584. padding : 50px;
  585. background-color : white;
  586. }
  587. table.innerLoginForm td {
  588. padding : 3px 3px 5px 3px;
  589. }
  590. span.insensitive {
  591. color : gray;
  592. }
  593. .prefGenericAddBox {
  594. margin : 5px;
  595. font-size : small;
  596. }
  597. .prefGenericAddBox td {
  598. font-size : small;
  599. }
  600. body.logoutBody {
  601. background-color : #f0f0f0;
  602. color : black;
  603. }
  604. span.logoutWarning {
  605. color : red;
  606. font-weight : bold;
  607. }
  608. div.logoutContent {
  609. width : 600px;
  610. border : 1px solid #c0c0c0;
  611. background-color : white;
  612. margin-left : auto;
  613. margin-right : auto;
  614. margin-top : 20px;
  615. padding : 10px;
  616. }
  617. .small {
  618. font-size : x-small;
  619. }
  620. table.innerFeedTable td {
  621. margin : 0px;
  622. padding : 0px;
  623. }
  624. td.selectPrompt {
  625. font-size : x-small;
  626. color : gray;
  627. }
  628. table.headlinesSubToolbar td.headlineActions {
  629. font-size : x-small;
  630. color : gray;
  631. padding : 5px 0px 5px 5px;
  632. }
  633. table.headlinesSubToolbar td.headlineActionsRTL {
  634. font-size : x-small;
  635. color : gray;
  636. padding : 5px 5px 5px 0px;
  637. }
  638. table.headlinesSubToolbar td.headlineTitle {
  639. font-size : x-small;
  640. color : gray;
  641. padding : 5px 5px 5px 0px;
  642. text-align : right;
  643. }
  644. table.headlinesSubToolbar td.headlineTitleRTL {
  645. font-size : x-small;
  646. color : gray;
  647. padding : 5px 0px 5px 5px;
  648. text-align : left;
  649. }
  650. span.contentPreview {
  651. font-size : x-small;
  652. color : gray;
  653. font-weight : normal;
  654. }
  655. span.contentPreview:hover {
  656. color : #5050aa;
  657. }
  658. table.headlinesList td.hlMarkedPic {
  659. width : 25px;
  660. text-align : center;
  661. }
  662. table.headlinesList td.hlfeed {
  663. text-align : right;
  664. font-size : small;
  665. }
  666. td.hlSelectRow, td.hlUpdatePic {
  667. width : 25px;
  668. text-align : center;
  669. }
  670. table.headlinesList td.hlUpdated {
  671. font-size : small;
  672. color : gray;
  673. text-align : right;
  674. width : 100px;
  675. }
  676. table.headlinesList tr td {
  677. padding : 2px 0px 2px 0px;
  678. }
  679. /*
  680. tr.even td.headlineContent, tr.evenUnread td.headlineContent {
  681. display : block;
  682. overflow : hidden;
  683. height : 1em;
  684. background-color : #f0f0f0;
  685. }
  686. tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
  687. display : block;
  688. overflow : hidden;
  689. height : 1em;
  690. }
  691. tr.oddSelected td.headlineContent,
  692. tr.evenSelected td.headlineContent,
  693. tr.oddUnreadSelected td.headlineContent,
  694. tr.evenUnreadSelected td.headlineContent {
  695. display : block;
  696. overflow : hidden;
  697. height : 1em;
  698. background-color : #e0e0ff;
  699. } */
  700. div.postHeader td.postDate {
  701. font-size : x-small;
  702. text-align : right;
  703. color : gray;
  704. }
  705. div.postHeader td.postDateRTL {
  706. font-size : x-small;
  707. text-align : left;
  708. color : gray;
  709. }
  710. #feedUpdateErrors {
  711. display : none;
  712. }
  713. #allEntryTags {
  714. font-size : x-small;
  715. border-width : 0px 0px 1px 0px;
  716. border-style : solid;
  717. border-color : #c0c0c0;
  718. padding-bottom : 5px;
  719. display : none;
  720. }
  721. /*td.hlContent {
  722. overflow : hidden;
  723. height : 1em;
  724. display : block;
  725. } */
  726. td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
  727. height : 1em;
  728. }
  729. div.cdmArticle {
  730. border : 1px solid #f0f0f0;
  731. background-color : #fafafa;
  732. -moz-border-radius : 5px;
  733. margin : 10px 10px 0px 10px;
  734. padding : 10px;
  735. }
  736. div.cdmArticleUnread {
  737. border : 1px solid #d5f1f4;
  738. background-color : #fafeff;
  739. -moz-border-radius : 5px;
  740. margin : 10px 10px 0px 10px;
  741. padding : 10px;
  742. }
  743. div.cdmArticleSelected, div.cdmArticleUnreadSelected {
  744. border : 1px solid #d0d0f6;
  745. background-color : #eaeaff;
  746. -moz-border-radius : 5px;
  747. margin : 10px 10px 0px 10px;
  748. padding : 10px;
  749. }
  750. div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
  751. font-weight : bold;
  752. }
  753. div.cdmHeader {
  754. padding-bottom : 5px;
  755. }
  756. div.cdmFooter {
  757. font-size : x-small;
  758. color : gray;
  759. padding-top : 5px;
  760. }
  761. div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
  762. margin : 0px;
  763. }
  764. div.cdmHeader, div.cdmHeader a {
  765. color : gray;
  766. font-size : x-small;
  767. }
  768. div.cdmHeader a:hover {
  769. color : #5050aa;
  770. }
  771. div.cdmContent {
  772. }
  773. a.warning {
  774. color : #f04040;
  775. }
  776. img.closeButton {
  777. border-width : 0px;
  778. float : right;
  779. }
  780. span.groupPrompt {
  781. font-size : x-small;
  782. color : #505050;
  783. }
  784. ul.userFeedList {
  785. height : 300px;
  786. overflow : auto;
  787. list-style-type : none;
  788. }
  789. /* #browseBigFeedList li.oddSelected {
  790. border : 1px solid #d0d0f6;
  791. background-color : #eaeaff;
  792. -moz-border-radius : 5px;
  793. } */
  794. ul.browseFeedList {
  795. height : 300px;
  796. overflow : auto;
  797. list-style-type : none;
  798. margin : 0px 0px 5px 0px;
  799. padding : 0px;
  800. }
  801. ul.browseFeedList li {
  802. margin : 0px;
  803. padding : 0px;
  804. }
  805. span.subscribers {
  806. color : #808080;
  807. }
  808. div.subscribers {
  809. color : #808080;
  810. font-size : x-small;
  811. float : right;
  812. }
  813. input.feedBrowseCB {
  814. margin-right : 1em;
  815. }
  816. div.browserDetails {
  817. margin : 5px 5px 5px 5px;
  818. display : none;
  819. padding : 5px;
  820. }
  821. ul.compact {
  822. list-style-type : none;
  823. margin : 0px;
  824. padding : 0px;
  825. }
  826. ul.compact li {
  827. margin : 0px;
  828. padding : 0px;
  829. }
  830. div.browserFeedInfo {
  831. font-size : x-small;
  832. }
  833. div.browserFeedInfo div.detailsPart {
  834. margin : 5px 0px 5px 5px;
  835. }
  836. div.cdmContent a {
  837. color : #5050aa;
  838. }
  839. div.cdmContent a:hover {
  840. color : black;
  841. }
  842. .noborder {
  843. border-width : 0px;
  844. }
  845. #debug_output {
  846. width : 400;
  847. height : 200;
  848. right : 20;
  849. bottom : 20;
  850. background-color : white;
  851. display : none;
  852. z-index : 999;
  853. position : absolute;
  854. border : 1px solid #c0c0c0;
  855. overflow : auto;
  856. margin : 0px;
  857. padding : 0px;
  858. list-style-type : none;
  859. }
  860. #debug_output li {
  861. margin : 0px;
  862. padding : 0px;
  863. font-size : x-small;
  864. }
  865. #overlay {
  866. background : white;
  867. left : 0;
  868. top : 0;
  869. height : 100%;
  870. width : 100%;
  871. z-index : 100;
  872. position : absolute;
  873. }
  874. #overlay_inner {
  875. font-weight : bold;
  876. text-align : center;
  877. margin : 10px;
  878. }
  879. #fatal_error {
  880. background : white;
  881. left : 0;
  882. top : 0;
  883. height : 100%;
  884. width : 100%;
  885. z-index : 200;
  886. display : none;
  887. position : absolute;
  888. }
  889. #fatal_error_inner {
  890. font-weight : bold;
  891. margin : 10px;
  892. color : red;
  893. }
  894. #fatal_error_msg {
  895. border : 1px solid #c0c0c0;
  896. background-color : #f0f0f0;
  897. width : 50%;
  898. color : black;
  899. padding : 10px;
  900. font-weight : normal;
  901. }