tma/css/test.css

80 lines
977 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;
//font-size: 12px;
//border-style: dotted;
border-width: medium;
}
.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;
}
.magicbox
{
font-family: sans-serif, Times, serif;
font-size: 10px;
background-color: #FFFEFE;
}
h1
{
color: #221111;
}
h3
{
color: #630000;
}
.bordure
{
background-color: #000000;
}