<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: PocketCalculatorShow
Description: A Child Theme of twentyeleven
Template: twentyeleven
*/
@import url(../twentyeleven/style.css);

/* remove search box at top */
#branding #searchform {
display: none;
position: absolute;
right: 7.6%;
text-align: right;
top: 3.8em;
}

/* render logo over title, removed logo on 2012-09-23 */
#site-title a {
/*    background: url('images/pc-title.png') left top; */
/*    background-repeat: no-repeat; */
    display:block;
    text-indent:-999em;
    height:109px; width:300px;
}

/* place logo over header image */
#branding { position: relative; }
#branding hgroup { position: absolute; top: 0px; }

/* eliminate gray border around images, added 25 June 2012 */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
border: none;
}

/* remove comments closed */
.nocomments {
     display: none;
}

/* added to change menu color on 2012-09-27 */

#access {
background:#222;
background:-moz-linear-gradient(#FFFFFF, #FAFAFA);
background:-o-linear-gradient(#FFFFFF, #FAFAFA);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FAFAFA));
background:-webkit-linear-gradient(#FFFFFF, #FAFAFA);
}

/* added to change menu font color and size on 2012-09-27 */

#access a {
color: #0A0A0A;
font-size: 110% !important;
}</pre></body></html>