From: <var...@us...> - 2009-02-23 20:46:29
|
Revision: 6542 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6542&view=rev Author: vargenau Date: 2009-02-23 20:46:20 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add styles for IncludePage plugin Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-02-23 18:44:04 UTC (rev 6541) +++ trunk/themes/MonoBook/main.css 2009-02-23 20:46:20 UTC (rev 6542) @@ -1243,7 +1243,6 @@ * > html #f-copyrightico { width: 88px; } * > html #bodyContent, * > html #bodyContent pre { - overflow-x: auto; width: 100%; padding-bottom: 25px; } @@ -1560,7 +1559,6 @@ border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } @@ -1914,3 +1912,38 @@ background-color: #ffce7b; border: 1px solid #ffa500; } + +/* IncludePage plugin */ +.transclusion-title { + text-align: right; + font-style: oblique; + font-size: smaller; + text-decoration: underline; + margin-bottom: 0.25ex; + margin-right: 0.25em; +} +.transclusion, .wiki-edithelp { + font-size: smaller; +} +.transclusion { + border: 1px solid gray; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0px; + padding-bottom: 0px; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; +} +.wiki-edithelp { + background: white; + border: medium solid #fff8dc; /* darker ivory */ + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.75ex; + padding-bottom: 0.75ex; + margin-left: 0; + margin-right: 0; + margin-top: 1ex; + margin-bottom: 1ex; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |