scripts/wiki/static/crans/css/ensanime.css
salles 63f650cd86 Thme plus lisible pour les tableaux comme a
darcs-hash:20060520095242-72cb0-874645138b678c3cd7afd55632e584dfd5bbe8d4.gz
2006-05-20 11:52:42 +02:00

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;
}