Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: Linen PRO Child Theme
- Theme URI: http://thethemefoundry.com/linen/
- Description: Child theme for customizing Linen PRO.
- Version: 1.0
- Author: The Theme Foundry
- Author URI: http://thethemefoundry.com/
- Template: linen_pro
- */
- /* Import Stylesheets, don't remove these.
- -----------------------------------------------------------*/
- @import url("../linen_pro/stylesheets/master.css");
- /* Required Wordpress Classes, don't remove these.
- -----------------------------------------------------------*/
- .aligncenter {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .alignleft { float: left; }
- .alignright { float: right; }
- /* Make all custom CSS changes BELOW this line
- -----------------------------------------------------------*/
- /* Example: Change the sidebar background to blue:
- #sidebar {
- background: blue;
- }
- */
- #content {
- float: left;
- margin-left: 53px;
- width: 650px;
- }
- .single-post-meta {
- margin-bottom:15px;
- }
- #footer{
- display:none;
- }
- #content.no-sidebar {
- width: 750px;
- }
- body {
- font-family: Helvetica, Arial, sans-serif;
- ackground-color: #DDDDDD;
- }
- .entry, .entry p {
- line-height:1.8em;
- margin-bottom:15px;
- font-size:15px;
- }
- #title, #description {
- text-align: center;
- }
- #wrapper {
- width:990px;
- margin-bottom: 0;
- padding-bottom: 100px;
- }
- #copyright {
- position: relative;
- bottom: 75px;
- height: 0;
- margin-bottom: 0;
- }
- body {
- background-color: #DBF0F9;
- }
- #content {
- float: right;
- margin-right: 175px;
- width: 650px;
- }
- #content.no-sidebar {
- padding-left:25px;
- width: 750px;
- }
- .entry img.alignleft, .entry img.alignright, .entry img.aligncenter, img.single-post-thm {
- border: none;
- }
- #sidebar {
- float: left;
- margin-left: 40px;
- width: 200px;
- }
- #sidebar ul li {
- list-style-type: none;
- }
- .entry h2, .entry h3, .entry h4 {
- font-family: Helvetica,Arial,sans-serif;
- font-size: 1.4em;
- font-weight: normal;
- padding: 10px 0 15px;
- }
- #sidebar h2.widgettitle {
- border: none;
- }
- .home #wrapper {
- margin-top: 0 !important;
- }
- #header {
- padding: 0 0 20px;
- }
- #navigation {
- margin-left: auto;
- margin-right: auto;
- background-color: rgb(0, 61, 82);
- }
- #navigation ul li {
- background-color: rgb(0, 61, 82);
- list-style-type: none;
- margin: 0;
- }
- .nav a {
- color: #FFFFFF;
- display: block;
- font-family: Helvetica,Arial,sans-serif;
- font-size: 1.3em;
- padding: 0px;
- font-weight: bold;
- }
- .nav a:hover {
- background-color: #D3D3D3;
- color: #000000;
- }
Advertisement
Add Comment
Please, Sign In to add comment