doc-el commit 1033:4197bb2015c7 - Merge from keramida
freebsd-doc-el at lists.hellug.gr
freebsd-doc-el at lists.hellug.gr
Thu Nov 13 05:51:40 EET 2008
changeset: 1033:4197bb2015c7
user: Manolis Kiagias <sonicy at otenet.gr>
date: 2008-11-09 19:23 +0200
details: http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=4197bb2015c7
description:
Merge from keramida
diffstat:
1 file changed, 51 insertions(+), 1 deletion(-)
share/misc/docbook.css | 52 +++++++++++++++++++++++++++++++++++++++++++++++-
diffs (66 lines):
diff -r d8aa44e9f16a -r 4197bb2015c7 share/misc/docbook.css
--- a/share/misc/docbook.css Sun Nov 09 14:55:06 2008 +0200
+++ b/share/misc/docbook.css Sun Nov 09 19:23:36 2008 +0200
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: doc/share/misc/docbook.css,v 1.12 2007/09/02 22:52:01 chinsan Exp $
+ * $FreeBSD: doc/share/misc/docbook.css,v 1.13 2008/11/09 04:24:47 chinsan Exp $
*/
BODY ADDRESS {
@@ -157,3 +157,53 @@
@media screen { /* hide from IE3 */
a[href]:hover { background: #ffa }
}
+
+
+BLOCKQUOTE.NOTE{
+ color: #173B7F;
+ background: #d5e3ff;
+ border: 2px solid #7387b0;
+ padding-top: 1px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ width: 800px;
+}
+
+BLOCKQUOTE.TIP{
+ color: #004F00;
+ background: #c8dcc6;
+ border: 2px solid green;
+ padding: 3px;
+ width: 800px;
+ align: middle;
+}
+
+BLOCKQUOTE.IMPORTANT{
+ color:red;
+ font-family: arial;
+ font-style:italic;
+ font-weight:bold;
+ line-height: 21px;
+}
+
+BLOCKQUOTE.WARNING{
+ color: #9F1313;
+ background: #f8e4e4;
+ border: 2px solid #e59595;
+ padding-top: 1px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ width: 800px;
+}
+
+.EXAMPLE{
+ background: #fefde6;
+ border: 2px solid #f1bb16;
+ padding-top: 1px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-bottom: 2px;
+ width: 800px;
+}
More information about the Freebsd-doc-el
mailing list