[website] 01/04: Style admonitions like Moin.

Bas Couwenberg sebastic at xs4all.nl
Mon Feb 17 22:41:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 88698bd80058961d99c4e75cef13b437144522bb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Feb 17 23:28:08 2014 +0100

    Style admonitions like Moin.
---
 img/admon-caution.png   | Bin 0 -> 1447 bytes
 img/admon-important.png | Bin 0 -> 1607 bytes
 img/admon-note.png      | Bin 0 -> 1255 bytes
 img/admon-tip.png       | Bin 0 -> 1910 bytes
 img/admon-warning.png   | Bin 0 -> 1971 bytes
 policy.css              |  39 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 39 insertions(+)

diff --git a/img/admon-caution.png b/img/admon-caution.png
new file mode 100644
index 0000000..750ae97
Binary files /dev/null and b/img/admon-caution.png differ
diff --git a/img/admon-important.png b/img/admon-important.png
new file mode 100644
index 0000000..c5726d5
Binary files /dev/null and b/img/admon-important.png differ
diff --git a/img/admon-note.png b/img/admon-note.png
new file mode 100644
index 0000000..d01b8c6
Binary files /dev/null and b/img/admon-note.png differ
diff --git a/img/admon-tip.png b/img/admon-tip.png
new file mode 100644
index 0000000..2ac5747
Binary files /dev/null and b/img/admon-tip.png differ
diff --git a/img/admon-warning.png b/img/admon-warning.png
new file mode 100644
index 0000000..f5c7a6f
Binary files /dev/null and b/img/admon-warning.png differ
diff --git a/policy.css b/policy.css
index 9fa6612..2c84a9e 100644
--- a/policy.css
+++ b/policy.css
@@ -8,3 +8,42 @@
 	padding:		10px;
 }
 
+.caution {
+	background-image:	url("/img/admon-caution.png");
+}
+.important {
+	background-image:	url("/img/admon-important.png");
+}
+.note {
+	background-image:	url("/img/admon-note.png");
+}
+.tip {
+	background-image:	url("/img/admon-tip.png");
+}
+.warning {
+	background-image:	url("/img/admon-warning.png");
+}
+
+.caution,
+.important,
+.note,
+.tip,
+.warning {
+	margin:			1em 0;
+	background-color: 	#F9F9FF;
+	background-position: 	8px 8px;
+	background-repeat: 	no-repeat;
+	border: 		1pt solid #E5E5E5;
+	color: 			#000000;
+	min-height:		64px;
+	padding-left:		64px;
+}
+
+.caution h3.title,
+.important h3.title,
+.note h3.title,
+.tip h3.title,
+.warning h3.title {
+	margin:			0.5em 0.5em 0.5em 0em;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list