Advertisement
Guest User

style.css

a guest
Apr 13th, 2017
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. /*
  2. Theme Name: Dynamic Transit
  3. Theme URI: http://dynamictransit.com
  4. Description: A custom theme for Dynamic Transit
  5. Author: Switzer Creative
  6. Author URI: http://www.switzercreative.com
  7. Version: 1.0
  8. */
  9.  
  10. .chromeframe {position: absolute; top: 0;}
  11.  
  12. /* Ok, this is where the fun starts.
  13. -------------------------------------------------------------------------------*/
  14.  
  15. /* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
  16. body {font: 13px Helmet, Freesans, sans-serif;}
  17.  
  18. /* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
  19.  
  20. /* We like off-black for text. */
  21. body, select, input, textarea {color: #333;}
  22.  
  23. a {color: #03f;}
  24. a:hover {color: #69f;}
  25.  
  26. /* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
  27. ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
  28. ::selection {background: #fcd700; color: #fff; text-shadow: none;}
  29.  
  30. /* j.mp/webkit-tap-highlight-color */
  31. a:link {-webkit-tap-highlight-color: #fcd700;}
  32.  
  33. ins {background-color: #fcd700; color: #000; text-decoration: none;}
  34. mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
  35.  
  36. /* Mozilla dosen't style place holders by default */
  37. input:-moz-placeholder { color:#a9a9a9; }
  38. textarea:-moz-placeholder { color:#a9a9a9; }
  39.  
  40.  
  41. /* And here begins the WordPress fun.
  42. -------------------------------------------------------------------------------*/
  43.  
  44. #wrapper {width: 960px; margin: 20px auto;}
  45.  
  46.  
  47. /* Print styles!
  48. -------------------------------------------------------------------------------*/
  49. @media print {
  50.  
  51. }
  52.  
  53.  
  54. /* Media queries!
  55. -------------------------------------------------------------------------------*/
  56.  
  57. /* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw
  58.  
  59. @media screen and (min-width: 480px) {
  60.  
  61. } */
  62.  
  63. /* Blog Styles
  64. -------------------------------------------------------------------------------*/
  65. #menu-blog-navigation li, #menu-blog-navigation form{
  66. float:left;
  67. margin-right: 20px;
  68. }
  69. #blog-navigation {
  70. overflow:auto;
  71. background-color: #2c3137;
  72. }
  73. #blog-navigation .inner-wrap {
  74. padding: 20px 0;
  75. }
  76. #blog-navigation a {
  77. font-family: "franklin-gothic-urw-cond", Impact, Charcoal, sans-serif;
  78. font-size: 14px;
  79. color: #ffffff;
  80. }
  81. #blog-navigation a:hover {
  82. text-decoration: underline;
  83. }
  84.  
  85. #searchform {
  86. font-family: "franklin-gothic-urw-cond", Impact, Charcoal, sans-serif;
  87. font-size: 14px;
  88. }
  89.  
  90. #searchsubmit {
  91. font-family: "franklin-gothic-urw-cond", Impact, Charcoal, sans-serif;
  92. font-size: 14px;
  93. color: #ffffff;
  94. background-color: #1c1f22;
  95. border: none;
  96. margin-top: -15px;
  97. padding: 15px;
  98. }
  99. .screen-reader-text {
  100. color: #6c6f73;
  101. }
  102.  
  103. #menu-blog-navigation li {
  104. margin-top: 10px;
  105. }
  106.  
  107. #menu-blog-navigation li, #menu-blog-navigation form {
  108. float: left;
  109. margin-right: 40px !important;
  110. }
  111.  
  112. .searchBlog {
  113. background-color: #2c3137 !important;
  114. color: #787878 !important;
  115. font-family: "franklin-gothic-urw-cond", Impact, Charcoal, sans-serif;
  116. border: none !important;
  117. font-size: 14px;
  118. width: 172px;
  119. height: 36px;
  120. padding: 20px 20px 20px 0;
  121. margin-top: -15px;
  122. }
  123. .formImg {
  124. margin-top: 10px;
  125. }
  126.  
  127. .blog-menu-item {
  128. height: 83px;
  129. margin-top: -20px !important;
  130. padding: 30px;
  131. color: #fff;
  132. background-color: #b63131;
  133. }
  134.  
  135. #subscribe {
  136. margin-top: -66px;
  137. height: 86px;
  138. padding: 30px;
  139. float: right;
  140. color: #fff;
  141. background-color: #b63131;
  142. }
  143.  
  144. #subscribe span {
  145. line-height: 30px;
  146. }
  147.  
  148. .extra-inner-wrap {
  149. padding: 50px 10px 100px;
  150. width: 100%;
  151. max-width: 945px;
  152. margin: 0 auto;
  153. }
  154. .thepost{
  155. margin-bottom: 25px;
  156. padding-bottom: 55px;
  157. border-bottom: 1px dotted #7e7e7e;
  158. }
  159. .read-more {
  160. margin-top: 20px;
  161. color: #b63131;
  162. float:left;
  163. font-size: 16px;
  164. }
  165.  
  166. .post-title {
  167. color: #282828 !important;
  168. margin-top: 15px;
  169. text-transform: none;
  170. font-family: georgia;
  171. font-weight: 500;
  172. font-size: 34px;
  173. margin-bottom: 35px;
  174. clear:left;
  175. }
  176.  
  177. .post-title a {
  178. color: #282828 !important;
  179. }
  180.  
  181. .post-date {
  182. color: #b63131;
  183. text-transform: uppercase;
  184. font-family: "franklin-gothic-urw-cond", Impact, Charcoal, sans-serif;
  185. font-weight: bold;
  186. font-size: 16px;
  187. margin-bottom: 10px;
  188. }
  189. /*.post-image {
  190. width: 100%!important;
  191. clear:both;
  192. }*/
  193.  
  194. .post-paragraph {
  195. line-height: 20px;
  196. clear:both;
  197. }
  198.  
  199. img.post-image {
  200. margin-bottom: 20px;
  201. height: auto;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement