You are here

quotes.css in Quotes 5

Same filename and directory in other branches
  1. 6 quotes.css
  2. 7 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-bio p {
  23. margin: 0;
  24. clear: right;
  25. }
  26. .quotes-bio-link {
  27. margin-left: 3em;
  28. font-size: 89%;
  29. font-style: italic;
  30. }
  31. .quotes-citation {
  32. clear: left;
  33. }
  34. .quotes-radios .form-item label.option {
  35. position: relative;
  36. float: left;
  37. margin-right: 2em;
  38. margin-top: 0;
  39. }
  40. .quotes-radios .form-radios {
  41. margin: 0 0 0 2em;
  42. }
  43. .quotes-radios .description {
  44. clear: both;
  45. }
  46. .block-quotes .quotes-author {
  47. float: right;
  48. }
  49. .quotes-header-bio {
  50. margin: 0 5% 0 5%;
  51. background-color: #eeeeff;
  52. }
  53. .block-quotes {
  54. font-size: 89%;
  55. }
  56. .block-quotes h2 {
  57. text-align: center;
  58. }
  59. .block-quotes .content {
  60. margin-left: 0.25em;
  61. }
  62. .block-quotes .quotes-author, .block-quotes .quotes-citation, .block-quotes .quotes-bio-link {
  63. text-align: right;
  64. clear: both;
  65. }
  66. .quotes-more-link {
  67. text-align: right;
  68. }
  69. .quotes-view-link {
  70. float: left;
  71. font-style: italic;
  72. }