notes.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* Following are the note styles -- edit away! */
  2. body {
  3. margin: 0;
  4. padding: 1.0em;
  5. background: #333;
  6. color: #FFF;
  7. font: 2em/1.4em 'Lucida Grande', Verdana, sans-serif;
  8. }
  9. div.timers {
  10. background: #FFF;
  11. color: #333;
  12. border: 0.08em solid #222;
  13. border-top-width: 1px;
  14. border-left-width: 1px;
  15. float: left;
  16. padding: 0.2em;
  17. margin: 0 0 0.5em;
  18. position: relative;
  19. }
  20. div.timers h1 {
  21. text-align: left;
  22. font-size: 0.6em;
  23. line-height: 1.4em;
  24. background-color: #FF9;
  25. padding: 0 0.75em;
  26. margin: 0.25em 0 0;
  27. border: 1px solid #EE8;
  28. }
  29. div.timers div.controls {
  30. position: absolute;
  31. right: 0.25em;
  32. top: 0.1em;
  33. line-height: 1em;
  34. }
  35. div.timers h1 a {
  36. text-decoration: none;
  37. color: #000;
  38. }
  39. div.timers div.controls a {
  40. font-size: 0.5em;
  41. padding: 0;
  42. color: #330;
  43. }
  44. div.timers a.control {
  45. position: absolute;
  46. text-decoration: none;
  47. padding: 0 0.25em;
  48. color: #AAA;
  49. outline: 0;
  50. }
  51. #minus {
  52. left: 0.25em;
  53. }
  54. #plus {
  55. right: 0.25em;
  56. }
  57. .overtime {
  58. background: yellow;
  59. color: red;
  60. border: 3px solid;
  61. padding: 0.1em 0.25em;
  62. font-weight: bold;
  63. }
  64. div.timers h2 {
  65. font-size: 0.6em;
  66. line-height: 1.0em;
  67. font-weight: normal;
  68. margin: 0 0 -0.25em;
  69. padding-top: 0.5em;
  70. color: #666;
  71. }
  72. div.timers p {margin: 0; padding: 0 0.5em;}
  73. div.timers form {margin: 0;}
  74. div.timers span.clock {
  75. font-family: monospace;
  76. }
  77. div.timers ul {margin: 0; padding: 0; list-style: none;}
  78. div.timers li {float: left; width: 5em; margin: 0; padding: 0 0.5em;
  79. text-align: center;}
  80. div#elapsed {width: 12.1em;}
  81. div#remaining {clear: left; width: 12.1em;}
  82. div#remaining p {text-align: center;}
  83. #slide,
  84. #next,
  85. #notes,
  86. #nextnotes {
  87. font-size: 0.75em;
  88. line-height: 1.4em;
  89. clear: left;
  90. /* max-width: 30.0em; */
  91. text-shadow: 0.1em 0.1em 0.1em #111;
  92. }
  93. #next {margin-top: 2.5em;}
  94. #next, #nextnotes {
  95. color: #999;
  96. font-size: 0.66em;
  97. }
  98. em.disclaimer {
  99. color: #666;
  100. }
  101. div.collapsed h1 {display: block; font-size: 0.33em;}
  102. div.collapsed h1 a {display: inline;}
  103. div.collapsed * {display: none;}