This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push: new 3d6b87a Create styles.css 3d6b87a is described below commit 3d6b87a5375d86c153676d3aec8d62623bb49d4f Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 08:50:58 2021 -0700 Create styles.css --- theme/apache/templates/styles.css | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/theme/apache/templates/styles.css b/theme/apache/templates/styles.css new file mode 100644 index 0000000..44c2cca --- /dev/null +++ b/theme/apache/templates/styles.css @@ -0,0 +1,53 @@ +html { + font-size: 18px; +} +.markdown-body { + box-sizing: border-box; + min-width: 200px; + max-width: 980px; + margin: 0 auto; + padding: 45px; +} +@media (max-width: 767px) { + .markdown-body { + padding: 15px; + } +} +.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; +} +a { + font-weight: 500; + color: #005bff; +} +li { + line-height: 2; + } +.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; +}