After looking through the pages, I thought it wouldn't be too hard
though the font is the hardest part unless you can limit the demo to
be only on computer(s) you control. So, I made a quick stylesheet
that strips the styling for the front page and replaces it with an
approximation of the blueprint theme from napkin look and feel. The
font-family could probably be changed to be a better font for the
handwritten style if you have one.
I'll upload the blueprint background I made.
html {
background-image: url(images/blueprint-background.jpg);
}
body, .content {
background: none;
}
html, body, .front-page .welcome-message {
color: #DEDEDE;
font-family: "Comic Sans MS", Verdana, sans-serif;
font-variant: small-caps;
}
.page-header, .page-header .navigation.main-nav a {
background: none;
}
.page-header .navigation.main-nav li {
border: 1px solid #DDDDDD;
border-bottom: 0px;
}
div {
border: 2px #DDDDDD groove;
margin: 10px;
padding: 10px;
}
.front-page .welcome-message {
background: none;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---