From e7aa0d7a059b7c797afa4e2128f67ec8d3b29af4 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 5 Jan 2011 16:49:59 +0000 Subject: [PATCH] Add CSS styles for transclusion and transclusion-title git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7811 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Portland/portland.css | 20 ++++++++++++++++++++ themes/shamino_com/shamino_com.css | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/themes/Portland/portland.css b/themes/Portland/portland.css index 6664b47fc..dabc7ce5d 100644 --- a/themes/Portland/portland.css +++ b/themes/Portland/portland.css @@ -64,6 +64,26 @@ body.sidebar { 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) diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index 8671adf79..ac59bb984 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -167,6 +167,26 @@ div.boxright { 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) -- 2.45.0