|
From: <var...@us...> - 2009-02-27 16:24:37
|
Revision: 6600
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6600&view=rev
Author: vargenau
Date: 2009-02-27 16:24:31 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
background-color: #e9fbff; for BoxRight
Modified Paths:
--------------
trunk/themes/MacOSX/MacOSX.css
trunk/themes/MonoBook/main.css
trunk/themes/Sidebar/monobook.css
trunk/themes/Wordpress/Wordpress.css
trunk/themes/blog/Kubrick.css
trunk/themes/default/phpwiki.css
trunk/themes/shamino_com/shamino_com.css
Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/MacOSX/MacOSX.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -814,6 +814,7 @@
/* plugin BoxRight */
div.boxright {
+ background-color: #e9fbff;
width: 200px;
right: 10px;
padding: 0.5em;
Modified: trunk/themes/MonoBook/main.css
===================================================================
--- trunk/themes/MonoBook/main.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/MonoBook/main.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -1640,15 +1640,15 @@
.wikipaging { font-size: 80% }
.wikipaging-disabled { color: #999 }
-/* <?plugin RawHtml <div class="boxright"> </div> */
-
+/* 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 {
Modified: trunk/themes/Sidebar/monobook.css
===================================================================
--- trunk/themes/Sidebar/monobook.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/Sidebar/monobook.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -1693,15 +1693,15 @@
.wikipaging { font-size: 80% }
.wikipaging-disabled { color: #999 }
-/* <?plugin RawHtml <div class="boxright"> </div> */
-
+/* 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 {
Modified: trunk/themes/Wordpress/Wordpress.css
===================================================================
--- trunk/themes/Wordpress/Wordpress.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/Wordpress/Wordpress.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -831,6 +831,7 @@
/* plugin BoxRight */
div.boxright {
+ background-color: #e9fbff;
width: 200px;
right: 10px;
padding: 0.5em;
Modified: trunk/themes/blog/Kubrick.css
===================================================================
--- trunk/themes/blog/Kubrick.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/blog/Kubrick.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -829,6 +829,7 @@
/* plugin BoxRight */
div.boxright {
+ background-color: #e9fbff;
width: 200px;
right: 10px;
padding: 0.5em;
Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/default/phpwiki.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -851,6 +851,7 @@
/* plugin BoxRight */
div.boxright {
+ background-color: #e9fbff;
width: 200px;
right: 10px;
padding: 0.5em;
Modified: trunk/themes/shamino_com/shamino_com.css
===================================================================
--- trunk/themes/shamino_com/shamino_com.css 2009-02-27 16:16:08 UTC (rev 6599)
+++ trunk/themes/shamino_com/shamino_com.css 2009-02-27 16:24:31 UTC (rev 6600)
@@ -148,7 +148,15 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|