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