PageRenderTime 95ms CodeModel.GetById 20ms RepoModel.GetById 3ms app.codeStats 0ms

/samples/scalate-presentation/src/css/style.css

http://github.com/scalate/scalate
CSS | 137 lines | 98 code | 13 blank | 26 comment | 0 complexity | 9e63234720966e03f739f908b9689442 MD5 | raw file
  1. /**
  2. * Copyright (C) 2009-2011 the original author or authors.
  3. * See the notice.md file distributed with this work for additional
  4. * information regarding copyright ownership.
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. body, html {
  19. font-family:Arial,Verdana,Helvetica,sans-serif;
  20. color: #666666;
  21. }
  22. body, html, table, tr, td, tbody {
  23. padding:0;
  24. margin:0;
  25. vertical-align: top;
  26. }
  27. body {
  28. padding-top: 20px;
  29. }
  30. h1, h2, h3, h4, h5, h6 {
  31. overflow: visible;
  32. color: #993333;
  33. }
  34. /*
  35. h1 {
  36. margin-top: 0em;
  37. margin-bottom: 2em;
  38. }
  39. */
  40. p { margin-bottom:0px; }
  41. a {
  42. color: #990000;
  43. font-weight:bold;
  44. text-decoration: none;
  45. }
  46. a:hover {
  47. color: #ff3333;
  48. text-decoration: underline;
  49. }
  50. img {
  51. border: none;
  52. /*
  53. padding-right:2em
  54. */
  55. }
  56. .wrapper { min-width: 762px; width: 762px; margin: 0 auto; }
  57. #navigation { width: 100%; float: left;
  58. font-family: Helvetica,Verdana,Arial,sans-serif;
  59. background: black;
  60. text-align:center; padding: 8px;
  61. color: #b55;
  62. font-size: 10pt;
  63. font-weight: bold;
  64. position: absolute;
  65. top: 0px;
  66. }
  67. #navigation a { color: white; }
  68. #navigation ul { display: block; margin:0; padding:0; }
  69. #navigation li { list-style-type: none; display: inline; margin:0 5px 0 5px;}
  70. #overview { width: 100%; padding-top:20px}
  71. #overview div.message {
  72. font-size: 11pt;
  73. margin-top: -20px;
  74. padding-left: 120px;
  75. width: 350px;
  76. }
  77. #overview div.message h1{ margin-bottom: 5px; display:none; }
  78. #overview div.message p{ margin-top: 0px; padding-bottom:14px; }
  79. #content { width: 100%; float: left; }
  80. #content .wrapper { min-width: 700px; width: 700px; margin: 0 auto; padding-top: 1em}
  81. #content div.left {
  82. float:left;
  83. width:200px;
  84. text-align:right;
  85. font-size: 18pt;
  86. clear:both;
  87. }
  88. #content h1 {
  89. font-size: 18pt;
  90. }
  91. #content div.right {
  92. float:right;
  93. width:450px;
  94. text-align:left;
  95. }
  96. #blog { width: 100%; float: left; }
  97. #blog .wrapper { min-width: 600px; width: 600px; margin: 0 auto; }
  98. #blog h1 {
  99. font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  100. font-size: 18pt; color: #993333;
  101. }
  102. #blog h2 {
  103. border-bottom: thin dashed #DDD;
  104. font-size: 16pt;
  105. margin-bottom: 5px;
  106. }
  107. #blog div.post p {
  108. padding-left: 10px;
  109. }
  110. #blog div.post .details {
  111. padding-top: 5px;
  112. color: #ccc;
  113. font-size: 10pt;
  114. font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  115. }
  116. #content .post h2 {
  117. margin-bottom:5px;
  118. }
  119. #content .post .details {
  120. color: #ccc;
  121. font-size: 10pt;
  122. font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  123. margin-top:0px;
  124. }