/* Theme Name: SIDMUN Author: Wordpress Team. Description: Child theme Version: 1.2.1 Template: twentyeleven Tags: dark, buddypress, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready */ @import url("../twentyeleven/style.css"); /* BEGIN MOVE HEADER TEXT OVER HEADER IMAGE */ /* this stuff moves the image up */ #access, #branding a img:first-child { top: -190px; position: relative; } /* this stuff keeps text on top */ #branding hgroup { top: +50px; position:relative; z-index: 1;} /* this stuff changes text size for header, depresses description */ /* and adds shadow so text legible whatever background (within reason) */ #site-title span a {font-size: 55px;} #site-description {font-size: 25px;} #site-title a, #site-description {color: #fff; text-shadow: #003 1px 1px 5px;} /* Colours the search form and keeps it on top */ #searchform {background-color: #ddd; z-index: 1;} #main {top: -185px; position: relative; z-index: 2;} /* END MOVE HEADER TEXT OVER HEADER IMAGE */ /* BEGIN FIX DROP DOWN */ #branding { border-top: 2px solid #bbb; padding-bottom: 10px; position: static; z-index: 2; } /* END FIXED DROP DOWN */ /* BEGIN Search bar now all over the place b/c Branding above's position is static FIX BELOW */ #branding #searchform { background-color: white; display: block; margin-top: 195px; position: absolute; right: 12.6%; text-align: right; top: 3.8em; } /* END Search bar now all over the place b/c Branding above's position is static FIX BELOW */ /* BEGIN FIX Post Template issue */ .singular .entry-header .entry-meta { position: static; top: 0; left: 0; } /* END FIX Post Template issue */ /* BEGIN FIX Edit Link Template Issue */ .singular .entry-meta .edit-link a { bottom: auto; left: 50px; position: static; right: auto; top: 80px; } /* END FIX Edit Link Template Issue */ /* IGNORE BELOW.. ORIGINAL CODE LEFT IF ABOVE GOES CHAOTIC #access, #branding a img:first-child { top: -190px; position: relative; } #branding hgroup { top: +50px; position:relative; z-index: +1;} #site-title span a {font-size: 55px;} #site-description {font-size: 25px;} #site-title a, #site-description {color: #fff; text-shadow: #003 1px 1px 5px;} #searchform {background-color: #ddd; z-index: +10;} #main {top: -185px; position: relative; z-index: +20;} END ORIGINAL CODE */