You are here

quotes.css in Quotes 6

Same filename and directory in other branches
  1. 5 quotes.css
  2. 7 quotes.css

quotes.css - provide formatting styles.

File

quotes.css
View source
  1. /* $Id: quotes.css,v 1.1.2.11 2010/08/16 04:03:50 nancyw Exp $ */
  2. /**
  3. * @file
  4. * quotes.css - provide formatting styles.
  5. */
  6. .quotes-help-quote {
  7. color: #0000ff;
  8. }
  9. .quotes-help-tab {
  10. color: #ff0000;
  11. }
  12. .quotes-help-author {
  13. color: #008000;
  14. }
  15. .quotes-help-citation {
  16. color: #d2691e;
  17. }
  18. .quotes-author {
  19. position: relative;
  20. float: left;
  21. padding-right: 1em;
  22. }
  23. .quotes-author p {
  24. margin: 0;
  25. }
  26. .quotes-bio p {
  27. margin: 0;
  28. clear: right;
  29. }
  30. .quotes-bio-link {
  31. margin-left: 3em;
  32. font-size: 89%;
  33. font-style: italic;
  34. }
  35. .quotes-citation {
  36. clear: left;
  37. }
  38. #quotes-block-settings .form-item {
  39. margin-bottom: 0;
  40. }
  41. #quotes-block-settings input,
  42. #quotes-block-settings select,
  43. #quotes-block-settings .resizable-textarea,
  44. #quotes-block-settings .description,
  45. #quotes-admin-settings input {
  46. margin-left: 1em;
  47. }
  48. .quotes-radios .form-item label.option {
  49. position: relative;
  50. margin-right: 2em;
  51. }
  52. .quotes-radios .description {
  53. clear: both;
  54. }
  55. .block-quotes .quotes-author {
  56. float: right;
  57. }
  58. .quotes-header-bio {
  59. margin: 0 5% 0 5%;
  60. background-color: #eeeeff;
  61. }
  62. .block-quotes {
  63. /*font-size: 89%;*/
  64. }
  65. .block-quotes h2 {
  66. text-align: center;
  67. }
  68. .block-quotes .content {
  69. margin-left: 0.25em;
  70. }
  71. .block-quotes .quotes-author, .block-quotes .quotes-citation, .block-quotes .quotes-bio-link {
  72. text-align: right;
  73. clear: both;
  74. }
  75. .quotes-more-link {
  76. text-align: right;
  77. }
  78. .quotes-view-link {
  79. float: left;
  80. font-style: italic;
  81. }