This is a stylesheet to change the javadoc of Java 7 or later to the old style of Java 6 or earlier.
Specify the stylesheetfile option to the javadoc command.
java21
javadoc --add-stylesheet classic-stylesheet21.css ...
java17
javadoc -stylesheetfile classic-stylesheet17.css ...
java14
javadoc -stylesheetfile classic-stylesheet14.css ...
java7 or 8
javadoc -stylesheetfile classic-stylesheet.css ...
java21
Add classic-stylesheet21.css to css
java17
Rename classic-stylesheet17.css to stylesheet.css
java14
Rename classic-stylesheet14.css to stylesheet.css
java7 or 8
Rename classic-stylesheet.css to stylesheet.css
Replace the existing stylesheet.css.
You can also change style in your bookmarklet. Please add the following link to your bookmark.
java21
Bookmarklet: Classic Javadoc StyleSheet21
java17
Bookmarklet: Classic Javadoc StyleSheet17
java14
Bookmarklet: Classic Javadoc StyleSheet14
java7 or 8
Bookmarklet: Classic Javadoc StyleSheet
Classic Javadoc StyleSheet is published under the MIT License.