summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help3xsl/default.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 4feb3ae04a..f4ee3273fa 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -148,6 +148,11 @@ h6 {
color: red;
text-align: left;
}
+.bascode {
+ background-color: #fafafa;
+ margin-left: 30px;
+ margin-right: 30px;
+}
/* Basic code syntax highlight */
.identifier,
@@ -273,15 +278,15 @@ header input[type="checkbox"]:checked ~ nav {
color: #444;
z-index: 100;
/* line them up horizontally */
-
+
display: flex;
flex-direction: row;
/* allow for scrolling */
-
+
overflow-x: auto;
overflow-y: hidden;
/* make it smooth on iOS */
-
+
-webkit-overflow-scrolling: touch;
clear: both;
text-align: center;
@@ -492,14 +497,14 @@ header input[type=checkbox],
}
.contents-treeview {
/* font: normal 11px "Segoe UI", Arial, Sans-serif;*/
-
+
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.contents-treeview a {
/* color: #00f; */
-
+
text-decoration: none;
}
.contents-treeview a:hover {
@@ -573,7 +578,7 @@ header input[type=checkbox],
border-bottom-width: 0;
}
/* change the language menu direction to stacked */
-
+
header input[type="checkbox"]:checked ~ nav {
flex-direction: column;
max-width: 7.5em;