This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch preview/refresh-staging in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh-staging by this push: new c8f568d Automatic Site Publish by Buildbot c8f568d is described below commit c8f568d23684aa60056a01a211fd2a202cc31e36 Author: buildbot <us...@infra.apache.org> AuthorDate: Tue Jun 29 23:39:29 2021 +0000 Automatic Site Publish by Buildbot --- output/theme/css/openoffice.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/output/theme/css/openoffice.css b/output/theme/css/openoffice.css index 7c3cf14..9d9b681 100644 --- a/output/theme/css/openoffice.css +++ b/output/theme/css/openoffice.css @@ -18,10 +18,27 @@ body { color: white; font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; - font-size: 12pt; + font-size: 18px; margin: 0; } +.footer { + border-top: 1px solid black; + padding-top: 3px; +} +.right-align { + text-align: right; +} +.center-align { + text-align: center; +} +blockquote { + background: bisque; +} +.bg-primary { + background-color: #005bff!important; +} + #banner { height: 100px; padding: 0 0 0 0; @@ -73,6 +90,22 @@ h1,h2,h3,h4,h5,h6 { text-transform:none; } +.h1, h1 { + font-size: 1.5rem; +} +.h2, h2 { + font-size: 1.4rem; +} +.h3, h3 { + font-size: 1.3rem; +} +.h4, h4 { + font-size: 1.2rem; +} +.h5, h5 { + font-size: 1.1rem; +} + #clear { overflow: auto; clear: both;