[wiki-lenny] on établit une séparation entre les ressources statiques upstream et les plugins du crans
* Il faudra faire une solution plus propre, c'est juste pour commiter des changes darcs-hash:20090306075901-bd074-45690e201de838132f1a94901b4a625a50f8a31d.gz
103
wiki-lenny/static/additional/boxes/boxes.css
Normal file
|
@ -0,0 +1,103 @@
|
|||
/*************************************************************
|
||||
..
|
||||
.... ............ ........
|
||||
. ....... . .... ..
|
||||
. ... .. .. .. .. ..... . ..
|
||||
.. .. ....@@@. .. . ........ .
|
||||
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
||||
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
||||
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
||||
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
||||
...@@@.... @@@ .@@.......... ........ ..... ..
|
||||
. ..@@@@.. . .@@@@. .. ....... . .............
|
||||
. .. .... .. .. . ... ....
|
||||
. . .... ............. .. ...
|
||||
.. .. ... ........ ... ...
|
||||
................................
|
||||
|
||||
==============================================================
|
||||
boxes.css - MoinMoin Style
|
||||
|
||||
Style pour les elements {{{#!box ...}}}
|
||||
|
||||
Copyright (c) 2006 by www.crans.org
|
||||
|
||||
**************************************************************/
|
||||
/* les boites */
|
||||
|
||||
/* Show only to IE PC \*/
|
||||
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
|
||||
|
||||
|
||||
.sidebox {
|
||||
margin: 0 auto; /* center for now */
|
||||
padding:0;
|
||||
font-size: 100%;
|
||||
float:left;
|
||||
max-width:600px;
|
||||
}
|
||||
.boxhead {
|
||||
background: url(sbhead-l-orange.png) no-repeat top left;
|
||||
margin: 0;
|
||||
padding: 0 0 0 35px;
|
||||
text-align: center;
|
||||
}
|
||||
.boxhead h3 {
|
||||
background:transparent url(sbhead-r-orange.png) no-repeat top right;
|
||||
border:none;
|
||||
margin: 0;
|
||||
padding: 22px 55px 5px 5px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
line-height: 1em;
|
||||
|
||||
/* Safari-only, but cool */
|
||||
text-shadow: black 0px 2px 5px ;/* valeur originale non valide : rgba(0,0,0,.4) 0px 2px 5px;*/
|
||||
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.boxbody1 {
|
||||
background: url(sbbody-l.png) no-repeat bottom left;
|
||||
padding: 0 0 0 42px;
|
||||
}
|
||||
.boxbody2 {
|
||||
background: transparent url(sbbody-r.png) no-repeat bottom right;
|
||||
margin: 0;
|
||||
padding: 5px 50px 47px 0;
|
||||
color:black;
|
||||
|
||||
}
|
||||
|
||||
.orange_box .boxhead {background-image: url(sbhead-l-orange.png);}
|
||||
.orange_box .boxhead h4 {background-image: url(sbhead-r-orange.png);}
|
||||
|
||||
.blue_box .boxhead {background-image: url(sbhead-l-blue.png);}
|
||||
.blue_box .boxhead h3 {background-image: url(sbhead-r-blue.png);}
|
||||
|
||||
|
||||
.black_box .boxhead {background-image: url(sbhead-l-black.png);}
|
||||
.black_box .boxhead h3 {background-image: url(sbhead-r-black.png);}
|
||||
|
||||
|
||||
.green_box .boxhead {background-image: url(sbhead-l-green.png);}
|
||||
.green_box .boxhead h3 {background-image: url(sbhead-r-green.png);}
|
||||
|
||||
|
||||
.red_box .boxhead {background-image: url(sbhead-l-red.png);}
|
||||
.red_box .boxhead h3 {background-image: url(sbhead-r-red.png);}
|
||||
|
||||
|
||||
.gray_box .boxhead {background-image: url(sbhead-l-gray.png);}
|
||||
.gray_box .boxhead h3 {background-image: url(sbhead-r-gray.png);}
|
||||
|
||||
/* on est oblige de mettre des clear aux titres pour respecter une certaine cohérence */
|
||||
|
||||
h2, h3, h4, h5, hr {clear:left;}
|
||||
|
||||
hr { width:100%; }
|
||||
|
||||
.visualclear, #bottom, #bottom_preview {
|
||||
clear:both;
|
||||
}
|
BIN
wiki-lenny/static/additional/boxes/sbbody-l.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
wiki-lenny/static/additional/boxes/sbbody-r.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-black.png
Normal file
After Width: | Height: | Size: 802 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-blue.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-gray.png
Normal file
After Width: | Height: | Size: 869 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-green.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-orange.png
Normal file
After Width: | Height: | Size: 903 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-l-red.png
Normal file
After Width: | Height: | Size: 890 B |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-black.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-blue.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-gray.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-green.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-orange.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
wiki-lenny/static/additional/boxes/sbhead-r-red.png
Normal file
After Width: | Height: | Size: 3.1 KiB |