cburnett

sgc-style.css

Dec 29th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. /*
  2. Theme Name: intentionally blank
  3. Theme URI: http: //www.example.net/
  4. Description: Child theme for the Twenty Eleven theme
  5. Author: Casey Burnett
  6. Author URI: http: //www.example-company.com/
  7. Template: twentyeleven
  8. Version: 0.1.0
  9. */
  10.  
  11. @import url("../twentyeleven/style.css");
  12.  
  13.  
  14. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  15. -------------------------------------------------------------- */
  16. h1 {
  17.     font-family:'Dynalight', cursive;
  18.  
  19. }
  20. /* =Structure
  21. ----------------------------------------------- */
  22.  
  23. body {
  24.     padding: 0 2em;
  25. }
  26. #page {
  27.     margin: 2em auto;
  28.     max-width: 1000px;
  29. }
  30. #branding hgroup {
  31.     margin: 0 7.6%;
  32. }
  33. #access div {
  34.     margin: 0 7.6%;
  35. }
  36. #primary {
  37.     float: left;
  38.     margin: 0 -26.4% 0 0;
  39.     width: 100%;
  40. }
  41. #content {
  42.     margin: 0 34% 0 7.6%;
  43.     width: 63%;
  44. }
  45. #secondary {
  46.     float: right;
  47.     margin-right: 7.6%;
  48.     width: 18.8%;
  49. }
  50.  
  51.  
  52. /* One column */
  53. .one-column #page {
  54.     max-width: 760px;
  55. }
  56. .one-column #content {
  57.     margin: 0 7.6%;
  58.     width: auto;
  59. }
  60. .one-column #nav-below {
  61.     border-bottom: 1px solid #ddd;
  62.     margin-bottom: 1.625em;
  63. }
  64. .one-column #secondary {
  65.     float: none;
  66.     margin: 0 7.6%;
  67.     width: auto;
  68.  
  69. /* ----- header ----- */
  70. /* hide search box */
  71. #branding #searchform {
  72. display: none;
  73. position: absolute;
  74. right: 7.6%;
  75. text-align: right;
  76. top: 3.8em;
  77. }
  78.  
  79. /*
  80. Post Formats Headings
  81. To hide the headings, display: none the ".entry-header .entry-format" selector,
  82. and remove the padding rules below.
  83. */
  84.  
  85. .singular .entry-title {
  86.     color: #000000;
  87.     font-size: 2.1em !important;
  88.     font-weight: bold;
  89.     line-height: 48px;
  90.     margin: -75px 0 0 !important;
  91.     text-align: center;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment