177 lines
1.9 KiB
CSS
177 lines
1.9 KiB
CSS
|
.dummy
|
||
|
{
|
||
|
}
|
||
|
|
||
|
html
|
||
|
{
|
||
|
width: 240px;
|
||
|
}
|
||
|
body
|
||
|
{
|
||
|
color: black;
|
||
|
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 12px;
|
||
|
|
||
|
text-align: center;
|
||
|
|
||
|
background-color: white;
|
||
|
background-image: none;
|
||
|
width: 240px;
|
||
|
}
|
||
|
|
||
|
p
|
||
|
{
|
||
|
text-align: left;
|
||
|
/* margin: 90px; */
|
||
|
}
|
||
|
|
||
|
li
|
||
|
{
|
||
|
list-style-type: circle;
|
||
|
}
|
||
|
|
||
|
a:link
|
||
|
{
|
||
|
color: maroon;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:visited
|
||
|
{
|
||
|
color: red;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
:link img { border: 2px solid #630000 }
|
||
|
:visited img { border: 2px solid #AA1010 }
|
||
|
|
||
|
|
||
|
table
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
}
|
||
|
|
||
|
.head
|
||
|
{
|
||
|
font-family: sans-serif;
|
||
|
font-size: 10px;
|
||
|
background-color: maroon;
|
||
|
text-align: center;
|
||
|
color: white;
|
||
|
font-weight: bold;
|
||
|
border-color: black;
|
||
|
}
|
||
|
|
||
|
.centerhead
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
|
||
|
.centerbody
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.magicbox
|
||
|
{
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 10px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
h1
|
||
|
{
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
h2
|
||
|
{
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
h3
|
||
|
{
|
||
|
text-align: center;
|
||
|
color: maroon;
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
h6
|
||
|
{
|
||
|
font-family: sans-serif;
|
||
|
font-size: 8px;
|
||
|
}
|
||
|
|
||
|
.bordure
|
||
|
{
|
||
|
background-color: black;
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
td.colonne
|
||
|
{
|
||
|
width: 75px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
i
|
||
|
{
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 8px;
|
||
|
}
|