[wiki/static/css] modifications lgres de la css du wiki

darcs-hash:20081205190239-bd074-9669d0fc7d0cdc3163ba0a9f6616f558da29a390.gz
This commit is contained in:
Antoine Durand-Gasselin 2008-12-05 20:02:39 +01:00
parent 92a6feab59
commit 65a5158dbc

View file

@ -1,57 +1,48 @@
/************************************************************* /*************************************************************
.. ..
.... ............ ........ .... ............ ........
. ....... . .... .. . ....... . .... ..
. ... .. .. .. .. ..... . .. . ... .. .. .. .. ..... . ..
.. .. ....@@@. .. . ........ . .. .. ....@@@. .. . ........ .
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. .... .. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... .... .@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. .. @@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. ..... .@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
...@@@.... @@@ .@@.......... ........ ..... .. ...@@@.... @@@ .@@.......... ........ ..... ..
. ..@@@@.. . .@@@@. .. ....... . ............. . ..@@@@.. . .@@@@. .. ....... . .............
. .. .... .. .. . ... .... . .. .... .. .. . ... ....
. . .... ............. .. ... . . .... ............. .. ...
.. .. ... ........ ... ... .. .. ... ........ ... ...
................................ ................................
============================================================== ==============================================================
crans.css - MoinMoin Style crans.css - MoinMoin Style
Theme crans (screen) Theme crans (screen)
Copyright (c) 2006 by www.crans.org Copyright (c) 2006 by www.crans.org
**************************************************************/
**************************************************************/
div#content div#content
{ {
background-image: url("../img/fond.png"); background-image: url("../img/fond.png");
} }
/* ****************************** BARRE DE TITRE ****************************** */ /* ****************************** BARRE DE TITRE ****************************** */
/* on change la couleur des soulignements de titres pour aller avec la barre */ /* on change la couleur des soulignements de titres pour aller avec la barre */
h1, h2, h3, h4, h5, h6 {border-color: #f9821d} h1, h2, h3, h4, h5, h6 {border-color: #f9821d}
div#titleBarre { div#titleBarre {
border-bottom: thin solid #f9821d;//orange; // border-bottom: thin solid #f9821d;//orange;
background: #f9821d url(../img/BarreOrange.png) repeat-x; background: #f9821d url(../img/BarreOrange.png) repeat-x;
} }
div#titleBarre *, div#titleBarre *,
div#titleBarre h1#title a { div#titleBarre h1#title a {
color: white; } color: white; }
div#titleBarre h1#title { div#titleBarre h1#title {
background: url(../img/BarreLogo.png) no-repeat right top; background: url(../img/BarreLogo.png) no-repeat right top;
} }
/* variantes */ /* variantes */
.halloween div#titleBarre h1#title { .halloween div#titleBarre h1#title {
background-image: url(../img/barreLogoHalloween.png); background-image: url(../img/barreLogoHalloween.png);
} }
.noel div#titleBarre { .noel div#titleBarre {
background: #f9821d url(../img/BarreOrangeNeige.png) repeat-x; background: #fff url(../img/BarreOrangeNeige.png) repeat-x;
} }
.noel div#titleBarre h1#title { .noel div#titleBarre h1#title {
background-image: url(../img/BarreLogoNeige.png); background-image: url(../img/BarreLogoNeige.png);
} }