[debian-edu-commits] debian-edu/ 01/02: documentation/common/edu.css.xml: improve HTML manual readability.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Fri Nov 17 11:45:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-doc.
commit 2f1df3b81663c5345cf799c71b96d5f2cbfd58ee
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Fri Nov 17 12:41:02 2017 +0100
documentation/common/edu.css.xml: improve HTML manual readability.
---
documentation/common/edu.css.xml | 86 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 82 insertions(+), 4 deletions(-)
diff --git a/documentation/common/edu.css.xml b/documentation/common/edu.css.xml
index acfe6f4..e333ff8 100644
--- a/documentation/common/edu.css.xml
+++ b/documentation/common/edu.css.xml
@@ -1,9 +1,87 @@
<?xml version="1.0"?>
<style>
-html{font-family: sans-serif;}
img {
- max-width: 100%;
- width: auto;
- height: auto
+ max-width: 100%;
+ width: auto;
+ height: auto;
+ align: middle;
+}
+
+html body {
+ margin: 1em 8% 1em 10%;
+ font: normal 100% sans-serif;
+ line-height: 1.5;
+}
+
+dl {
+ margin: .4em 0 0 0;
+ line-height: 1.2;
+}
+
+dt {
+ font-weight: normal;
+ margin: 0.4em 0 0 0;
+}
+
+div.table p b {
+ color: #990000;
+}
+
+div.navheader th {
+ color: #ffffff;
+}
+
+h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
+ font-weight: bold;
+ line-height: 1.3;
+ margin-top: 1em;
+ margin-left: 0;
+ border: solid 3px #d2d3d7;
+ background-color: #f5f6f7;
+ color: #262626dd;
+ width: 100%;
+}
+
+body hr {
+ margin: .6em;
+ border-width: 0 0 1px 0;
+ border-style: solid;
+ border-color: white;
+}
+
+ol {
+ margin: 0 0 0 1em;
+ line-height: 1.2;
+}
+
+body pre {
+ margin: .75em 0;
+ font-family: monospace;
+}
+
+body td, body th {
+ line-height: 1.2;
+ padding-right: 1.5em;
+}
+
+ul, body dir, body menu {
+ margin: 0 0 0 1em;
+ line-height: 1.2;
+}
+
+html {
+ margin: 0;
+ padding: 0;
+}
+
+pre.screen {
+ white-space: pre;
+ overflow: auto;
+ font-family: monospace;
+ border: solid 1px #d2d3d7;
+ background-color: #f5f6f7;
+ padding: 4px;
+ margin: 1em;
+ margin-left: 2em;
}
</style>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list