SwansonPhotos

Untitled

Jan 14th, 2012
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.51 KB | None | 0 0
  1. /*
  2. Theme Name: Linen PRO Child Theme
  3. Theme URI: http://thethemefoundry.com/linen/
  4. Description: Child theme for customizing Linen PRO.
  5. Version: 1.0
  6. Author: The Theme Foundry
  7. Author URI: http://thethemefoundry.com/
  8. Template: linen_pro
  9. */
  10.  
  11. /* Import Stylesheets, don't remove these.
  12. -----------------------------------------------------------*/
  13. @import url("../linen_pro/stylesheets/master.css");
  14.  
  15. /* Required Wordpress Classes, don't remove these.
  16. -----------------------------------------------------------*/
  17. .aligncenter {
  18.     display: block;
  19.     margin-left: auto;
  20.     margin-right: auto;
  21. }
  22. .alignleft { float: left; }
  23. .alignright { float: right; }
  24.  
  25. /* Make all custom CSS changes BELOW this line
  26. -----------------------------------------------------------*/
  27. /* Example: Change the sidebar background to blue:
  28.  
  29. #sidebar {
  30.     background: blue;
  31. }
  32.  
  33. */
  34.  
  35. #content {
  36.     float: left;
  37.     margin-left: 53px;
  38.     width: 650px;
  39. }
  40.  
  41. .single-post-meta {
  42.     margin-bottom:15px;
  43. }
  44.  
  45. #footer{
  46.     display:none;
  47. }
  48.  
  49.  
  50. #content.no-sidebar {
  51.     width: 750px;
  52. }
  53.  
  54. body {
  55.     font-family: Helvetica, Arial, sans-serif;
  56.     ackground-color: #DDDDDD;
  57. }
  58.  
  59.  
  60. .entry, .entry p {
  61.     line-height:1.8em;
  62.     margin-bottom:15px;
  63.     font-size:15px;
  64. }
  65.  
  66. #title, #description {
  67.     text-align: center;
  68. }
  69.  
  70. #wrapper {
  71.     width:990px;
  72.     margin-bottom: 0;
  73.     padding-bottom: 100px;
  74. }
  75.  
  76. #copyright {
  77.     position: relative;
  78.     bottom: 75px;
  79.     height: 0;
  80.     margin-bottom: 0;
  81. }
  82.  
  83. body {
  84.     background-color: #DBF0F9;
  85. }
  86.  
  87. #content {
  88.     float: right;
  89.     margin-right: 175px;
  90.     width: 650px;
  91. }
  92.  
  93. #content.no-sidebar {
  94.     padding-left:25px;
  95.     width: 750px;
  96. }
  97.  
  98. .entry img.alignleft, .entry img.alignright, .entry img.aligncenter, img.single-post-thm {
  99.     border: none;
  100. }
  101.  
  102. #sidebar {
  103.     float: left;
  104.     margin-left: 40px;
  105.     width: 200px;
  106. }
  107.  
  108.  
  109. #sidebar ul li {
  110.     list-style-type: none;
  111. }
  112.  
  113. .entry h2, .entry h3, .entry h4 {
  114.     font-family: Helvetica,Arial,sans-serif;
  115.     font-size: 1.4em;
  116.     font-weight: normal;
  117.     padding: 10px 0 15px;
  118. }
  119.  
  120. #sidebar h2.widgettitle {
  121.     border: none;
  122. }
  123.  
  124. .home #wrapper {
  125.     margin-top: 0 !important;
  126. }
  127.  
  128. #header {
  129.     padding: 0 0 20px;
  130. }
  131.  
  132. #navigation {
  133.     margin-left: auto;
  134.     margin-right: auto;
  135.     background-color: rgb(0, 61, 82);
  136. }
  137.  
  138. #navigation ul li {
  139.     background-color:  rgb(0, 61, 82);
  140.     list-style-type: none;
  141.     margin: 0;
  142. }
  143.  
  144. .nav a {
  145.     color: #FFFFFF;
  146.     display: block;
  147.     font-family: Helvetica,Arial,sans-serif;
  148.     font-size: 1.3em;
  149.     padding: 0px;
  150.     font-weight: bold;
  151. }
  152.  
  153. .nav a:hover {
  154.     background-color: #D3D3D3;
  155.     color: #000000;
  156. }
Advertisement
Add Comment
Please, Sign In to add comment