74 lines
645 B
Plaintext
74 lines
645 B
Plaintext
|
body{
|
||
|
|
||
|
background-image: url(bg.png);
|
||
|
|
||
|
color: #000000;
|
||
|
font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
|
||
|
font-size: 0.75em;
|
||
|
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
|
||
|
color: #fc8c5a;
|
||
|
font-size: 3em;
|
||
|
margin: 30px 0 10px 180px;
|
||
|
|
||
|
}
|
||
|
|
||
|
p{
|
||
|
|
||
|
font-size: 1em;
|
||
|
margin: 0px 60px 0 210px;
|
||
|
padding: 10px;
|
||
|
text-align: justify;
|
||
|
|
||
|
}
|
||
|
|
||
|
p.what{
|
||
|
|
||
|
background: #FFFFFF;
|
||
|
|
||
|
}
|
||
|
|
||
|
a{
|
||
|
|
||
|
color: #fc8c5a;
|
||
|
|
||
|
}
|
||
|
|
||
|
a:visited{
|
||
|
|
||
|
color: #fc8c5a;
|
||
|
|
||
|
}
|
||
|
|
||
|
div#logos{
|
||
|
|
||
|
position:absolute;
|
||
|
top: 10px;
|
||
|
left: 5px;
|
||
|
width: 150px;
|
||
|
|
||
|
}
|
||
|
|
||
|
div#licence{
|
||
|
|
||
|
position:absolute;
|
||
|
top: 450px;
|
||
|
left: 30px;
|
||
|
width: 150px;
|
||
|
|
||
|
}
|
||
|
|
||
|
img{
|
||
|
|
||
|
border: none;
|
||
|
margin-top: 15px;
|
||
|
|
||
|
}
|
||
|
|