Confluence 4.0 : Using CSS to Customise the Easy Reader Theme
This page last changed on Sep 07, 2011 by pwatson.
This page gives some hints on using the space CSS style sheets to customise the Easy Reader theme. You can customise the Easy Reader theme using CSS at space or site level. A common modification is to change or remove the background image.
Editing the CSSTo edit a space's CSS style sheets:
Simple CSS Customisations for Easy Reader ThemeTo change the background image:body { background: #ccc url("path/to/your/background.gif") 50% 0 repeat-y; } Remember to set an appropriate background colour to extend past the left and right edges of the image. In the example we use colour code
To replace the theme's gradient image with your choice of background colour:body { background: #ccc; } To add a border to the left and right of the content area, using a specific colour (in the example we use colour code |
![]() |
Document generated by Confluence on Sep 19, 2011 02:34 |