Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. /*
  2. Theme Name: Customizr Child
  3. Theme URI: http://themesandco.com/customizr
  4. Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
  5. Author: Nicolas Guillaume (nikeo)
  6. Author URI: http://themesandco.com
  7. Template: customizr
  8. Version: 1.0.0
  9. */
  10.  
  11. /* Your awesome customizations start right here !
  12. -------------------------------------------------------------- */
  13. /* ================================================ */
  14. /* Responsive - Media queries */
  15. /* Based on: */
  16. /* http://lab.maltewassermann.com/viewport-resizer/ */
  17. /* ================================================ */
  18.  
  19. /* ============================================== */
  20. /* HDTV */
  21. /* 1920x1080 */
  22. /* ============================================== */
  23. @media all and (min-width: 1080px) and (max-width: 1920px) {
  24. /* */
  25.  
  26. }
  27. /* ============================================== */
  28. /* Widescreen */
  29. /* 1280x800 */
  30. /* ============================================== */
  31. @media all and (min-width: 800px) and (max-width: 1280px) {
  32. /* */
  33.  
  34. }
  35.  
  36. /* ============================================== */
  37. /* Twitter Bootstrap */
  38. /* */
  39. /* ============================================== */
  40. @media all and (min-width: 980px) {
  41. .navbar-inner {
  42. background: #F25C27;
  43. -webkit-box-shadow: none !important;
  44. -moz-box-shadow: none !important;
  45. box-shadow: none !important;
  46. }
  47. .tc-header.clearfix.row-fluid {
  48. background: #F25C27;
  49. }
  50. .tc-header .brand a {
  51. position: relative;
  52. top: 10px;
  53. left: -1%;
  54. }
  55. .site-logo img {
  56. width: auto;
  57. height: auto;
  58. }
  59. .navbar .nav > li > a {
  60. color: #fff;
  61. text-shadow: none;
  62. }
  63. .navbar .nav > li > a:hover {
  64. color: #fff;
  65. background: #000;
  66. }
  67. .caret {
  68. border-top: 4px solid #fff;
  69. }
  70. .navbar .nav li.dropdown .caret {
  71. border-top-color: #000;
  72. border-bottom-color: #000;
  73. }
  74. .navbar .nav li.dropdown > a:hover .caret {
  75. border-top-color: #fff;
  76. border-bottom-color: #fff;
  77. }
  78. .navbar-wrapper .navbar h2 {
  79. color: #fff;
  80. text-shadow: none;
  81. }
  82. .social-block a {
  83. color: #000;
  84. text-shadow: none;
  85. }
  86. /*Dropdown menu background and hover colors*/
  87. .dropdown-menu > li > a {
  88. color: #fff;
  89. background: #000;
  90. }
  91. .dropdown-menu > li > a:hover {
  92. color: #fff;
  93. background: #F25C27;
  94. }
  95. .dropdown-menu {
  96. background-color: #000;
  97. border-radius: 0;
  98. }
  99. /*Current page menu item*/
  100. .navbar .nav > li.current-menu-item > a{
  101. color: #fff;
  102. background: #000;
  103. }
  104. /*Content background*/
  105. .entry-content {
  106. background: #ccc;
  107. padding: 8px;
  108. }
  109. /*Font color and style*/
  110. body {
  111. color: #707070;
  112. font-family: Verdana, Arial, Helvetica, sans-serif;
  113. }
  114. /*Sidebar widget icons orange*/
  115. .widget h3:before {
  116. color: #F25C27;
  117. }
  118. /*All links orange color*/
  119. a {
  120. color: #F25C27;
  121. }
  122. /*Body background black*/
  123. body {
  124. background: #000;
  125. }
  126. /*Removes text shadow for a cleaner text look*/
  127. * {
  128. text-shadow: none !important;
  129. }
  130. /*Circles around featured images*/
  131. .round-div {
  132. border: 104px solid #000;
  133. }
  134. /*Submenu & pages color and background*/
  135. .navbar .nav > li.current-menu-ancestor > a {
  136. color: #fff;
  137. background: #000;
  138. }
  139. .dropdown-menu > li.current-menu-item > a {
  140. color: #fff;
  141. background: #000;
  142. }
  143. /*Slider width Auto*/
  144. #customizr-slider {
  145. margin: 0 auto;
  146. }
  147.  
  148. /*Adjust menu items to not wrap as soon*/
  149. .navbar .nav > li > a {
  150. padding: 3px 6px 3px 6px;
  151. }
  152.  
  153. /* Remove the icon and category archives header*/
  154. header.archive-header {
  155. display: none;
  156. }
  157.  
  158. /* Remove the icon before post titles */
  159. .format-icon:before {
  160. display: none;
  161. }
  162.  
  163. }
  164.  
  165. /* ============================================== */
  166. /* Twitter Bootstrap */
  167. /* */
  168. /* ============================================== */
  169. @media all and (max-width: 979px) {
  170. /* */
  171.  
  172. }
  173.  
  174. /* ============================================== */
  175. /* iPad Landscape and Narrow browser */
  176. /* 1024x768 */
  177. /* ============================================== */
  178. @media all and (min-width: 768px) and (max-width: 1024px) {
  179. /* */
  180.  
  181. }
  182.  
  183. /* ============================================== */
  184. /* iPad Portrait and Narrower browsers */
  185. /* 768x1024 */
  186. /* ============================================== */
  187. @media all and (max-width: 768px) {
  188. /* */
  189.  
  190. }
  191.  
  192. /* ============================================== */
  193. /* Small Tablet Landscape */
  194. /* 800x600 */
  195. /* ============================================== */
  196. @media all and (min-width: 600px) and (max-width:800px) {
  197. /* */
  198.  
  199. }
  200.  
  201. /* ============================================== */
  202. /* Small Tablet Portrait */
  203. /* 600x800 */
  204. /* ============================================== */
  205. @media all and (max-width:600px) {
  206. /* */
  207.  
  208. }
  209.  
  210. /* ============================================== */
  211. /* iPhone5/Android landscape (& narrow browser) */
  212. /* 568x320 */
  213. /* ============================================== */
  214. @media all and (min-width: 320px) and (max-width:568px) {
  215. /* */
  216.  
  217. }
  218.  
  219. /* ============================================== */
  220. /* iPhone4/Android landscape (& narrow browser) */
  221. /* 480x320 */
  222. /* ============================================== */
  223. @media all and (min-width: 320px) and (max-width:480px) {
  224. /* */
  225.  
  226. }
  227.  
  228. /* ============================================== */
  229. /* iPhone4/Android portrait 320x480 */
  230. /* iPhone5 portrait 320x568 */
  231. /* ============================================== */
  232. @media all and (max-width:320px) {
  233. /* */
  234.  
  235. }
  236.  
  237. /* ============================================== */
  238. /* Smaller devices */
  239. /* Android Landscape 320x240 */
  240. /* ============================================== */
  241. @media all and (min-width:240px) and (max-width:320px) {
  242. /* */
  243.  
  244. }
  245.  
  246. /* ============================================== */
  247. /* Smaller devices */
  248. /* Android Portrait 240x320 */
  249. /* ============================================== */
  250. @media all and (max-width:240px) {
  251. /* */
  252.  
  253. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement