diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-20 14:01:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-08-20 14:01:00 +0200 |
commit | cef6bdec37d8001d8f8c2c0f30c3a44500e38ec6 (patch) | |
tree | 21f62cc29f7728409d1cb28646772b6f578bffbc | |
parent | e305269e65b66d90c70ddbc558e3495b2691874e (diff) |
[cp] Collabora purple in css
Change-Id: I6295a5d7e83731f7ccf3ca3e0f85ca6778dbe224
-rw-r--r-- | help3xsl/default.css | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ea3e2aff87..bf5b3610ba 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -191,7 +191,7 @@ table, th, td { margin-top: 0px; } .tableheadcell { - background: #148603; + background: #5c3de2; color: white; vertical-align:top; } @@ -203,7 +203,7 @@ h4, h5, h6 { margin-bottom: 0.67rem; - color: #148603; + color: #5c3de2; } p, ol, @@ -214,7 +214,7 @@ td { h1 { font-size: 1.83rem; font-weight: 300; - border-bottom: 2px solid #148603; + border-bottom: 2px solid #5c3de2; padding-bottom: 6px; } h1 a { @@ -244,7 +244,7 @@ h6 { } .howtoget { background: #CCF4C6; - border-left: 4px solid #148603; + border-left: 4px solid #5c3de2; border-radius: 0 4px 4px 0; box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2); padding: 0.3em; @@ -330,7 +330,7 @@ h6 { font-size: 1rem; font-weight: bold; padding: 1px; - border: solid 1px #148603; + border: solid 1px #5c3de2; } #DisplayArea { overflow: auto; @@ -418,7 +418,7 @@ header { white-space: nowrap; } footer { - border-top: 2px solid #148603; + border-top: 2px solid #5c3de2; background: linear-gradient(to bottom, rgba(0,0,0,0.025) 0%,rgba(0,0,0,0) 100%); padding: 15px 10px 0 10px; margin: 25px 0 0 0; @@ -437,7 +437,7 @@ footer p { opacity: 0; } label[for=accordion-1] { - color: #148603; + color: #5c3de2; display: block; padding: 10px 0 10px 20px; font-size: 22px; @@ -458,7 +458,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { } .index-label { font-size: 22px; - color: #148603; + color: #5c3de2; padding-left: 20px; margin: 20px 0 0 0; } @@ -478,70 +478,70 @@ aside input[type=checkbox]:checked ~ .contents-treeview { #Bookmarks p { font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #WRITER::before { content: "WRITER"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #CALC::before { content: "CALC"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #IMPRESS::before { content: "IMPRESS"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #DRAW::before { content: "DRAW"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #BASE::before { content: "BASE"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #MATH::before { content: "MATH"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #CHART::before { content: "CHART"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #BASIC::before { content: "BASIC"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } #SHARED::before { content: "GLOBAL"; display: block; font-size: 22px; font-weight: bold; - color: #148603; + color: #5c3de2; } .pagination { padding: 0; @@ -679,7 +679,7 @@ li.disabled a { } .contents-treeview label:before { content: "⊞"; - color: #148603; + color: #5c3de2; width: 16px; margin: 0 5px 0 0; display: inline-block; @@ -755,7 +755,7 @@ li.disabled a { background-color: #F4F7F7; border-right: 1px solid rgba(0,0,0,0.04); float: left; - width: 320px; + width: 320px; } .leftside { grid-area: leftside; |