PageRenderTime 114ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/ruby/slides/02005/euruko/ui/pretty.css

#
CSS | 102 lines | 84 code | 13 blank | 5 comment | 0 complexity | 7243dbbe6c5e3f2ac2cefa8225dadd6c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. /* Following are the presentation styles -- edit away! */
  2. body {background-color: white;
  3. color: #7E3B0A;
  4. font-size: 2em;}
  5. :link, :visited {text-decoration: none; color: #00C;}
  6. #controls :active {color: #88A !important;}
  7. #controls :focus {outline: 1px dotted #227;}
  8. h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
  9. ul, pre {margin: 0; line-height: 1em;}
  10. html, body {margin: 0; padding: 0;}
  11. blockquote, q {font-style: italic;}
  12. blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
  13. blockquote p {margin: 0;}
  14. blockquote i {font-style: normal;}
  15. blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
  16. blockquote b i {font-style: italic;}
  17. kbd {font-weight: bold; font-size: 1em;}
  18. sup {font-size: smaller; line-height: 1px;}
  19. .slide code {padding: 2px 0.25em; font-weight: bold; color: #533;}
  20. .slide code.bad, code del {color: red;}
  21. .slide code.old {color: silver;}
  22. .slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
  23. .slide pre code {display: block;}
  24. .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
  25. .slide li {margin-top: 0.75em; margin-right: 0; padding-left: 0.3em;}
  26. .slide ul ul {line-height: 1;}
  27. .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
  28. .slide img.leader {display: block; margin: 0 auto;}
  29. div#header, div#footer {background: #E4A77D; color: white;
  30. font-family: Verdana, Helvetica, sans-serif;}
  31. div#header {height:100px;
  32. background: #E4A77D url(monkey.png) top right no-repeat;
  33. }
  34. div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
  35. #footer h1, #footer h2 {display: block; padding: 0 1em;}
  36. #footer h2 {font-style: italic;}
  37. div.long {font-size: 0.75em;}
  38. .slide h1 {
  39. position: absolute;
  40. top: 0px;
  41. left: 70px;
  42. height: 100px;
  43. vertical-align: center;
  44. z-index: 1;
  45. margin: 0;
  46. padding: 0 0 0 50px;
  47. white-space: nowrap;
  48. font: bold 150%/1em Helvetica, sans-serif;
  49. }
  50. h1 span {
  51. position: absolute;
  52. bottom: 0.35em;
  53. }
  54. #slide0 h1 span, div#footer h1 span {
  55. position: static;
  56. bottom: 0;
  57. }
  58. .slide h3 {font-size: 130%;}
  59. h1 abbr {font-variant: small-caps;}
  60. div#controls {position: absolute; left: 50%; bottom: 0;
  61. width: 50%;
  62. text-align: right; font: bold 0.9em Verdana, Helvetica, sans-serif;}
  63. html>body div#controls {position: fixed; padding: 0 0 1em 0;
  64. top: auto;}
  65. div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
  66. margin: 0; padding: 0;}
  67. #controls #navLinks a {padding: 0; margin: 0 0.5em;
  68. border: none; color: white;
  69. cursor: pointer;}
  70. #controls #navList {height: 1em;}
  71. #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #DDD; color: black;}
  72. #currentSlide {text-align: center; font-size: 0.7em; color: white; font-weight: bold}
  73. #slide0 {padding-top: 3.5em; font-size: 90%;}
  74. #slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
  75. font: bold 2em Helvetica, sans-serif; white-space: normal;
  76. color: #000; background: transparent;}
  77. #slide0 h2 {font: bold italic 1em Helvetica, sans-serif; margin: 0.25em;}
  78. #slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
  79. #slide0 h4 {margin-top: 0; font-size: 1em;}
  80. ul.urls {list-style: none; display: inline; margin: 0;}
  81. .urls li {display: inline; margin: 0;}
  82. .note {display: none;}
  83. .incremental, .incremental *, .incremental *:after {color: #DDE; visibility: visible;}
  84. img.incremental {visibility: hidden;}
  85. .slide .current {color: #B02;}
  86. /* diagnostics
  87. li:after {content: " [" attr(class) "]"; color: #F88;}
  88. */