81 lines
1,004 B
CSS
81 lines
1,004 B
CSS
body
|
|
{
|
|
color: #000000;
|
|
/* scrollbar-face-color: #9933CC; */
|
|
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
|
|
background-color : white;
|
|
background-image : url(/themes/default/fond.jpg);
|
|
background-attachment : fixed;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
color: #630000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #AA1010;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #CCCCCC;
|
|
background-color: #630000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
table
|
|
{
|
|
font-family: Times, serif;
|
|
filter:alpha(opacity=85);
|
|
-moz-opacity:0.85;
|
|
}
|
|
|
|
.head
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
background-color: #C68484;
|
|
}
|
|
|
|
.centerhead
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.centerbody
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14px;
|
|
filter:alpha(opacity=75);
|
|
-moz-opacity:0.75;
|
|
}
|
|
|
|
.magicbox
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 10px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
h1
|
|
{
|
|
color: #221111;
|
|
}
|
|
|
|
h3
|
|
{
|
|
color: #630000;
|
|
}
|
|
|
|
.bordure
|
|
{
|
|
background-color: #000000;
|
|
}
|