[SCM] Samba Website Repository - branch master updated

Björn Jacke bjacke at samba.org
Fri Jan 12 02:19:50 UTC 2018


The branch, master has been updated
       via  60b0ff9 add o/ (old doc) samba.css and olddocumentation.png
      from  52153ea move ancient pl man pages to o (old) folder

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 60b0ff9688cfa6a66b3d7667d342e15af7724569
Author: Björn Jacke <bj at sernet.de>
Date:   Fri Jan 12 03:18:43 2018 +0100

    add o/ (old doc) samba.css and olddocumentation.png

-----------------------------------------------------------------------

Summary of changes:
 docs/o/olddocumentation.png | Bin 0 -> 16564 bytes
 docs/o/samba.css            |  82 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)
 create mode 100644 docs/o/olddocumentation.png
 create mode 100644 docs/o/samba.css


Changeset truncated at 500 lines:

diff --git a/docs/o/olddocumentation.png b/docs/o/olddocumentation.png
new file mode 100644
index 0000000..683ef77
Binary files /dev/null and b/docs/o/olddocumentation.png differ
diff --git a/docs/o/samba.css b/docs/o/samba.css
new file mode 100644
index 0000000..6d09309
--- /dev/null
+++ b/docs/o/samba.css
@@ -0,0 +1,82 @@
+BODY {
+	font-family: helvetica, arial, lucida sans, sans-serif;
+	background-color: white;
+	background-image: url(olddocumentation.png);
+
+}
+
+H1, H2, H3 {
+	color: blue;
+	font-size: 120%;
+	padding: 2px;
+	margin-top: 0px;
+}
+
+H1 {
+	background-color: #EEEEFF;
+	color: blue;
+}
+
+H2 {
+	background-color: #DDDDFF;
+	color: blue;
+}
+
+H3 {
+	background-color: #CCCCFF;
+	color: blue;
+}
+
+H4 {
+	color: blue;
+}
+
+TR.qandadiv TD {
+	padding-top: 1em;
+}
+
+DIV.navhead {
+	font-size: 80%;
+}
+
+A:link {
+	color: #36F;
+}
+
+A:visited {
+	color: #96C;
+}
+
+A:active {
+	color: #F63;
+}
+
+TR.question {
+	color: #33C;
+	font-weight: bold;
+}
+
+TR.question TD {
+	padding-top: 1em;
+}
+
+DIV.variablelist {
+	padding-left: 2em;
+	color: #33C;
+}
+
+P {
+	color: black;
+}
+
+DIV.note, DIV.warning, DIV.caution, DIV.tip, DIV.important {
+	border: dashed 1px;
+	background-color: #EEEEFF;
+	width: 40em;
+}
+
+PRE.programlisting, PRE.screen {
+	border: #630 1px dashed;
+	color: #630;
+}
+


-- 
Samba Website Repository



More information about the samba-cvs mailing list