
Untitled
By: a guest on
Apr 23rd, 2012 | syntax:
HTML | size: 1.37 KB | hits: 16 | expires: Never
<html>
<head>
<style>
.okno
{
background-color:#6495ED;
border:3px #5F9EA0 solid;
width:500px;
height:300px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
-khtml-border-radius:10px 10px 10px 10px;
-icab-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
-khtml-border-radius:10px 10px 10px 10px;
}
.bigtable
{
margin-left:auto;
margin-right:auto;
border:3px #7B68EE solid;
}
.bigtable td
{
border-top:3px #7B68EE solid;
}
.bigtable th
{
border-bottom:3px #7B68EE solid;
}
a:link
{
color: #330000; text-decoration:none;
}
a:active
{
color: #330000; text-decoration:none;
}
a:visited
{
color:#330000; text-decoration:none;
}
a:hover
{
color: #4B0082; text-decoration:none;
}
</style>
</head>
<div class="okno">
<br /><br /><br />
<table class="bigtable">
<tr>
<th>
<h2>Witamy w wersji Live w projekcje Saron</h2>
</th>
</tr>
<tr>
<td>
Wersja: 0.0.0 pre-aplfa<br />
</td>
</tr>
<tr>
<td>
Developer: Piotr (Piomek) Merski <a style="font-family: Helvetica,Arial,sans-serif;" href="mailto:merskip@gmail.com">merskip@gmail.com</a> <br />
</td>
</tr>
<tr>
<td>
Asystent:Sławomir Wójcik <a style="font-family: Helvetica,Arial,sans-serif;" href="mailto:tojaja@interia.eu">tojaja@interia.eu</a>
</td>
</tr>
</table>
</div>
</html>