From Fedora Project Wiki
(New page: ==CSS and Images== One can find all CSS files and images used in the Fedora sites on the web. And we encourage the community to use them directly from our urls in a cascading implementatio...)
 
m (add category)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
Load the main Fedora CSS file
Load the main Fedora CSS file


[http://fedoraproject.org/static/css/fedora.css]
* [http://fedoraproject.org/static/css/fedora.css fedora.css]


And then load either our application chrome css file:
And then load your custom css file and override elements as needed:


[http://fedoraproject.org/static/css/myfedora-branding.css]
/w/skins/fedora/main.css
 
Or your custom css file and override elements as needed:
 
[[/w/skins/fedora/main.css?97]]
or
or
/css/fedora_planet.css
/css/fedora_planet.css
Line 26: Line 22:
Images simply need to be loaded via their 'href' attributes' url:
Images simply need to be loaded via their 'href' attributes' url:


* [http://fedoraproject.org/static/images/banners/paulfrieldstv2.png paulfrieldstv2.png]


[http://fedoraproject.org/static/images/banners/paulfrieldstv2.png]
[[Category:Websites]]

Latest revision as of 06:38, 29 August 2008

CSS and Images

One can find all CSS files and images used in the Fedora sites on the web. And we encourage the community to use them directly from our urls in a cascading implementation.

This is especially true when working on official fedoraproject.org domains ( things on this list ):

Websites/DomainsList

Fedora CSS in your application

Load the main Fedora CSS file

And then load your custom css file and override elements as needed:

/w/skins/fedora/main.css or /css/fedora_planet.css

Fedora Images in your application

Images simply need to be loaded via their 'href' attributes' url: