Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: intentionally blank
- Theme URI: http: //www.example.net/
- Description: Child theme for the Twenty Eleven theme
- Author: Casey Burnett
- Author URI: http: //www.example-company.com/
- Template: twentyeleven
- Version: 0.1.0
- */
- @import url("../twentyeleven/style.css");
- /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
- -------------------------------------------------------------- */
- h1 {
- font-family:'Dynalight', cursive;
- }
- /* =Structure
- ----------------------------------------------- */
- body {
- padding: 0 2em;
- }
- #page {
- margin: 2em auto;
- max-width: 1000px;
- }
- #branding hgroup {
- margin: 0 7.6%;
- }
- #access div {
- margin: 0 7.6%;
- }
- #primary {
- float: left;
- margin: 0 -26.4% 0 0;
- width: 100%;
- }
- #content {
- margin: 0 34% 0 7.6%;
- width: 63%;
- }
- #secondary {
- float: right;
- margin-right: 7.6%;
- width: 18.8%;
- }
- /* One column */
- .one-column #page {
- max-width: 760px;
- }
- .one-column #content {
- margin: 0 7.6%;
- width: auto;
- }
- .one-column #nav-below {
- border-bottom: 1px solid #ddd;
- margin-bottom: 1.625em;
- }
- .one-column #secondary {
- float: none;
- margin: 0 7.6%;
- width: auto;
- /* ----- header ----- */
- /* hide search box */
- #branding #searchform {
- display: none;
- position: absolute;
- right: 7.6%;
- text-align: right;
- top: 3.8em;
- }
- /*
- Post Formats Headings
- To hide the headings, display: none the ".entry-header .entry-format" selector,
- and remove the padding rules below.
- */
- .singular .entry-title {
- color: #000000;
- font-size: 2.1em !important;
- font-weight: bold;
- line-height: 48px;
- margin: -75px 0 0 !important;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment