127 lines
2.3 KiB
CSS
127 lines
2.3 KiB
CSS
<style type='text/css'>
|
|
html
|
|
{
|
|
font-family: sans-serif;
|
|
}
|
|
body
|
|
{
|
|
color: #000055;
|
|
font-family: sans-serif;
|
|
font-size: 12;
|
|
|
|
background: #EEFFFF;
|
|
background-color : white;
|
|
background-image : url(/themes/flashy/palette2.jpg);
|
|
background-attachment : fixed;
|
|
|
|
}
|
|
table
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 12;
|
|
color: #000000;
|
|
}
|
|
.head
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 12;
|
|
color: ##007700;
|
|
float:left;
|
|
width:0px;
|
|
}
|
|
.foot_1
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.foot_2
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 12;
|
|
color: ##007700;
|
|
background: #ffa100;
|
|
text-align:left;
|
|
white-space: nowrap;
|
|
/*float:left;
|
|
width: 0px;*/
|
|
}
|
|
.foot_3
|
|
{
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.centerhead
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 13;
|
|
background: none;
|
|
float:left;
|
|
width:0px;
|
|
}
|
|
.centerbody
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14;
|
|
color: #f4ffbc;
|
|
}
|
|
.magicbox
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 10;
|
|
background: #f4ffbc;
|
|
text-align:left;
|
|
}
|
|
h1
|
|
{
|
|
color: #221111;
|
|
}
|
|
.bordure
|
|
{
|
|
/* background-color: #000000; */
|
|
border-width: 0px;
|
|
border-color: none;
|
|
}
|
|
a
|
|
{
|
|
color: #0000FF;
|
|
text-decoration: none;
|
|
}
|
|
a:hover
|
|
{
|
|
color: #EEEEFF;
|
|
background: #0000FF;
|
|
text-decoration:none;
|
|
}
|
|
a:visited
|
|
{
|
|
color: #7777AA;
|
|
text-decoration: none;
|
|
}
|
|
.head_1
|
|
{
|
|
background-color: none;
|
|
float:left;
|
|
white-space: nowrap;
|
|
width: 100%
|
|
}
|
|
.head_2
|
|
{
|
|
position: relative;
|
|
font-family: Times, serif;
|
|
font-size: 13;
|
|
background: #ffa100;
|
|
text-align:right;
|
|
float:left;
|
|
white-space: nowrap;
|
|
}
|
|
.head_3
|
|
{
|
|
display:none;
|
|
}
|
|
.head_4
|
|
{
|
|
display:none;
|
|
}
|
|
</style>
|
|
|