import
darcs-hash:20071215202102-2d413-c5afd9657254d6f7da32034d05a144bbc9b5574e.gz
This commit is contained in:
parent
cac4feff53
commit
0ca12b1a6f
1 changed files with 56 additions and 0 deletions
56
wiki/static/crans/css/federez.css
Normal file
56
wiki/static/crans/css/federez.css
Normal file
|
@ -0,0 +1,56 @@
|
|||
/*************************************************************
|
||||
..
|
||||
.... ............ ........
|
||||
. ....... . .... ..
|
||||
. ... .. .. .. .. ..... . ..
|
||||
.. .. ....@@@. .. . ........ .
|
||||
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
||||
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
||||
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
||||
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
||||
...@@@.... @@@ .@@.......... ........ ..... ..
|
||||
. ..@@@@.. . .@@@@. .. ....... . .............
|
||||
. .. .... .. .. . ... ....
|
||||
. . .... ............. .. ...
|
||||
.. .. ... ........ ... ...
|
||||
................................
|
||||
|
||||
==============================================================
|
||||
bde.css - MoinMoin Style
|
||||
|
||||
Theme bde.
|
||||
|
||||
|
||||
Copyright (c) 2006 by www.crans.org
|
||||
|
||||
**************************************************************/
|
||||
|
||||
/* fond de page */
|
||||
div#content{ background-image: url("../img/fond_federez.png"); }
|
||||
|
||||
/* couleur des liens */
|
||||
a, a:visited, a:hover {color: #776c4a}
|
||||
/* ****************************** BARRE DE TITRE ****************************** */
|
||||
div#titleBarre {
|
||||
/* couleur de la barre et du léger trait en dessous */
|
||||
border-bottom: thin solid #afafd6;
|
||||
background-color: #afafd6;
|
||||
/* image de fond de la barre */
|
||||
background-image: url("../img/BarreBleuGris.png");
|
||||
}
|
||||
/* image de la barre, en haut à droite */
|
||||
h1#title { background-image: url("../img/barreLogoFederez.png");}
|
||||
/* on change la couleur des soulignements de titres pour aller avec la barre */
|
||||
h1, h2, h3, h4, h5, h6 {border-color: #afafd6}
|
||||
/* Couleur du texte du titre de la page */
|
||||
div#titleBarre *,
|
||||
div#titleBarre h1#title a { color: #6c6c7a; }
|
||||
/* Couleur des "/" dans le titre de la page */
|
||||
h1#title ul#pagelocation li:before{ color: white; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* du bleu-gris : #afafd6; */
|
||||
/* du maron : #776c4a; */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue