Cities Example CSS

From Help Wiki
Revision as of 14:43, 28 October 2010 by Greenea (Talk | contribs) (Created page with 'The following CSS is used in combination with the WordPress Theme '''72 Class''' to make it look ok in Google Earth. To apply this custom css go to Appearance > Edit CSS and cop…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following CSS is used in combination with the WordPress Theme 72 Class to make it look ok in Google Earth. To apply this custom css go to Appearance > Edit CSS and copy and paste the following:

#top {
display:none;
}

#header {
margin:0;
padding:0;
}

#header h1 {
font-size:30px;
line-height:35px;
text-align:left;
margin:0;
}

#header p {
font-size:100%;
text-align:left;
}

#page-nv {
display:none;
}