Separating theme-wide from wiki-wide CSS

Dimitris Glezos dimitris at glezos.com
Sun Mar 25 19:14:12 UTC 2007


Yo.

We should split the kindofblue CSS into two parts, one kindofblue-specific and
one that should be applied to all themes. This is to make custom tables,
positioning stuff and message boxes that pages use to work across themes.

Could someone with privileges please:


1. Add the attached file to something like

  `<kind-of-blue-location>/../common/css/`

for example:

  `/usr/share/moin/htdocs/common/css/`

and add this in CVS.


2. Make the following change in `wikiconfig.py`:

@@ -132,6 +132,11 @@
     # The default theme anonymous or new users get
     theme_default = 'kindofblue'

+    # Stylesheet to be included for all themes (glezos, 25/3/07)
+    stylesheets = [
+        ('screen', '/wikidata/common/css/screen-common.css')
+    ]
+


3. Make changes to the kindofblue repo live. I haven't removed the global-css
yet, so that people's browsers get to know the new CSS and *then* we ca remove
the duplicated styles. So in a few days we can remove them from
kindofblue/screen.css.


-d



-- 
Dimitris Glezos
Jabber ID: glezos at jabber.org, GPG: 0xA5A04C3B
http://dimitris.glezos.com/

"He who gives up functionality for ease of use
loses both and deserves neither." (Anonymous)
-- 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: screen-common.css
Type: text/css
Size: 3039 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-websites-list/attachments/20070325/150bde60/attachment.css>


More information about the Fedora-websites-list mailing list