Advertisement
B16WLL

style.css for Full Width TwentyFourteen Mod

May 1st, 2014
1,258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. /*
  2.  
  3. Theme Name: willtaylor.org
  4.  
  5. Description: Full width variation of the Twenty Fourteen theme
  6.  
  7. Author: Will Taylor (based on work by Nexcius)
  8.  
  9. Author URI: http://www.nexcius.net
  10.  
  11. Template: twentyfourteen
  12.  
  13. Version: 1.0.1
  14.  
  15. */
  16.  
  17.  
  18.  
  19. @import url("../twentyfourteen/style.css");
  20.  
  21. /*This section sets page to 100% width */
  22.  
  23. .site {
  24.  
  25. background-color: #fff;
  26.  
  27. max-width: 100%;
  28.  
  29. position: relative;
  30.  
  31. }
  32.  
  33. /*This section sets page header to 100% width */
  34.  
  35. .site-header {
  36.  
  37. background-color: #000;
  38.  
  39. max-width: 100%;
  40.  
  41. position: relative;
  42.  
  43. width: 100%;
  44.  
  45. z-index: 4;
  46.  
  47. }
  48.  
  49.  
  50.  
  51. .main-content {
  52.  
  53. width: 100%;
  54.  
  55. }
  56.  
  57.  
  58.  
  59.  
  60.  
  61. .full-width .site-content .page .entry-header,
  62.  
  63. .full-width .site-content .page .entry-content,
  64.  
  65. .full-width .site-content .page .entry-summary,
  66.  
  67. .full-width .site-content .page .entry-meta {
  68.  
  69. max-width: 100%;
  70.  
  71. }
  72.  
  73.  
  74.  
  75. @media screen and (min-width: 594px) {
  76.  
  77. .full-width .site-content .page .entry-header {
  78.  
  79. max-width: 100%;
  80.  
  81. margin-left: 0;
  82.  
  83. margin-right: 0;
  84.  
  85. }
  86.  
  87.  
  88.  
  89. .full-width .site-content .page .entry-content,
  90.  
  91. .full-width .site-content .page .entry-summary,
  92.  
  93. .full-width .site-content .page .entry-meta {
  94.  
  95. max-width: 100%;
  96.  
  97. padding-left: 30px;
  98.  
  99. padding-right: 30px;
  100.  
  101. }
  102.  
  103.  
  104.  
  105.  
  106.  
  107. .full-width .site-content .page .wp-caption.alignnone {
  108.  
  109. max-width: 100%;
  110.  
  111. max-width: -moz-calc(100% + 60px);
  112.  
  113. max-width: calc(100% + 60px);
  114.  
  115. margin-left: -30px;
  116.  
  117. margin-right: -30px;
  118.  
  119. }
  120.  
  121.  
  122.  
  123. .full-width .site-content .page .wp-caption.alignnone .wp-caption-text {
  124.  
  125. max-width: 100%;
  126.  
  127. margin-left: 30px;
  128.  
  129. margin-right: 30px;
  130.  
  131. }
  132.  
  133.  
  134.  
  135. .full-width .site-content .page blockquote.alignright,
  136.  
  137. .full-width .site-content .page img.size-full.alignright,
  138.  
  139. .full-width .site-content .page img.size-large.alignright,
  140.  
  141. .full-width .site-content .page img.size-medium.alignright,
  142.  
  143. .full-width .site-content .page .wp-caption.alignright {
  144.  
  145. margin-right: -20px;
  146.  
  147. }
  148.  
  149.  
  150.  
  151. .full-width .site-content .page blockquote.alignleft,
  152.  
  153. .full-width .site-content .page img.size-full.alignleft,
  154.  
  155. .full-width .site-content .page img.size-large.alignleft,
  156.  
  157. .full-width .site-content .page img.size-medium.alignleft,
  158.  
  159. .full-width .site-content .page .wp-caption.alignleft {
  160.  
  161. margin-left: -20px;
  162.  
  163. }
  164.  
  165. }
  166.  
  167.  
  168.  
  169. @media screen and (min-width: 673px) {
  170.  
  171. .full-width .site-content .page .entry-header {
  172.  
  173. margin-left: 30px;
  174.  
  175. margin-right: 30px;
  176.  
  177. }
  178.  
  179.  
  180.  
  181. .full-width .site-content .page .entry-content,
  182.  
  183. .full-width .site-content .page .entry-summary,
  184.  
  185. .full-width .site-content .page .entry-meta {
  186.  
  187. padding-left: 60px;
  188.  
  189. padding-right: 60px;
  190.  
  191. }
  192.  
  193.  
  194.  
  195.  
  196.  
  197. .full-width .site-content .page .wp-caption.alignnone {
  198.  
  199. max-width: -moz-calc(100% + 120px);
  200.  
  201. max-width: calc(100% + 120px);
  202.  
  203. margin-left: -60px;
  204.  
  205. margin-right: -60px;
  206.  
  207.  
  208.  
  209. }
  210.  
  211.  
  212.  
  213. .full-width .site-content .page .wp-caption.alignnone .wp-caption-text {
  214.  
  215. margin-left: 60px;
  216.  
  217. margin-right: 60px;
  218.  
  219. }
  220.  
  221.  
  222.  
  223. .full-width .site-content .page blockquote.alignright,
  224.  
  225. .full-width .site-content .page blockquote.alignleft {
  226.  
  227. max-width: 50%;
  228.  
  229. }
  230.  
  231.  
  232.  
  233. .full-width .site-content .page blockquote.alignright,
  234.  
  235. .full-width .site-content .page img.size-full.alignright,
  236.  
  237. .full-width .site-content .page img.size-large.alignright,
  238.  
  239. .full-width .site-content .page img.size-medium.alignright,
  240.  
  241. .full-width .site-content .page .wp-caption.alignright {
  242.  
  243. margin-right: -50px;
  244.  
  245. }
  246.  
  247.  
  248.  
  249. .full-width .site-content .page blockquote.alignleft,
  250.  
  251. .full-width .site-content .page img.size-full.alignleft,
  252.  
  253. .full-width .site-content .page img.size-large.alignleft,
  254.  
  255. .full-width .site-content .page img.size-medium.alignleft,
  256.  
  257. .full-width .site-content .page .wp-caption.alignleft {
  258.  
  259. margin-left: -50px;
  260.  
  261. }
  262.  
  263. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement