From: <var...@us...> - 2011-01-05 14:20:48
|
Revision: 7808 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7808&view=rev Author: vargenau Date: 2011-01-05 14:20:42 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Group things Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-01-05 14:07:00 UTC (rev 7807) +++ trunk/themes/MacOSX/MacOSX.css 2011-01-05 14:20:42 UTC (rev 7808) @@ -235,9 +235,12 @@ font-size: smaller; text-decoration: underline; text-align: right; + font-style: oblique; + margin-bottom: 0.25ex; + margin-right: 0.25em; } -div.transclusion { +.transclusion { background: #fdfdfd; border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; @@ -248,30 +251,50 @@ padding-top: 0px; padding-bottom: 0px; margin: 0.5ex ; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; + font-size: smaller; } /* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */ -div.wiki-edithelp .transclusion { +.wiki-edithelp .transclusion { font-size: smaller; background: inherit; padding: 0.5ex 0.5em; margin: 0.2ex 5%; } -div.wiki-edithelp .transclusion p { margin: 0; } -div.wiki-edithelp { +.wiki-edithelp .transclusion p { margin: 0; } +.wiki-edithelp { background: white; border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; border-right: 1px solid #c3c3c3; + 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; font-size: smaller; - padding: 6pt; } +.wiki-edithelp p { + font-family: Arial, Helvetica, sans-serif; + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + margin: 0; +} div.wiki-message { background: #fff url("images/bggranular.png"); border: solid 1px #d8d8d8; padding: 6pt; } + .printer { display: none; } /** @@ -525,52 +548,6 @@ text-indent: -3em; } -/* 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; -} -.wiki-edithelp .wiki { - /* color: #5454ff;*/ -} -.wiki-edithelp p { - font-family: Arial, Helvetica, sans-serif; - padding-left: 0.5em; - padding-right: 0.5em; - padding-top: 0.5ex; - padding-bottom: 0.5ex; - margin: 0; -} /** * PageHistory, Info */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |