134 lines
2.6 KiB
CSS
134 lines
2.6 KiB
CSS
/*************************************************************
|
|
..
|
|
.... ............ ........
|
|
. ....... . .... ..
|
|
. ... .. .. .. .. ..... . ..
|
|
.. .. ....@@@. .. . ........ .
|
|
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
|
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
|
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
|
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
|
...@@@.... @@@ .@@.......... ........ ..... ..
|
|
. ..@@@@.. . .@@@@. .. ....... . .............
|
|
. .. .... .. .. . ... ....
|
|
. . .... ............. .. ...
|
|
.. .. ... ........ ... ...
|
|
................................
|
|
|
|
==============================================================
|
|
ensanime.css - MoinMoin Style
|
|
|
|
Theme ensanime
|
|
|
|
|
|
Copyright (c) 2006 by www.crans.org
|
|
|
|
**************************************************************/
|
|
/*<!-- BODY -->*/
|
|
body, html
|
|
{
|
|
background:black;
|
|
color:white;
|
|
}
|
|
|
|
/*<!-- TITRE -->*/
|
|
h1#title
|
|
{
|
|
border-bottom: thin solid red;
|
|
background: url(../img/BarreRouge.png) repeat-x;
|
|
}
|
|
|
|
/*<!-- MENU DE DROITE -->*/
|
|
|
|
div#column-one {
|
|
/* couleurs */
|
|
background:#222222;
|
|
border-left:thin solid #bbbbbb;
|
|
}
|
|
|
|
div#column-one li a {
|
|
color:#aaaaaa;
|
|
}
|
|
|
|
div#p-logo {
|
|
display:none;
|
|
}
|
|
|
|
|
|
div#content{
|
|
background-image: url("../img/fond_ensanime.png");
|
|
background-position: center center;
|
|
background-attachment: fixed;
|
|
padding-left: 15px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
|
|
|
|
.diff-title, .diff-added, .diff-removed {
|
|
background-color: #444444;
|
|
}
|
|
|
|
.diff-added span {
|
|
background-color: #CC0000;
|
|
color:black;
|
|
}
|
|
|
|
.diff-removed span {
|
|
background-color: #AAAAAA;
|
|
color:black;
|
|
}
|
|
|
|
#message {
|
|
color:black;
|
|
}
|
|
|
|
|
|
|
|
/* Links */
|
|
|
|
a {color: #FF5C5C;}
|
|
a:visited {color: #FF0000;}
|
|
a.nonexistent, a.badinterwiki {color: white;}
|
|
/* Headings */
|
|
|
|
h1,
|
|
h1 a, h1 a:visited,
|
|
h2, h3, h4, h5, h6
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
tt {font-size: 1.5em;}
|
|
|
|
|
|
strong.highlight
|
|
{
|
|
background-color: #666666;
|
|
padding: 1pt;
|
|
}
|
|
|
|
.rcdaybreak td {
|
|
background: #BBBBBB;
|
|
}
|
|
|
|
.rcicon1, .rcicon2 {
|
|
background: #555555;
|
|
}
|
|
|
|
.rctime,
|
|
.rceditor,
|
|
.rccomment {
|
|
color:black;
|
|
}
|
|
|
|
#tableOfContents {
|
|
border: 1px solid #;
|
|
background:#121212;
|
|
}
|
|
|
|
table{
|
|
background-image: url(../img/blanctransparent.png);
|
|
color:black;
|
|
}
|
|
|