Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Switching stylesheets

by Anneq (Vicar)
on Oct 18, 2004 at 19:54 UTC ( #400299=note: print w/replies, xml ) Need Help??


in reply to Switching stylesheets

I use the following fragment in my wrapper template using Template toolkit (TT):

<head> <title>$title</title> <base target="_self"/> <style type="text/css"> <!-- @import 'path/to/main.css'; [% PROCESS "path/to/color.css" %] .... other styles here ... --> </style> </head>

main.css is my default stylesheet. color.css is a template component that uses the theme selected by the user. My application saves the theme and other user preferences and puts them in session parameters. The session parameter is passed to TT. Here is a snippet from color.css:

p em { color: [% Css.${theme}.accent %]; } h1 { color: [% Css.${theme}.color %]; } h2, h3, h4, h5 { [% Css.${theme}.accent %]; } a:visited { color: [% Css.${theme}.accent %]; } table { border:thin solid [% Css.${theme}.color %]; }

My configuration template extracts the relevant session parameters and puts them into a template variable which is a hash that used by color.css.

HTH,

Anne

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://400299]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2023-11-30 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?