summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-07-02 16:46:43 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-07-02 23:50:32 +0200
commitc540bbfe6098cb0a8862d69e7b98745eb1443894 (patch)
tree3edcc86ff9afe32dd2e3c67194b0fa7bb0e79092
parentf1da8711f724c5f72b17533d48a0f8939929eebf (diff)
Helponline: Improve a few colors some more
Change-Id: I3d9db610057119cdb08b1f31152700ed18d6ea16 (cherry picked from commit 139bd7c195abf3c1d73ed06c33f64fafeb5244be) Reviewed-on: https://gerrit.libreoffice.org/56836 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--help3xsl/default.css48
1 files changed, 24 insertions, 24 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index b27e96622a..03eaf34cab 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -41,7 +41,7 @@ h6,
.listitemintable,
.tablecontent,
.input {
- font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Noto Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom;
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom;
}
.input {
transition-property: background-color;
@@ -140,7 +140,7 @@ pre,
}
.note {
border-left: 4px solid #FFDE09;
- background-color: #FFFADE;
+ background-color: #FFF4D0;
}
.tip {
border-left: 4px solid #38618C;
@@ -191,7 +191,7 @@ table, th, td {
margin-top: 0px;
}
.tableheadcell {
- background: #4F8A10;
+ background: #148603;
color: white;
vertical-align:top;
}
@@ -203,7 +203,7 @@ h4,
h5,
h6 {
margin-bottom: 0.67rem;
- color: #4F8A10;
+ color: #148603;
}
p,
ol,
@@ -214,7 +214,7 @@ td {
h1 {
font-size: 1.83rem;
font-weight: 300;
- border-bottom: 2px solid #4F8A10;
+ border-bottom: 2px solid #148603;
padding-bottom: 6px;
}
h1 a {
@@ -244,7 +244,7 @@ h6 {
}
.howtoget {
background: #CCF4C6;
- border-left: 4px solid #4F8A10;
+ border-left: 4px solid #148603;
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 #4F8A10;
+ border: solid 1px #148603;
}
#DisplayArea {
overflow: auto;
@@ -407,7 +407,7 @@ header {
}
.lang nav a, .modules nav a {
color: #fff;
- background-color: #31363A;
+ background-color: #233336;
display: block;
line-height: 1.5;
padding: 3px 6px;
@@ -418,7 +418,7 @@ header {
white-space: nowrap;
}
footer {
- border-top: 2px solid #4F8A10;
+ border-top: 2px solid #148603;
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: #4F8A10;
+ color: #148603;
display: block;
padding: 10px 0 10px 20px;
font-size: 22px;
@@ -459,7 +459,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
.index-label {
float: left;
font-size: 22px;
- color: #4F8A10;
+ color: #148603;
padding-left: 20px;
margin: 20px 0 0 0;
}
@@ -479,70 +479,70 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
#Bookmarks p {
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#WRITER::before {
content: "WRITER";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#CALC::before {
content: "CALC";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#IMPRESS::before {
content: "IMPRESS";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#DRAW::before {
content: "DRAW";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#BASE::before {
content: "BASE";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#MATH::before {
content: "MATH";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#CHART::before {
content: "CHART";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#BASIC::before {
content: "BASIC";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
#GLOBAL::before {
content: "GLOBAL";
display: block;
font-size: 22px;
font-weight: bold;
- color: #4F8A10;
+ color: #148603;
}
.pagination {
padding: 0;
@@ -680,7 +680,7 @@ li.disabled a {
}
.contents-treeview label:before {
content: "⊞";
- color: #4F8A10;
+ color: #148603;
width: 16px;
margin: 0 5px 0 0;
display: inline-block;
@@ -740,7 +740,7 @@ li.disabled a {
top: 80px;
}
.modules input[type="checkbox"]:checked ~ nav {
- background-color: #31363A;
+ background-color: #101820;
text-align: left;
}
.modules nav {
@@ -753,7 +753,7 @@ li.disabled a {
font-size: 19px;
}
aside {
- background-color: #F5F5F5;
+ background-color: #F4F7F7;
border-right: 1px solid rgba(0,0,0,0.04);
float: left;
width: 320px;