Author: nick
Date: Wed Sep 20 16:11:22 2017
New Revision: 1809047
URL: http://svn.apache.org/viewvc?rev=1809047&view=rev
Log:
#61530 Bring back some parts of the JavaDoc 7 style
Modified:
poi/site/publish/apidocs/stylesheet.css
Modified: poi/site/publish/apidocs/stylesheet.css
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/stylesheet.css?rev=1809047&r1=1809046&r2=1809047&view=diff
==============================================================================
--- poi/site/publish/apidocs/stylesheet.css (original)
+++ poi/site/publish/apidocs/stylesheet.css Wed Sep 20 16:11:22 2017
@@ -572,3 +572,58 @@ div.block div.block span.interfaceName {
div.contentContainer ul.blockList li.blockList h2{
padding-bottom:0px;
}
+
+/* Apache POI Customisations for nicer display */
+/* These are mostly taken from our Java 7 Javadocs */
+body h1.bar {
+ background-image: url("resources/background.gif");
+ background-repeat: repeat-x;
+ color: #ffffff;
+ font-size: 1em;
+ height: auto;
+ margin: 0;
+ padding: 0.8em 0.5em 0.4em 0.8em;
+}
+body div.topNav {
+ background-image: url("resources/background.gif");
+ background-repeat: repeat-x;
+ clear: right;
+ color: #ffffff;
+ float: left;
+ height: 2.8em;
+ overflow: hidden;
+ padding: 10px 0 0;
+ width: 100%;
+}
+
+body p.legalCopy {
+ color: #ffffff;
+ background-color: #4d7a97;
+ float: left;
+ font-size: 12px;
+ padding: 4px;
+ overflow: hidden;
+ width: 100%;
+}
+
+div.contentContainer table.overviewSummary caption span {
+ background-image: url("resources/titlebar.gif");
+ display: block;
+ float: left;
+ height: 18px;
+ padding-left: 8px;
+ padding-top: 8px;
+ white-space: nowrap;
+ color: #ffffff;
+ font-weight: bold;
+ text-align: left;
+}
+div.contentContainer table.overviewSummary caption span.tabEnd {
+ background-image: url("resources/titlebar_end.gif");
+ background-position: right top;
+ background-repeat: no-repeat;
+ float: left;
+ position: relative;
+ width: 6px;
+ padding-left: 0px;
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]