/spec/lib/screw.css

http://github.com/mooman/recurring_dates · CSS · 90 lines · 74 code · 16 blank · 0 comment · 0 complexity · 4fb9e6693268ce8b4ef0280bc2cd572f MD5 · raw file

  1. html {
  2. padding: 0.5em;
  3. font-family: Georgia, serif;
  4. background: #EDEBD5;
  5. }
  6. li {
  7. list-style-type: none;
  8. }
  9. .focused {
  10. background-color: #F4F2E4;
  11. }
  12. .focused * {
  13. opacity: 1.0;
  14. }
  15. h1, h2, p {
  16. opacity: 0.4;
  17. }
  18. .describes {
  19. padding-left: 0;
  20. }
  21. .describes h1 {
  22. font-size: 1.1em;
  23. color: #877C21;
  24. line-height: 1.8em;
  25. margin: 0pt 0pt 0.6em;
  26. border-bottom: 1px solid transparent;
  27. }
  28. .describes h1:hover {
  29. cursor: pointer;
  30. color: #000;
  31. background-color: #F4F2E4;
  32. border-bottom: 1px solid #9A8E51;
  33. }
  34. .describes .describe {
  35. margin-left: 0.6em;
  36. padding-left: 0.6em;
  37. border: 1px dashed grey;
  38. }
  39. .describes .describe .its {}
  40. .describes .describe .its .it {
  41. list-style-type: lower-roman;
  42. list-style-position: outside;
  43. }
  44. .describes .describe .its .it h2 {
  45. font-weight: normal;
  46. font-style: italic;
  47. padding-left: 0.5em;
  48. font-size: 1.0em;
  49. color: #877C21;
  50. line-height: 1.8em;
  51. margin: 0 0 0.5em;
  52. border-bottom: 1px solid transparent;
  53. }
  54. .describes .describe .its .it.enqueued h2 {
  55. background-color: #CC6600;
  56. color: white !important;
  57. }
  58. .describes .describe .its .it.passed h2 {
  59. background-color: #5A753D;
  60. color: white !important;
  61. }
  62. .describes .describe .its .it.failed h2 {
  63. background-color: #993300;
  64. color: white !important;
  65. }
  66. .describes .describe .its .it.failed p {
  67. margin-left: 1em;
  68. color: #993300;
  69. }
  70. .describes .describe .its .it h2:hover {
  71. cursor: pointer;
  72. color: #000 !important;
  73. border-bottom: 1px solid #9A8E51;
  74. }