* If you don’t set `theme`, it uses `https://guestbook.tilde.club/default.css`.
## CSS customization (what you can style)
When you pass a `theme`, **only your CSS is loaded** (the default stylesheet is not). Your CSS should style the page completely.
### Stable HTML hooks (selectors you can rely on)
* Page title: `h1` (has `align="center"`; override with CSS if desired).
* Intro paragraph and form:
*`form`
*`input[type="text"]` for Name and Email
*`textarea` for Message
*`input[type="submit"]` for the button
* Entries list:
* Container: `.entries`
* Each entry: `.entry`
* Entry header: `.entry h3`
* Email inside header: `.entry h3 span`
* Message text: `.entry p`
## Embedding notes
* Works fine when linked from inside frames/iframes **as long as** the referrer includes your full path (`/~<user>/...`). The meta tag above usually fixes “origin-only” referrers.