front-page.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. /* @override http://macs.local/david/wp-content/themes/dw/css/front-page.css */
  2. html, body, div, span, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. abbr, address, cite, code,
  5. del, dfn, em, img, ins, kbd, q, samp,
  6. small, strong, sub, sup, var,
  7. b, i,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, figcaption, figure,
  12. footer, header, hgroup, menu, nav, section, summary,
  13. time, mark, audio, video {
  14. margin:0;
  15. padding:0;
  16. border:0;
  17. outline:0;
  18. font-size:100%;
  19. vertical-align:baseline;
  20. background:transparent;
  21. }
  22. body {
  23. padding: 0;
  24. margin: 0;
  25. background: rgba(242, 242, 242, 0.7);
  26. color: #666;
  27. font-size: 12px;
  28. line-height: 18px;
  29. }
  30. h1, h2, h3, h4, h5, h6 {
  31. clear: both;
  32. font-weight: normal;
  33. }
  34. ol, ul {
  35. list-style: none;
  36. }
  37. a img {
  38. border: none;
  39. }
  40. p {
  41. font-size: 13px;
  42. margin-bottom: 8px;
  43. }
  44. h4 {
  45. font-size: 13px;
  46. margin-bottom: 10px;
  47. }
  48. h3 {
  49. font-size: 14px;
  50. margin-bottom: 0px;
  51. }
  52. h2 {
  53. font-size: 16px;
  54. margin-left: 25px;
  55. }
  56. p.noindent {
  57. margin-bottom: 10px;
  58. text-indent : 0px;
  59. }
  60. a:link {
  61. color: #000;
  62. text-decoration: none;
  63. }
  64. a:visited {
  65. color: #000;
  66. text-decoration: none;
  67. }
  68. a:active,
  69. a:hover {
  70. color: #757576;
  71. text-decoration: none;
  72. }
  73. .screen-reader-text {
  74. position: absolute;
  75. left: -9000px;
  76. }
  77. .header {
  78. margin: 0 0 50px 0;
  79. }
  80. .container {
  81. margin: 0 auto;
  82. text-align: center;
  83. }
  84. .card .logo .svg {
  85. margin: 0 auto;
  86. }
  87. .card .content img {
  88. float: left;
  89. margin: -5px 0 -40px 95px;
  90. }
  91. .card .content .icons img {
  92. margin: 3px;
  93. float: none;
  94. }
  95. .card .content {
  96. margin: 100px auto;
  97. width:500px;
  98. background: #fff;
  99. padding: 50px 20px 30px;
  100. -webkit-animation-name: none;
  101. -webkit-animation-iteration-count: infinite;
  102. -webkit-animation-timing-function: linear;
  103. -webkit-animation-duration: 400s;
  104. z-index:-1;
  105. width:450px;
  106. border-top: 1px solid #fff;
  107. -webkit-box-shadow: 0px 3px 5px #cbcbcb;
  108. -moz-box-shadow: 0px 3px 5px #cbcbcb;
  109. box-shadow: 0px 3px 5px #cbcbcb;
  110. -webkit-border-radius: 4px;
  111. -moz-border-radius: 4px;
  112. border-radius: 4px;
  113. }
  114. .card .search {
  115. margin: 10px;
  116. }
  117. .bottom {
  118. margin-top: 20px;
  119. }
  120. .bottom p {
  121. margin: 0;
  122. }
  123. .bottom a {
  124. color: #666;
  125. }
  126. .left-bottom {
  127. float: left;
  128. display: block;
  129. text-align: left;
  130. margin: 0px 0 0 50px;
  131. }
  132. .left-bottom p {
  133. font-size: 9px;
  134. }
  135. .right-bottom {
  136. margin: 0px 50px 0 0;
  137. text-align: right;
  138. font-size: 9px;
  139. }
  140. .right-bottom p {
  141. font-size: 9px;
  142. }
  143. .contact {
  144. font-size: 12px;
  145. }
  146. @-webkit-keyframes Rotation {
  147. from {-webkit-transform: rotate(0deg);}
  148. to {-webkit-transform: rotate(360deg);}
  149. }
  150. @media (max-width: 480px) {
  151. .card #content {
  152. -webkit-animation-name: none;
  153. width:550px;
  154. }
  155. h2 {
  156. font-size: 21px;
  157. }
  158. h3 {
  159. font-size: 19px;
  160. }
  161. h4 {
  162. font-size: 17px;
  163. }
  164. .header {
  165. margin: 0 0 55px 0;
  166. }
  167. #content img {
  168. margin: -5px 0 -40px 80px;
  169. }
  170. .bottom {
  171. margin-top: 50px;
  172. }
  173. .bottom p {
  174. font-size: 9px;
  175. }
  176. }
  177. #icon {
  178. display: block;
  179. box-sizing: border-box;
  180. width:50px;
  181. height:50px;
  182. background: #FFF;
  183. margin:10px 0 -30px 50px;
  184. padding: 0px;
  185. }
  186. #options {
  187. margin:0;
  188. text-align:center;
  189. }
  190. .option {
  191. display: block;
  192. margin: auto;
  193. overflow: hidden;
  194. text-align: left;
  195. }
  196. label {
  197. text-align: right;
  198. display: inline-block;
  199. width:100px;
  200. }