merge of '536c1f34e7cf7013b6721728eba84470c550d50d'

and 'eed8cd82284703473ad336f20ed84fd2d22e549d'
This commit is contained in:
z3d
2009-07-20 11:22:19 +00:00
6 changed files with 75 additions and 26 deletions

View File

@ -1,10 +1,16 @@
body {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background-color: #eef;
color:#001;
}
p {
font-family:Verdana,Tahoma,Arial,Helvetica;
color:black;
line-height:12pt;
margin-left:5mm;
margin-right:5mm;
font-size:10pt;
text-align: justify;
}
span.addrhlpr {
@ -12,7 +18,7 @@ span.addrhlpr {
}
h3 {
font-family:Verdana,Tahoma,Arial,Helvetica;
color:black;
font-size:12pt;
letter-spacing:2pt;
@ -20,22 +26,19 @@ h3 {
font-weight:bold;
}
body {
background-color: white;
color:black;
}
a {
color:#327BBF;
text-decoration:none;
font-weight: bold;
}
a:hover {
text-decoration:underline;
font-weight: bold;
}
th {
font-family:Verdana,Tahoma,Arial,Helvetica;
color:black;
line-height:12pt;
margin-left:5mm;
@ -44,7 +47,7 @@ th {
}
td {
font-family:Verdana,Tahoma,Arial,Helvetica;
color:black;
line-height:12pt;
margin-left:5mm;
@ -54,7 +57,7 @@ td {
}
li {
font-family:Verdana,Tahoma,Arial,Helvetica;
color:black;
line-height:12pt;
margin-left:5mm;
@ -91,4 +94,43 @@ p.messages {
p.footer {
font-size:7pt;
text-align: center;
}
.illustrate {
margin: 10px;
padding: 10px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
font-size: 10pt;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: #fff;
}
.page {
margin: 10px;
padding: 10px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
font-size: 10pt;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: #fff;
}
.page {
background-color: #fff;
color:#001;
margin: 20px;
padding: 10px 20px 20px 20px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
font-size: 10pt !important;
line-height: 160% !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
}

View File

@ -33,11 +33,11 @@
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="page">
<div id="logo">
<img src="images/logo.png" alt="susidns logo" border="0"/>
</div>
<hr>
<div id="navi">
<p>addressbooks
<a href="addressbook.jsp?book=master">master</a> |
@ -49,7 +49,7 @@
overview
</p>
</div>
<hr>
<div id="content">
<h3>Huh? what addressbook?</h3>
<p>
@ -74,11 +74,12 @@ The router also uses a private addressbook (privatehosts.txt, not shown in the p
Hosts in the private addressbook can be accessed by you but their addresses are never distributed to others.
The private addressbook can also be used for aliases of hosts in your other addressbooks.
</p>
<p><img src="images/how.png" border="0" alt="addressbook working scheme"/></p>
</div>
<p><center><img src="images/how.png" border="0" alt="addressbook working scheme" title="How the addressbook works" class="illustrate" /></center></p>
</div>
<hr>
<div id="footer">
<p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
</div>
</div>
</body>
</html>