11<!doctype html> < html > < head > < meta charset =utf-8 >
22< title > Web-based checking with vnu.jar or vnu.war</ title >
3-
4- < style type ="text/css ">
5- html {
6- background : # DDE5D9 url (data:image/gif;base64, R0lGODlhBAAEAIAAANra2v///yH5BAAAAAAALAAAAAAEAAQAAAIFTGB4xlcAOw==) repeat 0 0 ;
7- font-family : "Lucida Sans Unicode" , "Lucida Sans" , verdana, arial, helvetica;
8- }
9- body {
10- border : solid 1px # CED4CA ;
11- background-color : # FFF ;
12- padding : 4px 25px 4px 25px ;
13- margin : 20px 20% 20px 20px ;
14- line-height : 1.75 ;
15- }
16- h1 {
17- font-size : 36px ;
18- font-weight : normal;
19- color : # 0B5B9D ;
20- vertical-align : top;
21- margin-bottom : 0px ;
22- }
23- h2 {
24- font-size : 28px ;
25- font-weight : normal;
26- color : # 0B5B9D ;
27- vertical-align : top;
28- margin-bottom : 0px ;
29- margin-top : 24px ;
30- }
31- h3 {
32- font-size : 22px ;
33- font-weight : normal;
34- color : # 0B5B9D ;
35- vertical-align : top;
36- margin-bottom : 0px ;
37- margin-top : 32px ;
38- }
39- h4 {
40- font-size : 20px ;
41- font-weight : normal;
42- color : # 0B5B9D ;
43- vertical-align : top;
44- margin-bottom : 0px ;
45- margin-top : 22px ;
46- }
47- a {
48- text-decoration : none;
49- color : # 0B5B9D ;
50- padding : 2px ;
51- }
52-
53- a : hover {
54- text-decoration : none;
55- background-color : # 0B5B9D ;
56- color : white;
57- }
58- a : active {
59- text-decoration : none;
60- background-color : white;
61- color : black;
62- }
63- .set , .note {
64- background-color : ivory;
65- padding : 16px ;
66- padding-top : 4px ;
67- padding-bottom : 4px ;
68- padding-right : 32px ;
69- padding-left : 32px ;
70- border : 1px solid # ccc ;
71- margin-left : 2px ;
72- margin-right : 2px ;
73- border-radius : 6px ;
74- }
75- .note {
76- background-color : rgb (241 , 255 , 240 );
77- }
78- .note p {
79- margin-top : 8px ;
80- }
81- code {
82- background-color : # F8F8F8 ;
83- border : 1px solid # ccc ;
84- border-radius : 3px ;
85- padding : 2px 6px ;
86- }
87- pre {
88- background-color : # F8F8F8 ;
89- border : 1px solid # ccc ;
90- border-radius : 3px ;
91- padding : 10px ;
92- margin-right : 15% ; /* This seems high -- consider reducing? */
93- margin-top : 6px ;
94- line-height : 1.2
95- }
96- .java-class , .java-property , .option-value {
97- background-color : yellow;
98- padding : 2px 6px ;
99- }
100- .arg {
101- color : green;
102- }
103- .links {
104- text-align : center;
105- }
106- </ style >
107-
108- </ head >
3+ < link rel =stylesheet href =style.css > </ head >
1094< body >
1105 < h1 > Web-based checking with vnu.war or vnu.jar</ h1 >
1116
@@ -127,7 +22,6 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
12722with the actual paths to those files on your system.
12823
12924< p class =links >
130- <!--<a href="#web-based-usage">Usage</a> · -->
13125< a href ="#standalone "> Standalone</ a > ·
13226< a href ="#servlet "> Servlet</ a > ·
13327< a href ="#http-client "> Client</ a > ·
@@ -340,5 +234,3 @@ <h4 id="nuvalidatorclientasciiquotes">nu.validator.client.asciiquotes</h4>
340234
341235 </ section >
342236</ div >
343-
344- <!-- TODO: For more information... sources bugz etc. -->
0 commit comments