Hi All, Is it possible that someone can email me the css file for Koha. I want to customize the look and feel of the staff and opac interface. My plan is to alter the original koha stylesheet in a way that that best suits us and point koha to use those stylesheets. Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Stylesheet-tp3290027p3290027.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Is it possible that someone can email me the css file for Koha.
You already have the CSS file for Koha. It's part of your Koha installation. You can find it at: http:// [path to your koha opac] /opac-tmpl/prog/en/css/opac.css If you want to customize your OPAC you can do one of three things: 1. Copy the default OPAC CSS file, add your customizations, and put that file on the web somewhere. Then point your opacstylesheet system preference at that URL. 2. Create a separate stylesheet to contain only your CSS customizations. Put that file on your Koha server alongside the default stylesheet and specify that CSS file's name in the opaccolorstylesheet system preference. 3. Put your CSS customizations directly into the OPACUserCSS system preference. Your CSS will be automatically embedded on each page of the OPAC. I have several posts on using custom CSS with Koha here: http://www.myacpl.org/koha -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Salvete! Owen did a brilliant presentation at KohaCon 2009 so simple even a documentation ratbag can understand it. There's a direct link to it here: http://www.archive.org/details/KohaAndOpacCustomizationWithOwenLeonard When you inevitably forget where that is, it's also linked from the wiki. http://wiki.koha-community.org/wiki/KohaCon2009 Cheers, Brooke
participants (3)
-
M. Brooke Helman -
Owen Leonard -
sheldon_tappin