This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 927975a  style adjustments
927975a is described below

commit 927975a57310d65e06950429ac6fe890eeb31aea
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 16:36:56 2021 -0700

    style adjustments
---
 theme/openoffice/static/css/openoffice.css | 35 +++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/theme/openoffice/static/css/openoffice.css 
b/theme/openoffice/static/css/openoffice.css
index 7c3cf14..9d9b681 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/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;

Reply via email to