159 lines
1.7 KiB
CSS
159 lines
1.7 KiB
CSS
body
|
|
{
|
|
color: #000000;
|
|
/* scrollbar-face-color: #9933CC; */
|
|
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: white;
|
|
background-image: none;
|
|
width: 100%;
|
|
}
|
|
|
|
p
|
|
{
|
|
text-align: left;
|
|
}
|
|
|
|
li
|
|
{
|
|
list-style-type: circle;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
color: #630000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #AA1010;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #FFFFFF;
|
|
background-color: #630000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
:link img { border: 2px solid #630000 }
|
|
:visited img { border: 2px solid #AA1010 }
|
|
|
|
table
|
|
{
|
|
font-family: Times, serif;
|
|
/*border-width: 2px;
|
|
border-color: #000000;*/
|
|
}
|
|
|
|
.head
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
background-color: #C68484;
|
|
text-align: center;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.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: #FFFFFF;
|
|
}
|
|
|
|
h1
|
|
{
|
|
text-align: center;
|
|
color: #221111;
|
|
}
|
|
|
|
h3
|
|
{
|
|
text-align: center;
|
|
color: #630000;
|
|
}
|
|
|
|
h6
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.bordure
|
|
{
|
|
background-color: #000000;
|
|
border-style: none;
|
|
}
|
|
|
|
td.colonne
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.left
|
|
{
|
|
text-align: left;
|
|
float: left;
|
|
}
|
|
|
|
.center
|
|
{
|
|
text-align: center;
|
|
float: none;
|
|
}
|
|
|
|
.right
|
|
{
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
|
|
img
|
|
{
|
|
position: relative;
|
|
border-color: inherit;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.border0
|
|
{
|
|
position: inherit;
|
|
border-width: 0px;
|
|
}
|
|
|
|
.border1
|
|
{
|
|
border-color: inherit;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.border2
|
|
{
|
|
position: inherit;
|
|
border-width: 2px;
|
|
border-color: inherit;
|
|
border-style: solid;
|
|
}
|
|
|