screen.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. html,body,blockquote,pre,abbr,acronym,address,code,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. vertical-align: baseline
  6. }
  7. ul {
  8. list-style: none
  9. }
  10. table {
  11. border-collapse: separate;
  12. border-spacing: 0
  13. }
  14. caption,th,td {
  15. text-align: left;
  16. font-weight: 400
  17. }
  18. table,td,th {
  19. vertical-align: middle
  20. }
  21. blockquote:before,blockquote:after,q:before,q:after {
  22. content: ""
  23. }
  24. blockquote,q {
  25. quotes: "" ""
  26. }
  27. a img {
  28. border: 0
  29. }
  30. body {
  31. color: #fff;
  32. font: 87.5%/1.5 Arial,sans-serif
  33. }
  34. hr,div.hr {
  35. background: #d3d3d3;
  36. border: 0;
  37. clear: both;
  38. height: 3px;
  39. margin: 1.5em 0
  40. }
  41. .js-enabled hr {
  42. display: none
  43. }
  44. #content p,#content table,#content-main ul,#content ol,#content dl {
  45. margin: 0 0 1em
  46. }
  47. h1,h2,h3,h4,h5 {
  48. font-size: 1em;
  49. font-weight: 400;
  50. margin: 2em 0 1em
  51. }
  52. h1 {
  53. color: #fff;
  54. font-size: 2em;
  55. margin: 0 0 .25em
  56. }
  57. h2 {
  58. color: #fff;
  59. font-size: 1.58em
  60. }
  61. h3 {
  62. color: #fff;
  63. font-size: 1.58em
  64. }
  65. h4 {
  66. color: #fff;
  67. font-size: 1.58em
  68. }
  69. h5 {
  70. color: #fff;
  71. font-size: 1.42em
  72. }
  73. a {
  74. color: #fcfeff;
  75. text-decoration: underline
  76. }
  77. a:hover,a:focus {
  78. color: #fcfeff
  79. }
  80. img {
  81. border: 1px solid #cecccc
  82. }
  83. .align-left {
  84. float: left;
  85. margin: 0 20px 10px 0;
  86. padding: 1px
  87. }
  88. .align-right {
  89. float: right;
  90. margin: 0 0 10px 20px;
  91. padding: 1px
  92. }
  93. div.image {
  94. border: 1px solid #ccc;
  95. margin: 1em 0;
  96. overflow: hidden;
  97. width: 389px
  98. }
  99. #content-main div.image img {
  100. border: 0;
  101. display: block
  102. }
  103. div.image div.caption {
  104. margin: -1px 0 0;
  105. padding: 15px 20px
  106. }
  107. body {
  108. background: #4a525a
  109. }
  110. #footer {
  111. font-size: .85em;
  112. margin-top: 40px
  113. }
  114. #footer .footer-links {
  115. margin-left: -10px
  116. }
  117. #footer .footer-links a {
  118. margin: 0 10px
  119. }
  120. #header {
  121. padding: 60px 0 40px
  122. }
  123. #header strong {
  124. color: #fcfeff;
  125. display: block;
  126. font-weight: 400;
  127. font-size: 3em;
  128. margin: 0 10px;
  129. text-shadow: rgba(0,0,0,.44) 1px 1px 2px
  130. }
  131. #aside {
  132. margin-top: 1em
  133. }
  134. #aside h2 {
  135. font-size: 1.3em;
  136. margin: 0 0 .25em
  137. }
  138. #aside ul {
  139. margin: 0 0 2em
  140. }
  141. #feature {
  142. position: relative;
  143. margin: 20px 0
  144. }
  145. #feature>div {
  146. border: 1px solid #cecccc;
  147. position: relative;
  148. margin: 0 -1px;
  149. overflow: hidden;
  150. height: 175px;
  151. width: 620px
  152. }
  153. #feature div.items {
  154. position: absolute;
  155. width: 20000em
  156. }
  157. #feature div.items div {
  158. float: left
  159. }
  160. #feature div.items img {
  161. border: 0
  162. }
  163. #feature .next,#feature .prev {
  164. cursor: pointer;
  165. display: block;
  166. font-size: 30px;
  167. line-height: 1;
  168. position: absolute;
  169. margin-top: -15px;
  170. right: -40px;
  171. top: 50%;
  172. text-decoration: none;
  173. text-shadow: rgba(0,0,0,.75) 1px 1px 2px
  174. }
  175. #feature .prev {
  176. left: -35px;
  177. right: auto
  178. }
  179. #feature a.disabled {
  180. color: #bbb;
  181. cursor: auto
  182. }
  183. .gallery {
  184. overflow: hidden;
  185. margin: 20px -10px
  186. }
  187. .gallery div div {
  188. float: left;
  189. margin: 0 10px
  190. }
  191. .gallery img {
  192. display: block;
  193. margin: 0 -1px
  194. }
  195. a.print-preview {
  196. background: url(images/icon-print-preview.png) no-repeat 0 0;
  197. cursor: pointer;
  198. display: block;
  199. margin: -42px 0 20px;
  200. padding: 0 0 0 35px;
  201. line-height: 20px
  202. }