1515 */
1616/*
1717 WARNING!
18- This file is copied to all help directories. If you change this file, you must copy it
19- to each src/main/help/help/shared directory.
20-
21-
2218 Java Help Note: JavaHelp does not accept sizes (like in 'margin-top') in anything but
2319 px (pixel) or with no type marking.
2420
21+ The blockquote tag is used heavily to control indentation throughout the help docs. Place the
22+ blockquote tag around other elements to create a standard indentation. The default values of
23+ blockquote are:
24+
25+ blockquote {
26+ display: block;
27+ margin-top: 1em;
28+ margin-bottom: 1em;
29+ margin-left: 40px;
30+ margin-right: 40px;
31+ }
32+
2533*/
34+
35+
36+ /*
37+ Add some indentation for lists to show their relation to the preceding text. The value is
38+ chosen based on the left margin of the body and the blockquote.
39+ */
40+ ul { margin-left : 50px ; }
41+ ol { margin-left : 50px ; }
42+ li { font-family : times new roman; font-size : 14pt ; margin-left : 5px ; }
43+
2644
27- body { margin-bottom : 50px ; margin-left : 10px ; margin-right : 10px ; margin-top : 10px ; } /* some padding to improve readability */
28- li { font-family : times new roman; font-size : 14pt ; }
2945h1 { color : # 000080 ; font-family : times new roman; font-size : 36pt ; font-style : italic; font-weight : bold; text-align : center; }
3046h2 { margin : 10px ; margin-top : 20px ; color : # 984c4c ; font-family : times new roman; font-size : 18pt ; font-weight : bold; }
31- h3 { margin-left : 10px ; margin-top : 20px ; color : # 0000ff ; font-family : times new roman; ` font- size: 14pt; font- weight: bold; }
47+ h3 { margin-left : 10px ; margin-top : 20px ; color : # 0000ff ; font-family : times new roman; font-size : 14pt ; font-weight : bold; }
3248h4 { margin-left : 10px ; margin-top : 20px ; font-family : times new roman; font-size : 14pt ; font-style : italic; }
49+ h5 { margin-left : 10px ; margin-top : 20px ; font-family : times new roman; font-size : 12pt ; font-style : italic; }
50+
51+
52+ /*
53+ A class to be used for showing screenshot style images. These images will have padding above
54+ and below the image and will be centered. To apply this to a file path, use this syntax:
55+ <DIV class="image"><IMG src="..." /></DIV>
56+ */
57+ div .image { margin-top : 20px ; margin-bottom : 40px ; text-align : center; }
58+
59+
3360
3461/*
3562 P tag code. Most of the help files nest P tags inside of blockquote tags (the was the
@@ -40,11 +67,10 @@ h4 { margin-left: 10px; margin-top: 20px; font-family:times new roman; font-size
4067*/
4168p { margin-left : 40px ; font-family : times new roman; font-size : 14pt ; }
4269blockquote p { margin-left : 10px ; }
43-
4470p .providedbyplugin { color : # 7f7f7f ; margin-left : 10px ; font-size : 14pt ; margin-top : 100px }
45- p .ProvidedByPlugin { color : # 7f7f7f ; margin-left : 10px ; font-size : 14pt ; margin-top : 100px }
4671p .relatedtopic { color : # 800080 ; margin-left : 10px ; font-size : 14pt ; }
47- p .RelatedTopic { color : # 800080 ; margin-left : 10px ; font-size : 14pt ; }
72+ p .image { margin-top : 100 ; margin-bottom : 100 ; }
73+
4874
4975/*
5076 We wish for a tables to have space between it and the preceding element, so that text
@@ -55,6 +81,8 @@ table { margin-left: 20px; margin-top: 10px; width: 80%;}
5581td { font-family : times new roman; font-size : 14pt ; vertical-align : top; }
5682th { font-family : times new roman; font-size : 14pt ; font-weight : bold; background-color : # EDF3FE ; }
5783
84+
85+
5886/*
5987 Code-like formatting for things such as file system paths and proper names of classes,
6088 methods, etc. To apply this to a file path, use this syntax:
0 commit comments