From: <var...@us...> - 2011-01-05 16:50:05
|
Revision: 7811 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7811&view=rev Author: vargenau Date: 2011-01-05 16:49:59 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Add CSS styles for transclusion and transclusion-title Modified Paths: -------------- trunk/themes/Portland/portland.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2011-01-05 14:28:43 UTC (rev 7810) +++ trunk/themes/Portland/portland.css 2011-01-05 16:49:59 UTC (rev 7811) @@ -64,6 +64,26 @@ body.sidebar div.wikitext ul { padding-left: 1em; } body.sidebar h2 { margin-top: 0; } +/* IncludePage plugin ================================================= */ + +.transclusion-title { + font-style: oblique; + font-size: 0.75em; + text-decoration: underline; + text-align: right; +} + +.transclusion { + background: lightgreen; + border: thin; + border-style: solid; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0px; + padding-bottom: 0px; + margin: 0.5ex 0px; +} + /* * table class="boxed" * will put a border around the table (but not around the cells) Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2011-01-05 14:28:43 UTC (rev 7810) +++ trunk/themes/shamino_com/shamino_com.css 2011-01-05 16:49:59 UTC (rev 7811) @@ -167,6 +167,26 @@ font-weight: normal; } +/* IncludePage plugin ================================================= */ + +.transclusion-title { + font-style: oblique; + font-size: 0.75em; + text-decoration: underline; + text-align: right; +} + +.transclusion { + background: lightgreen; + border: thin; + border-style: solid; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0px; + padding-bottom: 0px; + margin: 0.5ex 0px; +} + /* * table class="boxed" * will put a border around the table (but not around the cells) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |