style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .clearfix {
  2. zoom: 1; }
  3. .clearfix:before, .clearfix:after {
  4. content: "";
  5. display: table; }
  6. .clearfix:after {
  7. clear: both; }
  8. .image-replacement {
  9. text-indent: 100%;
  10. white-space: nowrap;
  11. overflow: hidden; }
  12. span.amp {
  13. font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
  14. font-style: italic; }
  15. .text-left {
  16. text-align: left; }
  17. .text-center {
  18. text-align: center; }
  19. .text-right {
  20. text-align: right; }
  21. .help, .info, .error, .success {
  22. margin: 10px;
  23. padding: 5px 18px;
  24. border: 1px solid; }
  25. .help {
  26. border-color: #e8dc59;
  27. background: #ebe16f; }
  28. .info {
  29. border-color: #bfe4f4;
  30. background: #d5edf8; }
  31. .error {
  32. border-color: #f8cdce;
  33. background: #fbe3e4; }
  34. .success {
  35. border-color: #deeaae;
  36. background: #e6efc2; }
  37. .button, .button:visited {
  38. border: 1px solid #9cd5ef;
  39. border-top-color: #b6e0f3;
  40. border-left-color: #b6e0f3;
  41. padding: 4px 12px;
  42. color: white;
  43. display: inline-block;
  44. font-size: 11px;
  45. font-weight: bold;
  46. text-decoration: none;
  47. text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  48. cursor: pointer;
  49. margin-bottom: 20px;
  50. line-height: 21px;
  51. -webkit-border-radius: 4px;
  52. -moz-border-radius: 4px;
  53. -ms-border-radius: 4px;
  54. -o-border-radius: 4px;
  55. border-radius: 4px;
  56. background-color: #bfe4f4;
  57. background-image: -webkit-gradient(linear, left top, left bottom, from(#d5edf8), to(#bfe4f4));
  58. background-image: -webkit-linear-gradient(top, #d5edf8, #bfe4f4);
  59. background-image: -moz-linear-gradient(top, #d5edf8, #bfe4f4);
  60. background-image: -o-linear-gradient(top, #d5edf8, #bfe4f4);
  61. background-image: -ms-linear-gradient(top, #d5edf8, #bfe4f4);
  62. background-image: linear-gradient(top, #d5edf8, #bfe4f4); }
  63. .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  64. color: white;
  65. border: 1px solid #9cd5ef;
  66. border-top-color: #7ec8e9;
  67. border-left-color: #7ec8e9;
  68. background-color: #a9daf1;
  69. background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#a9daf1));
  70. background-image: -webkit-linear-gradient(top, #bfe4f4, #a9daf1);
  71. background-image: -moz-linear-gradient(top, #bfe4f4, #a9daf1);
  72. background-image: -o-linear-gradient(top, #bfe4f4, #a9daf1);
  73. background-image: -ms-linear-gradient(top, #bfe4f4, #a9daf1);
  74. background-image: linear-gradient(top, #bfe4f4, #a9daf1); }
  75. .button:active, .button:visited:active {
  76. background-color: #d5edf8;
  77. background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#d5edf8));
  78. background-image: -webkit-linear-gradient(top, #bfe4f4, #d5edf8);
  79. background-image: -moz-linear-gradient(top, #bfe4f4, #d5edf8);
  80. background-image: -o-linear-gradient(top, #bfe4f4, #d5edf8);
  81. background-image: -ms-linear-gradient(top, #bfe4f4, #d5edf8);
  82. background-image: linear-gradient(top, #bfe4f4, #d5edf8); }
  83. @media only screen and (min-width: 481px) {
  84. .post-content .alignleft, .post-content img.alignleft {
  85. margin-right: 1.5em;
  86. display: inline;
  87. float: left; }
  88. .post-content .alignright, .post-content img.alignright {
  89. margin-left: 1.5em;
  90. display: inline;
  91. float: right; }
  92. .post-content .aligncenter, .post-content img.aligncenter {
  93. margin-right: auto;
  94. margin-left: auto;
  95. display: block;
  96. clear: both; } }
  97. @media only screen and (min-width: 768px) {
  98. .wrap {
  99. max-width: 1000px; }
  100. .onecol {
  101. width: 5.801%; }
  102. .twocol {
  103. width: 14.365%; }
  104. .threecol {
  105. width: 22.928%; }
  106. .fourcol {
  107. width: 31.492%; }
  108. .fivecol {
  109. width: 40.055%; }
  110. .sixcol {
  111. width: 48.619%; }
  112. .sevencol {
  113. width: 57.182%; }
  114. .eightcol {
  115. width: 65.746%; }
  116. .ninecol {
  117. width: 74.309%; }
  118. .tencol {
  119. width: 82.873%; }
  120. .elevencol {
  121. width: 91.436%; }
  122. .twelvecol {
  123. width: 100.0%; }
  124. .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  125. position: relative;
  126. float: left;
  127. margin-left: 2.762%; }
  128. .first {
  129. margin-left: 0; }
  130. .last {
  131. float: right; }
  132. .widgettitle {
  133. border-bottom: 4px double #cccccc;
  134. margin-bottom: 0.75em;
  135. font-weight: 300; }
  136. .widget {
  137. padding: 0 10px;
  138. margin: 2.2em 0; }
  139. .widget ul li {
  140. margin-bottom: 0.75em; }
  141. .widget ul li ul {
  142. margin-top: 0.75em;
  143. padding-left: 1em; } }
  144. @media print {
  145. * {
  146. background: transparent !important;
  147. color: black !important;
  148. text-shadow: none !important;
  149. filter: none !important;
  150. -ms-filter: none !important; }
  151. a, a:visited {
  152. color: #444444 !important;
  153. text-decoration: underline; }
  154. a:after, a:visited:after {
  155. content: " (" attr(href) ")"; }
  156. a abbr[title]:after, a:visited abbr[title]:after {
  157. content: " (" attr(title) ")"; }
  158. .ir a:after,
  159. a[href^="javascript:"]:after,
  160. a[href^="#"]:after {
  161. content: ""; }
  162. pre,
  163. blockquote {
  164. border: 1px solid #999999;
  165. page-break-inside: avoid; }
  166. thead {
  167. display: table-header-group; }
  168. tr, img {
  169. page-break-inside: avoid; }
  170. img {
  171. max-width: 100% !important; }
  172. @page {
  173. margin: 0.5cm; }
  174. p,
  175. h2,
  176. h3 {
  177. orphans: 3;
  178. widows: 3; }
  179. h2,
  180. h3 {
  181. page-break-after: avoid; }
  182. .sidebar,
  183. .page-navigation,
  184. .wp-prev-next,
  185. .respond-form,
  186. nav {
  187. display: none; } }