aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/data/doc.css
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-02 05:28:06 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-02 05:28:06 +0000
commit21d19e4dbe9a3a1f724a1963d13af21004a06e55 (patch)
tree8333b427632f129e005ca6f7d4796c18ffddccb6 /documentation/data/doc.css
parent491dc3d0e3ff77223118aac4712bf9ed2dac63a8 (diff)
downloadlcd4linux-21d19e4dbe9a3a1f724a1963d13af21004a06e55.tar.gz
[lcd4linux @ 2004-06-02 05:27:59 by reinelt]
added documentation tree git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@458 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'documentation/data/doc.css')
-rw-r--r--documentation/data/doc.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/documentation/data/doc.css b/documentation/data/doc.css
new file mode 100644
index 0000000..8a06636
--- /dev/null
+++ b/documentation/data/doc.css
@@ -0,0 +1,82 @@
+body {
+ margin: 0 10px 10px 10px;
+ padding: 0;
+}
+
+h1 {
+ margin-left: -10px;
+ margin-top: 5px;
+ text-align: center;
+ border-bottom: 2px groove black;
+}
+
+div.links {
+ float: right;
+ margin-left: 10px;
+ margin-top: 1em;
+ padding: 0 10px 0px 10px;
+ text-align: center;
+ border: 1px solid black;
+ background: white;
+} div.links div.title {
+ background: white;
+ margin: -0.5em 10px 5px 10px;
+ padding: 0 10px;
+ float: center;
+ border: 1px solid black;
+} div.links div.index {
+ position: relative;
+ bottom: 0;
+ left: -5px;
+ margin-top: 4px;
+ text-align: left;
+} div.links a {
+ color: black;
+ /*text-decoration: none;*/
+}
+
+div.cmd {
+ background: #000;
+ border: 1px solid #ddd;
+ font-family: monospace,fixed;
+ font-style: bold;
+ color: #fff;
+ white-space: pre;
+ font-size: 12px;
+ padding: 5px;
+ margin: 5px;
+}
+
+div.conf {
+ background: #eee;
+ border: 1px solid #111;
+ font-family: monospace,fixed;
+ white-space: pre;
+ font-size: 12px;
+ padding: 5px;
+ margin: 5px;
+}
+
+div.warn {
+ margin-top: 20px;
+ border: 2px solid #700000;
+ margin-left: 20px;
+ padding-left: 5px;
+ width: auto;
+ min-height: 30px;
+}
+
+div.note {
+ margin-top: 20px;
+ border: 2px solid #43607e;
+ margin-left: 20px;
+ padding-left: 5px;
+ width: auto;
+ min-height: 30px;
+}
+
+img.icon {
+ float: left;
+ margin-left: -14px;
+ margin-top: -20px;
+}