Author: kiwiwings
Date: Fri Jul 20 21:55:16 2018
New Revision: 1836391
URL: http://svn.apache.org/viewvc?rev=1836391&view=rev
Log:
add new header logo / move powered by logo under the menu
Added:
poi/site/src/documentation/content/xdocs/images/poweredby-poi-logo.png
- copied unchanged from r1836390,
poi/site/src/documentation/content/xdocs/images/project-logo.png
poi/site/src/documentation/content/xdocs/images/poweredby-poi.svg
- copied unchanged from r1836390,
poi/site/src/documentation/content/xdocs/images/project.svg
poi/site/src/documentation/content/xdocs/images/project-header.png (with
props)
poi/site/src/documentation/resources/images/project-header.xcf (with
props)
Removed:
poi/site/src/documentation/content/xdocs/images/project-logo.png
poi/site/src/documentation/content/xdocs/images/project.svg
Modified:
poi/site/src/documentation/skinconf.xml
Added: poi/site/src/documentation/content/xdocs/images/project-header.png
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/images/project-header.png?rev=1836391&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/content/xdocs/images/project-header.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: poi/site/src/documentation/resources/images/project-header.xcf
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/resources/images/project-header.xcf?rev=1836391&view=auto
==============================================================================
Binary file - no diff available.
Propchange: poi/site/src/documentation/resources/images/project-header.xcf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: poi/site/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/skinconf.xml?rev=1836391&r1=1836390&r2=1836391&view=diff
==============================================================================
--- poi/site/src/documentation/skinconf.xml (original)
+++ poi/site/src/documentation/skinconf.xml Fri Jul 20 21:55:16 2018
@@ -63,7 +63,7 @@ which will be used to configure the chos
<project-name>Apache POI</project-name>
<project-description>Apache POI is well-known in the Java field as a
library for reading and writing Microsoft Office file formats, such as Excel,
PowerPoint, Word, Visio, Publisher and Outlook. It supports both the older
(OLE2) and new (OOXML - Office Open XML) formats.</project-description>
<project-url>https://poi.apache.org</project-url>
- <project-logo>images/project-logo.png</project-logo>
+ <project-logo>images/project-header.png</project-logo>
<!-- optional group logo
default skin: renders it at the top-left corner -->
<group-name>Apache Software Foundation</group-name>
@@ -186,14 +186,15 @@ which will be used to configure the chos
-->
#footer a { color: #0F3660; }
#footer a:visited { color: #009999; }
- #top .projectlogo { float: right; }
+ #top .projectlogo { float: none; text-align: center; width: auto; }
#menu { width: 200px }
#content { padding-left: 230px }
+ #content table.autosize { width: auto; }
+ #credit2 img { margin-top: 20px }
.boxed { padding-left: 10px; border-radius: 10px 0px; }
h2.boxed { color: white; background-color: #036; }
h3.boxed { color: white; background-color: #888; }
- #content table.autosize { width: auto; }
table.POITable th { background-color: #bbb !important }
table.POITable tr:nth-child(even) { background-color: #ddd }
table.POITable tr:nth-child(odd) { background-color: #efefef }
@@ -444,6 +445,13 @@ which will be used to configure the chos
<width>125</width>
<height>125</height>
</credit>
+ <credit box-location="alt2">
+ <name>powered by POI</name>
+ <url>https://www.apache.org/foundation/press/kit/#poweredby</url>
+ <image>images/poweredby-poi-logo.png</image>
+ <width>125</width>
+ <height>125</height>
+ </credit>
<!-- A credit with @role="pdf" will be used to compose a footer
for each page in the PDF, using either "name" or "url" or both.
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]