From fa522aa3c5dce88005b659c13c1d433b16b5a0bb Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 27 Feb 2009 16:24:31 +0000 Subject: [PATCH] background-color: #e9fbff; for BoxRight git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6600 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/MacOSX/MacOSX.css | 1 + themes/MonoBook/main.css | 16 ++++++++-------- themes/Sidebar/monobook.css | 16 ++++++++-------- themes/Wordpress/Wordpress.css | 1 + themes/blog/Kubrick.css | 1 + themes/default/phpwiki.css | 1 + themes/shamino_com/shamino_com.css | 10 +++++++++- 7 files changed, 29 insertions(+), 17 deletions(-) diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index 3f4ebe379..0d22b7d28 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -814,6 +814,7 @@ td.sidebar { border-spacing: 0px; margin: 0ex;} /* plugin BoxRight */ div.boxright { + background-color: #e9fbff; width: 200px; right: 10px; padding: 0.5em; diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index cfa2674b9..dd67f7b51 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -1640,15 +1640,15 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { .wikipaging { font-size: 80% } .wikipaging-disabled { color: #999 } -/* */ - +/* plugin BoxRight */ div.boxright { - width: 200px; - right: 10px; - padding: 0.5em; - float: right; - border: thin solid #888888; - padding: 0.5em; + background-color: #e9fbff; + width: 200px; + right: 10px; + padding: 0.5em; + float: right; + border: thin solid #888888; + padding: 0.5em; } div#bottom { diff --git a/themes/Sidebar/monobook.css b/themes/Sidebar/monobook.css index 689a0e5c0..c93749ba2 100644 --- a/themes/Sidebar/monobook.css +++ b/themes/Sidebar/monobook.css @@ -1693,15 +1693,15 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { .wikipaging { font-size: 80% } .wikipaging-disabled { color: #999 } -/* */ - +/* plugin BoxRight */ div.boxright { - width: 200px; - right: 10px; - float: right; - border: thin solid #888888; - padding: 0.5em 0.5em 0.5em 0.5em; - margin: 0; + background-color: #e9fbff; + width: 200px; + right: 10px; + float: right; + border: thin solid #888888; + padding: 0.5em 0.5em 0.5em 0.5em; + margin: 0; } div.boxright > blockquote { diff --git a/themes/Wordpress/Wordpress.css b/themes/Wordpress/Wordpress.css index dadd59b16..54baf00cd 100644 --- a/themes/Wordpress/Wordpress.css +++ b/themes/Wordpress/Wordpress.css @@ -831,6 +831,7 @@ td.sidebar { border-spacing: 0px; margin: 0ex;} /* plugin BoxRight */ div.boxright { + background-color: #e9fbff; width: 200px; right: 10px; padding: 0.5em; diff --git a/themes/blog/Kubrick.css b/themes/blog/Kubrick.css index ad2015fdc..89b2aea4c 100644 --- a/themes/blog/Kubrick.css +++ b/themes/blog/Kubrick.css @@ -829,6 +829,7 @@ td.pageinfo { font-weight: bold; } /* plugin BoxRight */ div.boxright { + background-color: #e9fbff; width: 200px; right: 10px; padding: 0.5em; diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 6f81e3eb5..3989fc81d 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -851,6 +851,7 @@ td.sidebar { border-spacing: 0px; margin: 0ex;} /* plugin BoxRight */ div.boxright { + background-color: #e9fbff; width: 200px; right: 10px; padding: 0.5em; diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index b26077f79..8671adf79 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -148,7 +148,15 @@ div#logo { float: right; } -div.boxright { width: 200px; right: 10px; padding: 0.5em; float: right; border: thin solid #888888; padding: 0.5em; } +/* plugin BoxRight */ +div.boxright { + width: 200px; + right: 10px; + padding: 0.5em; + float: right; + border: thin solid #888888; + padding: 0.5em; +} /** * Search Results -- 2.45.0