Help with Logo
Posted: 18 July 2009 01:42 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-07-18

Hello,

I’m new here, but I was wondering if I might be able to get help with the CSS code in my blog.  Right now, if you go to my blog, http://clandestinechic.com, you’ll see the logo on the left and if you hover below it, another logo shows up.  What I want to do is get rid of the logo at the top or have that one transparent and have the logo below it (that currently on shows up when you hover over it)  remain and stay static.  Here is the CSS Code:

/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.6
Author: A. Mignolo 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post


License: GNU General Public License (GPL) version 3


*/




/* =Global
------------------------------------------------------------------*/


htmlbodyformfieldseth1h2h3h4h5h6preblockquoteuloldladdress, .more-link  {
    margin
:0;
    
padding:0;
    
}


a
a:linka:visited {
    outline
none;
    
text-decorationnone;
    
}


h1
h2h3h4h5h6 {
    font
-weightnormal;
}


blockquote
:beforeblockquote:after {
    content
"";
}


blockquote
q {
    quotes
"" "";
}


/* =Layout
------------------------------------------------------------------*/
#wrapper {
    
width60em;
    
margin0 auto;
}

#main_nav {
background:transparent url(http://www.clandestinechic.com/wp-content/themes/evidens-white/logo.png) no-repeat scroll 0 0;
display:inline;
float:left;
height:150px;
margin:9em 0 0 1.1em;
padding-top:110px;
position:fixed;
width:15em;
}


#content {
    
width50em;
    
margin2em 0 0 0;
    
floatright;
    
displayinline;
    
min-height30em;
}


#entry_content {
    
width30em;
    
margin0 2.5em 0 6.5em;
    
floatleft;
    
displayinline;
}


#supplementary {
    
width11em;
    
margin0 0 0 0;
    
floatright;
    
displayinline;
}


#footer_contact {
    
width15.7em;
    
floatright;
    
displayinline;
}


#footer_info {
    
margin0 0 0 20em;
    
width45em;
    
floatleft;
    
displayinline;
}


#main_nav ul {
    
margin2.5em 0 0 0;
}




.meta ul {
    margin
1em 0 0 0;
}


.meta li {
    margin
.3em 0 0 0;
    
line-height1.5em;
    
padding0 0 .2em 0;
}


ul
#categories li, ul#archives li {
    
border-bottom0;
}


#footer {
    
clearboth;
    
border-top1px solid #000;
}


.date, .description {
    margin
.1em 0 1.5em 0;
    
padding0;
}




.header {
    margin
0 0 1.5em 0;
}


.entry {
    margin
0 0 4em 0;
}


.alignleft {
    float
left;
}


.alignright {
    float
right;
}


.entry img.alignright {
    margin
0 0 1.5em 1em;
}


.entry img.alignleft {
    margin
0 1em 1.5em 0;
}


.offsite img {
    margin
-top1em;
    
border0;
}


#main_nav h1.masthead a {
    
line-height1em;
}


dd
.gallery-caption {
    font
-size11px;
    
color#CCC;
    
line-height12px;
    
margin-top.5em;
}


.entry .gallery {
    margin
-top0;
    
padding-top0;
}


/* =Typography
------------------------------------------------------------------*/


#entry_content .sticky {
    
border1px dotted #CCC;
    
padding15px;
    
margin-bottom20px;
}




/* =Typography
------------------------------------------------------------------*/


body, .delicious-desc {
    background
#FFF;
    
font-family"Lucida Grande""Lucida Sans Unicode"verdanasans-serif;
}


h1
h2h3h4h5#main_nav ul, .date, .description, .ctitle, .fin,
     
.entry p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta {
    font
-family"Hoefler Text""Constantia"Georgia"Times New Roman"Timesserif;
}


h1
, .date, .description {
    font
-variantsmall-caps;
}


h1 {
    font
-size1.5em;
}


h2 {
    font
-size1.7em;
    
margin-bottom1em;
}


h3 {
    font
-size1.7em;
    
margin1em 0 0 0;
    
border-bottom1px solid #eee;
}


#supplementary h3, h2.widgettitle {
    
margin2em 0 -.7em 0;
    
font-size1.15em;
    
font-variantsmall-caps;
    
border-bottomnone;
}


.widget li {
    border
-bottom0;
}


h4 {
    font
-size1.4em;
    
margin2em 0 0 0;
    
font-variantsmall-caps;
}


h5 {
    font
-size1.3em;
    
margin.8em 0;
}


#main_nav ul {
    
text-transformuppercase;
    
font-size.75em;
    list-
style-typenone;
}


.entry {
    font
-size.75em;
    
line-height1.9em;
}


#entry_content p {
    
margin.7em 0 2em 0;
}


.description, .date  {
    font
-size.8em;
    
color#aaa;
}


.commentcount {
    color
#aaa ;
}


#entry_content .date {
    
margin: -2em 0 2em 0;
}


.entry p:first-child:first-letter {
    font
-size2em;
}


.entry p:first-child:first-line {
    font
-variantsmall-caps;
    
font-size1.3em;
}


.entry ul, .entry ol {
    margin
1.5em 0 0 0;
    
padding-left2.2em;
}


#search {
    
margin-top1.5em;
    
border-bottom1px dotted #999;
}


.search {
    text
-transformuppercase;
    
font-size.7em;
    
padding-right.5em;
}


#searchform {
    
margin-top: -1em;
    
text-alignright;
    
padding0 0 1em 0;
    
}


input {
    border
1px solid #666;
    
Profile
 
 
Posted: 30 July 2009 04:38 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  19
Joined  2009-07-27

Hi, How can i put any logo in my signature in yahoo mail for outgoing mail? i want to put my company’s logo along with my name in signature.

Search engine optimization

Profile