summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css52
1 files changed, 38 insertions, 14 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 9ddb07c361..00187b4fd5 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -353,10 +353,10 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
#Index {
margin-top: 10px;
}
-#Index ul {
+.list {
padding-left: 15px;
}
-#Index ul li {
+.list li {
list-style: none;
font-size: 16px;
margin-bottom: 5px;
@@ -369,72 +369,96 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
font-weight: bold;
color: #18A303;
}
-#WRITER::before {
+#writer::before {
content: "WRITER";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#CALC::before {
+#calc::before {
content: "CALC";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#IMPRESS::before {
+#impress::before {
content: "IMPRESS";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#DRAW::before {
+#draw::before {
content: "DRAW";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#BASE::before {
+#base::before {
content: "BASE";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#MATH::before {
+#math::before {
content: "MATH";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#CHART::before {
+#chart::before {
content: "CHART";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#BASIC::before {
+#basic::before {
content: "BASIC";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
-#SHARED::before {
+#shared::before {
content: "GLOBAL";
display: block;
font-size: 22px;
font-weight: bold;
color: #18A303;
}
+.pagination {
+ padding: 0;
+}
.pagination li {
display: inline-block;
- padding: 5px;
+ padding: 4px;
+}
+.pagination a {
+ text-decoration: none;
+}
+.fuseshown {
+ display: block;
+}
+.fusehidden {
+ display: none;
+}
+.fuseshown.hidden {
+ display: none;
+}
+li.active {
+ background-color: #18A303;
+}
+li.active a {
+ color: #fff;
+}
+li.disabled a {
+ color: #bedcba;
}
#search-bar {
margin-top: 10px;
@@ -511,10 +535,10 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
-webkit-user-select: none;
user-select: none;
}
-.contents-treeview a {
+.contents-treeview a, .list a {
text-decoration: none;
}
-.contents-treeview a:hover {
+.contents-treeview a:hover, .list a:hover {
text-decoration: underline;
}
.contents-treeview input + label + ul {