diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-20 14:01:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 20:58:55 +0200 |
commit | 69c3e3a373e659a245a5e5ca30d716595fd471ad (patch) | |
tree | c4574f41b0f3c889417c178515ca0ba6ae8b41e3 /help3xsl/default.css | |
parent | 30220e3984ce1a1ff6fe49f5cfb10a8c32a8f1fc (diff) |
[cp] Collabora purple in css
Change-Id: I6295a5d7e83731f7ccf3ca3e0f85ca6778dbe224
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 9546d300cd..ee67073001 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -1,4 +1,4 @@ -/* +de/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -210,7 +210,7 @@ table, th, td { margin-top: 0px; } .tableheadcell { - background: #148603; + background: #5c3de2; color: white; vertical-align:top; } @@ -222,7 +222,7 @@ h4, h5, h6 { margin-bottom: 0.67rem; - color: #148603; + color: #5c3de2; } p, ol, @@ -233,7 +233,7 @@ td { h1 { font-size: 1.83rem; font-weight: 300; - border-bottom: 2px solid #148603; + border-bottom: 2px solid #5c3de2; margin-bottom: 1.67rem; } h1 a { @@ -254,8 +254,8 @@ h6 { font-weight: normal; } .howtoget { - background: #EBE7E9; - border-left: 4px solid #4E4B55; + background: #CCF4C6; + 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; @@ -308,7 +308,7 @@ h6 { font-size: 1rem; font-weight: bold; padding: 1px; - border: solid 1px #148603; + border: solid 1px #5c3de2; } #DisplayArea { background-color: #FCFCFC; @@ -395,6 +395,7 @@ header { white-space: nowrap; } footer { + border-top: 2px solid #5c3de2; padding: 40px 10px 40px 10px; background-color: #FCFCFC; box-shadow: 0 2px 8px 0 rgba(0,0,0,.05); @@ -413,7 +414,7 @@ footer p { opacity: 0; } label[for=accordion-1] { - color: #148603; + color: #5c3de2; display: block; padding: 10px 0 10px 20px; font-size: 22px; @@ -434,7 +435,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; } @@ -453,70 +454,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-container { text-align: center; @@ -703,7 +704,7 @@ li.disabled a { } .contents-treeview label:before { content: "⊞"; - color: #148603; + color: #5c3de2; width: 16px; margin: 0 5px 0 0; display: inline-block; |