From 930a180c13c1eceaa80609cc3280f70de9e2ebc7 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 16 2012 15:54:22 +0000 Subject: Update `screen.css' file. --- diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 4225ea4..8cf0cc9 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -838,6 +838,13 @@ div.table-of-contents p.table-of-contents-heading { /* Admonitions +-------------------------------------------------------------------- +Stylesheet for admonitions require using table elements as part of +wiki markup. For example, to build a note admonition, use the following +MoinMoin table markup: +-------------------------------------------------------------------- +|| attachment:ArtWork/note.png |||| Note || +|| Here is where the content goes in. || --------------------------------------------------------------------*/ table.message.blue { @@ -870,6 +877,37 @@ table.message.blue td.content { border-left: none; } +table.message.orange { + border-color: #F6E7D2; + background-color: #FFF8EC; + background-image: url("../img/moin-msg-bg-orange.png"); + } + +table.message.orange td:first-child { + border-left: 5px solid #F6E7D2; + border-top: 1px solid #F6E7D2; + border-bottom: 1px solid #F6E7D2; + border-right: none; + } + +table.message.orange td.title { + border-top: 1px solid #F6E7D2; + border-right: 1px solid #F6E7D2; + border-bottom: none; + border-left: none; + padding-bottom: 0; + font-size: 1.3em; + font-weight: bold; + color: inherit; + } + +table.message.orange td.content { + border-right: 1px solid #F6E7D2; + border-top: none; + border-bottom: 1px solid #F6E7D2; + border-left: none; + } + /* * Webenv -> Tabs (Style 2: Two Rounded Borders) *