2015-03-28 20:13:18 +01:00
|
|
|
|
2012-01-18 17:01:17 +01:00
|
|
|
body {
|
|
|
|
padding: 50px;
|
2015-03-28 20:13:18 +01:00
|
|
|
background-image: url(../images/back1.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-color: #000000;
|
2012-01-18 17:01:17 +01:00
|
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
2015-03-28 20:13:18 +01:00
|
|
|
color: #ffffff;
|
2015-03-29 00:11:45 +01:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2012-01-18 17:01:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #00B7FF;
|
2015-03-28 20:13:18 +01:00
|
|
|
}
|
|
|
|
|
2015-03-29 00:11:45 +01:00
|
|
|
#title_text{
|
|
|
|
|
|
|
|
font-family: "andale mono", "lucida console", monospace;
|
|
|
|
font-size:30px;
|
|
|
|
}
|
|
|
|
|
2015-03-28 20:13:18 +01:00
|
|
|
#home {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2015-03-29 00:11:45 +01:00
|
|
|
table {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
border-collapse : collapse;
|
|
|
|
}
|
|
|
|
table th,
|
|
|
|
table td {
|
|
|
|
padding : 4px 8px;
|
|
|
|
border : 1px solid #aaa;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
display: block;
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 70px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width:30%;
|
|
|
|
padding: 20%;
|
|
|
|
background-image: url(../images/logo.png);
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
2015-03-28 20:13:18 +01:00
|
|
|
}
|