Difference between revisions of "Cities Example CSS"

From Help Wiki
(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…')
(No difference)

Revision as of 14:43, 28 October 2010

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;
}