You are here

quotes.css in Quotes 7

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

quotes.css - provide formatting styles.

File

quotes.css
View source
  1. /**
  2. * @file
  3. * quotes.css - provide formatting styles.
  4. */
  5. .quotes-help-quote {
  6. color: #0000ff;
  7. }
  8. .quotes-help-tab {
  9. color: #ff0000;
  10. }
  11. .quotes-help-author {
  12. color: #008000;
  13. }
  14. .quotes-help-citation {
  15. color: #d2691e;
  16. }
  17. .quotes-author {
  18. position: relative;
  19. float: left;
  20. padding-right: 1em;
  21. }
  22. .quotes-author p {
  23. display:inline;
  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. float:left;
  37. position: relative;
  38. padding-right: 1em;
  39. }
  40. .quotes-citation p {
  41. margin: 0;
  42. }
  43. #quotes-block-settings .form-item {
  44. margin-bottom: 0;
  45. }
  46. #quotes-block-settings input,
  47. #quotes-block-settings select,
  48. #quotes-block-settings .resizable-textarea,
  49. #quotes-block-settings .description,
  50. #quotes-admin-settings input {
  51. margin-left: 1em;
  52. }
  53. .quotes-radios .form-item label.option {
  54. position: relative;
  55. margin-right: 2em;
  56. }
  57. .quotes-radios .description {
  58. clear: both;
  59. }
  60. .quotes-more-link {
  61. text-align: right;
  62. }
  63. .quotes-header-bio {
  64. margin: 0 10em 3em 0;
  65. padding: 10px;
  66. background-color: #F6F6F2;
  67. }
  68. .block-quotes {
  69. font-size: .9em;
  70. text-align:left;
  71. width: 80%;
  72. margin: auto;
  73. margin-bottom:1em;
  74. }
  75. .block-quotes h2 {
  76. text-align: center;
  77. }
  78. .block-quotes h3 {
  79. text-align: center;
  80. font-size: 110%;
  81. clear: both;
  82. }
  83. .block-quotes p {
  84. margin-left: 1em;
  85. margin-bottom: 0.25em;
  86. }
  87. .block-quotes .quotes-more-link {
  88. padding-right: 1em;
  89. text-align: right;
  90. }
  91. .block-quotes .quotes-author {
  92. padding-left: 1em;
  93. padding-right: 1em;
  94. position: relative;
  95. clear:both;
  96. }
  97. .block-quotes .quotes-citation {
  98. padding-left: 1em;
  99. padding-right: 1em;
  100. }
  101. .block-quotes .quotes-bio-link,
  102. .block-quotes .quotes-more-link {
  103. text-align: right;
  104. clear: both;
  105. }
  106. .block-quotes .field {
  107. clear:both;
  108. }
  109. .block-quotes .field .field-label {
  110. display: none;
  111. }
  112. .quotes-view-link {
  113. float: left;
  114. font-style: italic;
  115. }
  116. .quotes-quote {
  117. clear:both;
  118. }
  119. .quotes-edit-link {
  120. float: left;
  121. font-style: italic;
  122. margin-bottom:1.25em;
  123. }