From: <var...@us...> - 2009-07-08 07:36:51
|
Revision: 7007 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7007&view=rev Author: vargenau Date: 2009-07-08 07:36:44 +0000 (Wed, 08 Jul 2009) Log Message: ----------- Add mail-style-quote Modified Paths: -------------- trunk/themes/MonoBook/main.css trunk/themes/Sidebar/monobook.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-07-07 20:04:52 UTC (rev 7006) +++ trunk/themes/MonoBook/main.css 2009-07-08 07:36:44 UTC (rev 7007) @@ -1838,6 +1838,19 @@ .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } /* + * "E-mail" style blockquote + */ +blockquote.mail-style-quote { + border-left: medium #284 solid; + padding-left: 1em; + margin-left: 0; + margin-right: 0; +} +.mail-style-quote blockquote.mail-style-quote { + margin-left: -0.6em; +} + +/* * table class="boxed" * will put a border around the table (but not around the cells) * Modified: trunk/themes/Sidebar/monobook.css =================================================================== --- trunk/themes/Sidebar/monobook.css 2009-07-07 20:04:52 UTC (rev 7006) +++ trunk/themes/Sidebar/monobook.css 2009-07-08 07:36:44 UTC (rev 7007) @@ -1895,6 +1895,19 @@ .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } +/* + * "E-mail" style blockquote + */ +blockquote.mail-style-quote { + border-left: medium #284 solid; + padding-left: 1em; + margin-left: 0; + margin-right: 0; +} +.mail-style-quote blockquote.mail-style-quote { + margin-left: -0.6em; +} + #p-rc-body div div.box-title { display: none; } /* RssFeed */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |