diff --git a/apps/susidns/src/css.css b/apps/susidns/src/css.css
index 74f0b66052..0db3ed7a5a 100644
--- a/apps/susidns/src/css.css
+++ b/apps/susidns/src/css.css
@@ -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;
}
\ No newline at end of file
diff --git a/apps/susidns/src/jsp/index.jsp b/apps/susidns/src/jsp/index.jsp
index 6a25968185..debd97c138 100644
--- a/apps/susidns/src/jsp/index.jsp
+++ b/apps/susidns/src/jsp/index.jsp
@@ -33,11 +33,11 @@
-
+
-
+
addressbooks
master |
@@ -49,7 +49,7 @@
overview
-
+
Huh? what addressbook?
@@ -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.
-
-
-
+
+
+
+