formonly.css
This provides additional styles to give our forms a clean, minimal appearance within the customer's site (embedded in an IFRAME). NOTE that this CSS is directly linked in the template 'fg_formonly', and from the thank-you pages.
Size 1 kB - File type text/cssFile contents
body {
background-color: #b4985a !important;
font-family: Arial, sans;
}
div#region-content h2 {
border-bottom: none !important;
}
div#region-content h3 {
font-style: none !important;
font-weight: normal !important;
}
div#portal-footer,
div#portal-colophon {
display: none;
}
ul.contentViews,
div.contentActions {
display: none;
}
div.portalMessage {
margin-top: 0;
}
div#content {
padding: 0 !important;
margin: 0 !important;
}
div#region-content {
border: none;
}
Click here to get the file