From: <var...@us...> - 2021-08-09 15:34:50
|
Revision: 10469 http://sourceforge.net/p/phpwiki/code/10469 Author: vargenau Date: 2021-08-09 15:34:48 +0000 (Mon, 09 Aug 2021) Log Message: ----------- HowToUseWiki --> Help/HowToUseWiki Modified Paths: -------------- trunk/themes/Crao/templates/head.tmpl trunk/themes/Crao/templates/htmldump.tmpl trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/default/templates/categorypage.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/default/templates/htmldump.tmpl trunk/themes/wikilens/templates/categorypage.tmpl trunk/themes/wikilens/templates/head.tmpl Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/Crao/templates/head.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -15,8 +15,8 @@ <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo -_("HowToUseWiki")?>" href="<?php echo WikiURL( -_("HowToUseWiki"))?>" /> +_("Help/HowToUseWiki")?>" href="<?php echo WikiURL( +_("Help/HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> <link rel="search" title="<?php echo Modified: trunk/themes/Crao/templates/htmldump.tmpl =================================================================== --- trunk/themes/Crao/templates/htmldump.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/Crao/templates/htmldump.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -9,7 +9,7 @@ <head> <meta charset="UTF-8" /> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> -<link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> +<link rel="help" title="<?php echo _("Help/HowToUseWiki")?>" href="<?php echo WikiURL(_("Help/HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -9,7 +9,7 @@ <head> <meta charset="UTF-8" /> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> -<link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> +<link rel="help" title="<?php echo _("Help/HowToUseWiki")?>" href="<?php echo WikiURL(_("Help/HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> Modified: trunk/themes/default/templates/categorypage.tmpl =================================================================== --- trunk/themes/default/templates/categorypage.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/default/templates/categorypage.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -23,7 +23,7 @@ <li> If it does not exist, you can create the page. You can use this -CreatePage button, or see <?php $link = WikiLink("HowToUseWiki"); ?> <?php echo +CreatePage button, or see <?php $link = WikiLink("Help:HowToUseWiki"); ?> <?php echo $link ?> for more ways to navigate or create pages. <?php Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/default/templates/head.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -19,8 +19,8 @@ <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo -_("HowToUseWiki")?>" href="<?php echo WikiURL( -_("HowToUseWiki"))?>" /> +_("Help/HowToUseWiki")?>" href="<?php echo WikiURL( +_("Help/HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> <link rel="search" title="<?php echo Modified: trunk/themes/default/templates/htmldump.tmpl =================================================================== --- trunk/themes/default/templates/htmldump.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/default/templates/htmldump.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -9,7 +9,7 @@ <head> <meta charset="UTF-8" /> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> -<link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> +<link rel="help" title="<?php echo _("Help:HowToUseWiki")?>" href="<?php echo WikiURL(_("Help:HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> Modified: trunk/themes/wikilens/templates/categorypage.tmpl =================================================================== --- trunk/themes/wikilens/templates/categorypage.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/wikilens/templates/categorypage.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -48,7 +48,7 @@ <li> If it does not exist, you can create the page. You can use this -CreatePage button, or see <?php $link = WikiLink("HowToUseWiki"); ?> <?php echo +CreatePage button, or see <?php $link = WikiLink("Help/HowToUseWiki"); ?> <?php echo $link ?> for more ways to navigate or create pages. <?php Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2021-08-09 15:05:57 UTC (rev 10468) +++ trunk/themes/wikilens/templates/head.tmpl 2021-08-09 15:34:48 UTC (rev 10469) @@ -14,8 +14,8 @@ <link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/themes/default/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> -<link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL( -_("HowToUseWiki"))?>" /> +<link rel="help" title="<?php echo _("Help/HowToUseWiki")?>" href="<?php echo WikiURL( +_("Help/HowToUseWiki"))?>" /> <link rel="license" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> <link rel="search" title="<?php echo _("FindPage")?>" href="<?php echo WikiURL( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2022-04-19 14:36:36
|
Revision: 11022 http://sourceforge.net/p/phpwiki/code/11022 Author: vargenau Date: 2022-04-19 14:36:33 +0000 (Tue, 19 Apr 2022) Log Message: ----------- Whitespace, braces Modified Paths: -------------- trunk/themes/Crao/templates/signin.tmpl trunk/themes/MonoBook/templates/signin.tmpl trunk/themes/Sidebar/templates/signin.tmpl trunk/themes/Wordpress/templates/signin.tmpl trunk/themes/default/templates/signin.tmpl trunk/themes/shamino_com/templates/signin.tmpl trunk/themes/smaller/templates/signin.tmpl Modified: trunk/themes/Crao/templates/signin.tmpl =================================================================== --- trunk/themes/Crao/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/Crao/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -1,8 +1,9 @@ <?php -if (empty($FORMNAME)) +if (empty($FORMNAME)) { $FORMNAME = 'signin'; -else +} else { $NOFORM = true; +} ?> <?php if (empty($NOFORM)) { ?> <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> Modified: trunk/themes/MonoBook/templates/signin.tmpl =================================================================== --- trunk/themes/MonoBook/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/MonoBook/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -5,10 +5,10 @@ <ul> <?php if ($user->isAuthenticated()) { ?> <li id="pt-userpage"><?php echo WikiLink($id, 'auto') ?></li> - <li><?php echo WikiLink($id . "/Discussion", 'auto' , _("My Discussion")) ?></li> + <li><?php echo WikiLink($id . "/Discussion", 'auto', _("My Discussion")) ?></li> <li><?php echo WikiLink(__("UserPreferences"), "", _("My Preferences")) ?></li> <li><?php echo WikiLink(__("MyRecentChanges"), "", _("My Changes")) ?></li> - <li><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'),$sp,_("Logout"),$sp) ?></li> + <li><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'), $sp, _("Logout"), $sp) ?></li> <?php } else { if ($id) { ?> <li id="pt-userpage"><?php echo WikiLink($id, 'auto') ?></li> Modified: trunk/themes/Sidebar/templates/signin.tmpl =================================================================== --- trunk/themes/Sidebar/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/Sidebar/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -3,10 +3,10 @@ <ul> <?php if ($user->isAuthenticated()) { $sp = HTML::raw(" "); $id = $user->getAuthenticatedId(); ?> - <li id="pt-mypages"><?php echo WikiLink(__("RecentChangesMyPages"), 'auto', HTML($sp,"MyPages",$sp)) ?></li> - <li id="pt-mychanges"><?php echo WikiLink(__("MyRecentChanges"), 'auto', HTML($sp,"MyChanges",$sp)) ?></li> + <li id="pt-mypages"><?php echo WikiLink(__("RecentChangesMyPages"), 'auto', HTML($sp, "MyPages", $sp)) ?></li> + <li id="pt-mychanges"><?php echo WikiLink(__("MyRecentChanges"), 'auto', HTML($sp, "MyChanges", $sp)) ?></li> <li id="pt-userpage"><?php echo WikiLink($id, 'auto') ?></li> - <li id="pt-logout"><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'), $sp,_("Logout"),$sp) ?></li> + <li id="pt-logout"><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'), $sp, _("Logout"), $sp) ?></li> <?php } elseif (ALLOW_ANON_USER) { $sp = HTML::raw(" "); $id = $user->getAuthenticatedId(); if ($id) { ?> Modified: trunk/themes/Wordpress/templates/signin.tmpl =================================================================== --- trunk/themes/Wordpress/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/Wordpress/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -1,8 +1,9 @@ <?php -if (empty($FORMNAME)) +if (empty($FORMNAME)) { $FORMNAME = 'signin'; -else +} else { $NOFORM = true; +} ?> <?php if (empty($NOFORM)) { ?> <li> Modified: trunk/themes/default/templates/signin.tmpl =================================================================== --- trunk/themes/default/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/default/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -1,8 +1,9 @@ <?php -if (empty($FORMNAME)) +if (empty($FORMNAME)) { $FORMNAME = 'signin'; -else +} else { $NOFORM = true; +} ?> <?php if (empty($NOFORM)) { ?> <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> @@ -27,23 +28,23 @@ <?php echo Button("submit:auth[logout]", _("Sign Out"), 'wikiaction') ?> </noscript> <?php } else { - $SignInInput = HTML::input(array('type' => 'text', - 'name' => "auth[userid]", - 'size' => 12, - 'maxlength' => 256, - 'onchange' => "SignIn(this.form,false);")); - $SignInInput->addTooltip(_("Enter your UserId to sign in")); - $userid = $user->getId(); - if ($user->isSignedIn()) { - echo sprintf(_("You are signed but not authenticated as %s. "), - asXML(HTML::a(array( - 'href'=>'#', - 'title' => sprintf(_("Click to authenticate as %s"),$userid), - 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), + $SignInInput = HTML::input(array('type' => 'text', + 'name' => "auth[userid]", + 'size' => 12, + 'maxlength' => 256, + 'onchange' => "SignIn(this.form,false);")); + $SignInInput->addTooltip(_("Enter your UserId to sign in")); + $userid = $user->getId(); + if ($user->isSignedIn()) { + echo sprintf(_("You are signed but not authenticated as %s. "), + asXML(HTML::a(array( + 'href'=>'#', + 'title' => sprintf(_("Click to authenticate as %s"),$userid), + 'onclick'=>'SignIn(document.forms["'.$FORMNAME.'"],"'.$userid.'");'), $userid))); - } - $editing_policy = (defined('EDITING_POLICY') and $request->_dbi->isWikiPage(EDITING_POLICY)); - $SignInJS = JavaScript(' + } + $editing_policy = (defined('EDITING_POLICY') and $request->_dbi->isWikiPage(EDITING_POLICY)); + $SignInJS = JavaScript(' function SignIn(form,userid) { if (userid) { form.elements["auth[userid]"].value = userid; Modified: trunk/themes/shamino_com/templates/signin.tmpl =================================================================== --- trunk/themes/shamino_com/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/shamino_com/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -1,8 +1,9 @@ <?php -if (empty($FORMNAME)) +if (empty($FORMNAME)) { $FORMNAME = 'signin'; -else +} else { $NOFORM = true; +} ?> <?php if (empty($NOFORM)) { ?> <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> Modified: trunk/themes/smaller/templates/signin.tmpl =================================================================== --- trunk/themes/smaller/templates/signin.tmpl 2022-04-19 14:28:00 UTC (rev 11021) +++ trunk/themes/smaller/templates/signin.tmpl 2022-04-19 14:36:33 UTC (rev 11022) @@ -1,8 +1,9 @@ <?php -if (empty($FORMNAME)) +if (empty($FORMNAME)) { $FORMNAME = 'signin'; -else +} else { $NOFORM = true; +} ?> <?php if (empty($NOFORM)) { ?> <form style="display:inline" method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> @@ -25,17 +26,17 @@ <?php echo Button("submit:auth[logout]", _("Sign Out"), 'wikiaction') ?> </noscript> <?php } else { - $SignInInput = HTML::input(array('type' => 'text', - 'name' => "auth[userid]", - 'size' => 12, - 'maxlength' => 256, - 'onchange' => "SignIn(this.form,false);")); - if ($user->isSignedIn()) { - $SignInInput->setAttr('value', $user->getId()); - } - $SignInInput->addTooltip(_("Enter your UserId to sign in")); - $editing_policy = (defined('EDITING_POLICY') and $request->_dbi->isWikiPage(EDITING_POLICY)); - $SignInJS = JavaScript(' + $SignInInput = HTML::input(array('type' => 'text', + 'name' => "auth[userid]", + 'size' => 12, + 'maxlength' => 256, + 'onchange' => "SignIn(this.form,false);")); + if ($user->isSignedIn()) { + $SignInInput->setAttr('value', $user->getId()); + } + $SignInInput->addTooltip(_("Enter your UserId to sign in")); + $editing_policy = (defined('EDITING_POLICY') and $request->_dbi->isWikiPage(EDITING_POLICY)); + $SignInJS = JavaScript(' function SignIn(form,userid) { if (userid) { form.elements["auth[userid]"].value = userid; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-09-23 16:38:07
|
Revision: 8119 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8119&view=rev Author: vargenau Date: 2011-09-23 16:38:01 +0000 (Fri, 23 Sep 2011) Log Message: ----------- Translate ":" separately Modified Paths: -------------- trunk/themes/MonoBook/templates/info.tmpl trunk/themes/default/templates/info.tmpl Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2011-09-23 16:08:09 UTC (rev 8118) +++ trunk/themes/MonoBook/templates/info.tmpl 2011-09-23 16:38:01 UTC (rev 8119) @@ -69,14 +69,14 @@ $LOCKED_CB->setAttr('onclick', $clickcheckb); } - $label['date'] = _("Last Modified").':'; - $label['author'] = _("Last Author").':'; - $label['summary'] = _("Last Summary").':'; + $label['date'] = _("Last Modified") . _(":"); + $label['author'] = _("Last Author") . _(":"); + $label['summary'] = _("Last Summary") . _(":"); } else { - $label['date'] = _("Saved on:"); - $label['author'] = _("Author").':'; - $label['summary'] = _("Summary").':'; + $label['date'] = _("Saved on:") . _(":"); + $label['author'] = _("Author") . _(":"); + $label['summary'] = _("Summary") . _(":"); } $tableSummary = fmt("Statistics about %s.", $page->getName()); @@ -99,7 +99,7 @@ <?php if (!$is_current) { ?> <tr> - <td align="right" class="pageinfo"><?php echo _("Supplanted on:")?></td> + <td align="right" class="pageinfo"><?php echo _("Supplanted on") . _(":") ?></td> <td><?php echo $WikiTheme->formatDateTime($revision->get('_supplanted')) ?></td> </tr> <?php } ?> @@ -116,20 +116,20 @@ <?php } ?></td> </tr> <tr> - <td align="right" class="pageinfo"><?php echo _("Page Version:")?></td> + <td align="right" class="pageinfo"><?php echo _("Page Version") . _(":") ?></td> <td><?php echo $version ?></td> </tr> <tr> - <td align="right" class="pageinfo"><?php echo _("Markup:")?></td> + <td align="right" class="pageinfo"><?php echo _("Markup") . _(":") ?></td> <td><?php echo $markupVersion ?></td> </tr> <tr> - <td align="right" class="pageinfo"><?php echo _("Size:")?></td> + <td align="right" class="pageinfo"><?php echo _("Size") . _(":") ?></td> <td><?php echo $wordcount ?>, <?php echo $size ?></td> </tr> <?php if ($is_current) { ?> <tr> - <td align="right" class="pageinfo"><?php echo _("Hits:") ?></td> + <td align="right" class="pageinfo"><?php echo _("Hits") . _(":") ?></td> <td><?php echo $hits ?></td> </tr> <?php } ?> @@ -174,7 +174,7 @@ <?php if (!empty($pagetype)) { $pagetype = implode(", ", $pagetype); ?> <tr> - <td align="right" class="pageinfo"><?php echo _("Page Type:")?></td> + <td align="right" class="pageinfo"><?php echo _("Page Type") . _(":") ?></td> <td align="left"><?php echo $pagetype?></td> </tr> <?php } ?> @@ -185,10 +185,10 @@ <?php echo Button("viewsource", _("View Source")) ?> <?php echo $SEP?><?php echo Button("PageHistory", _("PageHistory")) ?> <?php echo $SEP?><?php echo Button("AuthorHistory", _("AuthorHistory")) ?> - <?php echo $SEP?><?php echo Button("Diff") ?> - <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?> - <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?> -<?php if ((defined('DEBUG') && DEBUG) || $user->isAdmin()) { ?> + <?php echo $SEP?><?php echo Button("Diff") ?> + <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?> + <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?> +<?php if ((defined('DEBUG') && DEBUG) || $user->isAdmin()) { ?> <!-- Buttons really only for debugging --> <?php echo $SEP?><?php echo Button("DebugInfo", _("DebugInfo")) ?> <?php Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2011-09-23 16:08:09 UTC (rev 8118) +++ trunk/themes/default/templates/info.tmpl 2011-09-23 16:38:01 UTC (rev 8119) @@ -54,14 +54,14 @@ $LOCKED_CB->setAttr('onclick', $clickcheckb); } - $label['date'] = _("Last Modified:"); - $label['author'] = _("Last Author:"); - $label['summary'] = _("Last Summary:"); + $label['date'] = _("Last Modified") . _(":"); + $label['author'] = _("Last Author") . _(":"); + $label['summary'] = _("Last Summary") . _(":"); } else { - $label['date'] = _("Saved on:"); - $label['author'] = _("Author:"); - $label['summary'] = _("Summary:"); + $label['date'] = _("Saved on") . _(":"); + $label['author'] = _("Author") . _(":"); + $label['summary'] = _("Summary") . _(":"); } $tableSummary = fmt("Statistics about %s.", $page->getName()); @@ -82,7 +82,7 @@ <?php if (!$is_current) { ?> <tr> - <td class="align-right pageinfo"><?php echo _("Supplanted on:")?></td> + <td class="align-right pageinfo"><?php echo _("Supplanted on") . _(":") ?></td> <td><?php echo $WikiTheme->formatDateTime($revision->get('_supplanted')) ?></td> </tr> <?php } ?> @@ -94,26 +94,26 @@ <tr> <td class="align-right pageinfo"><?php echo $label['author'] ?></td> <td><?php echo $authorLink ?> -<?php if (! ($author == $authorId)) { +<?php if (! ($author == $authorId)) { if ($dbi->isWikiPage($authorId)) $authorId = WikiLink($authorId); ?> <span class="pageinfo-authorid">(<?php echo $authorId ?>)</span> <?php } ?></td> </tr> <tr> - <td class="align-right pageinfo"><?php echo _("Page Version:")?></td> + <td class="align-right pageinfo"><?php echo _("Page Version") . _(":") ?></td> <td><?php echo $version ?></td> </tr> <tr> - <td class="align-right pageinfo"><?php echo _("Markup:")?></td> + <td class="align-right pageinfo"><?php echo _("Markup") . _(":") ?></td> <td><?php echo $markupVersion ?></td> </tr> <tr> - <td class="align-right pageinfo"><?php echo _("Size:")?></td> + <td class="align-right pageinfo"><?php echo _("Size") . _(":") ?></td> <td><?php echo $wordcount ?>, <?php echo $size ?></td> </tr> <?php if ($is_current) { ?> <tr> - <td class="align-right pageinfo"><?php echo _("Hits:") ?></td> + <td class="align-right pageinfo"><?php echo _("Hits") . _(":") ?></td> <td><?php echo $hits ?></td> </tr> <?php } ?> @@ -128,16 +128,16 @@ </tr> <?php if (ENABLE_EXTERNAL_PAGES) { ?> <tr> - <td class="align-right pageinfo"><?php echo _("Is External:") ?></td> + <td class="align-right pageinfo"><?php echo _("Is External") . _(":") ?></td> <td><?php echo $page->get('external') ? _("Yes") : _("No") ?></td> </tr> <?php } ?> <tr> - <td class="align-right pageinfo"><?php echo _("ACL type:") ?></td> + <td class="align-right pageinfo"><?php echo _("ACL type") . _(":") ?></td> <td><?php echo $type ?></td> </tr> <tr> - <td class="align-right top pageinfo"><?php echo _("ACL:") ?></td> + <td class="align-right top pageinfo"><?php echo _("ACL") . _(":") ?></td> <td><?php echo $perm->asAclLines() ?></td> </tr> <?php } ?> @@ -155,7 +155,7 @@ if ($page->get('pagetype') == 'wikiblog') { $pagetype []= _("Blog page"); } -if ($page->getName() == __("InterWikiMap")) { +if ($page->getName() == _("InterWikiMap")) { $pagetype []= _("InterWikiMap"); } if (isSubPage($page->getName())) { @@ -164,7 +164,7 @@ <?php if (!empty($pagetype)) { $pagetype = implode(", ", $pagetype); ?> <tr> - <td class="align-right pageinfo"><?php echo _("Page Type:")?></td> + <td class="align-right pageinfo"><?php echo _("Page Type") . _(":") ?></td> <td><?php echo $pagetype?></td> </tr> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-10-03 12:26:36
|
Revision: 8152 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8152&view=rev Author: vargenau Date: 2011-10-03 12:26:30 +0000 (Mon, 03 Oct 2011) Log Message: ----------- Home Page Modified Paths: -------------- trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/default/templates/info.tmpl Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2011-10-03 10:16:11 UTC (rev 8151) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2011-10-03 12:26:30 UTC (rev 8152) @@ -12,7 +12,7 @@ <h5><?php echo _("Navigation") ?></h5> <div class="pBody"> <ul> - <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home page")) ?></li> + <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home Page")) ?></li> <li><? $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?></li> <li id="n-recentcomments"><?php echo WikiLink(_("RecentComments"), "",_("Recent comments")) ?></li> <li id="n-recentnewpages"><?php echo WikiLink(_("RecentNewPages"), "",_("Recent new pages")) ?></li> Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2011-10-03 10:16:11 UTC (rev 8151) +++ trunk/themes/default/templates/info.tmpl 2011-10-03 12:26:30 UTC (rev 8152) @@ -144,7 +144,7 @@ <?php // determine page type if (HOME_PAGE == $page->getName()) { - $pagetype []= sprintf('%s %s', WIKI_NAME, _("home page")); + $pagetype []= sprintf('%s %s', WIKI_NAME, _("Home Page")); } if ($page->isUserPage($include_empty=true)) { $pagetype []= _("User page"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-10-03 12:33:42
|
Revision: 8155 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8155&view=rev Author: vargenau Date: 2011-10-03 12:33:36 +0000 (Mon, 03 Oct 2011) Log Message: ----------- Put punctuation inside translated string to be consistent in all themes. Modified Paths: -------------- trunk/themes/Crao/templates/browse.tmpl trunk/themes/MonoBook/templates/browse.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Wordpress/templates/viewsource.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/default/templates/browse.tmpl Modified: trunk/themes/Crao/templates/browse.tmpl =================================================================== --- trunk/themes/Crao/templates/browse.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/Crao/templates/browse.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -5,7 +5,7 @@ <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo Button('browse', _("View the current version"), $page)?>. + <?php echo Button('browse', _("View the current version."), $page)?> </p> <?php } ?> <?php if (!empty($redirected)) { ?> Modified: trunk/themes/MonoBook/templates/browse.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/MonoBook/templates/browse.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -5,7 +5,7 @@ <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo Button('browse', _("View the current version"), $page)?>. + <?php echo Button('browse', _("View the current version."), $page)?> </p> <?php } ?> <?php if (!empty($redirected)) { ?> Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/Portland/templates/browse.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -7,7 +7,7 @@ <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo WikiLink($page, 'existing', _("View the current version"))?>.</p> + <?php echo WikiLink($page, 'existing', _("View the current version."))?></p> <hr class="ignore" /> <?php } ?> Modified: trunk/themes/Wordpress/templates/viewsource.tmpl =================================================================== --- trunk/themes/Wordpress/templates/viewsource.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/Wordpress/templates/viewsource.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -12,7 +12,7 @@ <?php } ?> <?php if (! $revision->isCurrent()) { ?> <p class="warning_msg"><?php echo _("You are viewing an old revision of this page.")?> - <?php echo Button('viewsource', _("View the current version"), $page)?>.</p> + <?php echo Button('viewsource', _("View the current version."), $page)?></p> <?php } ?> <textarea class="wikiedit" name="content" Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/blog/templates/browse.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -5,7 +5,7 @@ <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo Button('browse', _("View the current version"), $page)?>. + <?php echo Button('browse', _("View the current version."), $page)?> </p> <?php } ?> <?php if (!empty($redirected)) { ?> Modified: trunk/themes/default/templates/browse.tmpl =================================================================== --- trunk/themes/default/templates/browse.tmpl 2011-10-03 12:28:51 UTC (rev 8154) +++ trunk/themes/default/templates/browse.tmpl 2011-10-03 12:33:36 UTC (rev 8155) @@ -5,7 +5,7 @@ <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo Button('browse', _("View the current version"), $page)?>. + <?php echo Button('browse', _("View the current version."), $page)?> </p> <?php } ?> <?php if (!empty($redirected)) { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-11-29 13:08:16
|
Revision: 8202 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8202&view=rev Author: vargenau Date: 2011-11-29 13:08:05 +0000 (Tue, 29 Nov 2011) Log Message: ----------- Update yuicompressor from 2.4.2 to 2.4.7 Modified Paths: -------------- trunk/themes/Makefile trunk/themes/Makefile.global Added Paths: ----------- trunk/themes/default/yuicompressor-2.4.7.jar Removed Paths: ------------- trunk/themes/default/yuicompressor-2.4.2.jar Modified: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2011-11-29 12:56:51 UTC (rev 8201) +++ trunk/themes/Makefile 2011-11-29 13:08:05 UTC (rev 8202) @@ -11,7 +11,7 @@ Portland shamino_com Crao Wordpress smaller Hawaiian # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar default/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar default/yuicompressor-2.4.7.jar all: $(foreach dir,$(THEMES),make -C $(dir);) Modified: trunk/themes/Makefile.global =================================================================== --- trunk/themes/Makefile.global 2011-11-29 12:56:51 UTC (rev 8201) +++ trunk/themes/Makefile.global 2011-11-29 13:08:05 UTC (rev 8202) @@ -9,7 +9,7 @@ THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX fusionforge # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar ../default/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar ../default/yuicompressor-2.4.7.jar css: $(CSS_FILES) Deleted: trunk/themes/default/yuicompressor-2.4.2.jar =================================================================== (Binary files differ) Copied: trunk/themes/default/yuicompressor-2.4.7.jar (from rev 8197, trunk/themes/default/yuicompressor-2.4.2.jar) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-11-29 13:17:14
|
Revision: 8203 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8203&view=rev Author: vargenau Date: 2011-11-29 13:17:03 +0000 (Tue, 29 Nov 2011) Log Message: ----------- Compress with yuicompressor-2.4.7 Modified Paths: -------------- trunk/themes/Crao/crao-min.css trunk/themes/Hawaiian/Hawaiian-min.css trunk/themes/MacOSX/MacOSX-min.css trunk/themes/MacOSX/MacOSX-topbottombars-min.css trunk/themes/MonoBook/IE60Fixes-min.css trunk/themes/MonoBook/IE70Fixes-min.css trunk/themes/MonoBook/commonPrint-min.css trunk/themes/MonoBook/main-min.css trunk/themes/MonoBook/rtl-min.css trunk/themes/MonoBook/wikiprintable-min.css trunk/themes/MonoBook/wikistandard-min.css trunk/themes/Portland/portland-min.css trunk/themes/Sidebar/sidebar-min.css trunk/themes/SpaceWiki/SpaceWiki-min.css trunk/themes/Wordpress/Wordpress-min.css trunk/themes/blog/IEFixes-min.css trunk/themes/blog/Kubrick-min.css trunk/themes/default/IEFixes-min.css trunk/themes/default/highlight-min.css trunk/themes/default/phpwiki-min.css trunk/themes/default/phpwiki-modern-min.css trunk/themes/default/phpwiki-printer-min.css trunk/themes/default/phpwiki-topbottombars-min.css trunk/themes/default/toolbar-min.css trunk/themes/fusionforge/fusionforge-autonumbering-min.css trunk/themes/fusionforge/fusionforge-fullscreen-min.css trunk/themes/fusionforge/fusionforge-min.css trunk/themes/fusionforge/fusionforge-print-min.css trunk/themes/fusionforge/fusionforge-rereading-min.css trunk/themes/shamino_com/shamino_com-min.css trunk/themes/smaller/phpwiki-min.css trunk/themes/wikilens/wikilens-min.css Modified: trunk/themes/Crao/crao-min.css =================================================================== --- trunk/themes/Crao/crao-min.css 2011-11-29 13:08:05 UTC (rev 8202) +++ trunk/themes/Crao/crao-min.css 2011-11-29 13:17:03 UTC (rev 8203) @@ -1 +1 @@ -body{background-color:#ccc;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:12px;line-height:14px;margin:0;padding:0;border:0 none;color:#000;text-align:left;}img{border:0;vertical-align:middle;}table{border-spacing:0;empty-cells:show;}a:link,a{color:#33c;text-decoration:underline;background-color:transparent;}a:visited{color:#33c;text-decoration:underline;background-color:transparent;}a:hover{color:#03f;text-decoration:underline;background-color:transparent;}hr{background-color:#ccc;height:1px;border:1px solid #ccc;}div.wikitext pre{font-family:monospace;}p{font-size:1em;margin:0;margin-bottom:1em;}.align-left{text-align:left;}.align-right{text-align:right;}.align-center{text-align:center;}.top{vertical-align:top;}.nowrap{white-space:nowrap;}.fullwidth{width:100%;}ul{position:relative;padding:0;margin:0;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;line-height:120%;list-style:inside;background-color:transparent;}ul ul{position:relative;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;margin-left:2em;}li.rc-major{list-style:none;display:block;background-color:#fff;margin:6px 0;border:1px #666 dashed;padding:.5ex;}li.evenrow{border:0;padding:1ex;}li.oddrow{border:0;padding:1ex;}li strong{font-weight:normal;background-color:transparent;}strong.wiki-summary{display:block;padding:5px 0;background-color:transparent;}li a.wiki-rc-action{display:inline;}li a.wiki-rc-action{border:0;}li.rc-major a.wiki{font-size:1.2em;font-weight:bold;}li>p{display:inline;}p.wiki-rc-action{text-align:center;vertical-align:middle;padding:5px 5px 5px 5px;border:1px #000 solid;background-color:transparent;}p a.wiki-rc-action{display:inline;padding:0 10px;font-weight:bold;background-color:transparent;}#header{background-color:#333;}#logo{color:#ccc;display:inline;margin-top:0;margin-left:0;height:50px;width:auto;background-color:transparent;font:bolder 67px/50px Verdana,Arial,Helvetica,sans-serif;letter-spacing:-0.1em;}#logo img{border:0;}#logo a{color:#ccc;font:bolder 67px/50px Arial,Verdana,Helvetica,sans-serif;text-decoration:none;}div.ie-actionbuttons{position:relative;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-repeat:no-repeat;background-position:top right;text-align:right;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none;}#actionbuttons{position:fixed;max-width:30%;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-position:top left;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none;}#actionbuttons a,#actionbuttons a:link{position:relative;display:inline;text-align:right;width:100%;margin-bottom:.5em;margin-top:auto;background-color:transparent;border:0;}#content{margin-top:0;margin-left:7%;margin-right:7%;margin-bottom:7%;background-color:#f2f2f2;border:1px #999 solid;padding-left:2em;padding-right:15px;padding-top:15px;padding-bottom:.5ex;}div.wikitext{font-size:1em;line-height:130%;text-align:left;}blockquote.mail-style-quote{border-left:#F93;margin:0;margin-bottom:1em;border:1px solid #F93;padding:.5em;}.mail-style-quote blockquote.mail-style-quote{margin-left:.3em;margin-bottom:0;background-color:transparent;border-style:none;border-left:2px solid #F93;padding:0;padding-left:.5em;}blockquote p{margin-top:.5ex;margin-bottom:.5ex;}.toolbar,input.button,#signin{font-family:Verdana,Arial,Helvetica,sans-serif;}div.toolbar{display:block;background-color:#f2f2f2;border:1px #666 solid;margin:2% 7%;}.toolbar{padding:0;margin:0;}.edit-toolbar{padding:0;margin:0;}.edit-toolbar img,.edit-toolbar input{background-color:#fff;border:1px solid ButtonFace;}#navbuttons{display:inline;}#navbuttons img{margin:5px 0 5px 10px;}#navbuttons a:link,#navbuttons a{font-weight:bold;padding-left:1ex;padding-right:1ex;color:#333;}#signin{width:auto;text-align:right;padding-right:10px;background-color:transparent;color:#ccc;font-size:12px;}#signin form{text-align:center;padding:1px;margin:0;display:inline;}#signin input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px;}#signin input.wikisignin{padding:0;margin:0;border:0 none;}#signin a.wiki{color:#FFF;background-color:transparent;}#search{font-size:12px;margin:5px 10px 5px 10px;float:right;}#search form{text-align:center;padding:1px;margin:0;display:inline;}#search input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px;}#search input.wikiaction{padding:0;margin:0;border:0 none;}.search-context{background:white;font-style:oblique;}.search-term{background:yellow;font-weight:normal;}#livesearch{height:13px;width:100px;}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden;}#LSHighlight{background-color:#f08000;}#LSResult .evenrow{background-color:#f0f0f0;}body.sidebar{font-size:smaller;margin:.5em;}body.sidebar div.wikitext{padding:.5em;}body.sidebar{padding-left:1em;}body.sidebar h2{margin-top:0;}form.wikiadmin div{color:#000;background-color:#f2f2f2;}a.wikiaction,a.wikiadmin{line-height:2.6ex;}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em;}img.linkicon{vertical-align:middle;}img.rssicon{vertical-align:baseline;}a.wikiaction,a.wikiadmin,a.wiki-rc-action,a.wikiunsafe{text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif;}.wikiunsafe{color:#000;background-color:#f2f2f2;}input.wikiadmin{color:#000;background-color:#fff;}.wikiunknown,.named-wikiunknown{font-weight:normal;font-size:100%;background-color:transparent;}.wikiunknown a,.named-wikiunknown a{color:#FFF;background-color:#000;text-decoration:none;font-weight:normal;font-size:1em;padding:1px;padding-top:0;padding-bottom:0;border-top:1px solid #000;border-bottom:1px solid #000;margin-right:2px;}.backlinks{text-decoration:underline;background-color:transparent;color:#006;}.wikipage{font-weight:bold;}.interwiki{text-decoration:none;}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique;}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal;}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;}h1{margin-top:10px;background-color:transparent;color:#555;}h1 a.backlinks{color:#777;text-decoration:none;}h1 a.wiki{color:#777;text-decoration:none;}h1 a.pagetitle{color:#555;text-decoration:none;}h1 a:hover{color:#888;text-decoration:underline;}h4,h5,h6{margin-bottom:0;background-color:transparent;color:#111;}div.rss{background-color:#fff;color:#000;border:2px solid #ddd;}div.feed{font-size:1.4em;padding:.5em;}.chandesc{font-size:.9em;}div.rssitem{display:block;background-color:#fff;color:#000;border-top:1px solid #ddd;padding:0 .5em;}div.itemname{display:block;border:0;margin-top:.5em;}div.itemdesc{font-size:1em;margin-bottom:.5em;}table,td{font-family:Verdana,Arial,Helvetica,sans-serif;}caption{font-family:Verdana,Arial,Helvetica,sans-serif;width:auto;}.pagelist{background-color:white;border:1px #333 dashed;}.pagelist tr.evenrow{background-color:white;}.pagelist tr.oddrow{background-color:white;}.pagelist td{padding:3px;}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;height:18px;margin:5px 0;float:none;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black;}.wikilink{display:block;}#revision{font-size:10px;text-align:right;background-color:#f2f2f2;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;clear:both;}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex;}#xhtml-validator{font-size:small;text-align:center;margin-top:1em;}form{margin:0;}input,textarea{margin:.1em;background-color:#FFF;vertical-align:middle;font-size:1em;}input.wikisignin{border:0 none;background-color:#FFF;}input.wikiaction{border:1px solid black;background-color:#D7FA8C;}input.numeric{text-align:center;}textarea.wikiedit{width:90%;margin:.5ex;padding:2px;font-family:Verdana,Arial,Helvetica,sans-serif;}#editarea-size{margin-top:1ex;margin-bottom:-1ex;text-align:right;font-size:smaller;border:1px none;}#editarea-size legend{text-align:right;font-size:smaller;border:1px solid #CCC;background-color:#ccc;}.editarea legend{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:1em;line-height:1em;padding:.2em;border:1px solid #333;background-color:#eee;}fieldset.editarea{margin:1ex;margin-top:1em;text-align:center;padding:10px;border:1px solid #333;background-color:#E8E8E5;}fieldset.toolbar{margin:1ex;margin-top:0;text-align:center;padding:3px;border:1px solid #FFF;background-color:#FFF;}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em;}.transclusion,.wiki-edithelp{font-size:smaller;}.transclusion{border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;}.wiki-edithelp{background-color:white;border:medium solid #fff8dc;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;}.wiki-edithelp p{font-family:Verdana,Helvetica,Arial,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0;}table.cal{float:right;font-size:10px;border:1px solid #333;background-color:#ccc;margin:10px;padding:1px;empty-cells:hide;}table.cal td{text-align:right;}table.cal-header{font-size:larger;background-color:#333;color:#f2f2f2;}table.cal-header tr,table.cal-header td{text-align:center;}.cal-arrow{font-weight:bold;text-decoration:none;color:#fff;}a.cal-arrow{color:#fff;}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;background-color:#f2f2f2;}a.cal-hide{font-size:9px;text-decoration:none;}table.cal td.cal-today{margin:1px;border:1px solid #333;color:#000;background-color:#f2f2f2;}table.cal td.cal-day a.cal-day{font-size:9px;text-decoration:underline;}.diff .block div{position:relative;padding-left:1.5em;}.diff .prefix{position:absolute;left:.5em;top:0;}.diff{color:#000;background-color:transparent;border:1px solid black;}.diff .block{color:#000;background-color:#ccc;padding-left:1em;}.diff .context{color:#000;background-color:transparent;border:none;}.diff .block tt{font-weight:normal;font-family:monospace;color:black;background-color:transparent;margin-left:0;border:none;}.diff del,.diff ins{font-weight:bold;text-decoration:none;}.diff .original,.diff .deleted,.diff .final,.diff .added{color:#000;background-color:white;}.diff .original,.diff .deleted{color:#000;background-color:#fcc;border:none;}.diff .final,.diff .added{color:#000;background-color:#cfc;border:none;}.diff del{color:#000;background-color:#f99;}.diff ins{color:#000;background-color:#9f9;}td.pageinfo{font-weight:bold;}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique;}.hint{color:black;background-color:#eee;font-size:smaller;margin-left:5em;border:thin solid #aaa;}#clear{clear:both;margin:0;margin-top:-7px;padding:2px;text-align:center;color:#000;background-color:#FFF;border:solid 0;}#clear{margin-top:0;}img.inlineimage{border:0;vertical-align:middle;margin:0 5px 0 5px;}em>img.inlineimage{float:left;border:0;vertical-align:middle;margin:5px 15px 15px 0;}strong>img.inlineimage{float:right;border:0;vertical-align:middle;margin:5px 0 15px 15px;}h2.wikiblog-heading{font-size:2em;padding-bottom:.5em;border-bottom:2px solid gray;}.interwiki-map thead td{text-decoration:underline;}.printer{display:none;}.error{color:black;background-color:#eee;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;border:medium solid red;clear:both;}.debug{color:black;background-color:transparent;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top;}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0;}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em;}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8;} \ No newline at end of file +body{background-color:#ccc;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:12px;line-height:14px;margin:0;padding:0;border:0 none;color:#000;text-align:left}img{border:0;vertical-align:middle}table{border-spacing:0;empty-cells:show}a:link,a{color:#33c;text-decoration:underline;background-color:transparent}a:visited{color:#33c;text-decoration:underline;background-color:transparent}a:hover{color:#03f;text-decoration:underline;background-color:transparent}hr{background-color:#ccc;height:1px;border:1px solid #ccc}div.wikitext pre{font-family:monospace}p{font-size:1em;margin:0;margin-bottom:1em}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}ul{position:relative;padding:0;margin:0;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;line-height:120%;list-style:inside;background-color:transparent}ul ul{position:relative;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;margin-left:2em}li.rc-major{list-style:none;display:block;background-color:#fff;margin:6px 0;border:1px #666 dashed;padding:.5ex}li.evenrow{border:0;padding:1ex}li.oddrow{border:0;padding:1ex}li strong{font-weight:normal;background-color:transparent}strong.wiki-summary{display:block;padding:5px 0;background-color:transparent}li a.wiki-rc-action{display:inline}li a.wiki-rc-action{border:0}li.rc-major a.wiki{font-size:1.2em;font-weight:bold}li>p{display:inline}p.wiki-rc-action{text-align:center;vertical-align:middle;padding:5px 5px 5px 5px;border:1px #000 solid;background-color:transparent}p a.wiki-rc-action{display:inline;padding:0 10px;font-weight:bold;background-color:transparent}#header{background-color:#333}#logo{color:#ccc;display:inline;margin-top:0;margin-left:0;height:50px;width:auto;background-color:transparent;font:bolder 67px/50px Verdana,Arial,Helvetica,sans-serif;letter-spacing:-0.1em}#logo img{border:0}#logo a{color:#ccc;font:bolder 67px/50px Arial,Verdana,Helvetica,sans-serif;text-decoration:none}div.ie-actionbuttons{position:relative;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-repeat:no-repeat;background-position:top right;text-align:right;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons{position:fixed;max-width:30%;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-position:top left;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons a,#actionbuttons a:link{position:relative;display:inline;text-align:right;width:100%;margin-bottom:.5em;margin-top:auto;background-color:transparent;border:0}#content{margin-top:0;margin-left:7%;margin-right:7%;margin-bottom:7%;background-color:#f2f2f2;border:1px #999 solid;padding-left:2em;padding-right:15px;padding-top:15px;padding-bottom:.5ex}div.wikitext{font-size:1em;line-height:130%;text-align:left}blockquote.mail-style-quote{border-left:#f93;margin:0;margin-bottom:1em;border:1px solid #f93;padding:.5em}.mail-style-quote blockquote.mail-style-quote{margin-left:.3em;margin-bottom:0;background-color:transparent;border-style:none;border-left:2px solid #f93;padding:0;padding-left:.5em}blockquote p{margin-top:.5ex;margin-bottom:.5ex}.toolbar,input.button,#signin{font-family:Verdana,Arial,Helvetica,sans-serif}div.toolbar{display:block;background-color:#f2f2f2;border:1px #666 solid;margin:2% 7%}.toolbar{padding:0;margin:0}.edit-toolbar{padding:0;margin:0}.edit-toolbar img,.edit-toolbar input{background-color:#fff;border:1px solid ButtonFace}#navbuttons{display:inline}#navbuttons img{margin:5px 0 5px 10px}#navbuttons a:link,#navbuttons a{font-weight:bold;padding-left:1ex;padding-right:1ex;color:#333}#signin{width:auto;text-align:right;padding-right:10px;background-color:transparent;color:#ccc;font-size:12px}#signin form{text-align:center;padding:1px;margin:0;display:inline}#signin input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#signin input.wikisignin{padding:0;margin:0;border:0 none}#signin a.wiki{color:#FFF;background-color:transparent}#search{font-size:12px;margin:5px 10px 5px 10px;float:right}#search form{text-align:center;padding:1px;margin:0;display:inline}#search input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#search input.wikiaction{padding:0;margin:0;border:0 none}.search-context{background:white;font-style:oblique}.search-term{background:yellow;font-weight:normal}#livesearch{height:13px;width:100px}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar{padding-left:1em}body.sidebar h2{margin-top:0}form.wikiadmin div{color:#000;background-color:#f2f2f2}a.wikiaction,a.wikiadmin{line-height:2.6ex}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}img.linkicon{vertical-align:middle}img.rssicon{vertical-align:baseline}a.wikiaction,a.wikiadmin,a.wiki-rc-action,a.wikiunsafe{text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif}.wikiunsafe{color:#000;background-color:#f2f2f2}input.wikiadmin{color:#000;background-color:#fff}.wikiunknown,.named-wikiunknown{font-weight:normal;font-size:100%;background-color:transparent}.wikiunknown a,.named-wikiunknown a{color:#fff;background-color:#000;text-decoration:none;font-weight:normal;font-size:1em;padding:1px;padding-top:0;padding-bottom:0;border-top:1px solid #000;border-bottom:1px solid #000;margin-right:2px}.backlinks{text-decoration:underline;background-color:transparent;color:#006}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin-top:10px;background-color:transparent;color:#555}h1 a.backlinks{color:#777;text-decoration:none}h1 a.wiki{color:#777;text-decoration:none}h1 a.pagetitle{color:#555;text-decoration:none}h1 a:hover{color:#888;text-decoration:underline}h4,h5,h6{margin-bottom:0;background-color:transparent;color:#111}div.rss{background-color:#fff;color:#000;border:2px solid #ddd}div.feed{font-size:1.4em;padding:.5em}.chandesc{font-size:.9em}div.rssitem{display:block;background-color:#fff;color:#000;border-top:1px solid #ddd;padding:0 .5em}div.itemname{display:block;border:0;margin-top:.5em}div.itemdesc{font-size:1em;margin-bottom:.5em}table,td{font-family:Verdana,Arial,Helvetica,sans-serif}caption{font-family:Verdana,Arial,Helvetica,sans-serif;width:auto}.pagelist{background-color:white;border:1px #333 dashed}.pagelist tr.evenrow{background-color:white}.pagelist tr.oddrow{background-color:white}.pagelist td{padding:3px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;height:18px;margin:5px 0;float:none;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.wikilink{display:block}#revision{font-size:10px;text-align:right;background-color:#f2f2f2;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;clear:both}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}#xhtml-validator{font-size:small;text-align:center;margin-top:1em}form{margin:0}input,textarea{margin:.1em;background-color:#FFF;vertical-align:middle;font-size:1em}input.wikisignin{border:0 none;background-color:#FFF}input.wikiaction{border:1px solid black;background-color:#d7fa8c}input.numeric{text-align:center}textarea.wikiedit{width:90%;margin:.5ex;padding:2px;font-family:Verdana,Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;margin-bottom:-1ex;text-align:right;font-size:smaller;border:1px none}#editarea-size legend{text-align:right;font-size:smaller;border:1px solid #CCC;background-color:#ccc}.editarea legend{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:1em;line-height:1em;padding:.2em;border:1px solid #333;background-color:#eee}fieldset.editarea{margin:1ex;margin-top:1em;text-align:center;padding:10px;border:1px solid #333;background-color:#e8e8e5}fieldset.toolbar{margin:1ex;margin-top:0;text-align:center;padding:3px;border:1px solid #FFF;background-color:#FFF}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{background-color:white;border:medium solid #fff8dc;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp p{font-family:Verdana,Helvetica,Arial,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{float:right;font-size:10px;border:1px solid #333;background-color:#ccc;margin:10px;padding:1px;empty-cells:hide}table.cal td{text-align:right}table.cal-header{font-size:larger;background-color:#333;color:#f2f2f2}table.cal-header tr,table.cal-header td{text-align:center}.cal-arrow{font-weight:bold;text-decoration:none;color:#fff}a.cal-arrow{color:#fff}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;background-color:#f2f2f2}a.cal-hide{font-size:9px;text-decoration:none}table.cal td.cal-today{margin:1px;border:1px solid #333;color:#000;background-color:#f2f2f2}table.cal td.cal-day a.cal-day{font-size:9px;text-decoration:underline}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.diff{color:#000;background-color:transparent;border:1px solid black}.diff .block{color:#000;background-color:#ccc;padding-left:1em}.diff .context{color:#000;background-color:transparent;border:0}.diff .block tt{font-weight:normal;font-family:monospace;color:black;background-color:transparent;margin-left:0;border:0}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{color:#000;background-color:white}.diff .original,.diff .deleted{color:#000;background-color:#fcc;border:0}.diff .final,.diff .added{color:#000;background-color:#cfc;border:0}.diff del{color:#000;background-color:#f99}.diff ins{color:#000;background-color:#9f9}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.hint{color:black;background-color:#eee;font-size:smaller;margin-left:5em;border:thin solid #aaa}#clear{clear:both;margin:0;margin-top:-7px;padding:2px;text-align:center;color:#000;background-color:#FFF;border:solid 0}#clear{margin-top:0}img.inlineimage{border:0;vertical-align:middle;margin:0 5px 0 5px}em>img.inlineimage{float:left;border:0;vertical-align:middle;margin:5px 15px 15px 0}strong>img.inlineimage{float:right;border:0;vertical-align:middle;margin:5px 0 15px 15px}h2.wikiblog-heading{font-size:2em;padding-bottom:.5em;border-bottom:2px solid gray}.interwiki-map thead td{text-decoration:underline}.printer{display:none}.error{color:black;background-color:#eee;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;border:medium solid red;clear:both}.debug{color:black;background-color:transparent;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Modified: trunk/themes/Hawaiian/Hawaiian-min.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian-min.css 2011-11-29 13:08:05 UTC (rev 8202) +++ trunk/themes/Hawaiian/Hawaiian-min.css 2011-11-29 13:17:03 UTC (rev 8203) @@ -1 +1 @@ -img{border:0;vertical-align:baseline;}form{margin:0;}input{margin:.1em;}input.numeric{text-align:right;}table{border-spacing:1px;empty-cells:show;}caption{caption-side:top;text-align:left;margin-bottom:.5ex;width:100%;}.align-left{text-align:left;}.align-right{text-align:right;}.align-center{text-align:center;}.top{vertical-align:top;}.nowrap{white-space:nowrap;}.fullwidth{width:100%;}body{color:black;background-color:white;background-image:url("images/uhhbackground.jpg");background-repeat:repeat;font-family:Arial,Helvetica,sans-serif;margin:1ex .5em;}body p{margin-left:1em;}#logo img{border:1px outset gray;margin-left:1em;margin-bottom:1ex;}img#signature{background-color:white;border:1px outset gray;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:14px;}div.wikitext{margin-top:1ex;margin-bottom:.5ex;padding-left:.8em;padding-right:.8em;padding-top:.5ex;padding-bottom:.5ex;clear:both;}div.wikitext hr{height:1px;}div.wikitext pre{font-family:monospace;}body.sidebar{font-size:smaller;margin:.5em;}body.sidebar div.wikitext{padding:.5em;}body.sidebar div.wikitext ul{padding-left:1em;}body.sidebar h2{margin-top:0;}.wiki,.named-wiki{font-weight:bold;color:#87785c;}.wiki{text-decoration:none;}.named-wiki{text-decoration:underline;}.wikiaction,.wikiadmin,.wiki-rc-action,.backlinks{text-decoration:none;}.wikiaction,.wikiadmin{font-weight:bold;}.wikiaction,.wikiaction table,span.wikiaction{color:#4d5a6b;}.wikiadmin,.wikiadmin table{color:#ff7e00;}.backlinks{color:#1d4fc0;}h1 .backlinks{text-decoration:underline;}.wikiunknown a,.named-wikiunknown a,.wikiunknown u{color:#a6977a;}.wikipage{font-weight:bold;}.interwiki{text-decoration:none;}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique;}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal;}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;}h1{margin:0;}caption{font-family:Arial,Helvetica,sans-serif;}.pagelist tr.evenrow{background-color:#eee;}.pagelist tr.oddrow{background-color:white;}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;margin:5px 0;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black;}.toolbar,input.button{font-family:Arial,Helvetica,sans-serif;}.toolbar{padding:0;margin:0;}#navbar,#actionbar{line-height:140%;}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex;}.wikiedit{width:100%;margin-bottom:.5ex;margin-top:.5ex;padding:2px;}input.button{font-family:Arial,Helvetica,sans-serif;}#editarea-size{margin-top:1ex;text-align:right;font-size:smaller;}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em;}.transclusion,.wiki-edithelp{font-size:smaller;}.transclusion{background:inherit;border:1px dotted #a6977a;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;}.wiki-edithelp{border:medium solid #d8caae;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;}.wiki-edithelp .wiki{color:#87785c;}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0;}table.cal{border:1px outset gray;margin:.5ex .5em;padding:1px;empty-cells:hide;}table.cal table.cal-header td{padding-top:110px;}table.cal thead tr:first-child{background-image:url("images/pictures/SteamVolcanoDusk.jpg");background-repeat:no-repeat;background-position:center;font-size:larger;}table.cal table.cal-header td{text-align:center;color:white;background-color:transparent;border:0;}.cal-arrow{text-decoration:none;color:white;font-weight:bold;}table.cal tr .cal-dayname{background:inherit;}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;color:black;padding-bottom:.5ex;}table.cal tbody td{border:.5pt solid #ddd;background-color:white;text-align:right;}a.cal-hide{text-decoration:none;color:black;font-weight:normal;}table.cal td.cal-today{margin:1px;background-color:white;border:.5pt solid black;}table.cal td.cal-today a{color:blue;}table.cal td.cal-day{margin:1px;background-color:white;border:.5pt solid black;}table.cal td.cal-day a{color:red;text-decoration:none;}.diff .block{background-color:#ccc;padding:.5ex .5em;margin:.5ex 0;}.diff .context{background-color:white;}.diff .block tt{font-weight:bold;font-family:monospace;margin-left:-.6em;color:black;}.diff del,.diff ins{font-weight:bold;text-decoration:none;}.diff .original,.diff .deleted{background-color:#fcc;}.diff .final,.diff .added{background-color:#cfc;}.diff del{background-color:#f99;}.diff ins{background-color:#9f9;}.printer{display:none;}div.error{color:black;border:medium solid #d8caae;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;font-size:smaller;clear:both;}.debug{color:black;font-family:monospace;margin:1ex 0;padding:.5ex .5em;border:medium solid #d8caae;}.clear-floats{clear:both;}.search-context{background-color:white;font-style:oblique;}.search-term{background-color:yellow;font-weight:normal;}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden;}#LSHighlight{background-color:#f08000;}#LSResult .evenrow{background-color:#f0f0f0;}.toolbar,div.toolbar{margin:.5ex 0;}img.linkicon{vertical-align:middle;}div.wikitext{width:auto;background-image:url("images/tchecker-white.png");background-repeat:repeat;}.wiki-edithelp{background-image:url("images/tchecker-sand.png");background-repeat:repeat;}.wiki-edithelp p{background-image:url("images/tchecker-white.png");background-repeat:repeat;}.diff .block div{position:relative;padding-left:1.5em;}.diff .prefix{position:absolute;left:.5em;top:0;}.debug{background-image:url("images/tchecker-sand.png");background-repeat:repeat;}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top;}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0;}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em;}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8;} \ No newline at end of file +img{border:0;vertical-align:baseline}form{margin:0}input{margin:.1em}input.numeric{text-align:right}table{border-spacing:1px;empty-cells:show}caption{caption-side:top;text-align:left;margin-bottom:.5ex;width:100%}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}body{color:black;background-color:white;background-image:url("images/uhhbackground.jpg");background-repeat:repeat;font-family:Arial,Helvetica,sans-serif;margin:1ex .5em}body p{margin-left:1em}#logo img{border:1px outset gray;margin-left:1em;margin-bottom:1ex}img#signature{background-color:white;border:1px outset gray;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:14px}div.wikitext{margin-top:1ex;margin-bottom:.5ex;padding-left:.8em;padding-right:.8em;padding-top:.5ex;padding-bottom:.5ex;clear:both}div.wikitext hr{height:1px}div.wikitext pre{font-family:monospace}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}.wiki,.named-wiki{font-weight:bold;color:#87785c}.wiki{text-decoration:none}.named-wiki{text-decoration:underline}.wikiaction,.wikiadmin,.wiki-rc-action,.backlinks{text-decoration:none}.wikiaction,.wikiadmin{font-weight:bold}.wikiaction,.wikiaction table,span.wikiaction{color:#4d5a6b}.wikiadmin,.wikiadmin table{color:#ff7e00}.backlinks{color:#1d4fc0}h1 .backlinks{text-decoration:underline}.wikiunknown a,.named-wikiunknown a,.wikiunknown u{color:#a6977a}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin:0}caption{font-family:Arial,Helvetica,sans-serif}.pagelist tr.evenrow{background-color:#eee}.pagelist tr.oddrow{background-color:white}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;margin:5px 0;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.toolbar,input.button{font-family:Arial,Helvetica,sans-serif}.toolbar{padding:0;margin:0}#navbar,#actionbar{line-height:140%}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}.wikiedit{width:100%;margin-bottom:.5ex;margin-top:.5ex;padding:2px}input.button{font-family:Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;text-align:right;font-size:smaller}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{background:inherit;border:1px dotted #a6977a;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{border:medium solid #d8caae;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp .wiki{color:#87785c}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{border:1px outset gray;margin:.5ex .5em;padding:1px;empty-cells:hide}table.cal table.cal-header td{padding-top:110px}table.cal thead tr:first-child{background-image:url("images/pictures/SteamVolcanoDusk.jpg");background-repeat:no-repeat;background-position:center;font-size:larger}table.cal table.cal-header td{text-align:center;color:white;background-color:transparent;border:0}.cal-arrow{text-decoration:none;color:white;font-weight:bold}table.cal tr .cal-dayname{background:inherit}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;color:black;padding-bottom:.5ex}table.cal tbody td{border:.5pt solid #ddd;background-color:white;text-align:right}a.cal-hide{text-decoration:none;color:black;font-weight:normal}table.cal td.cal-today{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-today a{color:blue}table.cal td.cal-day{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-day a{color:red;text-decoration:none}.diff .block{background-color:#ccc;padding:.5ex .5em;margin:.5ex 0}.diff .context{background-color:white}.diff .block tt{font-weight:bold;font-family:monospace;margin-left:-.6em;color:black}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted{background-color:#fcc}.diff .final,.diff .added{background-color:#cfc}.diff del{background-color:#f99}.diff ins{background-color:#9f9}.printer{display:none}div.error{color:black;border:medium solid #d8caae;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;font-size:smaller;clear:both}.debug{color:black;font-family:monospace;margin:1ex 0;padding:.5ex .5em;border:medium solid #d8caae}.clear-floats{clear:both}.search-context{background-color:white;font-style:oblique}.search-term{background-color:yellow;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}div.wikitext{width:auto;background-image:url("images/tchecker-white.png");background-repeat:repeat}.wiki-edithelp{background-image:url("images/tchecker-sand.png");background-repeat:repeat}.wiki-edithelp p{background-image:url("images/tchecker-white.png");background-repeat:repeat}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.debug{background-image:url("images/tchecker-sand.png");background-repeat:repeat}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Modified: trunk/themes/MacOSX/MacOSX-min.css =================================================================== --- trunk/themes/MacOSX/MacOSX-min.css 2011-11-29 13:08:05 UTC (rev 8202) +++ trunk/themes/MacOSX/MacOSX-min.css 2011-11-29 13:17:03 UTC (rev 8203) @@ -1 +1 @@ -body{background:#fafafa url("images/bgpaper8.png");}body.edit{background:#fafafa url("images/bggranular.png");}input[type=submit],input[type=cancel],input[type=image]{vertical-align:middle;}h1,h2,h3,.toolbar,td{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;}input.button{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;}input.numeric{text-align:right;}.wikitext pre{font-family:Monaco,monospace;}input[type=text]{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em;}.align-left{text-align:left;}.align-right{text-align:right;}.align-center{text-align:center;}.top{vertical-align:top;}.nowrap{white-space:nowrap;}.fullwidth{width:100%;}div.wikitext{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both;}input.wikitext{margin:0;}input[type=text]{height:2.7ex;padding:.4ex .3ex;}div.toolbar{margin:1ex 0;}.interwiki-map thead td{background:#e8e8e8;font-weight:bold;font-size:smaller;}.interwiki-map thead td:first-child{text-decoration:underline;}.interwiki-moniker{background:#eee;}.interwiki-url{background:#f8f8f8;}body.sidebar{font-size:smaller;margin:.5em;}body.sidebar div.wikitext{padding:.5em;}body.sidebar div.wikitext ul{padding-left:1em;}body.sidebar h2{margin-top:0;}div.error{background:#eee;border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;margin-top:1em;clear:both;font-size:smaller;}.debug{color:black;background:white;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;border:1px solid #eee;}a.wiki{text-decoration:none;}.wiki,.named-wiki{font-weight:bold;color:#1d42be;}.wikiunknown a,.named-wikiunknown a,.wikiunknown U{text-decoration:none;}.wikiunknown,.named-wikiunknown{color:#555;}a.interwiki{text-decoration:none;}.wikipage{font-weight:bold;}.interwiki,i .interwiki .wikipage,em .interwiki .wikipage{font-style:oblique;}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal;}a.wikiaction,a.wikiadmin{text-decoration:none;}img{border:0;}img.rssicon{vertical-align:middle;}img.wiki-button{vertical-align:middle;}.wiki-button{border:0;}a.wikiaction{border:0;}a.backlinks{color:#006;}textarea.wikiedit{width:100%;margin-top:1ex;}p.editdate{font-size:smaller;margin-bottom:0;font-family:"Lucida Grande",Helvetica,Arial,sans-serif;}a.cal-hide,a.cal-arrow{text-decoration:none;}.cal-arrow{font-weight:bold;}.cal-dayname{font-size:smaller;text-decoration:none;}table.cal td{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;}table.cal-header td{font-size:larger;background:white;border:0;}table.cal td.cal-dayname{background:#e8e8e8;}table.cal td.cal-today{background:#f4f4f4;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;}.transclusion-title{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;font-size:smaller;text-decoration:underline;text-align:right;font-style:oblique;margin-bottom:.25ex;margin-right:.25em;}.transclusion{background:#fdfdfd;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin:.5ex;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;font-size:smaller;}.wiki-edithelp .transclusion{font-size:smaller;background:inherit;padding:.5ex .5em;margin:.2ex 5%;}.wiki-edithelp .transclusion p{margin:0;}.wiki-edithelp{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;font-size:smaller;}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0;}div.wiki-message{background:#fff url("images/bggranular.png");border:solid 1px #d8d8d8;padding:6pt;}.printer{display:none;}.diff{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;}.diff .block{background:#d8d8d8;}.diff .context{background:white;border:none;}.diff .block tt.prefix{font-weight:normal;font-family:monospace;margin-left:-1.6em;color:black;border:none;}.diff ins{font-weight:bolder;}.diff ins{text-decoration:none;}.diff .original,.diff .deleted,.diff .final,.diff .added{background:white;}.diff .original:first-child,.diff .deleted:first-child{border-top:2px solid #f99;}.diff .original,.diff .deleted{background:white;border-left:2px solid #f99;border-right:2px solid #f99;}.diff .original:last-child,.diff .deleted:last-child{border-bottom:2px solid #f99;}.diff .final:first-child,.diff .added:first-child{border-top:2px solid #9f9;}.diff .final,.diff .added{background:white;border-left:2px solid #9f9;border-right:2px solid #9f9;}.diff .final:last-child,.diff .added:last-child{border-bottom:2px solid #9f9;}.diff del{background:#fcc;}.diff ins{background:#cfc;}.pagelist{font-size:smaller;}.pagelist tr.evenrow{background:#f8f8f8;}.pagelist tr.oddrow{background:#eee;}.pagelist thead td{background:#e8e8e8;text-decoration:none;font-weight:bold;}.pagelist thead td u{text-decoration:none;}.pagelist tbody tr:hover>td{border:solid #ff9 2px;}.pagelist tbody tr>td{border:solid transparent 2px;}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;height:18px;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;margin:5px 0;float:none;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black;}#searchholder{display:inline;}.search-context{background:white;font-style:oblique;}.search-term{background:#9bdaff;font-weight:normal;}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden;}#LSHighlight{background-color:#f08000;}#LSResult .evenrow{background-color:#f0f0f0;}.clear-floats{clear:both;}dl{display:table;}dt{display:table;font-weight:bold;vertical-align:baseline;margin-top:1.25ex;margin-bottom:.25ex;padding-left:.25ex;padding-right:.25ex;border-bottom-style:dotted;border-bottom-width:2pt;border-bottom-color:#99c;}dt a.wiki,dt a.named-wiki{text-decoration:none;}dl>dt:first-child{margin-top:0;}dd{position:relative;margin-left:3.5em;margin-bottom:.5ex;padding-left:.125em;padding-bottom:.5ex;padding-right:.125em;border-bottom-style:solid;border-bottom-width:thin;border-bottom-color:#99c;}pre,div.plugin code{color:black;display:block;background-color:#fcfcfc;font-size:90%;line-height:1.25em;margin-top:.25em;margin-left:0;margin-bottom:2ex;margin-right:0;padding-top:.25em;padding-left:.5em;padding-bottom:.25em;padding-right:.5em;border-style:solid;border-width:1px;border-color:#ccc;}pre{background:#fafafa url("images/bgpaper8.png");}ul li.rc-major,ul li.rc-minor{margin-left:0;padding-left:3em;text-indent:-3em;}td.pageinfo{font-weight:bold;}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique;}.printer,.no-css{display:none;}.disabled-plugin{clear:both;margin:1ex 0;padding:0;}.disabled-plugin .title{color:#400;background-color:inherit;font-size:x-small;text-align:right;padding:0 .5em;}.disabled-plugin pre{color:black;background:#ddd;margin:0;padding:.3ex .5em;}span.redirectfrom{font-size:small;font-style:oblique;font-weight:normal;padding-left:1em;}blockquote.mail-style-quote{border-left:medium #284 solid;padding-left:1em;margin-left:0;margin-right:0;}.mail-style-quote blockquote.mail-style-quote{margin-left:-0.6em;}.floatleft{float:left;}.floatright{float:right;}div.wikiblog{margin:1ex 2em;padding:0;}div.wikiblog>div{margin:0;padding:.5ex .5em;}div.wikiblog>div.wikiblog-footer{padding:.2ex .5em;}h3.wikiblog-summary{font-size:medium;font-weight:bold;margin:0 0 1ex 0;}table.wikiblog-form{width:auto;border-collapse:collapse;margin:.25em 0;}.wikiblog-form caption{caption-side:top;font-weight:bold;text-align:left;padding:.5ex .5em;}.wikiblog-form th{vertical-align:top;text-align:right;padding:0 0 .3em .5em;}.wikiblog-form td{padding:.25em .5em;}.wikiblog-form td.submit-button{padding:0;}.wikiblog-form input[type=text],.wikiblog-form textarea{margin:0;width:100%;}div.wikicomment div.wikicomment-footer{padding:.2ex .5em;}div.wikicomment div.wikicomment-footer named-wiki{font-size:small;}table.interwiki-map{margin:1em 2em;}.interwiki-map th{text-decoration:underline;text-align:left;padding-left:1em;}.interwiki-map td.interwiki-url{padding-left:2em;}.interwiki-map th.interwiki-url{padding-left:3em;}.dialog{background-color:#cdf;color:black;margin:2em auto 2em auto;border:thin black solid;width:50%;}.dialog h1,.dialog p,.dialog div{text-align:center;}.dialog h1{font-size:large;margin:.5em 0 1em 0;}.dialog div.message{background-color:white;color:black;color:black;margin:0 1em;padding:.5em .5em;}.dialog p.buttons{margin:1em 0 .5em 0;}.gensmall{font-size:10px;}.genmed{font-size:11px;}td.cat{font-weight:bold;letter-spacing:1px;color:#000;background:url(./images/cellpic1.png);height:27px;}td.row1{background:#eaedf4;color:#000;}td.row2{background:#d9e2ec;color:#000;}td.row3{background:#cad9ea;color:#000;}td.spacerow{background:#cad9ea;color:#000;}.forumline{background:#fff;color:#000;border:1px solid #069;}.box{background:#fff;border:1px solid silver;}.box-title{font-family:Tahoma,sans-serif;font-weight:normal;background-color:#ccc;color:black;text-align:center;border:none;padding:2px 0 2px 0;}.box-data{width:160px;font-size:9pt;font-weight:normal;border:none;}.box-data .wiki{font-weight:normal;}td.sidebar{border-spacing:0;margin:0;}div.boxright{background-color:#e9fbff;width:200px;right:10px;padding:.5em;float:right;border:thin solid #888;padding:.5em;}div.rss{margin:1em;padding:1em;font-size:.9em;background-color:#eee;border:thin dashed #aaa;}div.feed{color:#333;margin:-0.5em;margin-bottom:0;padding:.3em;font-weight:bold;background-color:#f2f2f2;font-size:1.2em;}div.itemdesc{padding-left:1em;}div.rssitem{border-top:thin dashed #aaa;}table.sqlresult{border:1px outset gray;background:white;margin:.5ex .5em;padding:1px;}.sqlresult tr.evenrow{background:#eee;}.sqlresult tr.oddrow{background:white;}table.sqlresult td{margin:1px;border:1px solid gray;}img.tex{vertical-align:middle;}.boldsmall{font-weight:bold;font-size:11px;}.wikiwyg_toolbar{background:#D3D3D3;border:1px outset;letter-spacing:0;padding:2px;}span.wikiwyg_control_link a{padding-right:8px;}.wikiwyg_button{background:#D3D3D3;border:1px solid #D3D3D3;cursor:pointer;width:20px;height:20px;vertical-align:bottom;}.wikiwyg_button:hover{border:1px outset;}.wikiwyg_button:active{border:1px inset;}.wikiwyg_separator{background:#D3D3D3;border:1px solid #D3D3D3;width:9px;height:20px;vertical-align:bottom;}.wikiwyg_selector{width:70px;}.wikiwyg_wysiwyg table{border-collapse:collapse;margin-bottom:.2em;}.wikiwyg_wysiwyg table td{border:1px;border-style:solid;padding:.2em;vertical-align:top;}textarea.wikiedit,input.wikitext,textarea.summary{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both;}.toolbar,div.toolbar{margin:.5ex 0;}img.linkicon{vertical-align:middle;}.interwiki-map thead td,.interwiki-moniker,.interwiki-url{padding-left:1em;padding-right:1em;}.diff{margin:.5ex 0;padding:1px;}.diff .block{padding:.5ex .5em;}.diff .original,.diff .deleted,.diff .final,.diff .added{padding:1px;}.diff .block div{position:relative;padding-left:1.5em;}.diff .prefix{position:absolute;left:0;top:0;}.diff del,.diff ins{padding-left:.5ex;padding-right:.5ex;}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top;}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0;}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em;}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8;} \ No newline at end of file +body{background:#fafafa url("images/bgpaper8.png")}body.edit{background:#fafafa url("images/bggranular.png")}input[type=submit],input[type=cancel],input[type=image]{vertical-align:middle}h1,h2,h3,.toolbar,td{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.button{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.numeric{text-align:right}.wikitext pre{font-family:Monaco,monospace}input[type=text]{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}div.wikitext{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}input.wikitext{margin:0}input[type=text]{height:2.7ex;padding:.4ex .3ex}div.toolbar{margin:1ex 0}.interwiki-map thead td{background:#e8e8e8;font-weight:bold;font-size:smaller}.interwiki-map thead td:first-child{text-decoration:underline}.interwiki-moniker{background:#eee}.interwiki-url{background:#f8f8f8}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}div.error{background:#eee;border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;margin-top:1em;clear:both;font-size:smaller}.debug{color:black;background:white;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;border:1px solid #eee}a.wiki{text-decoration:none}.wiki,.named-wiki{font-weight:bold;color:#1d42be}.wikiunknown a,.named-wikiunknown a,.wikiunknown U{text-decoration:none}.wikiunknown,.named-wikiunknown{color:#555}a.interwiki{text-decoration:none}.wikipage{font-weight:bold}.interwiki,i .interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}a.wikiaction,a.wikiadmin{text-decoration:none}img{border:0}img.rssicon{vertical-align:middle}img.wiki-button{vertical-align:middle}.wiki-button{border:0}a.wikiaction{border:0}a.backlinks{color:#006}textarea.wikiedit{width:100%;margin-top:1ex}p.editdate{font-size:smaller;margin-bottom:0;font-family:"Lucida Grande",Helvetica,Arial,sans-serif}a.cal-hide,a.cal-arrow{text-decoration:none}.cal-arrow{font-weight:bold}.cal-dayname{font-size:smaller;text-decoration:none}table.cal td{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}table.cal-header td{font-size:larger;background:white;border:0}table.cal td.cal-dayname{background:#e8e8e8}table.cal td.cal-today{background:#f4f4f4;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.transclusion-title{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;font-size:smaller;text-decoration:underline;text-align:right;font-style:oblique;margin-bottom:.25ex;margin-right:.25em}.transclusion{background:#fdfdfd;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin:.5ex;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;font-size:smaller}.wiki-edithelp .transclusion{font-size:smaller;background:inherit;padding:.5ex .5em;margin:.2ex 5%}.wiki-edithelp .transclusion p{margin:0}.wiki-edithelp{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;font-size:smaller}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}div.wiki-message{background:#fff url("images/bggranular.png");border:solid 1px #d8d8d8;padding:6pt}.printer{display:none}.diff{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.diff .block{background:#d8d8d8}.diff .context{background:white;border:0}.diff .block tt.prefix{font-weight:normal;font-family:monospace;margin-left:-1.6em;color:black;border:0}.diff ins{font-weight:bolder}.diff ins{text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{background:white}.diff .original:first-child,.diff .deleted:first-child{border-top:2px solid #f99}.diff .original,.diff .deleted{background:white;border-left:2px solid #f99;border-right:2px solid #f99}.diff .original:last-child,.diff .deleted:last-child{border-bottom:2px solid #f99}.diff .final:first-child,.diff .added:first-child{border-top:2px solid #9f9}.diff .final,.diff .added{background:white;border-left:2px solid #9f9;border-right:2px solid #9f9}.diff .final:last-child,.diff .added:last-child{border-bottom:2px solid #9f9}.diff del{background:#fcc}.diff ins{background:#cfc}.pagelist{font-size:smaller}.pagelist tr.evenrow{background:#f8f8f8}.pagelist tr.oddrow{background:#eee}.pagelist thead td{background:#e8e8e8;text-decoration:none;font-weight:bold}.pagelist thead td u{text-decoration:none}.pagelist tbody tr:hover>td{border:solid #ff9 2px}.pagelist tbody tr>td{border:solid transparent 2px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;height:18px;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;margin:5px 0;float:none;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutto... [truncated message content] |
From: <var...@us...> - 2012-01-03 10:58:18
|
Revision: 8216 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8216&view=rev Author: vargenau Date: 2012-01-03 10:58:12 +0000 (Tue, 03 Jan 2012) Log Message: ----------- Avoid old PHP syntax "<?" Modified Paths: -------------- trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2011-12-20 18:54:32 UTC (rev 8215) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2012-01-03 10:58:12 UTC (rev 8216) @@ -13,7 +13,7 @@ <div class="pBody"> <ul> <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home Page")) ?></li> - <li><? $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?></li> + <li><?php $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); echo $link ?></li> <li id="n-recentcomments"><?php echo WikiLink(_("RecentComments"), "",_("Recent comments")) ?></li> <li id="n-recentnewpages"><?php echo WikiLink(_("RecentNewPages"), "",_("Recent new pages")) ?></li> <li id="n-likepages"><?php echo Button(array('action'=>_("LikePages")),_("Like pages"), $page->getName()) ?></li> @@ -58,7 +58,7 @@ <li><?php echo WikiLink(_("PhpWikiAdministration"), "", _("Administration")) ?></li> <?php } ?> <?php if ($user->isSignedIn()) { ?> - <li><? $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); ?><?php echo $link ?></li> + <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); echo $link ?></li> <?php } ?> <li> <?php $PrintableLink = $WikiTheme->makeButton(_("Printable version"), "javascript:PrinterStylesheet();", 'wikiaction'); ?> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2011-12-20 18:54:32 UTC (rev 8215) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2012-01-03 10:58:12 UTC (rev 8216) @@ -42,13 +42,13 @@ <h5><?php echo _("Toolbox") ?><?php echo $WikiTheme->folderArrow('p-tb', 'Open') ?></h5> <div class="pBody" id="p-tb-body"> <ul> - <li><? $link = WikiLink(_("RecentChanges"), "",_("RecentChanges")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?> </li> + <li><?php $link = WikiLink(_("RecentChanges"), "",_("RecentChanges")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); echo $link ?> </li> <li><?php echo WikiLink(_("RecentNewPages"), "",_("RecentNewPages")) ?></li> <?php if (!empty($revision)) { ?> <li id="t-whatlinkshere"><?php echo Button(array('action'=>_("BackLinks")), _("What links here"), $page->getName()) ?></li> <?php } ?> <?php if (!empty($user) && $user->isSignedIn()) { ?> - <li><? $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); ?><?php echo $link ?></li> + <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); echo $link ?></li> <li><?php echo WikiLink(_("UserPreferences"), "",_("Preferences")) ?></li> <?php } ?> <li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-01-05 13:39:03
|
Revision: 8225 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8225&view=rev Author: vargenau Date: 2012-01-05 13:38:54 +0000 (Thu, 05 Jan 2012) Log Message: ----------- Fix regression introduced by 8216 (was no longer a link) Modified Paths: -------------- trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2012-01-03 14:23:29 UTC (rev 8224) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2012-01-05 13:38:54 UTC (rev 8225) @@ -13,7 +13,7 @@ <div class="pBody"> <ul> <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home Page")) ?></li> - <li><?php $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); echo $link ?></li> + <li><?php $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?></li> <li id="n-recentcomments"><?php echo WikiLink(_("RecentComments"), "",_("Recent comments")) ?></li> <li id="n-recentnewpages"><?php echo WikiLink(_("RecentNewPages"), "",_("Recent new pages")) ?></li> <li id="n-likepages"><?php echo Button(array('action'=>_("LikePages")),_("Like pages"), $page->getName()) ?></li> @@ -58,7 +58,7 @@ <li><?php echo WikiLink(_("PhpWikiAdministration"), "", _("Administration")) ?></li> <?php } ?> <?php if ($user->isSignedIn()) { ?> - <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); echo $link ?></li> + <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); ?><?php echo $link ?></li> <?php } ?> <li> <?php $PrintableLink = $WikiTheme->makeButton(_("Printable version"), "javascript:PrinterStylesheet();", 'wikiaction'); ?> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2012-01-03 14:23:29 UTC (rev 8224) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2012-01-05 13:38:54 UTC (rev 8225) @@ -42,13 +42,13 @@ <h5><?php echo _("Toolbox") ?><?php echo $WikiTheme->folderArrow('p-tb', 'Open') ?></h5> <div class="pBody" id="p-tb-body"> <ul> - <li><?php $link = WikiLink(_("RecentChanges"), "",_("RecentChanges")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); echo $link ?> </li> + <li><?php $link = WikiLink(_("RecentChanges"), "",_("RecentChanges")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?> </li> <li><?php echo WikiLink(_("RecentNewPages"), "",_("RecentNewPages")) ?></li> <?php if (!empty($revision)) { ?> <li id="t-whatlinkshere"><?php echo Button(array('action'=>_("BackLinks")), _("What links here"), $page->getName()) ?></li> <?php } ?> <?php if (!empty($user) && $user->isSignedIn()) { ?> - <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); echo $link ?></li> + <li><?php $link = WikiLink(_("UpLoad"),"",_("Upload File")); $link->setAttr("accesskey","u"); $link->addTooltip(_("Upload images or media files")." [$p-u]"); ?><?php echo $link ?></li> <li><?php echo WikiLink(_("UserPreferences"), "",_("Preferences")) ?></li> <?php } ?> <li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-04-10 12:17:23
|
Revision: 8262 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8262&view=rev Author: vargenau Date: 2012-04-10 12:17:12 +0000 (Tue, 10 Apr 2012) Log Message: ----------- Two new generic classes: tt and strike Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.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/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Crao/crao.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -64,6 +64,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Hawaiian/Hawaiian.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -35,6 +35,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/MacOSX/MacOSX.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -61,6 +61,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/MonoBook/main.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -221,6 +221,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Portland/portland.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -29,6 +29,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Sidebar/sidebar.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -213,6 +213,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -50,6 +50,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/Wordpress/Wordpress.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -17,6 +17,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/blog/Kubrick.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -224,6 +224,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/default/phpwiki.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -33,6 +33,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2012-04-06 14:17:01 UTC (rev 8261) +++ trunk/themes/shamino_com/shamino_com.css 2012-04-10 12:17:12 UTC (rev 8262) @@ -123,6 +123,9 @@ /* generic classes ----------------------------------------------- */ +.tt { font-family: monospace; } +.strike { text-decoration:line-through; } + .align-left {text-align: left;} .align-right {text-align: right;} .align-center {text-align: center;} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 09:08:16
|
Revision: 8283 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8283&view=rev Author: vargenau Date: 2012-09-28 09:08:08 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove useless unit after 0 in CSS Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX-topbottombars.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/commonPrint.css trunk/themes/MonoBook/main.css trunk/themes/MonoBook/wikistandard.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki-printer.css trunk/themes/default/phpwiki-topbottombars.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge-fullscreen.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css trunk/themes/wikilens/wikilens.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/Crao/crao.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -16,9 +16,9 @@ font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px ; line-height: 14px ; - margin: 0em; - padding: 0px; - border: 0px none ; + margin: 0; + padding: 0; + border: 0 none ; color: #000; text-align: left; } @@ -29,7 +29,7 @@ } table { - border-spacing: 0px; + border-spacing: 0; /* For Mozilla */ empty-cells: show; } @@ -58,7 +58,7 @@ div.wikitext pre { font-family: monospace; } p { font-size: 1em; - margin: 0em; + margin: 0; margin-bottom: 1em; } @@ -86,8 +86,8 @@ */ ul{ position: relative; - padding : 0px; - margin: 0em; + padding : 0; + margin: 0; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 100%; line-height: 120%; @@ -105,17 +105,17 @@ list-style: none; display: block; background-color: #fff;/* MODIFY-color */ - margin: 6px 0px; + margin: 6px 0; border: 1px #666 dashed;/* MODIFY-color */ padding:0.5ex; } li.evenrow{ - border: 0px; + border: 0; padding:1ex; } li.oddrow{ - border: 0px; + border: 0; padding:1ex; } li strong{ @@ -125,7 +125,7 @@ strong.wiki-summary{ display: block; - padding:5px 0px; + padding:5px 0; background-color: transparent; } @@ -133,7 +133,7 @@ display:inline; } li a.wiki-rc-action { - border: 0px ; + border: 0; /*border-left: 1.2em solid #FC0;*/ /*la puce de dernieres modifs*/ } @@ -156,7 +156,7 @@ p a.wiki-rc-action { display: inline; - padding:0px 10px; + padding:0 10px; font-weight: bold; background-color: transparent; } @@ -172,8 +172,8 @@ #logo {/* MODIFY-TXT */ color: #ccc; display: inline; - margin-top: 0px; - margin-left: 0px; + margin-top: 0; + margin-left: 0; height: 50px; width:auto; background-color: transparent; @@ -181,7 +181,7 @@ letter-spacing: -0.1em; } #logo img { - border: 0px; + border: 0; } #logo a { color: #ccc; @@ -200,7 +200,7 @@ position: relative; height: 22px; right: 0; bottom: 0; - margin: 0px; + margin: 0; background-color: transparent; background-image: url(images/BG.png); background-repeat: no-repeat; @@ -211,15 +211,15 @@ padding-right: 1em; padding-top: 0.5ex; padding-bottom: 0.5ex; - border: 0px none; + border: 0 none; } #actionbuttons { position: fixed; max-width: 30%; height: 22px; - right: 0px; bottom: 0px; - margin: 0px; + right: 0; bottom: 0; + margin: 0; background-color: transparent; background-image: url(images/BG.png); background-position: top left; @@ -228,7 +228,7 @@ padding-right: 1em; padding-top: 0.5ex; padding-bottom: 0.5ex; - border: 0px none; + border: 0 none; } #actionbuttons div { } #actionbuttons a, #actionbuttons a:link { @@ -239,7 +239,7 @@ margin-bottom: 0.5em; margin-top: auto; background-color: transparent; - border: 0px; + border: 0; } /* @@ -248,7 +248,7 @@ ****************************** */ #content { - margin-top: 0px; + margin-top: 0; margin-left:7%; margin-right: 7%; margin-bottom:7%; @@ -269,18 +269,18 @@ } blockquote.mail-style-quote { border-left: #FF9933;/* MODIFY-color */ - margin: 0em; + margin: 0; margin-bottom: 1em; border: 1px solid #FF9933;/* MODIFY-color */ padding: 0.5em; } .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; - margin-bottom : 0em; + margin-bottom : 0; background-color: transparent; border-style: none; border-left: 2px solid #FF9933;/* MODIFY-color */ - padding: 0em; + padding: 0; padding-left: 0.5em; } blockquote p { @@ -318,7 +318,7 @@ display: inline; } #navbuttons img{ - margin:5px 0px 5px 10px; + margin:5px 0 5px 10px; } #navbuttons a:link, #navbuttons a{/* MODIFY-TXT */ font-weight: bold; @@ -345,21 +345,21 @@ #signin form{/* MODIFY-TXT */ text-align: center; padding: 1px; - margin: 0px; + margin: 0; display: inline; } #signin input{/* MODIFY-TXT */ - padding: 0px; + padding: 0; padding-left: 3px; - margin: 0px; + margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif ; color:#333; font-size: 12px; } #signin input.wikisignin{ - padding: 0px; - margin: 0px; - border: 0px none; + padding: 0; + margin: 0; + border: 0 none; } #signin a.wiki{/* MODIFY-TXT */ @@ -381,21 +381,21 @@ #search form{ text-align: center; padding: 1px; - margin: 0px; + margin: 0; display: inline; } #search input{ - padding: 0px; + padding: 0; padding-left: 3px; - margin: 0px; + margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; font-size: 12px; } #search input.wikiaction{ - padding: 0px; - margin: 0px; - border: 0px none; + padding: 0; + margin: 0; + border: 0 none; } .search-context { background: white; font-style: oblique; } .search-term { @@ -506,8 +506,8 @@ font-weight: normal; font-size: 1em; padding: 1px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; margin-right: 2px; @@ -557,7 +557,7 @@ text-decoration:underline; } h4, h5, h6 { /* MODIFY-TXT */ - margin-bottom: 0px; + margin-bottom: 0; background-color: transparent; color: #111; } @@ -590,13 +590,13 @@ background-color: #fff; color:#000; border-top: 1px solid #ddd; - padding: 0em 0.5em; + padding: 0 0.5em; } div.itemname { display: block; - border: 0px; + border: 0; margin-top: 0.5em; } div.itemdesc { @@ -630,11 +630,11 @@ font-weight: normal; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 18px; - margin: 5px 0px; + margin: 5px 0; float: none; white-space: nowrap; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -691,7 +691,7 @@ font-size: 1em; } input.wikisignin{ - border: 0px none; + border: 0 none; background-color:#FFF; } input.wikiaction{ @@ -738,7 +738,7 @@ } fieldset.toolbar { margin : 1ex; - margin-top: 0em; + margin-top: 0; text-align: center; padding : 3px; border: 1px solid #FFF; @@ -762,8 +762,8 @@ border: 1px solid gray;/* MODIFY-color */ padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -956,19 +956,19 @@ #clear { clear : both; - margin : 0px; + margin : 0; margin-top : -7px; padding : 2px; text-align : center; color : #000; background-color : #FFF; - border : solid 0px; + border : solid 0; } /* reset post NN4 */ /*/*/ #clear { - margin-top : 0px; + margin-top : 0; } @@ -978,22 +978,22 @@ ****************************** */ img.inlineimage{ - border: 0px; + border: 0; vertical-align: middle; - margin : 0px 5px 0px 5px; + margin : 0 5px 0 5px; } em > img.inlineimage{ float: left; - border: 0px; + border: 0; vertical-align: middle; - margin : 5px 15px 15px 0px; + margin : 5px 15px 15px 0; } strong > img.inlineimage{ float: right; - border: 0px; + border: 0; vertical-align: middle; - margin : 5px 0px 15px 15px; + margin : 5px 0 15px 15px; } /* @@ -1065,8 +1065,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/Hawaiian/Hawaiian.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -167,10 +167,10 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; font-weight: normal; - margin: 5px 0px; + margin: 5px 0; white-space: nowrap; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -241,8 +241,8 @@ border: 1px dotted #a6977a; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -445,7 +445,7 @@ background-color: #f0f0f0; } -.toolbar, div.toolbar { margin: 0.5ex 0ex; } +.toolbar, div.toolbar { margin: 0.5ex 0; } /* Link icons */ img.linkicon { vertical-align: middle; } @@ -503,8 +503,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/MacOSX/MacOSX-topbottombars.css =================================================================== --- trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -20,11 +20,11 @@ */ div#header, div#footer { background: white url("images/bgpaper8.png"); - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; position: fixed; - left: 0px; - right: 0px; + left: 0; + right: 0; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1em; @@ -39,7 +39,7 @@ * Navbar */ div#header { - top: 0px; + top: 0; border-bottom: 1px solid #b2b2b2; } div#navbuttons { @@ -53,7 +53,7 @@ border-top: 1px solid #b2b2b2; /* kludge for Mozilla */ bottom: -1ex; - padding-bottom: 0ex; + padding-bottom: 0; } p.editdate { margin-top: 0.75ex; Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/MacOSX/MacOSX.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -89,17 +89,17 @@ padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; - margin: 0.5ex 0px; + margin: 0.5ex 0; clear: both; } -input.wikitext { margin:0px; } +input.wikitext { margin:0; } input[type=text] { height: 2.7ex; padding: 0.4ex 0.3ex; } -div.toolbar { margin: 1ex 0ex; } +div.toolbar { margin: 1ex 0; } /** * PageTypes @@ -207,7 +207,7 @@ table.cal-header td { font-size: larger; background: white; - border: 0px; + border: 0; } table.cal td.cal-dayname { background: #e8e8e8; } table.cal td.cal-today { @@ -238,8 +238,8 @@ border-right: 1px solid #c3c3c3; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin: 0.5ex ; margin-left: 0.25em; margin-right: 0.25em; @@ -395,8 +395,8 @@ height: 18px; white-space: nowrap; max-height: 24px; - padding: 5px 0px 5px 0px; - margin: 5px 0px; + padding: 5px 0 5px 0; + margin: 5px 0; float: none; border-width: 1px; border-style: solid; @@ -468,7 +468,7 @@ } /* No top margin for first dt */ dl>dt:first-child { - margin-top: 0ex; + margin-top: 0; } /* underline each dd. */ /* use display:table to shrink width */ @@ -494,9 +494,9 @@ font-size: 90%; line-height: 1.25em; margin-top: 0.25em; - margin-left: 0em; + margin-left: 0; margin-bottom: 2ex; - margin-right: 0em; + margin-right: 0; padding-top: 0.25em; padding-left: 0.5em; padding-bottom: 0.25em; @@ -686,7 +686,7 @@ .box-title { font-family: Tahoma, sans-serif; font-weight: normal; background-color: #ccc; color: black; text-align: center; border: none; padding: 2px 0 2px 0;} .box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } .box-data .wiki { font-weight: normal; } -td.sidebar { border-spacing: 0px; margin: 0ex;} +td.sidebar { border-spacing: 0; margin: 0;} /* plugin BoxRight */ div.boxright { @@ -701,7 +701,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaa; } @@ -799,7 +799,7 @@ padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; - margin: 0.5ex 0px; + margin: 0.5ex 0; clear: both; } @@ -880,8 +880,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/MonoBook/commonPrint.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -74,7 +74,7 @@ margin-left: 2em; } .tocline { - margin-bottom: 0px; + margin-bottom: 0; } .toctoggle, .editsection { font-size: smaller; Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/MonoBook/main.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -636,10 +636,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -688,7 +688,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaaaaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaaaaa; } a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; } @@ -810,7 +810,7 @@ } .portlet h5 { background-color: transparent; - padding: 0em 1em 0em 0.5em; + padding: 0 1em 0 0.5em; text-transform: lowercase; display: inline; font-size: 91%; @@ -822,7 +822,7 @@ background-color: #ffae2e; border: 1px solid #2f6fab; border-style: solid solid none solid; - padding: 0em 1em 0em 1em; + padding: 0 1em 0 1em; text-transform: lowercase; display: block; font-size: 1em; @@ -988,7 +988,7 @@ border: none; line-height: 1.5em; color: #2f6fab; - padding: 0em 2em 0 3em; + padding: 0 2em 0 3em; margin: 0; text-align: right; /*text-transform: lowercase;*/ @@ -1572,9 +1572,9 @@ font-size: small; font-weight: normal; white-space: nowrap; - margin: 5px 0px; + margin: 5px 0; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -1819,8 +1819,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { @@ -1895,8 +1895,8 @@ border: 1px solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; Modified: trunk/themes/MonoBook/wikistandard.css =================================================================== --- trunk/themes/MonoBook/wikistandard.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/MonoBook/wikistandard.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -19,14 +19,14 @@ .toctoggle, .editsection { font-size: smaller; } /* ... */ -#toolbar { padding:0px; } +#toolbar { padding:0; } #infobox { background:#eeeeff;color:black;;} #editform { margin-top:1px; } .bodytext { } a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } -body { margin: 0px; padding: 4px; color: black; } +body { margin: 0; padding: 4px; color: black; } form.inline { display: inline; } textarea { overflow: auto; } Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/Portland/portland.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -96,9 +96,9 @@ border-style: solid; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; - margin: 0.5ex 0px; + padding-top: 0; + padding-bottom: 0; + margin: 0.5ex 0; } /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */ @@ -126,8 +126,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/Sidebar/sidebar.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -639,10 +639,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -818,7 +818,7 @@ } .portlet h5 { background-color: transparent; - padding: 0em 1em 0em 0.5em; + padding: 0 1em 0 0.5em; /*text-transform: lowercase;*/ display: inline; font-size: 91%; @@ -830,8 +830,8 @@ .portlet h5 img { padding: 0; margin: 0; - top: 0px; - right: 0px; + top: 0; + right: 0; height: 15px; width: 15px; border: 0; @@ -840,7 +840,7 @@ background-color: #ffae2e; border: 1px solid #2f6fab; border-style: solid solid none solid; - padding: 0em 1em 0em 1em; + padding: 0 1em 0 1em; /*text-transform: lowercase;*/ display: block; font-size: 1em; @@ -1050,7 +1050,7 @@ border: none; line-height: 1.5em; color: #2f6fab; - padding: 0em 1.5em 0 2em; + padding: 0 1.5em 0 2em; margin: 0; text-align: right; list-style: none; @@ -1623,9 +1623,9 @@ font-weight: normal; /*font-style: menu;*/ white-space: nowrap; - margin: 5px 0px; + margin: 5px 0; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -1824,7 +1824,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaa; } a.rssicon { font-weight: normal; font-size: small; vertical-align: middle; } @@ -1839,12 +1839,12 @@ position: absolute; /*needed to use z-index */ } div#rateit-widget-top { - padding-top: 0px; + padding-top: 0; position: absolute; z-index: 1; width: 120px; height: 29px; - top: 0px; /* 34 */ + top: 0; /* 34 */ right: 110px; } @@ -1874,8 +1874,8 @@ border: 1px solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -1929,8 +1929,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -300,10 +300,10 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; font-weight: normal; - margin: 5px 0px; + margin: 5px 0; white-space: nowrap; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -395,7 +395,7 @@ } .wiki-edithelp { font-size: smaller; - margin: 0.5ex 0px; + margin: 0.5ex 0; } .wiki-edithelp, div.transclusion { color: #a2a2a2; @@ -780,7 +780,7 @@ padding-right: 0.5em; padding-bottom: 1px; margin-top: 2em; - margin-bottom: 0ex; + margin-bottom: 0; border-left: 0.5em solid #96c; border-top: 0.15em solid #96c; @@ -826,8 +826,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/Wordpress/Wordpress.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -90,7 +90,7 @@ hr { border-bottom: 1px dotted #ccc; - height: 0px; + height: 0; } /* End of stuff added for "look" */ @@ -271,10 +271,10 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; font-weight: normal; - margin: 5px 0px; + margin: 5px 0; max-height: 24px; white-space: nowrap; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -313,7 +313,7 @@ text-align: left; font-size: smaller; } -#toolbar { padding:0px; } +#toolbar { padding:0; } /** * Search Results @@ -357,8 +357,8 @@ border: 1px solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -474,10 +474,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -778,7 +778,7 @@ .box-title { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; background-color: #ccc; color: black; text-align: center; border: none; padding: 2px 0 2px 0;} .box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } .box-data .wiki { font-weight: normal; } -td.sidebar { border-spacing: 0px; margin: 0ex;} +td.sidebar { border-spacing: 0; margin: 0;} /* plugin BoxRight */ div.boxright { @@ -793,7 +793,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaa; } @@ -904,8 +904,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/blog/Kubrick.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -17,7 +17,7 @@ } #header { - top: 0px; + top: 0; background-color: #73a0c5; background: url("images/header.png") no-repeat top center; padding: 0; @@ -95,7 +95,7 @@ #editarea-size { font-size: 9px; - margin-top: 0px; + margin-top: 0; margin-left: 20px; margin-right: 10px; } @@ -104,7 +104,7 @@ } #actionbuttons a { - padding-right: 0px; + padding-right: 0; font-size: 11px; /* we need pixel units here to match the background */ } @@ -115,7 +115,7 @@ #pagetrail p { font-size: 9px; - margin-top: 0px; + margin-top: 0; margin-left: 20px; margin-right: 20px; } @@ -162,7 +162,7 @@ } .transclusion-title { - margin: 0px; + margin: 0; } .transclusion { @@ -170,7 +170,7 @@ } div.comments { - margin-top: 0px; + margin-top: 0; text-align: right; font-size: 0.81em; } @@ -357,14 +357,14 @@ #revisionbox dl, #cachebox dl { width: 200px; - margin: 0px; + margin: 0; background: #ffe0e0 url("images/bottom_sidebar_round.png") no-repeat bottom left; } #revisionbox dd, #cachebox dd { padding-bottom: 10px; } #revisionbox dt, #cachebox dt { - margin: 0px; + margin: 0; padding: 5px; background: #ffe0e0 url("images/top_sidebar_round.png") no-repeat top left; } @@ -395,13 +395,13 @@ a.namedurl { padding-right: 6px; - margin-right: 0px; + margin-right: 0; background: url("images/http.png") right top no-repeat; } /* https links */ a.namedurl[href*="https"] { padding-right: 6px; - margin-right: 0px; + margin-right: 0; background: url("images/https.png") right top no-repeat; } /* local links (override above) */ @@ -414,7 +414,7 @@ /* interwiki */ a.named-interwiki { padding-right: 6px; - margin-right: 0px; + margin-right: 0; background: url("images/interwiki.png") right top no-repeat; } @@ -440,7 +440,7 @@ #bodyContent { float: left; padding: 0 0 20px 25px; - margin: 0px 0 0; + margin: 0 0 0; width: 550px; overflow: visible; /* how to define minimal height? */ @@ -574,7 +574,7 @@ Do not work in Internet Explorer, which merely default to normal bullets. */ html>body ul { - margin-left: 0px; + margin-left: 0; padding: 0 0 0 30px; list-style: none; padding-left: 10px; @@ -726,10 +726,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -796,7 +796,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaa; } @@ -909,8 +909,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/default/phpwiki-modern.css =================================================================== --- trunk/themes/default/phpwiki-modern.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/default/phpwiki-modern.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -60,10 +60,10 @@ padding-bottom: 0.75ex; padding-left: 0.8em; padding-right: 0.8em; - margin-top: 0ex; + margin-top: 0; margin-bottom: 0; - margin-left: 0em; - margin-right: 0em; + margin-left: 0; + margin-right: 0; clear: both; } @@ -200,8 +200,8 @@ background: #ddd; /* dark gray */ margin-top: 0.1ex; margin-bottom: 1ex; - margin-left: 0em; - margin-right: 0em; + margin-left: 0; + margin-right: 0; } #actionbar table, #navbuttons { Modified: trunk/themes/default/phpwiki-printer.css =================================================================== --- trunk/themes/default/phpwiki-printer.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/default/phpwiki-printer.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -177,8 +177,8 @@ border: 1pt solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; Modified: trunk/themes/default/phpwiki-topbottombars.css =================================================================== --- trunk/themes/default/phpwiki-topbottombars.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/default/phpwiki-topbottombars.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -21,11 +21,11 @@ */ div#header, div#footer { background: #FFFFF0; /* ivory */ - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; position: fixed; - left: 0px; - right: 0px; + left: 0; + right: 0; padding-top: 1ex; padding-bottom: 1ex; padding-left: 1em; @@ -40,7 +40,7 @@ * Navbar */ div#header { - top: 0px; + top: 0; padding-top: 1.5ex; border-bottom: 1px solid #b2b2b2; } @@ -55,7 +55,7 @@ border-top: 1px solid #b2b2b2; /* kludge for Mozilla */ bottom: -1ex; - padding-bottom: 0ex; + padding-bottom: 0; } p.editdate { margin-bottom: 0.5ex; } Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/default/phpwiki.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -14,7 +14,7 @@ */ img { border: 0; } -form { margin: 0ex; } +form { margin: 0; } table { border-spacing: 1px; @@ -233,9 +233,9 @@ font-size: small; font-weight: normal; white-space: nowrap; - margin: 5px 0px; + margin: 5px 0; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; @@ -309,7 +309,7 @@ text-align: left; font-size: smaller; } -#toolbar { padding:0px; } +#toolbar { padding:0; } /** * Search @@ -358,8 +358,8 @@ border: 1px solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -475,10 +475,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -783,7 +783,7 @@ .box-title { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; background-color: #ccc; color: black; text-align: center; border: none; padding: 2px 0 2px 0;} .box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } .box-data .wiki { font-weight: normal; } -td.sidebar { border-spacing: 0px; margin: 0ex;} +td.sidebar { border-spacing: 0; margin: 0;} /* plugin BoxRight */ div.boxright { @@ -798,7 +798,7 @@ /* RssFeed */ div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } -div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } div.itemdesc { padding-left: 1em; } div.rssitem { border-top: thin dashed #aaa; } a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; } @@ -885,7 +885,7 @@ vertical-align: top; } -.toolbar, div.toolbar { margin: 0.5ex 0ex; } +.toolbar, div.toolbar { margin: 0.5ex 0; } /** * General @@ -1007,8 +1007,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/fusionforge/fusionforge-fullscreen.css =================================================================== --- trunk/themes/fusionforge/fusionforge-fullscreen.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/fusionforge/fusionforge-fullscreen.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -63,7 +63,7 @@ * "E-mail" style blockquote */ blockquote.mail-style-quote { - margin: 0em; + margin: 0; margin-bottom: 1em; border: 1px solid #284; padding: 0.5em; @@ -71,10 +71,10 @@ .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; - margin-bottom : 0em; + margin-bottom : 0; border-style: none; border-left: medium solid #284; - padding: 0em; + padding: 0; padding-left: 0.5em; } Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/fusionforge/fusionforge.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -304,9 +304,9 @@ color: #565c5e; font-weight: bold; white-space: nowrap; - margin: 5px 0px; + margin: 5px 0; max-height: 24px; - padding: 5px 0px 5px 0px; + padding: 5px 0 5px 0; border-width: 1px; border-style: solid; border-color: black; @@ -424,7 +424,7 @@ text-align: left; font-size: smaller; } -#toolbar { padding:0px; } +#toolbar { padding:0; } /** * Search Results @@ -472,8 +472,8 @@ border: 1px solid gray; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; margin-left: 0.25em; margin-right: 0.25em; margin-bottom: 0.1ex; @@ -592,10 +592,10 @@ border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; border-right: 1px #b2b2b2 solid; - padding-left: 0em; - padding-right: 0em; - padding-top: 0ex; - padding-bottom: 0ex; + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; clear: both; } /* + - line prefix */ @@ -649,7 +649,7 @@ font-size: 12px; text-align: center; border: 1px solid; - margin: 15px 0px; + margin: 15px 0; padding: 10px 10px 10px 10px; } @@ -810,18 +810,18 @@ * "E-mail" style blockquote */ blockquote.mail-style-quote { - margin: 0em; + margin: 0; margin-bottom: 1em; border: 1px solid #284; padding: 0.5em; } .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; - margin-bottom : 0em; + margin-bottom : 0; background-color: transparent; border-style: none; border-left: medium solid #284; - padding: 0em; + padding: 0; padding-left: 0.5em; } @@ -947,11 +947,11 @@ .box-title { font-weight: normal; background-color: #ccc; color: black; text-align: center; } .box-data { width: 160px; font-size: 9pt; font-weight: normal; } .box-data .wiki { font-weight: normal; } -td.sidebar { border-spacing: 0px; margin: 0ex;} +td.sidebar { border-spacing: 0; margin: 0;} /* RssFeed */ div.rss { margin: 1em; padding: 1em; } -div.feed { margin: -0.5em; margin-bottom: 0em; padding: 0.3em; +div.feed { margin: -0.5em; margin-bottom: 0; padding: 0.3em; font-weight: bold; font-size: 1.2em; } .chandesc { font-weight: bold; } div.rssitem { padding-top:1em; padding-bottom: 1em; @@ -1030,8 +1030,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/shamino_com/shamino_com.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -10,15 +10,15 @@ font-style: normal; background-color: #ffffff; position: absolute; - top:0px; - left:0px; + top:0; + left:0; visibility: visible; z-index: auto; - margin:0px; + margin:0; } hr { - height:0px; + height:0; margin-left:10px; margin-right:10px; } @@ -36,8 +36,8 @@ /*font-size: 10pt;*/ line-height: 150%; color: #111111; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; list-style-type:none; } @@ -50,41 +50,41 @@ dd { font-size: 9pt; text-align:right; - padding:0px; - margin:0px; - bottom:0px; + padding:0; + margin:0; + bottom:0; } dl { - padding:0px; - margin:0px; + padding:0; + margin:0; margin-top:14px; - bottom:0px; + bottom:0; } li { - margin-left:0px; - margin-bottom:0px; + margin-left:0; + margin-bottom:0; } img { - margin:0px; + margin:0; border:0; - padding:0px; + padding:0; } table { - border: 0px;; - padding: 0px; - border-spacing: 0px; - margin: 0px; + border: 0;; + padding: 0; + border-spacing: 0; + margin: 0; } td, th, tr, tt { - padding: 0px; + padding: 0; margin: 2px; - border: 0px; - border-spacing: 0px; + border: 0; + border-spacing: 0; } input.numeric { text-align: right; } @@ -107,8 +107,8 @@ font-family: 'Lucida Grande', sans-serif; font-weight: normal; font-style: normal; - margin:0px; - padding:0px; + margin:0; + padding:0; padding-top:10px; text-decoration:none; text-align:left; @@ -138,10 +138,10 @@ /* --------------------------------------------------------------- */ -.main { padding: 0px; border: 0px; margin:0px; } -.maintable { padding: 0px; border: 0px; margin:0px; } -.menu { font-size: 9pt; padding: 10px; padding-top:0px; border: 0px; margin:0px; } -.box { background-color: #eeeeee; border: 1px solid #dcdcdc; color: #111111; padding: 0px; position: absolute; } +.main { padding: 0; border: 0; margin:0; } +.maintable { padding: 0; border: 0; margin:0; } +.menu { font-size: 9pt; padding: 10px; padding-top:0; border: 0; margin:0; } +.box { background-color: #eeeeee; border: 1px solid #dcdcdc; color: #111111; padding: 0; position: absolute; } .bar { background-color: #eeeeee; color: #111111; font-weight: bold; padding: 2px 1em 2px 1em; } .wikilink { color: #5555CC; text-decoration:none; font-style:normal; } @@ -158,7 +158,7 @@ #header { font-size: 8pt; margin-left:4px; } .signin, .signin a.wiki, .signin a.wikiaction { font-size: 8pt; } .top { font-size: 75%; margin:4px; } -.plugin { margin:0px; } +.plugin { margin:0; } div#logo { float: right; @@ -198,9 +198,9 @@ border-style: solid; padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0px; - padding-bottom: 0px; - margin: 0.5ex 0px; + padding-top: 0; + padding-bottom: 0; + margin: 0.5ex 0; } /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */ @@ -228,8 +228,8 @@ table.boxed th, table.bordered th { padding-left: 5px; padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; + padding-top: 0; + padding-bottom: 0; } table.boxed caption, table.bordered caption { Modified: trunk/themes/wikilens/wikilens.css =================================================================== --- trunk/themes/wikilens/wikilens.css 2012-08-31 13:15:51 UTC (rev 8282) +++ trunk/themes/wikilens/wikilens.css 2012-09-28 09:08:08 UTC (rev 8283) @@ -18,8 +18,8 @@ } div.wikitext { - margin-top: 0px; - margin-bottom: 0px; + margin-top: 0; + margin-bottom: 0; background: #FEFEFE; } @@ -31,7 +31,7 @@ padding-right: 0.2em; padding-top: 0.5ex; padding-bottom: 0.5ex; - margin: 0px; + margin: 0; border-right: 1px #e6e6fa solid; /* lavender */ border-bottom: 1px #e6e6fa solid; /* lavender */ } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 14:53:51
|
Revision: 8302 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8302&view=rev Author: vargenau Date: 2012-09-28 14:53:40 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP; Remove $Id$ Modified Paths: -------------- trunk/themes/Crao/themeinfo.php trunk/themes/Hawaiian/themeinfo.php trunk/themes/MacOSX/themeinfo.php trunk/themes/MonoBook/themeinfo.php trunk/themes/Portland/themeinfo.php trunk/themes/Sidebar/themeinfo.php trunk/themes/SpaceWiki/themeinfo.php trunk/themes/blog/themeinfo.php trunk/themes/default/themeinfo.php trunk/themes/fusionforge/themeinfo.php trunk/themes/shamino_com/themeinfo.php trunk/themes/smaller/themeinfo.php Property Changed: ---------------- trunk/themes/Crao/themeinfo.php trunk/themes/Hawaiian/themeinfo.php trunk/themes/MacOSX/themeinfo.php trunk/themes/MonoBook/themeinfo.php trunk/themes/Portland/themeinfo.php trunk/themes/Sidebar/themeinfo.php trunk/themes/SpaceWiki/themeinfo.php trunk/themes/Wordpress/themeinfo.php trunk/themes/blog/themeinfo.php trunk/themes/default/themeinfo.php trunk/themes/fusionforge/themeinfo.php trunk/themes/shamino_com/themeinfo.php trunk/themes/smaller/themeinfo.php trunk/themes/wikilens/themeinfo.php Modified: trunk/themes/Crao/themeinfo.php =================================================================== --- trunk/themes/Crao/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/Crao/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,7 @@ exit; } -// $Id$ +// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ /* * This file defines the Crao theme of PhpWiki. @@ -86,4 +86,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/Crao/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Hawaiian/themeinfo.php =================================================================== --- trunk/themes/Hawaiian/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/Hawaiian/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,8 +6,6 @@ exit; } -// $Id$ - /** * WikiWiki Hawaiian theme for PhpWiki. */ @@ -99,4 +97,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/Hawaiian/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MacOSX/themeinfo.php =================================================================== --- trunk/themes/MacOSX/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/MacOSX/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { @@ -6,8 +6,6 @@ exit; } -// $Id$ - /** * A PhpWiki theme inspired by the Aqua appearance of Mac OS X. * @@ -166,4 +164,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/MacOSX/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/themeinfo.php =================================================================== --- trunk/themes/MonoBook/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/MonoBook/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,6 @@ exit; } -// $Id$ /** * The new mediawiki (Wikipedia.org) default style. * Mediawiki 'monobook' style sheet for CSS2-capable browsers. @@ -174,4 +173,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/MonoBook/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Portland/themeinfo.php =================================================================== --- trunk/themes/Portland/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/Portland/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,8 +6,6 @@ exit; } -// $Id$ - /* * This file defines an appearance ("theme") of PhpWiki similar to the Portland Pattern Repository. */ @@ -112,4 +110,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/Portland/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Sidebar/themeinfo.php =================================================================== --- trunk/themes/Sidebar/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/Sidebar/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,7 @@ exit; } -// $Id$ +// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ /* * This file defines the Sidebar theme of PhpWiki, @@ -215,4 +215,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/Sidebar/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/SpaceWiki/themeinfo.php =================================================================== --- trunk/themes/SpaceWiki/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/SpaceWiki/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,7 @@ exit; } -// $Id$ +// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ /** * This theme is by design completely css-based so unfortunately it @@ -94,4 +94,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/SpaceWiki/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Wordpress/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/blog/themeinfo.php =================================================================== --- trunk/themes/blog/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/blog/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,7 @@ exit; } -// $Id$ +// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ /** * This file defines a blog theme for PhpWiki, @@ -169,4 +169,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/blog/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/themeinfo.php =================================================================== --- trunk/themes/default/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/default/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,8 +6,6 @@ exit; } -// $Id$ - /* * This file defines the default appearance ("theme") of PhpWiki. */ @@ -23,4 +21,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/default/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/themeinfo.php =================================================================== --- trunk/themes/fusionforge/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/fusionforge/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,8 +6,6 @@ exit; } -// $Id$; - require_once 'lib/WikiTheme.php'; require_once 'themes/wikilens/themeinfo.php'; @@ -183,4 +181,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/fusionforge/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/shamino_com/themeinfo.php =================================================================== --- trunk/themes/shamino_com/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/shamino_com/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,6 @@ exit; } -// $Id$ /** * A minimalistic design by walter rafelsberger * See http://www.shamino.com/wiki/ Property changes on: trunk/themes/shamino_com/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/smaller/themeinfo.php =================================================================== --- trunk/themes/smaller/themeinfo.php 2012-09-28 14:49:06 UTC (rev 8301) +++ trunk/themes/smaller/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) @@ -6,7 +6,6 @@ exit; } -// $Id$ /** * tiny actionbar, only Edit (if signed in) and Info => PageInfo, * all other Actionbars buttons in info.tmpl Property changes on: trunk/themes/smaller/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/themeinfo.php ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 14:56:11
|
Revision: 8303 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8303&view=rev Author: vargenau Date: 2012-09-28 14:56:00 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Crao/themeinfo.php trunk/themes/Sidebar/themeinfo.php trunk/themes/SpaceWiki/themeinfo.php trunk/themes/blog/themeinfo.php Modified: trunk/themes/Crao/themeinfo.php =================================================================== --- trunk/themes/Crao/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) +++ trunk/themes/Crao/themeinfo.php 2012-09-28 14:56:00 UTC (rev 8303) @@ -6,8 +6,6 @@ exit; } -// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ - /* * This file defines the Crao theme of PhpWiki. */ Modified: trunk/themes/Sidebar/themeinfo.php =================================================================== --- trunk/themes/Sidebar/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) +++ trunk/themes/Sidebar/themeinfo.php 2012-09-28 14:56:00 UTC (rev 8303) @@ -6,8 +6,6 @@ exit; } -// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ - /* * This file defines the Sidebar theme of PhpWiki, * which can be used as parent class for all sidebar themes. See MonoBook and blog. Modified: trunk/themes/SpaceWiki/themeinfo.php =================================================================== --- trunk/themes/SpaceWiki/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) +++ trunk/themes/SpaceWiki/themeinfo.php 2012-09-28 14:56:00 UTC (rev 8303) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php // Avoid direct call to this file. // PHPWIKI_VERSION is defined in lib/prepend.php if (!defined('PHPWIKI_VERSION')) { @@ -6,8 +6,6 @@ exit; } -// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ - /** * This theme is by design completely css-based so unfortunately it * doesn't render properly or even the same across different browsers. Modified: trunk/themes/blog/themeinfo.php =================================================================== --- trunk/themes/blog/themeinfo.php 2012-09-28 14:53:40 UTC (rev 8302) +++ trunk/themes/blog/themeinfo.php 2012-09-28 14:56:00 UTC (rev 8303) @@ -6,8 +6,6 @@ exit; } -// $Id: themeinfo.php 8290 2012-09-28 12:11:35Z vargenau $ - /** * This file defines a blog theme for PhpWiki, * based on Rui Carmo's excellent http://the.taoofmac.com/space/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 15:06:01
|
Revision: 8304 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8304&view=rev Author: vargenau Date: 2012-09-28 15:05:50 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX-topbottombars.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/commonPrint.css trunk/themes/MonoBook/main.css trunk/themes/MonoBook/wikistandard.css trunk/themes/Portland/portland.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki-printer.css trunk/themes/default/phpwiki-topbottombars.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge-fullscreen.css trunk/themes/fusionforge/fusionforge-print.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/Hawaiian/Hawaiian.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * This incarnation of this stylesheet is a complete rewrite from the * ground up. * Modified: trunk/themes/MacOSX/MacOSX-topbottombars.css =================================================================== --- trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,3 @@ -/** - * $Id$ - */ @import url("MacOSX.css"); /** @@ -12,7 +9,6 @@ padding-bottom: 9ex; } - /** * Common toolbar settings * Note that div.toolbar is used for other toolbars besides Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/MacOSX/MacOSX.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /* - $Id$ - Classes: div.wikitext - the transformed wiki page text. Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/MonoBook/commonPrint.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** Mediawiki Print style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke, http://www.aulinx.de/ Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/MonoBook/main.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** MediaWiki 'monobook' style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke - http://wikidev.net/ Modified: trunk/themes/MonoBook/wikistandard.css =================================================================== --- trunk/themes/MonoBook/wikistandard.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/MonoBook/wikistandard.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - @import url("main.css"); #article { padding: 4px; } Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/Portland/portland.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * PhpWiki's Portland style sheet based on the original Wiki * * Styles are kept to a minimum, so the page will mostly appear Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * This theme will probably be renamed something like "Space" to * avoid any potential copyright issues. * Modified: trunk/themes/default/phpwiki-modern.css =================================================================== --- trunk/themes/default/phpwiki-modern.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/default/phpwiki-modern.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Inspiration for this stylesheet: * * http://www.timestretch.com/db/home/load/36/ Modified: trunk/themes/default/phpwiki-printer.css =================================================================== --- trunk/themes/default/phpwiki-printer.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/default/phpwiki-printer.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * PhpWiki style sheet for the printed page: * Black on white only, with no toolbar commands and no link icons. * Styles are kept to a minimum, so the printed page will otherwise Modified: trunk/themes/default/phpwiki-topbottombars.css =================================================================== --- trunk/themes/default/phpwiki-topbottombars.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/default/phpwiki-topbottombars.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,10 +1,5 @@ -/** - * $Id$ - * - */ @import url("phpwiki.css"); - /** * General settings */ @@ -13,7 +8,6 @@ padding-bottom: 9ex; } - /** * Common toolbar settings * Note that div.toolbar is used for other toolbars besides @@ -35,7 +29,6 @@ display: none; } - /** * Navbar */ Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/default/phpwiki.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * This incarnation of this stylesheet is a complete rewrite from the * ground up. * Modified: trunk/themes/fusionforge/fusionforge-fullscreen.css =================================================================== --- trunk/themes/fusionforge/fusionforge-fullscreen.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/fusionforge/fusionforge-fullscreen.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. Modified: trunk/themes/fusionforge/fusionforge-print.css =================================================================== --- trunk/themes/fusionforge/fusionforge-print.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/fusionforge/fusionforge-print.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/fusionforge/fusionforge.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2002-2007 $ThePhpWikiProgrammingTeam * Copyright (C) 2008-2010 Alcatel-Lucent * Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2012-09-28 14:56:00 UTC (rev 8303) +++ trunk/themes/shamino_com/shamino_com.css 2012-09-28 15:05:50 UTC (rev 8304) @@ -1,6 +1,4 @@ /** - * $Id$ - * * shamino.com style sheet based on the original Wiki * */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 15:11:52
|
Revision: 8305 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8305&view=rev Author: vargenau Date: 2012-09-28 15:11:42 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/SpaceWiki/lib/RecentChanges.php trunk/themes/smaller/themeinfo.php Property Changed: ---------------- trunk/themes/SpaceWiki/lib/RecentChanges.php Modified: trunk/themes/SpaceWiki/lib/RecentChanges.php =================================================================== --- trunk/themes/SpaceWiki/lib/RecentChanges.php 2012-09-28 15:05:50 UTC (rev 8304) +++ trunk/themes/SpaceWiki/lib/RecentChanges.php 2012-09-28 15:11:42 UTC (rev 8305) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ @@ -79,4 +79,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/SpaceWiki/lib/RecentChanges.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/smaller/themeinfo.php =================================================================== --- trunk/themes/smaller/themeinfo.php 2012-09-28 15:05:50 UTC (rev 8304) +++ trunk/themes/smaller/themeinfo.php 2012-09-28 15:11:42 UTC (rev 8305) @@ -50,4 +50,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 15:21:37
|
Revision: 8307 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8307&view=rev Author: vargenau Date: 2012-09-28 15:21:25 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/MonoBook/templates/browse.tmpl trunk/themes/MonoBook/templates/editpage.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/MonoBook/templates/logo.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/MonoBook/templates/tags.tmpl trunk/themes/MonoBook/templates/top.tmpl trunk/themes/MonoBook/templates/viewsource.tmpl trunk/themes/Portland/templates/actionbar.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Portland/templates/debug.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Portland/templates/viewsource.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/Sidebar/templates/body.tmpl trunk/themes/Sidebar/templates/calendar.tmpl trunk/themes/Sidebar/templates/content.tmpl trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/Sidebar/templates/dump-footer.tmpl trunk/themes/Sidebar/templates/frame-left.tmpl trunk/themes/Sidebar/templates/frameset.tmpl trunk/themes/Sidebar/templates/html.tmpl trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/Sidebar/templates/logo.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Sidebar/templates/ratings.tmpl trunk/themes/Sidebar/templates/rc.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/Sidebar/templates/signin.tmpl trunk/themes/Sidebar/templates/tags.tmpl trunk/themes/Sidebar/templates/top.tmpl trunk/themes/shamino_com/templates/actionbar.tmpl trunk/themes/shamino_com/templates/browse-footer.tmpl trunk/themes/shamino_com/templates/debug.tmpl trunk/themes/shamino_com/templates/info.tmpl trunk/themes/shamino_com/templates/signin.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/actionbar.tmpl trunk/themes/smaller/templates/info.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/smaller/templates/signin.tmpl Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php //$p = $WikiTheme->tooltipAccessKeyPrefix(); $dbh = $request->getDbh(); Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php // <hr class="printer" noshade="noshade" /> ?> <div class="visualClear"></div> <ul id="f-list"> Modified: trunk/themes/MonoBook/templates/browse.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/browse.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> Modified: trunk/themes/MonoBook/templates/editpage.tmpl =================================================================== --- trunk/themes/MonoBook/templates/editpage.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/editpage.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <div id="contentSub"></div> <?php echo Template("default/editpage") ?> Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); $modifed = $WikiTheme->formatDateTime($revision->get('mtime')); Modified: trunk/themes/MonoBook/templates/logo.tmpl =================================================================== --- trunk/themes/MonoBook/templates/logo.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/logo.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>"><img src="<?php echo $WikiTheme->getImageURL('logo') ?>" id="logo-img" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div> <div id="img-logo-right" /> Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php // With MonoBook it is similar to Sidebar, named boxes at the left. // actionbuttons, navigation, search, toolbox Modified: trunk/themes/MonoBook/templates/tags.tmpl =================================================================== --- trunk/themes/MonoBook/templates/tags.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/tags.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- list of most popular categories --> <div class="portlet" id="p-tags"> <h5><?php echo _("Favorite Categories") ?></h5> Modified: trunk/themes/MonoBook/templates/top.tmpl =================================================================== --- trunk/themes/MonoBook/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- Page title --> <a id="top"></a> <h1 class="firstHeading"><?php echo $HEADER ?></h1> Modified: trunk/themes/MonoBook/templates/viewsource.tmpl =================================================================== --- trunk/themes/MonoBook/templates/viewsource.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/viewsource.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p class="warning_msg"><strong><?php echo _("Note:")?></strong> <?php echo _("This page has been locked and cannot be edited.")?> Modified: trunk/themes/Portland/templates/actionbar.tmpl =================================================================== --- trunk/themes/Portland/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($revision and (!$page->get('locked') || $user->isAdmin())) $EditB = Button("edit", Modified: trunk/themes/Portland/templates/body.tmpl =================================================================== --- trunk/themes/Portland/templates/body.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/body.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <body<?php echo $WikiTheme->getMoreAttr('body') ?>> <!-- Page title and logo --> <h1><a class="wikilink" Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/browse.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/editpage.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php /* * FIXME: Hack! * The funky URL used for the form action parameter is bogus. Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The bottom navigation/search bar --> <?php echo WikiLink(_("FindPage"), "button") ?> by searching Modified: trunk/themes/Portland/templates/viewsource.tmpl =================================================================== --- trunk/themes/Portland/templates/viewsource.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/viewsource.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p class="warning_msg"><strong><?php echo _("Note:")?></strong> <?php echo _("This page has been locked and cannot be edited.")?></p> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php $dbh = $request->getDbh(); $isAdmin = $user->isAdmin(); $pagename = $page->getName(); Modified: trunk/themes/Sidebar/templates/body.tmpl =================================================================== --- trunk/themes/Sidebar/templates/body.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/body.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php // Set the body attr dynamically. here class="ns-2" for Mozilla ?> <body <?php echo $WikiTheme->getMoreAttr('body') ?>> Modified: trunk/themes/Sidebar/templates/calendar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/calendar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/calendar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div id="calendar"></div> <?php echo JavaScript(' function dateChanged(calendar) { @@ -13,4 +10,4 @@ window.location = "' . WikiUrl($WikiTheme->calendarBase(),0,1) . SUBPAGE_SEPARATOR . '" + y + "-" + m + "-" + d; } }; -Calendar.setup({flat : "calendar", flatCallback : dateChanged, setDateStatusFunc : dateStatusFunc, weekNumbers : false})') ?> \ No newline at end of file +Calendar.setup({flat : "calendar", flatCallback : dateChanged, setDateStatusFunc : dateStatusFunc, weekNumbers : false})') ?> Modified: trunk/themes/Sidebar/templates/content.tmpl =================================================================== --- trunk/themes/Sidebar/templates/content.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/content.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <?php echo $CONTENT ?> </body> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php global $RUNTIMER; ?> <table width="%100" border="0" cellpadding="0" cellspacing="0"> <tr><td> Modified: trunk/themes/Sidebar/templates/dump-footer.tmpl =================================================================== --- trunk/themes/Sidebar/templates/dump-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/dump-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php if (empty($revision)) $revision = $page->getCurrentRevision(); ?> <hr class="printer" noshade="noshade" /> Modified: trunk/themes/Sidebar/templates/frame-left.tmpl =================================================================== --- trunk/themes/Sidebar/templates/frame-left.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/frame-left.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php /* * This template is responsible mainly for the outer level <html> stuff. */ Modified: trunk/themes/Sidebar/templates/frameset.tmpl =================================================================== --- trunk/themes/Sidebar/templates/frameset.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/frameset.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php /* * This template is used for the FrameInclude plugin. */ Modified: trunk/themes/Sidebar/templates/html.tmpl =================================================================== --- trunk/themes/Sidebar/templates/html.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/html.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * This template is responsible mainly for the outer level <html> stuff. */ Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,10 +1,8 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * This template is used only for html file dumps, and is responsible * mainly for the outer level <html> stuff and the and <head>. */ -// echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Modified: trunk/themes/Sidebar/templates/logo.tmpl =================================================================== --- trunk/themes/Sidebar/templates/logo.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/logo.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" title="Visit the Home Page [<?php echo $WikiTheme->tooltipAccessKeyPrefix() ?>-z]" accesskey="z"><span class="logo"><?php echo WIKI_NAME ?></span></a></div> <img id="img-logo-right" src="<?php echo $WikiTheme->_findData('images/wiki_stamp.png')?>" alt="This is a WIKI! Edit every page" height="86" width="86" /> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php // With MonoBook it is similar to Sidebar, named boxes at the left. // actionbuttons, navigation, search, toolbox Modified: trunk/themes/Sidebar/templates/ratings.tmpl =================================================================== --- trunk/themes/Sidebar/templates/ratings.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/ratings.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- Ratings --> <?php if (!$WikiTheme->DUMP_MODE) { $loader = new WikiPluginLoader(); Modified: trunk/themes/Sidebar/templates/rc.tmpl =================================================================== --- trunk/themes/Sidebar/templates/rc.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/rc.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- RecentChangesCached Box --> <div class="portlet" id="p-rc"> <h5><?php echo _("RecentChanges") ?> <?php echo $WikiTheme->folderArrow('p-rc', 'Closed') ?></h5> Modified: trunk/themes/Sidebar/templates/search.tmpl =================================================================== --- trunk/themes/Sidebar/templates/search.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/search.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,4 @@ -<?php // -*-php-*- -// $Id$ -?> -<!--{{{ LiveSearch --> <?php // -*- php -*- ?> +<!--{{{ LiveSearch --> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("FindPage"))?>" method="get" accept-charset="<?php echo $charset?>" style="display:inline" class="searchform"> Modified: trunk/themes/Sidebar/templates/signin.tmpl =================================================================== --- trunk/themes/Sidebar/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-personal"><div class="pBody"><ul> <?php if ($user->isAuthenticated()) { $sp = HTML::Raw(" "); $id = $user->getAuthenticatedId(); ?> Modified: trunk/themes/Sidebar/templates/tags.tmpl =================================================================== --- trunk/themes/Sidebar/templates/tags.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/tags.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- list of most popular categories --> <div class="portlet" id="p-tags"> <h5><?php echo _("Favorite Categories") ?> <?php echo $WikiTheme->folderArrow('p-tags', 'Open') ?></h5> Modified: trunk/themes/Sidebar/templates/top.tmpl =================================================================== --- trunk/themes/Sidebar/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php $pagename = $page->getName(); $isActionPage = isActionPage($pagename); if (ENABLE_PAGE_PUBLIC) Modified: trunk/themes/shamino_com/templates/actionbar.tmpl =================================================================== --- trunk/themes/shamino_com/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); ?> Modified: trunk/themes/shamino_com/templates/browse-footer.tmpl =================================================================== --- trunk/themes/shamino_com/templates/browse-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/browse-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="toolbar"> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> <?php echo Template('actionbar') ?> Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- shamino.com debug --> <div class="debug"> <?php global $RUNTIMER; ?> Modified: trunk/themes/shamino_com/templates/info.tmpl =================================================================== --- trunk/themes/shamino_com/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <?php echo Template("default/info") ?> <?php echo Template("actionbar") ?> Modified: trunk/themes/shamino_com/templates/signin.tmpl =================================================================== --- trunk/themes/shamino_com/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php // signin only implicitly by clicking "Edit" if (empty($FORMNAME)) $FORMNAME = 'signin'; Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The logo --> <div id="logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" Modified: trunk/themes/smaller/templates/actionbar.tmpl =================================================================== --- trunk/themes/smaller/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php if (!$WikiTheme->DUMP_MODE) { // Only [Info] button when not signed in. // The rest behind Info Modified: trunk/themes/smaller/templates/info.tmpl =================================================================== --- trunk/themes/smaller/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <?php echo Template("default/info") ?> <div id="actionbuttons"> Modified: trunk/themes/smaller/templates/navbar.tmpl =================================================================== --- trunk/themes/smaller/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="<?php echo $charset?>"> Modified: trunk/themes/smaller/templates/signin.tmpl =================================================================== --- trunk/themes/smaller/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php if (empty($FORMNAME)) $FORMNAME = 'signin'; else @@ -55,4 +53,4 @@ <?php } ?> <?php if (empty($NOFORM)) { ?> </form> -<?php } ?> \ No newline at end of file +<?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 15:25:53
|
Revision: 8308 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8308&view=rev Author: vargenau Date: 2012-09-28 15:25:47 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Portland/lib/RecentChanges.php trunk/themes/Sidebar/clock.php trunk/themes/Sidebar/hyperapplet.php trunk/themes/Sidebar/hyperwiki.php Modified: trunk/themes/Portland/lib/RecentChanges.php =================================================================== --- trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/Sidebar/clock.php =================================================================== --- trunk/themes/Sidebar/clock.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/clock.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ $ora = isset($GLOBALS['WikiTheme']) ? DATA_PATH . '/' . $GLOBALS['WikiTheme']->_findFile("ora.swf") : "ora.swf"; ?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="160" height="160" align="middle"> Modified: trunk/themes/Sidebar/hyperapplet.php =================================================================== --- trunk/themes/Sidebar/hyperapplet.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/hyperapplet.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ /* Download hyperapplet.jar (or hyperwiki.jar) and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. Modified: trunk/themes/Sidebar/hyperwiki.php =================================================================== --- trunk/themes/Sidebar/hyperwiki.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/hyperwiki.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ /* Download hyperwiki.jar and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-28 15:32:18
|
Revision: 8309 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8309&view=rev Author: vargenau Date: 2012-09-28 15:32:08 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/MacOSX/lib/RecentChanges.php trunk/themes/Portland/lib/RecentChanges.php trunk/themes/shamino_com/themeinfo.php Modified: trunk/themes/MacOSX/lib/RecentChanges.php =================================================================== --- trunk/themes/MacOSX/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/MacOSX/lib/RecentChanges.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ @@ -56,4 +56,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Modified: trunk/themes/Portland/lib/RecentChanges.php =================================================================== --- trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -67,4 +67,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Modified: trunk/themes/shamino_com/themeinfo.php =================================================================== --- trunk/themes/shamino_com/themeinfo.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/shamino_com/themeinfo.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -117,4 +117,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-29 19:06:48
|
Revision: 8325 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8325&view=rev Author: vargenau Date: 2012-09-29 19:06:42 +0000 (Sat, 29 Sep 2012) Log Message: ----------- Remove $Id Modified Paths: -------------- trunk/themes/MonoBook/IE60Fixes.css trunk/themes/MonoBook/IE70Fixes.css trunk/themes/MonoBook/IEFixes.css trunk/themes/MonoBook/monobook.css trunk/themes/MonoBook/rtl.css trunk/themes/MonoBook/wikiprintable.css trunk/themes/default/IEFixes.css trunk/themes/default/highlight.css trunk/themes/default/toolbar.css trunk/themes/fusionforge/fusionforge-autonumbering.css trunk/themes/fusionforge/fusionforge-rereading.css trunk/themes/smaller/phpwiki.css Property Changed: ---------------- trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX-topbottombars.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/IE60Fixes.css trunk/themes/MonoBook/IE70Fixes.css trunk/themes/MonoBook/IEFixes.css trunk/themes/MonoBook/commonPrint.css trunk/themes/MonoBook/main.css trunk/themes/MonoBook/monobook.css trunk/themes/MonoBook/rtl.css trunk/themes/MonoBook/wikiprintable.css trunk/themes/MonoBook/wikistandard.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/default/IEFixes.css trunk/themes/default/highlight.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki-printer.css trunk/themes/default/phpwiki-topbottombars.css trunk/themes/default/phpwiki.css trunk/themes/default/toolbar.css trunk/themes/fusionforge/fusionforge-autonumbering.css trunk/themes/fusionforge/fusionforge-fullscreen.css trunk/themes/fusionforge/fusionforge-print.css trunk/themes/fusionforge/fusionforge-rereading.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css trunk/themes/smaller/phpwiki.css trunk/themes/wikilens/wikilens.css Property changes on: trunk/themes/Hawaiian/Hawaiian.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MacOSX/MacOSX-topbottombars.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MacOSX/MacOSX.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/IE60Fixes.css =================================================================== --- trunk/themes/MonoBook/IE60Fixes.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/IE60Fixes.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* 6.0 - only fixes */ /* content area */ /* workaround for various ie float bugs */ Property changes on: trunk/themes/MonoBook/IE60Fixes.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/IE70Fixes.css =================================================================== --- trunk/themes/MonoBook/IE70Fixes.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/IE70Fixes.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* 7.0 - only fixes */ /* content area */ /* workaround for various ie float bugs */ Property changes on: trunk/themes/MonoBook/IE70Fixes.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/IEFixes.css =================================================================== --- trunk/themes/MonoBook/IEFixes.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/IEFixes.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** Stylesheet filter for some b0rked browser ** Don't touch, don't add anything here (can break the filter) Property changes on: trunk/themes/MonoBook/IEFixes.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/commonPrint.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/main.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/monobook.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,5 +1,4 @@ /** - * $Id$ * We have two possibilities to override the default: * 1. import is ns4 incompatible * 2. add a 2nd css in themeinfo.php Property changes on: trunk/themes/MonoBook/monobook.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/rtl.css =================================================================== --- trunk/themes/MonoBook/rtl.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/rtl.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* Right-to-left fixes for MonoBook. Places sidebar on right, tweaks various alignment issues. Property changes on: trunk/themes/MonoBook/rtl.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/wikiprintable.css =================================================================== --- trunk/themes/MonoBook/wikiprintable.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/MonoBook/wikiprintable.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* MediaWiki print stylesheet */ body { Property changes on: trunk/themes/MonoBook/wikiprintable.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/wikistandard.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/portland.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/sidebar.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/SpaceWiki/SpaceWiki.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/IEFixes.css =================================================================== --- trunk/themes/default/IEFixes.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/default/IEFixes.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** IE Fixes (5.0, 5.5, 6.0) */ Property changes on: trunk/themes/default/IEFixes.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/highlight.css =================================================================== --- trunk/themes/default/highlight.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/default/highlight.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* CSS definition file generated by highlight 2.0-22, http://www.andre-simon.de/ */ /* Highlighting theme definition: */ Property changes on: trunk/themes/default/highlight.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/phpwiki-modern.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/phpwiki-printer.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/phpwiki-topbottombars.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/phpwiki.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/toolbar.css =================================================================== --- trunk/themes/default/toolbar.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/default/toolbar.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,8 +1,3 @@ -/* - * $Id$ - * - */ - body { font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; Property changes on: trunk/themes/default/toolbar.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/fusionforge-autonumbering.css =================================================================== --- trunk/themes/fusionforge/fusionforge-autonumbering.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/fusionforge/fusionforge-autonumbering.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. Property changes on: trunk/themes/fusionforge/fusionforge-autonumbering.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/fusionforge/fusionforge-fullscreen.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/fusionforge/fusionforge-print.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/fusionforge-rereading.css =================================================================== --- trunk/themes/fusionforge/fusionforge-rereading.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/fusionforge/fusionforge-rereading.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. Property changes on: trunk/themes/fusionforge/fusionforge-rereading.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/fusionforge/fusionforge.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/shamino_com.css ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/smaller/phpwiki.css =================================================================== --- trunk/themes/smaller/phpwiki.css 2012-09-29 18:54:02 UTC (rev 8324) +++ trunk/themes/smaller/phpwiki.css 2012-09-29 19:06:42 UTC (rev 8325) @@ -1,5 +1,4 @@ /** - * $Id$ * We have two possibilities to override the default: * 1. import is ns4 incompatible * 2. add a 2nd css in themeinfo.php Property changes on: trunk/themes/smaller/phpwiki.css ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/wikilens.css ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-09-29 19:08:17
|
Revision: 8326 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8326&view=rev Author: vargenau Date: 2012-09-29 19:08:08 +0000 (Sat, 29 Sep 2012) Log Message: ----------- Compress CSS Modified Paths: -------------- trunk/themes/Crao/crao-min.css trunk/themes/Hawaiian/Hawaiian-min.css trunk/themes/MacOSX/MacOSX-min.css trunk/themes/MonoBook/main-min.css trunk/themes/Portland/portland-min.css trunk/themes/Sidebar/sidebar-min.css trunk/themes/SpaceWiki/SpaceWiki-min.css trunk/themes/Wordpress/Wordpress-min.css trunk/themes/blog/Kubrick-min.css trunk/themes/default/phpwiki-min.css trunk/themes/shamino_com/shamino_com-min.css Modified: trunk/themes/Crao/crao-min.css =================================================================== --- trunk/themes/Crao/crao-min.css 2012-09-29 19:06:42 UTC (rev 8325) +++ trunk/themes/Crao/crao-min.css 2012-09-29 19:08:08 UTC (rev 8326) @@ -1 +1 @@ -body{background-color:#ccc;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:12px;line-height:14px;margin:0;padding:0;border:0 none;color:#000;text-align:left}img{border:0;vertical-align:middle}table{border-spacing:0;empty-cells:show}a:link,a{color:#33c;text-decoration:underline;background-color:transparent}a:visited{color:#33c;text-decoration:underline;background-color:transparent}a:hover{color:#03f;text-decoration:underline;background-color:transparent}hr{background-color:#ccc;height:1px;border:1px solid #ccc}div.wikitext pre{font-family:monospace}p{font-size:1em;margin:0;margin-bottom:1em}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}ul{position:relative;padding:0;margin:0;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;line-height:120%;list-style:inside;background-color:transparent}ul ul{position:relative;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;margin-left:2em}li.rc-major{list-style:none;display:block;background-color:#fff;margin:6px 0;border:1px #666 dashed;padding:.5ex}li.evenrow{border:0;padding:1ex}li.oddrow{border:0;padding:1ex}li strong{font-weight:normal;background-color:transparent}strong.wiki-summary{display:block;padding:5px 0;background-color:transparent}li a.wiki-rc-action{display:inline}li a.wiki-rc-action{border:0}li.rc-major a.wiki{font-size:1.2em;font-weight:bold}li>p{display:inline}p.wiki-rc-action{text-align:center;vertical-align:middle;padding:5px 5px 5px 5px;border:1px #000 solid;background-color:transparent}p a.wiki-rc-action{display:inline;padding:0 10px;font-weight:bold;background-color:transparent}#header{background-color:#333}#logo{color:#ccc;display:inline;margin-top:0;margin-left:0;height:50px;width:auto;background-color:transparent;font:bolder 67px/50px Verdana,Arial,Helvetica,sans-serif;letter-spacing:-0.1em}#logo img{border:0}#logo a{color:#ccc;font:bolder 67px/50px Arial,Verdana,Helvetica,sans-serif;text-decoration:none}div.ie-actionbuttons{position:relative;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-repeat:no-repeat;background-position:top right;text-align:right;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons{position:fixed;max-width:30%;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-position:top left;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons a,#actionbuttons a:link{position:relative;display:inline;text-align:right;width:100%;margin-bottom:.5em;margin-top:auto;background-color:transparent;border:0}#content{margin-top:0;margin-left:7%;margin-right:7%;margin-bottom:7%;background-color:#f2f2f2;border:1px #999 solid;padding-left:2em;padding-right:15px;padding-top:15px;padding-bottom:.5ex}div.wikitext{font-size:1em;line-height:130%;text-align:left}blockquote.mail-style-quote{border-left:#f93;margin:0;margin-bottom:1em;border:1px solid #f93;padding:.5em}.mail-style-quote blockquote.mail-style-quote{margin-left:.3em;margin-bottom:0;background-color:transparent;border-style:none;border-left:2px solid #f93;padding:0;padding-left:.5em}blockquote p{margin-top:.5ex;margin-bottom:.5ex}.toolbar,input.button,#signin{font-family:Verdana,Arial,Helvetica,sans-serif}div.toolbar{display:block;background-color:#f2f2f2;border:1px #666 solid;margin:2% 7%}.toolbar{padding:0;margin:0}.edit-toolbar{padding:0;margin:0}.edit-toolbar img,.edit-toolbar input{background-color:#fff;border:1px solid ButtonFace}#navbuttons{display:inline}#navbuttons img{margin:5px 0 5px 10px}#navbuttons a:link,#navbuttons a{font-weight:bold;padding-left:1ex;padding-right:1ex;color:#333}#signin{width:auto;text-align:right;padding-right:10px;background-color:transparent;color:#ccc;font-size:12px}#signin form{text-align:center;padding:1px;margin:0;display:inline}#signin input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#signin input.wikisignin{padding:0;margin:0;border:0 none}#signin a.wiki{color:#FFF;background-color:transparent}#search{font-size:12px;margin:5px 10px 5px 10px;float:right}#search form{text-align:center;padding:1px;margin:0;display:inline}#search input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#search input.wikiaction{padding:0;margin:0;border:0 none}.search-context{background:white;font-style:oblique}.search-term{background:yellow;font-weight:normal}#livesearch{height:13px;width:100px}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar{padding-left:1em}body.sidebar h2{margin-top:0}form.wikiadmin div{color:#000;background-color:#f2f2f2}a.wikiaction,a.wikiadmin{line-height:2.6ex}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}img.linkicon{vertical-align:middle}img.rssicon{vertical-align:baseline}a.wikiaction,a.wikiadmin,a.wiki-rc-action,a.wikiunsafe{text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif}.wikiunsafe{color:#000;background-color:#f2f2f2}input.wikiadmin{color:#000;background-color:#fff}.wikiunknown,.named-wikiunknown{font-weight:normal;font-size:100%;background-color:transparent}.wikiunknown a,.named-wikiunknown a{color:#fff;background-color:#000;text-decoration:none;font-weight:normal;font-size:1em;padding:1px;padding-top:0;padding-bottom:0;border-top:1px solid #000;border-bottom:1px solid #000;margin-right:2px}.backlinks{text-decoration:underline;background-color:transparent;color:#006}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin-top:10px;background-color:transparent;color:#555}h1 a.backlinks{color:#777;text-decoration:none}h1 a.wiki{color:#777;text-decoration:none}h1 a.pagetitle{color:#555;text-decoration:none}h1 a:hover{color:#888;text-decoration:underline}h4,h5,h6{margin-bottom:0;background-color:transparent;color:#111}div.rss{background-color:#fff;color:#000;border:2px solid #ddd}div.feed{font-size:1.4em;padding:.5em}.chandesc{font-size:.9em}div.rssitem{display:block;background-color:#fff;color:#000;border-top:1px solid #ddd;padding:0 .5em}div.itemname{display:block;border:0;margin-top:.5em}div.itemdesc{font-size:1em;margin-bottom:.5em}table,td{font-family:Verdana,Arial,Helvetica,sans-serif}caption{font-family:Verdana,Arial,Helvetica,sans-serif;width:auto}.pagelist{background-color:white;border:1px #333 dashed}.pagelist tr.evenrow{background-color:white}.pagelist tr.oddrow{background-color:white}.pagelist td{padding:3px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;height:18px;margin:5px 0;float:none;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.wikilink{display:block}#revision{font-size:10px;text-align:right;background-color:#f2f2f2;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;clear:both}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}#xhtml-validator{font-size:small;text-align:center;margin-top:1em}form{margin:0}input,textarea{margin:.1em;background-color:#FFF;vertical-align:middle;font-size:1em}input.wikisignin{border:0 none;background-color:#FFF}input.wikiaction{border:1px solid black;background-color:#d7fa8c}input.numeric{text-align:center}textarea.wikiedit{width:90%;margin:.5ex;padding:2px;font-family:Verdana,Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;margin-bottom:-1ex;text-align:right;font-size:smaller;border:1px none}#editarea-size legend{text-align:right;font-size:smaller;border:1px solid #CCC;background-color:#ccc}.editarea legend{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:1em;line-height:1em;padding:.2em;border:1px solid #333;background-color:#eee}fieldset.editarea{margin:1ex;margin-top:1em;text-align:center;padding:10px;border:1px solid #333;background-color:#e8e8e5}fieldset.toolbar{margin:1ex;margin-top:0;text-align:center;padding:3px;border:1px solid #FFF;background-color:#FFF}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{background-color:white;border:medium solid #fff8dc;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp p{font-family:Verdana,Helvetica,Arial,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{float:right;font-size:10px;border:1px solid #333;background-color:#ccc;margin:10px;padding:1px;empty-cells:hide}table.cal td{text-align:right}table.cal-header{font-size:larger;background-color:#333;color:#f2f2f2}table.cal-header tr,table.cal-header td{text-align:center}.cal-arrow{font-weight:bold;text-decoration:none;color:#fff}a.cal-arrow{color:#fff}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;background-color:#f2f2f2}a.cal-hide{font-size:9px;text-decoration:none}table.cal td.cal-today{margin:1px;border:1px solid #333;color:#000;background-color:#f2f2f2}table.cal td.cal-day a.cal-day{font-size:9px;text-decoration:underline}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.diff{color:#000;background-color:transparent;border:1px solid black}.diff .block{color:#000;background-color:#ccc;padding-left:1em}.diff .context{color:#000;background-color:transparent;border:0}.diff .block tt{font-weight:normal;font-family:monospace;color:black;background-color:transparent;margin-left:0;border:0}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{color:#000;background-color:white}.diff .original,.diff .deleted{color:#000;background-color:#fcc;border:0}.diff .final,.diff .added{color:#000;background-color:#cfc;border:0}.diff del{color:#000;background-color:#f99}.diff ins{color:#000;background-color:#9f9}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.hint{color:black;background-color:#eee;font-size:smaller;margin-left:5em;border:thin solid #aaa}#clear{clear:both;margin:0;margin-top:-7px;padding:2px;text-align:center;color:#000;background-color:#FFF;border:solid 0}#clear{margin-top:0}img.inlineimage{border:0;vertical-align:middle;margin:0 5px 0 5px}em>img.inlineimage{float:left;border:0;vertical-align:middle;margin:5px 15px 15px 0}strong>img.inlineimage{float:right;border:0;vertical-align:middle;margin:5px 0 15px 15px}h2.wikiblog-heading{font-size:2em;padding-bottom:.5em;border-bottom:2px solid gray}.interwiki-map thead td{text-decoration:underline}.printer{display:none}.error{color:black;background-color:#eee;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;border:medium solid red;clear:both}.debug{color:black;background-color:transparent;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file +body{background-color:#ccc;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:12px;line-height:14px;margin:0;padding:0;border:0 none;color:#000;text-align:left}img{border:0;vertical-align:middle}table{border-spacing:0;empty-cells:show}a:link,a{color:#33c;text-decoration:underline;background-color:transparent}a:visited{color:#33c;text-decoration:underline;background-color:transparent}a:hover{color:#03f;text-decoration:underline;background-color:transparent}hr{background-color:#ccc;height:1px;border:1px solid #ccc}div.wikitext pre{font-family:monospace}p{font-size:1em;margin:0;margin-bottom:1em}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}ul{position:relative;padding:0;margin:0;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;line-height:120%;list-style:inside;background-color:transparent}ul ul{position:relative;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;margin-left:2em}li.rc-major{list-style:none;display:block;background-color:#fff;margin:6px 0;border:1px #666 dashed;padding:.5ex}li.evenrow{border:0;padding:1ex}li.oddrow{border:0;padding:1ex}li strong{font-weight:normal;background-color:transparent}strong.wiki-summary{display:block;padding:5px 0;background-color:transparent}li a.wiki-rc-action{display:inline}li a.wiki-rc-action{border:0}li.rc-major a.wiki{font-size:1.2em;font-weight:bold}li>p{display:inline}p.wiki-rc-action{text-align:center;vertical-align:middle;padding:5px 5px 5px 5px;border:1px #000 solid;background-color:transparent}p a.wiki-rc-action{display:inline;padding:0 10px;font-weight:bold;background-color:transparent}#header{background-color:#333}#logo{color:#ccc;display:inline;margin-top:0;margin-left:0;height:50px;width:auto;background-color:transparent;font:bolder 67px/50px Verdana,Arial,Helvetica,sans-serif;letter-spacing:-0.1em}#logo img{border:0}#logo a{color:#ccc;font:bolder 67px/50px Arial,Verdana,Helvetica,sans-serif;text-decoration:none}div.ie-actionbuttons{position:relative;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-repeat:no-repeat;background-position:top right;text-align:right;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons{position:fixed;max-width:30%;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-position:top left;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons a,#actionbuttons a:link{position:relative;display:inline;text-align:right;width:100%;margin-bottom:.5em;margin-top:auto;background-color:transparent;border:0}#content{margin-top:0;margin-left:7%;margin-right:7%;margin-bottom:7%;background-color:#f2f2f2;border:1px #999 solid;padding-left:2em;padding-right:15px;padding-top:15px;padding-bottom:.5ex}div.wikitext{font-size:1em;line-height:130%;text-align:left}blockquote.mail-style-quote{border-left:#f93;margin:0;margin-bottom:1em;border:1px solid #f93;padding:.5em}.mail-style-quote blockquote.mail-style-quote{margin-left:.3em;margin-bottom:0;background-color:transparent;border-style:none;border-left:2px solid #f93;padding:0;padding-left:.5em}blockquote p{margin-top:.5ex;margin-bottom:.5ex}.toolbar,input.button,#signin{font-family:Verdana,Arial,Helvetica,sans-serif}div.toolbar{display:block;background-color:#f2f2f2;border:1px #666 solid;margin:2% 7%}.toolbar{padding:0;margin:0}.edit-toolbar{padding:0;margin:0}.edit-toolbar img,.edit-toolbar input{background-color:#fff;border:1px solid ButtonFace}#navbuttons{display:inline}#navbuttons img{margin:5px 0 5px 10px}#navbuttons a:link,#navbuttons a{font-weight:bold;padding-left:1ex;padding-right:1ex;color:#333}#signin{width:auto;text-align:right;padding-right:10px;background-color:transparent;color:#ccc;font-size:12px}#signin form{text-align:center;padding:1px;margin:0;display:inline}#signin input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#signin input.wikisignin{padding:0;margin:0;border:0 none}#signin a.wiki{color:#FFF;background-color:transparent}#search{font-size:12px;margin:5px 10px 5px 10px;float:right}#search form{text-align:center;padding:1px;margin:0;display:inline}#search input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#search input.wikiaction{padding:0;margin:0;border:0 none}.search-context{background:white;font-style:oblique}.search-term{background:yellow;font-weight:normal}#livesearch{height:13px;width:100px}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar{padding-left:1em}body.sidebar h2{margin-top:0}form.wikiadmin div{color:#000;background-color:#f2f2f2}a.wikiaction,a.wikiadmin{line-height:2.6ex}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}img.linkicon{vertical-align:middle}img.rssicon{vertical-align:baseline}a.wikiaction,a.wikiadmin,a.wiki-rc-action,a.wikiunsafe{text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif}.wikiunsafe{color:#000;background-color:#f2f2f2}input.wikiadmin{color:#000;background-color:#fff}.wikiunknown,.named-wikiunknown{font-weight:normal;font-size:100%;background-color:transparent}.wikiunknown a,.named-wikiunknown a{color:#fff;background-color:#000;text-decoration:none;font-weight:normal;font-size:1em;padding:1px;padding-top:0;padding-bottom:0;border-top:1px solid #000;border-bottom:1px solid #000;margin-right:2px}.backlinks{text-decoration:underline;background-color:transparent;color:#006}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin-top:10px;background-color:transparent;color:#555}h1 a.backlinks{color:#777;text-decoration:none}h1 a.wiki{color:#777;text-decoration:none}h1 a.pagetitle{color:#555;text-decoration:none}h1 a:hover{color:#888;text-decoration:underline}h4,h5,h6{margin-bottom:0;background-color:transparent;color:#111}div.rss{background-color:#fff;color:#000;border:2px solid #ddd}div.feed{font-size:1.4em;padding:.5em}.chandesc{font-size:.9em}div.rssitem{display:block;background-color:#fff;color:#000;border-top:1px solid #ddd;padding:0 .5em}div.itemname{display:block;border:0;margin-top:.5em}div.itemdesc{font-size:1em;margin-bottom:.5em}table,td{font-family:Verdana,Arial,Helvetica,sans-serif}caption{font-family:Verdana,Arial,Helvetica,sans-serif;width:auto}.pagelist{background-color:white;border:1px #333 dashed}.pagelist tr.evenrow{background-color:white}.pagelist tr.oddrow{background-color:white}.pagelist td{padding:3px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;height:18px;margin:5px 0;float:none;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.wikilink{display:block}#revision{font-size:10px;text-align:right;background-color:#f2f2f2;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;clear:both}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}#xhtml-validator{font-size:small;text-align:center;margin-top:1em}form{margin:0}input,textarea{margin:.1em;background-color:#FFF;vertical-align:middle;font-size:1em}input.wikisignin{border:0 none;background-color:#FFF}input.wikiaction{border:1px solid black;background-color:#d7fa8c}input.numeric{text-align:center}textarea.wikiedit{width:90%;margin:.5ex;padding:2px;font-family:Verdana,Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;margin-bottom:-1ex;text-align:right;font-size:smaller;border:1px none}#editarea-size legend{text-align:right;font-size:smaller;border:1px solid #CCC;background-color:#ccc}.editarea legend{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:1em;line-height:1em;padding:.2em;border:1px solid #333;background-color:#eee}fieldset.editarea{margin:1ex;margin-top:1em;text-align:center;padding:10px;border:1px solid #333;background-color:#e8e8e5}fieldset.toolbar{margin:1ex;margin-top:0;text-align:center;padding:3px;border:1px solid #FFF;background-color:#FFF}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{background-color:white;border:medium solid #fff8dc;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp p{font-family:Verdana,Helvetica,Arial,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{float:right;font-size:10px;border:1px solid #333;background-color:#ccc;margin:10px;padding:1px;empty-cells:hide}table.cal td{text-align:right}table.cal-header{font-size:larger;background-color:#333;color:#f2f2f2}table.cal-header tr,table.cal-header td{text-align:center}.cal-arrow{font-weight:bold;text-decoration:none;color:#fff}a.cal-arrow{color:#fff}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;background-color:#f2f2f2}a.cal-hide{font-size:9px;text-decoration:none}table.cal td.cal-today{margin:1px;border:1px solid #333;color:#000;background-color:#f2f2f2}table.cal td.cal-day a.cal-day{font-size:9px;text-decoration:underline}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.diff{color:#000;background-color:transparent;border:1px solid black}.diff .block{color:#000;background-color:#ccc;padding-left:1em}.diff .context{color:#000;background-color:transparent;border:0}.diff .block tt{font-weight:normal;font-family:monospace;color:black;background-color:transparent;margin-left:0;border:0}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{color:#000;background-color:white}.diff .original,.diff .deleted{color:#000;background-color:#fcc;border:0}.diff .final,.diff .added{color:#000;background-color:#cfc;border:0}.diff del{color:#000;background-color:#f99}.diff ins{color:#000;background-color:#9f9}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.hint{color:black;background-color:#eee;font-size:smaller;margin-left:5em;border:thin solid #aaa}#clear{clear:both;margin:0;margin-top:-7px;padding:2px;text-align:center;color:#000;background-color:#FFF;border:solid 0}#clear{margin-top:0}img.inlineimage{border:0;vertical-align:middle;margin:0 5px 0 5px}em>img.inlineimage{float:left;border:0;vertical-align:middle;margin:5px 15px 15px 0}strong>img.inlineimage{float:right;border:0;vertical-align:middle;margin:5px 0 15px 15px}h2.wikiblog-heading{font-size:2em;padding-bottom:.5em;border-bottom:2px solid gray}.interwiki-map thead td{text-decoration:underline}.printer{display:none}.error{color:black;background-color:#eee;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;border:medium solid red;clear:both}.debug{color:black;background-color:transparent;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Modified: trunk/themes/Hawaiian/Hawaiian-min.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian-min.css 2012-09-29 19:06:42 UTC (rev 8325) +++ trunk/themes/Hawaiian/Hawaiian-min.css 2012-09-29 19:08:08 UTC (rev 8326) @@ -1 +1 @@ -img{border:0;vertical-align:baseline}form{margin:0}input{margin:.1em}input.numeric{text-align:right}table{border-spacing:1px;empty-cells:show}caption{caption-side:top;text-align:left;margin-bottom:.5ex;width:100%}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}body{color:black;background-color:white;background-image:url("images/uhhbackground.jpg");background-repeat:repeat;font-family:Arial,Helvetica,sans-serif;margin:1ex .5em}body p{margin-left:1em}#logo img{border:1px outset gray;margin-left:1em;margin-bottom:1ex}img#signature{background-color:white;border:1px outset gray;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:14px}div.wikitext{margin-top:1ex;margin-bottom:.5ex;padding-left:.8em;padding-right:.8em;padding-top:.5ex;padding-bottom:.5ex;clear:both}div.wikitext hr{height:1px}div.wikitext pre{font-family:monospace}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}.wiki,.named-wiki{font-weight:bold;color:#87785c}.wiki{text-decoration:none}.named-wiki{text-decoration:underline}.wikiaction,.wikiadmin,.wiki-rc-action,.backlinks{text-decoration:none}.wikiaction,.wikiadmin{font-weight:bold}.wikiaction,.wikiaction table,span.wikiaction{color:#4d5a6b}.wikiadmin,.wikiadmin table{color:#ff7e00}.backlinks{color:#1d4fc0}h1 .backlinks{text-decoration:underline}.wikiunknown a,.named-wikiunknown a,.wikiunknown u{color:#a6977a}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin:0}caption{font-family:Arial,Helvetica,sans-serif}.pagelist tr.evenrow{background-color:#eee}.pagelist tr.oddrow{background-color:white}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;margin:5px 0;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.toolbar,input.button{font-family:Arial,Helvetica,sans-serif}.toolbar{padding:0;margin:0}#navbar,#actionbar{line-height:140%}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}.wikiedit{width:100%;margin-bottom:.5ex;margin-top:.5ex;padding:2px}input.button{font-family:Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;text-align:right;font-size:smaller}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{background:inherit;border:1px dotted #a6977a;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{border:medium solid #d8caae;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp .wiki{color:#87785c}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{border:1px outset gray;margin:.5ex .5em;padding:1px;empty-cells:hide}table.cal table.cal-header td{padding-top:110px}table.cal thead tr:first-child{background-image:url("images/pictures/SteamVolcanoDusk.jpg");background-repeat:no-repeat;background-position:center;font-size:larger}table.cal table.cal-header td{text-align:center;color:white;background-color:transparent;border:0}.cal-arrow{text-decoration:none;color:white;font-weight:bold}table.cal tr .cal-dayname{background:inherit}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;color:black;padding-bottom:.5ex}table.cal tbody td{border:.5pt solid #ddd;background-color:white;text-align:right}a.cal-hide{text-decoration:none;color:black;font-weight:normal}table.cal td.cal-today{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-today a{color:blue}table.cal td.cal-day{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-day a{color:red;text-decoration:none}.diff .block{background-color:#ccc;padding:.5ex .5em;margin:.5ex 0}.diff .context{background-color:white}.diff .block tt{font-weight:bold;font-family:monospace;margin-left:-.6em;color:black}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted{background-color:#fcc}.diff .final,.diff .added{background-color:#cfc}.diff del{background-color:#f99}.diff ins{background-color:#9f9}.printer{display:none}div.error{color:black;border:medium solid #d8caae;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;font-size:smaller;clear:both}.debug{color:black;font-family:monospace;margin:1ex 0;padding:.5ex .5em;border:medium solid #d8caae}.clear-floats{clear:both}.search-context{background-color:white;font-style:oblique}.search-term{background-color:yellow;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}div.wikitext{width:auto;background-image:url("images/tchecker-white.png");background-repeat:repeat}.wiki-edithelp{background-image:url("images/tchecker-sand.png");background-repeat:repeat}.wiki-edithelp p{background-image:url("images/tchecker-white.png");background-repeat:repeat}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.debug{background-image:url("images/tchecker-sand.png");background-repeat:repeat}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file +img{border:0;vertical-align:baseline}form{margin:0}input{margin:.1em}input.numeric{text-align:right}table{border-spacing:1px;empty-cells:show}caption{caption-side:top;text-align:left;margin-bottom:.5ex;width:100%}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}body{color:black;background-color:white;background-image:url("images/uhhbackground.jpg");background-repeat:repeat;font-family:Arial,Helvetica,sans-serif;margin:1ex .5em}body p{margin-left:1em}#logo img{border:1px outset gray;margin-left:1em;margin-bottom:1ex}img#signature{background-color:white;border:1px outset gray;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:14px}div.wikitext{margin-top:1ex;margin-bottom:.5ex;padding-left:.8em;padding-right:.8em;padding-top:.5ex;padding-bottom:.5ex;clear:both}div.wikitext hr{height:1px}div.wikitext pre{font-family:monospace}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}.wiki,.named-wiki{font-weight:bold;color:#87785c}.wiki{text-decoration:none}.named-wiki{text-decoration:underline}.wikiaction,.wikiadmin,.wiki-rc-action,.backlinks{text-decoration:none}.wikiaction,.wikiadmin{font-weight:bold}.wikiaction,.wikiaction table,span.wikiaction{color:#4d5a6b}.wikiadmin,.wikiadmin table{color:#ff7e00}.backlinks{color:#1d4fc0}h1 .backlinks{text-decoration:underline}.wikiunknown a,.named-wikiunknown a,.wikiunknown u{color:#a6977a}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin:0}caption{font-family:Arial,Helvetica,sans-serif}.pagelist tr.evenrow{background-color:#eee}.pagelist tr.oddrow{background-color:white}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;margin:5px 0;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.toolbar,input.button{font-family:Arial,Helvetica,sans-serif}.toolbar{padding:0;margin:0}#navbar,#actionbar{line-height:140%}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}.wikiedit{width:100%;margin-bottom:.5ex;margin-top:.5ex;padding:2px}input.button{font-family:Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;text-align:right;font-size:smaller}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{background:inherit;border:1px dotted #a6977a;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{border:medium solid #d8caae;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp .wiki{color:#87785c}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{border:1px outset gray;margin:.5ex .5em;padding:1px;empty-cells:hide}table.cal table.cal-header td{padding-top:110px}table.cal thead tr:first-child{background-image:url("images/pictures/SteamVolcanoDusk.jpg");background-repeat:no-repeat;background-position:center;font-size:larger}table.cal table.cal-header td{text-align:center;color:white;background-color:transparent;border:0}.cal-arrow{text-decoration:none;color:white;font-weight:bold}table.cal tr .cal-dayname{background:inherit}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;color:black;padding-bottom:.5ex}table.cal tbody td{border:.5pt solid #ddd;background-color:white;text-align:right}a.cal-hide{text-decoration:none;color:black;font-weight:normal}table.cal td.cal-today{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-today a{color:blue}table.cal td.cal-day{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-day a{color:red;text-decoration:none}.diff .block{background-color:#ccc;padding:.5ex .5em;margin:.5ex 0}.diff .context{background-color:white}.diff .block tt{font-weight:bold;font-family:monospace;margin-left:-.6em;color:black}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted{background-color:#fcc}.diff .final,.diff .added{background-color:#cfc}.diff del{background-color:#f99}.diff ins{background-color:#9f9}.printer{display:none}div.error{color:black;border:medium solid #d8caae;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;font-size:smaller;clear:both}.debug{color:black;font-family:monospace;margin:1ex 0;padding:.5ex .5em;border:medium solid #d8caae}.clear-floats{clear:both}.search-context{background-color:white;font-style:oblique}.search-term{background-color:yellow;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}div.wikitext{width:auto;background-image:url("images/tchecker-white.png");background-repeat:repeat}.wiki-edithelp{background-image:url("images/tchecker-sand.png");background-repeat:repeat}.wiki-edithelp p{background-image:url("images/tchecker-white.png");background-repeat:repeat}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.debug{background-image:url("images/tchecker-sand.png");background-repeat:repeat}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Modified: trunk/themes/MacOSX/MacOSX-min.css =================================================================== --- trunk/themes/MacOSX/MacOSX-min.css 2012-09-29 19:06:42 UTC (rev 8325) +++ trunk/themes/MacOSX/MacOSX-min.css 2012-09-29 19:08:08 UTC (rev 8326) @@ -1 +1 @@ -body{background:#fafafa url("images/bgpaper8.png")}body.edit{background:#fafafa url("images/bggranular.png")}input[type=submit],input[type=cancel],input[type=image]{vertical-align:middle}h1,h2,h3,.toolbar,td{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.button{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.numeric{text-align:right}.wikitext pre{font-family:Monaco,monospace}input[type=text]{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}div.wikitext{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}input.wikitext{margin:0}input[type=text]{height:2.7ex;padding:.4ex .3ex}div.toolbar{margin:1ex 0}.interwiki-map thead td{background:#e8e8e8;font-weight:bold;font-size:smaller}.interwiki-map thead td:first-child{text-decoration:underline}.interwiki-moniker{background:#eee}.interwiki-url{background:#f8f8f8}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}div.error{background:#eee;border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;margin-top:1em;clear:both;font-size:smaller}.debug{color:black;background:white;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;border:1px solid #eee}a.wiki{text-decoration:none}.wiki,.named-wiki{font-weight:bold;color:#1d42be}.wikiunknown a,.named-wikiunknown a,.wikiunknown U{text-decoration:none}.wikiunknown,.named-wikiunknown{color:#555}a.interwiki{text-decoration:none}.wikipage{font-weight:bold}.interwiki,i .interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}a.wikiaction,a.wikiadmin{text-decoration:none}img{border:0}img.rssicon{vertical-align:middle}img.wiki-button{vertical-align:middle}.wiki-button{border:0}a.wikiaction{border:0}a.backlinks{color:#006}textarea.wikiedit{width:100%;margin-top:1ex}p.editdate{font-size:smaller;margin-bottom:0;font-family:"Lucida Grande",Helvetica,Arial,sans-serif}a.cal-hide,a.cal-arrow{text-decoration:none}.cal-arrow{font-weight:bold}.cal-dayname{font-size:smaller;text-decoration:none}table.cal td{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}table.cal-header td{font-size:larger;background:white;border:0}table.cal td.cal-dayname{background:#e8e8e8}table.cal td.cal-today{background:#f4f4f4;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.transclusion-title{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;font-size:smaller;text-decoration:underline;text-align:right;font-style:oblique;margin-bottom:.25ex;margin-right:.25em}.transclusion{background:#fdfdfd;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin:.5ex;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;font-size:smaller}.wiki-edithelp .transclusion{font-size:smaller;background:inherit;padding:.5ex .5em;margin:.2ex 5%}.wiki-edithelp .transclusion p{margin:0}.wiki-edithelp{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;font-size:smaller}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}div.wiki-message{background:#fff url("images/bggranular.png");border:solid 1px #d8d8d8;padding:6pt}.printer{display:none}.diff{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.diff .block{background:#d8d8d8}.diff .context{background:white;border:0}.diff .block tt.prefix{font-weight:normal;font-family:monospace;margin-left:-1.6em;color:black;border:0}.diff ins{font-weight:bolder}.diff ins{text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{background:white}.diff .original:first-child,.diff .deleted:first-child{border-top:2px solid #f99}.diff .original,.diff .deleted{background:white;border-left:2px solid #f99;border-right:2px solid #f99}.diff .original:last-child,.diff .deleted:last-child{border-bottom:2px solid #f99}.diff .final:first-child,.diff .added:first-child{border-top:2px solid #9f9}.diff .final,.diff .added{background:white;border-left:2px solid #9f9;border-right:2px solid #9f9}.diff .final:last-child,.diff .added:last-child{border-bottom:2px solid #9f9}.diff del{background:#fcc}.diff ins{background:#cfc}.pagelist{font-size:smaller}.pagelist tr.evenrow{background:#f8f8f8}.pagelist tr.oddrow{background:#eee}.pagelist thead td{background:#e8e8e8;text-decoration:none;font-weight:bold}.pagelist thead td u{text-decoration:none}.pagelist tbody tr:hover>td{border:solid #ff9 2px}.pagelist tbody tr>td{border:solid transparent 2px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;height:18px;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;margin:5px 0;float:none;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}#searchholder{display:inline}.search-context{background:white;font-style:oblique}.search-term{background:#9bdaff;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.clear-floats{clear:both}dl{display:table}dt{display:table;font-weight:bold;vertical-align:baseline;margin-top:1.25ex;margin-bottom:.25ex;padding-left:.25ex;padding-right:.25ex;border-bottom-style:dotted;border-bottom-width:2pt;border-bottom-color:#99c}dt a.wiki,dt a.named-wiki{text-decoration:none}dl>dt:first-child{margin-top:0}dd{position:relative;margin-left:3.5em;margin-bottom:.5ex;padding-left:.125em;padding-bottom:.5ex;padding-right:.125em;border-bottom-style:solid;border-bottom-width:thin;border-bottom-color:#99c}pre,div.plugin code{color:black;display:block;background-color:#fcfcfc;font-size:90%;line-height:1.25em;margin-top:.25em;margin-left:0;margin-bottom:2ex;margin-right:0;padding-top:.25em;padding-left:.5em;padding-bottom:.25em;padding-right:.5em;border-style:solid;border-width:1px;border-color:#ccc}pre{background:#fafafa url("images/bgpaper8.png")}ul li.rc-major,ul li.rc-minor{margin-left:0;padding-left:3em;text-indent:-3em}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.printer,.no-css{display:none}.disabled-plugin{clear:both;margin:1ex 0;padding:0}.disabled-plugin .title{color:#400;background-color:inherit;font-size:x-small;text-align:right;padding:0 .5em}.disabled-plugin pre{color:black;background:#ddd;margin:0;padding:.3ex .5em}span.redirectfrom{font-size:small;font-style:oblique;font-weight:normal;padding-left:1em}blockquote.mail-style-quote{border-left:medium #284 solid;padding-left:1em;margin-left:0;margin-right:0}.mail-style-quote blockquote.mail-style-quote{margin-left:-0.6em}.floatleft{float:left}.floatright{float:right}div.wikiblog{margin:1ex 2em;padding:0}div.wikiblog>div{margin:0;padding:.5ex .5em}div.wikiblog>div.wikiblog-footer{padding:.2ex .5em}h3.wikiblog-summary{font-size:medium;font-weight:bold;margin:0 0 1ex 0}table.wikiblog-form{width:auto;border-collapse:collapse;margin:.25em 0}.wikiblog-form caption{caption-side:top;font-weight:bold;text-align:left;padding:.5ex .5em}.wikiblog-form th{vertical-align:top;text-align:right;padding:0 0 .3em .5em}.wikiblog-form td{padding:.25em .5em}.wikiblog-form td.submit-button{padding:0}.wikiblog-form input[type=text],.wikiblog-form textarea{margin:0;width:100%}div.wikicomment div.wikicomment-footer{padding:.2ex .5em}div.wikicomment div.wikicomment-footer named-wiki{font-size:small}table.interwiki-map{margin:1em 2em}.interwiki-map th{text-decoration:underline;text-align:left;padding-left:1em}.interwiki-map td.interwiki-url{padding-left:2em}.interwiki-map th.interwiki-url{padding-left:3em}.dialog{background-color:#cdf;color:black;margin:2em auto 2em auto;border:thin black solid;width:50%}.dialog h1,.dialog p,.dialog div{text-align:center}.dialog h1{font-size:large;margin:.5em 0 1em 0}.dialog div.message{background-color:white;color:black;color:black;margin:0 1em;padding:.5em .5em}.dialog p.buttons{margin:1em 0 .5em 0}.gensmall{font-size:10px}.genmed{font-size:11px}td.cat{font-weight:bold;letter-spacing:1px;color:#000;background:url(./images/cellpic1.png);height:27px}td.row1{background:#eaedf4;color:#000}td.row2{background:#d9e2ec;color:#000}td.row3{background:#cad9ea;color:#000}td.spacerow{background:#cad9ea;color:#000}.forumline{background:#fff;color:#000;border:1px solid #069}.box{background:#fff;border:1px solid silver}.box-title{font-family:Tahoma,sans-serif;font-weight:normal;background-color:#ccc;color:black;text-align:center;border:0;padding:2px 0 2px 0}.box-data{width:160px;font-size:9pt;font-weight:normal;border:0}.box-data .wiki{font-weight:normal}td.sidebar{border-spacing:0;margin:0}div.boxright{background-color:#e9fbff;width:200px;right:10px;padding:.5em;float:right;border:thin solid #888;padding:.5em}div.rss{margin:1em;padding:1em;font-size:.9em;background-color:#eee;border:thin dashed #aaa}div.feed{color:#333;margin:-0.5em;margin-bottom:0;padding:.3em;font-weight:bold;background-color:#f2f2f2;font-size:1.2em}div.itemdesc{padding-left:1em}div.rssitem{border-top:thin dashed #aaa}table.sqlresult{border:1px outset gray;background:white;margin:.5ex .5em;padding:1px}.sqlresult tr.evenrow{background:#eee}.sqlresult tr.oddrow{background:white}table.sqlresult td{margin:1px;border:1px solid gray}img.tex{vertical-align:middle}.boldsmall{font-weight:bold;font-size:11px}.wikiwyg_toolbar{background:#d3d3d3;border:1px outset;letter-spacing:0;padding:2px}span.wikiwyg_control_link a{padding-right:8px}.wikiwyg_button{background:#d3d3d3;border:1px solid #d3d3d3;cursor:pointer;width:20px;height:20px;vertical-align:bottom}.wikiwyg_button:hover{border:1px outset}.wikiwyg_button:active{border:1px inset}.wikiwyg_separator{background:#d3d3d3;border:1px solid #d3d3d3;width:9px;height:20px;vertical-align:bottom}.wikiwyg_selector{width:70px}.wikiwyg_wysiwyg table{border-collapse:collapse;margin-bottom:.2em}.wikiwyg_wysiwyg table td{border:1px;border-style:solid;padding:.2em;vertical-align:top}textarea.wikiedit,input.wikitext,textarea.summary{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}.interwiki-map thead td,.interwiki-moniker,.interwiki-url{padding-left:1em;padding-right:1em}.diff{margin:.5ex 0;padding:1px}.diff .block{padding:.5ex .5em}.diff .original,.diff .deleted,.diff .final,.diff .added{padding:1px}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:0;top:0}.diff del,.diff ins{padding-left:.5ex;padding-right:.5ex}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file +body{background:#fafafa url("images/bgpaper8.png")}body.edit{background:#fafafa url("images/bggranular.png")}input[type=submit],input[type=cancel],input[type=image]{vertical-align:middle}h1,h2,h3,.toolbar,td{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.button{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.numeric{text-align:right}.wikitext pre{font-family:Monaco,monospace}input[type=text]{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}div.wikitext{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}input.wikitext{margin:0}input[type=text]{height:2.7ex;padding:.4ex .3ex}div.toolbar{margin:1ex 0}.interwiki-map thead td{background:#e8e8e8;font-weight:bold;font-size:smaller}.interwiki-map thead td:first-child{text-decoration:underline}.interwiki-moniker{background:#eee}.interwiki-url{background:#f8f8f8}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}div.error{background:#eee;border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;margin-top:1em;clear:both;font-size:smaller}.debug{color:black;background:white;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;border:1px solid #eee}a.wiki{text-decoration:none}.wiki,.named-wiki{font-weight:bold;color:#1d42be}.wikiunknown a,.named-wikiunknown a,.wikiunknown U{text-decoration:none}.wikiunknown,.named-wikiunknown{color:#555}a.interwiki{text-decoration:none}.wikipage{font-weight:bold}.interwiki,i .interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}a.wikiaction,a.wikiadmin{text-decoration:none}img{border:0}img.rssicon{vertical-align:middle}img.wiki-button{vertical-align:middle}.wiki-button{border:0}a.wikiaction{border:0}a.backlinks{color:#006}textarea.wikiedit{width:100%;margin-top:1ex}p.editdate{font-size:smaller;margin-bottom:0;font-family:"Lucida Grande",Helvetica,Arial,sans-serif}a.cal-hide,a.cal-arrow{text-decoration:none}.cal-arrow{font-weight:bold}.cal-dayname{font-size:smaller;text-decoration:none}table.cal td{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}table.cal-header td{font-size:larger;background:white;border:0}table.cal td.cal-dayname{background:#e8e8e8}table.cal td.cal-today{background:#f4f4f4;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.transclusion-title{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;font-size:smaller;text-decoration:underline;text-align:right;font-style:oblique;margin-bottom:.25ex;margin-right:.25em}.transclusion{background:#fdfdfd;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin:.5ex;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;font-size:smaller}.wiki-edithelp .transclusion{font-size:smaller;background:inherit;padding:.5ex .5em;margin:.2ex 5%}.wiki-edithelp .transclusion p{margin:0}.wiki-edithelp{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;font-size:smaller}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}div.wiki-message{background:#fff url("images/bggranular.png");border:solid 1px #d8d8d8;padding:6pt}.printer{display:none}.diff{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.diff .block{background:#d8d8d8}.diff .context{background:white;border:0}.diff .block tt.prefix{font-weight:normal;font-family:monospace;margin-left:-1.6em;color:black;border:0}.diff ins{font-weight:bolder}.diff ins{text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{background:white}.diff .original:first-child,.diff .deleted:first-child{border-top:2px solid #f99}.diff .original,.diff .deleted{background:white;border-left:2px solid #f99;border-right:2px solid #f99}.diff .original:last-child,.diff .deleted:last-child{border-bottom:2px solid #f99}.diff .final:first-child,.diff .added:first-child{border-top:2px solid #9f9}.diff .final,.diff .added{background:white;border-left:2px solid #9f9;border-right:2px solid #9f9}.diff .final:last-child,.diff .added:last-child{border-bottom:2px solid #9f9}.diff del{background:#fcc}.diff ins{background:#cfc}.pagelist{font-size:smaller}.pagelist tr.evenrow{background:#f8f8f8}.pagelist tr.oddrow{background:#eee}.pagelist thead td{background:#e8e8e8;text-decoration:none;font-weight:bold}.pagelist thead td u{text-decoration:none}.pagelist tbody tr:hover>td{border:solid #ff9 2px}.pagelist tbody tr>td{border:solid transparent 2px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;height:18px;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;margin:5px 0;float:none;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}#searchholder{display:inline}.search-context{background:white;font-style:oblique}.search-term{background:#9bdaff;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.clear-floats{clear:both}dl{display:table}dt{display:table;font-weight:bold;vertical-align:baseline;margin-top:1.25ex;margin-bottom:.25ex;padding-left:.25ex;padding-right:.25ex;border-bottom-style:dotted;border-bottom-width:2pt;border-bottom-color:#99c}dt a.wiki,dt a.named-wiki{text-decoration:none}dl>dt:first-child{margin-top:0}dd{position:relative;margin-left:3.5em;margin-bottom:.5ex;padding-left:.125em;padding-bottom:.5ex;padding-right:.125em;border-bottom-style:solid;border-bottom-width:thin;border-bottom-color:#99c}pre,div.plugin code{color:black;display:block;background-color:#fcfcfc;font-size:90%;line-height:1.25em;margin-top:.25em;margin-left:0;margin-bottom:2ex;margin-right:0;padding-top:.25em;padding-left:.5em;padding-bottom:.25em;padding-right:.5e... [truncated message content] |
From: <var...@us...> - 2012-10-01 07:53:53
|
Revision: 8337 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8337&view=rev Author: vargenau Date: 2012-10-01 07:53:44 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Makefile trunk/themes/Makefile.global trunk/themes/README Property Changed: ---------------- trunk/themes/Makefile trunk/themes/Makefile.global trunk/themes/README Modified: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2012-10-01 07:51:50 UTC (rev 8336) +++ trunk/themes/Makefile 2012-10-01 07:53:44 UTC (rev 8337) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Makefile # # minify themes Property changes on: trunk/themes/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Makefile.global =================================================================== --- trunk/themes/Makefile.global 2012-10-01 07:51:50 UTC (rev 8336) +++ trunk/themes/Makefile.global 2012-10-01 07:53:44 UTC (rev 8337) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Makefile.global # # minify themes, for gnu make only Property changes on: trunk/themes/Makefile.global ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/README =================================================================== --- trunk/themes/README 2012-10-01 07:51:50 UTC (rev 8336) +++ trunk/themes/README 2012-10-01 07:53:44 UTC (rev 8337) @@ -31,5 +31,3 @@ Make it easier to add design templates such as these: http://www.oswd.org/viewdesign.phtml?id=1739&referer=%2Fmost_popular.phtml Use the plugin->box method for the right and left boxes. - -$Id$ Property changes on: trunk/themes/README ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-10-01 08:32:21
|
Revision: 8345 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8345&view=rev Author: vargenau Date: 2012-10-01 08:32:10 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Modified Paths: -------------- trunk/themes/Crao/Makefile trunk/themes/Crao/sticky.js trunk/themes/Hawaiian/Makefile trunk/themes/MacOSX/Makefile trunk/themes/MonoBook/Makefile trunk/themes/Portland/Makefile trunk/themes/Sidebar/Makefile trunk/themes/SpaceWiki/Makefile trunk/themes/Wordpress/Makefile trunk/themes/blog/Makefile trunk/themes/default/Makefile trunk/themes/default/ajax.js trunk/themes/default/toolbar.js trunk/themes/default/wikicommon.js trunk/themes/fusionforge/Makefile trunk/themes/fusionforge/wikilens.js trunk/themes/shamino_com/Makefile trunk/themes/smaller/Makefile trunk/themes/wikilens/Makefile trunk/themes/wikilens/wikilens.js Property Changed: ---------------- trunk/themes/Crao/Makefile trunk/themes/Hawaiian/Makefile trunk/themes/MacOSX/Makefile trunk/themes/MonoBook/Makefile trunk/themes/Portland/Makefile trunk/themes/Sidebar/Makefile trunk/themes/SpaceWiki/Makefile trunk/themes/Wordpress/Makefile trunk/themes/blog/Makefile trunk/themes/default/Makefile trunk/themes/default/ajax.js trunk/themes/default/sortable.js trunk/themes/default/toolbar.js trunk/themes/default/wikicommon.js trunk/themes/fusionforge/Makefile trunk/themes/shamino_com/Makefile trunk/themes/smaller/Makefile trunk/themes/wikilens/Makefile trunk/themes/wikilens/wikilens.js Modified: trunk/themes/Crao/Makefile =================================================================== --- trunk/themes/Crao/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Crao/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Crao/Makefile # # minify CSS and JS Property changes on: trunk/themes/Crao/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Crao/sticky.js =================================================================== --- trunk/themes/Crao/sticky.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Crao/sticky.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -121,4 +121,4 @@ function hideMe(eID){ myFloater=new makeLayerObj(eID) myFloater.css.visibility="hidden"; - } \ No newline at end of file + } Modified: trunk/themes/Hawaiian/Makefile =================================================================== --- trunk/themes/Hawaiian/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Hawaiian/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Hawaiian/Makefile # # minify CSS and JS Property changes on: trunk/themes/Hawaiian/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MacOSX/Makefile =================================================================== --- trunk/themes/MacOSX/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/MacOSX/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/MacOSX/Makefile # # minify CSS and JS Property changes on: trunk/themes/MacOSX/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/MonoBook/Makefile =================================================================== --- trunk/themes/MonoBook/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/MonoBook/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/MonoBook/Makefile # # minify CSS and JS Property changes on: trunk/themes/MonoBook/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Portland/Makefile =================================================================== --- trunk/themes/Portland/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Portland/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Portland/Makefile # # minify CSS and JS Property changes on: trunk/themes/Portland/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Sidebar/Makefile =================================================================== --- trunk/themes/Sidebar/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Sidebar/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Sidebar/Makefile # # minify CSS and JS Property changes on: trunk/themes/Sidebar/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/SpaceWiki/Makefile =================================================================== --- trunk/themes/SpaceWiki/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/SpaceWiki/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/SpaceWiki/Makefile # # minify CSS and JS Property changes on: trunk/themes/SpaceWiki/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/Makefile =================================================================== --- trunk/themes/Wordpress/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/Wordpress/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/Wordpress/Makefile # # minify CSS and JS Property changes on: trunk/themes/Wordpress/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/blog/Makefile =================================================================== --- trunk/themes/blog/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/blog/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/blog/Makefile # # minify CSS and JS Property changes on: trunk/themes/blog/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/Makefile =================================================================== --- trunk/themes/default/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/default/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/default/Makefile # # minify CSS and JS Property changes on: trunk/themes/default/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/ajax.js =================================================================== --- trunk/themes/default/ajax.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/default/ajax.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,6 +1,5 @@ // Ajax Javascript support functions, based on moacdropdown XmlHttp // Written from scratch by Reini Urban -// $Id$ function showHide( id ) { this.init( id ) Property changes on: trunk/themes/default/ajax.js ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/sortable.js ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/toolbar.js =================================================================== --- trunk/themes/default/toolbar.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/default/toolbar.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,4 @@ // Toolbar JavaScript support functions. Taken from mediawiki -// $Id$ // Some "constants" var doctype = '<?xml version="1.0" encoding="utf-8"?>\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'; Property changes on: trunk/themes/default/toolbar.js ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/default/wikicommon.js =================================================================== --- trunk/themes/default/wikicommon.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/default/wikicommon.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,4 @@ // Common Javascript support functions. -// $Id$ /* Globals: var data_path = '/phpwiki'; Property changes on: trunk/themes/default/wikicommon.js ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/Makefile =================================================================== --- trunk/themes/fusionforge/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/fusionforge/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/fusionforge/Makefile # # minify CSS and JS Property changes on: trunk/themes/fusionforge/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/wikilens.js =================================================================== --- trunk/themes/fusionforge/wikilens.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/fusionforge/wikilens.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,4 @@ // Wikilens Javascript functions. -// $Id: wikilens.js 7138 2009-09-17 10:11:31Z rurban $ // Globals: Modified: trunk/themes/shamino_com/Makefile =================================================================== --- trunk/themes/shamino_com/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/shamino_com/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/shamino_com/Makefile # # minify CSS and JS Property changes on: trunk/themes/shamino_com/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/smaller/Makefile =================================================================== --- trunk/themes/smaller/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/smaller/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/smaller/Makefile # # minify CSS and JS Property changes on: trunk/themes/smaller/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/wikilens/Makefile =================================================================== --- trunk/themes/wikilens/Makefile 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/wikilens/Makefile 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,3 @@ -# $Id$ -# # themes/wikilens/Makefile # # minify CSS and JS Property changes on: trunk/themes/wikilens/Makefile ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/wikilens/wikilens.js =================================================================== --- trunk/themes/wikilens/wikilens.js 2012-10-01 08:24:31 UTC (rev 8344) +++ trunk/themes/wikilens/wikilens.js 2012-10-01 08:32:10 UTC (rev 8345) @@ -1,5 +1,4 @@ // Wikilens Javascript functions. -// $Id$ /* Globals: Property changes on: trunk/themes/wikilens/wikilens.js ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-10-01 08:41:40
|
Revision: 8347 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8347&view=rev Author: vargenau Date: 2012-10-01 08:41:30 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Modified Paths: -------------- trunk/themes/fusionforge/templates/actionbar.tmpl trunk/themes/fusionforge/templates/body.tmpl trunk/themes/fusionforge/templates/bottom.tmpl Property Changed: ---------------- trunk/themes/Crao/templates/actionbar.tmpl trunk/themes/Crao/templates/body.tmpl trunk/themes/Crao/templates/bottom.tmpl trunk/themes/Crao/templates/browse.tmpl trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Crao/templates/head.tmpl trunk/themes/Crao/templates/htmldump.tmpl trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Crao/templates/signin.tmpl trunk/themes/Crao/templates/top.tmpl trunk/themes/Crao/templates/wikiblog.tmpl trunk/themes/blog/templates/actionbar.tmpl trunk/themes/blog/templates/blogform.tmpl trunk/themes/blog/templates/body.tmpl trunk/themes/blog/templates/bottom.tmpl trunk/themes/blog/templates/browse-footer.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/blog/templates/debug.tmpl trunk/themes/blog/templates/info.tmpl trunk/themes/blog/templates/navbar.tmpl trunk/themes/blog/templates/sidebar.tmpl trunk/themes/blog/templates/top.tmpl trunk/themes/blog/templates/viewsource.tmpl trunk/themes/blog/templates/wikiblog.tmpl trunk/themes/default/templates/actionbar.tmpl trunk/themes/default/templates/addcomment.tmpl trunk/themes/default/templates/blogform.tmpl trunk/themes/default/templates/body.tmpl trunk/themes/default/templates/bottom.tmpl trunk/themes/default/templates/browse-footer.tmpl trunk/themes/default/templates/browse.tmpl trunk/themes/default/templates/categorypage.tmpl trunk/themes/default/templates/comment.tmpl trunk/themes/default/templates/content.tmpl trunk/themes/default/templates/debug.tmpl trunk/themes/default/templates/dialog.tmpl trunk/themes/default/templates/editpage.tmpl trunk/themes/default/templates/forumadd.tmpl trunk/themes/default/templates/frameset.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/default/templates/homepage.tmpl trunk/themes/default/templates/html.tmpl trunk/themes/default/templates/htmldump.tmpl trunk/themes/default/templates/info.tmpl trunk/themes/default/templates/login.tmpl trunk/themes/default/templates/navbar.tmpl trunk/themes/default/templates/nochanges.tmpl trunk/themes/default/templates/online.tmpl trunk/themes/default/templates/pagelink.tmpl trunk/themes/default/templates/redirect.tmpl trunk/themes/default/templates/savepage.tmpl trunk/themes/default/templates/search.tmpl trunk/themes/default/templates/signin.tmpl trunk/themes/default/templates/top.tmpl trunk/themes/default/templates/userprefs.tmpl trunk/themes/default/templates/viewsource.tmpl trunk/themes/default/templates/wikiblog.tmpl trunk/themes/default/templates/wikiforum.tmpl trunk/themes/fusionforge/templates/actionbar.tmpl trunk/themes/fusionforge/templates/blogform.tmpl trunk/themes/fusionforge/templates/body.tmpl trunk/themes/fusionforge/templates/bottom.tmpl Property changes on: trunk/themes/Crao/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/bottom.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/editpage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/head.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/htmldump.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Crao/templates/wikiblog.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/blogform.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/bottom.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/browse-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/debug.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/info.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/sidebar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/viewsource.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/blog/templates/wikiblog.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/addcomment.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/blogform.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/bottom.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/browse-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/categorypage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/comment.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/content.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/debug.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/dialog.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/editpage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/forumadd.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/frameset.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/head.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/homepage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/html.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/htmldump.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/info.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/login.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/nochanges.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/online.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/pagelink.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/redirect.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/savepage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/search.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/userprefs.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/viewsource.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/wikiblog.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/default/templates/wikiforum.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/templates/actionbar.tmpl =================================================================== --- trunk/themes/fusionforge/templates/actionbar.tmpl 2012-10-01 08:36:17 UTC (rev 8346) +++ trunk/themes/fusionforge/templates/actionbar.tmpl 2012-10-01 08:41:30 UTC (rev 8347) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php $curuserprefs = $user->getPreferences(); $dbh = $request->getDbh(); $isAdmin = $user->isAdmin(); Property changes on: trunk/themes/fusionforge/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/fusionforge/templates/blogform.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/templates/body.tmpl =================================================================== --- trunk/themes/fusionforge/templates/body.tmpl 2012-10-01 08:36:17 UTC (rev 8346) +++ trunk/themes/fusionforge/templates/body.tmpl 2012-10-01 08:41:30 UTC (rev 8347) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($WikiTheme->DUMP_MODE) { ?> <body> <?php } ?> Property changes on: trunk/themes/fusionforge/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/templates/bottom.tmpl =================================================================== --- trunk/themes/fusionforge/templates/bottom.tmpl 2012-10-01 08:36:17 UTC (rev 8346) +++ trunk/themes/fusionforge/templates/bottom.tmpl 2012-10-01 08:41:30 UTC (rev 8347) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (!$WikiTheme->DUMP_MODE) { ?> <?php if (defined('DEBUG') and DEBUG) { ?> <?php echo empty($WARNINGS) ? '' : $WARNINGS ?> Property changes on: trunk/themes/fusionforge/templates/bottom.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-10-01 08:47:53
|
Revision: 8348 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8348&view=rev Author: vargenau Date: 2012-10-01 08:47:44 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Property Changed: ---------------- trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/MonoBook/templates/body.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/MonoBook/templates/browse.tmpl trunk/themes/MonoBook/templates/editpage.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/MonoBook/templates/logo.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/MonoBook/templates/signin.tmpl trunk/themes/MonoBook/templates/tags.tmpl trunk/themes/MonoBook/templates/top.tmpl trunk/themes/MonoBook/templates/viewsource.tmpl trunk/themes/Portland/templates/actionbar.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Portland/templates/debug.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Portland/templates/viewsource.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/Sidebar/templates/body.tmpl trunk/themes/Sidebar/templates/calendar.tmpl trunk/themes/Sidebar/templates/content.tmpl trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/Sidebar/templates/dump-footer.tmpl trunk/themes/Sidebar/templates/frame-left.tmpl trunk/themes/Sidebar/templates/frameset.tmpl trunk/themes/Sidebar/templates/html.tmpl trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/Sidebar/templates/logo.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Sidebar/templates/ratings.tmpl trunk/themes/Sidebar/templates/rc.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/Sidebar/templates/signin.tmpl trunk/themes/Sidebar/templates/tags.tmpl trunk/themes/Sidebar/templates/top.tmpl trunk/themes/shamino_com/templates/actionbar.tmpl trunk/themes/shamino_com/templates/browse-footer.tmpl trunk/themes/shamino_com/templates/debug.tmpl trunk/themes/shamino_com/templates/info.tmpl trunk/themes/shamino_com/templates/signin.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/actionbar.tmpl trunk/themes/smaller/templates/info.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/smaller/templates/signin.tmpl trunk/themes/wikilens/templates/body.tmpl trunk/themes/wikilens/templates/categorypage.tmpl trunk/themes/wikilens/templates/head.tmpl trunk/themes/wikilens/templates/navbar.tmpl trunk/themes/wikilens/templates/newuserwelcomepage.tmpl trunk/themes/wikilens/templates/ratings.tmpl trunk/themes/wikilens/templates/top.tmpl Property changes on: trunk/themes/MonoBook/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/browse-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/editpage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/info.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/logo.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/tags.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/MonoBook/templates/viewsource.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/debug.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/editpage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Portland/templates/viewsource.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/calendar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/content.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/debug.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/dump-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/frame-left.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/frameset.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/html.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/htmldump.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/logo.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/ratings.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/rc.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/search.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/tags.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/Sidebar/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/browse-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/debug.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/info.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/shamino_com/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/smaller/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/smaller/templates/info.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/smaller/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/smaller/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/categorypage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/head.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/newuserwelcomepage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/ratings.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/themes/wikilens/templates/top.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-10-06 11:05:57
|
Revision: 8399 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8399&view=rev Author: vargenau Date: 2012-10-06 11:05:48 +0000 (Sat, 06 Oct 2012) Log Message: ----------- Reformat CSS Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX-topbottombars.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/IE60Fixes.css trunk/themes/MonoBook/IE70Fixes.css trunk/themes/MonoBook/commonPrint.css trunk/themes/MonoBook/main.css trunk/themes/MonoBook/rtl.css trunk/themes/MonoBook/wikiprintable.css trunk/themes/MonoBook/wikistandard.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/jscalendar/calendar-phpwiki.css trunk/themes/Sidebar/jscalendar/calendar-win2k-1.css trunk/themes/Sidebar/jscalendar/calendar-win2k-cold-1.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/IEFixes.css trunk/themes/blog/Kubrick.css trunk/themes/default/IEFixes.css trunk/themes/default/highlight.css trunk/themes/default/phpwiki-modern.css trunk/themes/default/phpwiki-printer.css trunk/themes/default/phpwiki-topbottombars.css trunk/themes/default/phpwiki.css trunk/themes/default/toolbar.css trunk/themes/fusionforge/fusionforge-autonumbering.css trunk/themes/fusionforge/fusionforge-fullscreen.css trunk/themes/fusionforge/fusionforge-print.css trunk/themes/fusionforge/fusionforge-rereading.css trunk/themes/fusionforge/fusionforge.css trunk/themes/shamino_com/shamino_com.css trunk/themes/smaller/IEFixes.css trunk/themes/smaller/phpwiki.css trunk/themes/wikilens/wikilens.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2012-10-06 10:28:33 UTC (rev 8398) +++ trunk/themes/Crao/crao.css 2012-10-06 11:05:48 UTC (rev 8399) @@ -12,50 +12,62 @@ */ body { - background-color: #ccc;/* MODIFY-color */ - font-family: Helvetica, Verdana, Arial, sans-serif; - font-size: 12px ; - line-height: 14px ; - margin: 0; - padding: 0; - border: 0 none ; - color: #000; - text-align: left; + background-color: #ccc; /* MODIFY-color */ + font-family: Helvetica, Verdana, Arial, sans-serif; + font-size: 12px; + line-height: 14px; + margin: 0; + padding: 0; + border: 0 none; + color: #000; + text-align: left; } img { - border: 0; - vertical-align: middle; + border: 0; + vertical-align: middle; } table { - border-spacing: 0; - /* For Mozilla */ - empty-cells: show; + border-spacing: 0; + /* For Mozilla */ + empty-cells: show; } -a:link, a {/* MODIFY-TXT */ + +a:link, a { + /* MODIFY-TXT */ color: #33c; text-decoration: underline; background-color: transparent; } -a:visited {/* MODIFY-TXT */ + +a:visited { + /* MODIFY-TXT */ color: #33c; text-decoration: underline; background-color: transparent; } -a:hover {/* MODIFY-TXT */ + +a:hover { + /* MODIFY-TXT */ color: #03f; - text-decoration:underline; + text-decoration: underline; background-color: transparent; } + a.wiki, a.wikiadmin, a.named-wiki { } + hr { - background-color: #ccc;/* MODIFY-color */ + background-color: #ccc; /* MODIFY-color */ height: 1px; - border: 1px solid #ccc; /* MODIFY-color */ + border: 1px solid #ccc; /* MODIFY-color */ } -div.wikitext pre { font-family: monospace; } + +div.wikitext pre { + font-family: monospace; +} + p { font-size: 1em; margin: 0; @@ -64,19 +76,38 @@ /* generic classes ----------------------------------------------- */ -.tt { font-family: monospace; } -.strike { text-decoration:line-through; } +.tt { + font-family: monospace; +} -.align-left {text-align: left;} -.align-right {text-align: right;} -.align-center {text-align: center;} - -.top {vertical-align: top;} +.strike { + text-decoration: line-through; +} -.nowrap {white-space: nowrap;} +.align-left { + text-align: left; +} -.fullwidth { width: 100%; } +.align-right { + text-align: right; +} +.align-center { + text-align: center; +} + +.top { + vertical-align: top; +} + +.nowrap { + white-space: nowrap; +} + +.fullwidth { + width: 100%; +} + /* --------------------------------------------------------------- */ /* @@ -84,9 +115,9 @@ *****LISTES ****************************** */ -ul{ +ul { position: relative; - padding : 0; + padding: 0; margin: 0; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 100%; @@ -94,8 +125,9 @@ list-style: inside; background-color: transparent; } -ul ul{ - position: relative; + +ul ul { + position: relative; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 100%; margin-left: 2em; @@ -104,48 +136,53 @@ li.rc-major { list-style: none; display: block; - background-color: #fff;/* MODIFY-color */ + background-color: #fff; /* MODIFY-color */ margin: 6px 0; - border: 1px #666 dashed;/* MODIFY-color */ - padding:0.5ex; + border: 1px #666 dashed; /* MODIFY-color */ + padding: 0.5ex; } -li.evenrow{ - border: 0; - padding:1ex; +li.evenrow { + border: 0; + padding: 1ex; } -li.oddrow{ - border: 0; - padding:1ex; + +li.oddrow { + border: 0; + padding: 1ex; } -li strong{ - font-weight: normal; - background-color: transparent; + +li strong { + font-weight: normal; + background-color: transparent; } -strong.wiki-summary{ - display: block; - padding:5px 0; - background-color: transparent; +strong.wiki-summary { + display: block; + padding: 5px 0; + background-color: transparent; } -li a.wiki-rc-action{ - display:inline; - } li a.wiki-rc-action { - border: 0; -/*border-left: 1.2em solid #FC0;*/ -/*la puce de dernieres modifs*/ + display: inline; } + +li a.wiki-rc-action { + border: 0; + /*border-left: 1.2em solid #FC0;*/ + /*la puce de dernieres modifs*/ +} + li.rc-major a.wiki { - font-size: 1.2em; - font-weight: bold; + font-size: 1.2em; + font-weight: bold; } + li>p { - display: inline; + display: inline; } -p.wiki-rc-action -{ + +p.wiki-rc-action { text-align: center; vertical-align: middle; padding: 5px 5px 5px 5px; @@ -153,10 +190,9 @@ background-color: transparent; } -p a.wiki-rc-action -{ +p a.wiki-rc-action { display: inline; - padding:0 10px; + padding: 0 10px; font-weight: bold; background-color: transparent; } @@ -167,25 +203,29 @@ ****************************** */ #header { - background-color: #333;/* MODIFY-color */ + background-color: #333; /* MODIFY-color */ } -#logo {/* MODIFY-TXT */ - color: #ccc; + +#logo { + /* MODIFY-TXT */ + color: #ccc; display: inline; margin-top: 0; margin-left: 0; height: 50px; - width:auto; + width: auto; background-color: transparent; - font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif; + font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif; letter-spacing: -0.1em; } + #logo img { border: 0; } + #logo a { - color: #ccc; - font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif; + color: #ccc; + font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif; text-decoration: none; } @@ -199,7 +239,8 @@ div.ie-actionbuttons { position: relative; height: 22px; - right: 0; bottom: 0; + right: 0; + bottom: 0; margin: 0; background-color: transparent; background-image: url(images/BG.png); @@ -218,7 +259,8 @@ position: fixed; max-width: 30%; height: 22px; - right: 0; bottom: 0; + right: 0; + bottom: 0; margin: 0; background-color: transparent; background-image: url(images/BG.png); @@ -230,7 +272,10 @@ padding-bottom: 0.5ex; border: 0 none; } -#actionbuttons div { } + +#actionbuttons div { +} + #actionbuttons a, #actionbuttons a:link { position: relative; display: inline; @@ -248,43 +293,51 @@ ****************************** */ #content { - margin-top: 0; - margin-left:7%; + margin-top: 0; + margin-left: 7%; margin-right: 7%; - margin-bottom:7%; - background-color: #f2f2f2;/* MODIFY-color */ - border: 1px #999 solid;/* MODIFY-color */ + margin-bottom: 7%; + background-color: #f2f2f2; /* MODIFY-color */ + border: 1px #999 solid; /* MODIFY-color */ padding-left: 2em; padding-right: 15px; - padding-top: 15px; + padding-top: 15px; padding-bottom: 0.5ex; } + /* titre */ -div.boxtitrehead {} -div.boxtitrehead a.backlinks {} +div.boxtitrehead { +} + +div.boxtitrehead a.backlinks { +} + div.wikitext { font-size: 1em; line-height: 130%; text-align: left; } + blockquote.mail-style-quote { - border-left: #FF9933;/* MODIFY-color */ + border-left: #FF9933; /* MODIFY-color */ margin: 0; margin-bottom: 1em; - border: 1px solid #FF9933;/* MODIFY-color */ + border: 1px solid #FF9933; /* MODIFY-color */ padding: 0.5em; } + .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; - margin-bottom : 0; + margin-bottom: 0; background-color: transparent; border-style: none; - border-left: 2px solid #FF9933;/* MODIFY-color */ + border-left: 2px solid #FF9933; /* MODIFY-color */ padding: 0; padding-left: 0.5em; } + blockquote p { - margin-top: 0.5ex; + margin-top: 0.5ex; margin-bottom: 0.5ex; } @@ -293,77 +346,96 @@ *****NAVBAR ****************************** */ -.toolbar, input.button, #signin { font-family:Verdana, Arial, Helvetica, sans-serif; } +.toolbar, input.button, #signin { + font-family: Verdana, Arial, Helvetica, sans-serif; +} -div.toolbar{ - display:block; - background-color:#f2f2f2;/* MODIFY-color */ - border: 1px #666 solid;/* MODIFY-color */ - margin: 2% 7%; +div.toolbar { + display: block; + background-color: #f2f2f2; /* MODIFY-color */ + border: 1px #666 solid; /* MODIFY-color */ + margin: 2% 7%; } + .toolbar { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } + .edit-toolbar { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } + .edit-toolbar img, .edit-toolbar input { - background-color: #fff; - border: 1px solid ButtonFace; + background-color: #fff; + border: 1px solid ButtonFace; } #navbuttons { display: inline; } -#navbuttons img{ - margin:5px 0 5px 10px; + +#navbuttons img { + margin: 5px 0 5px 10px; } -#navbuttons a:link, #navbuttons a{/* MODIFY-TXT */ + +#navbuttons a:link, #navbuttons a { + /* MODIFY-TXT */ font-weight: bold; padding-left: 1ex; padding-right: 1ex; - color:#333; + color: #333; } -#navbuttons a:visited{} -#navbuttons a:hover{} +#navbuttons a:visited { +} + +#navbuttons a:hover { +} + /* ****************************** *****SIGNIN ****************************** */ -#signin{/* MODIFY-TXT */ - width: auto; +#signin { + /* MODIFY-TXT */ + width: auto; text-align: right; padding-right: 10px; background-color: transparent; - color:#ccc; - font-size:12px; + color: #ccc; + font-size: 12px; } -#signin form{/* MODIFY-TXT */ - text-align: center; + +#signin form { + /* MODIFY-TXT */ + text-align: center; padding: 1px; margin: 0; display: inline; } -#signin input{/* MODIFY-TXT */ + +#signin input { + /* MODIFY-TXT */ padding: 0; padding-left: 3px; margin: 0; - font-family: Verdana, Arial, Helvetica, sans-serif ; - color:#333; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #333; font-size: 12px; } -#signin input.wikisignin{ + +#signin input.wikisignin { padding: 0; margin: 0; border: 0 none; } -#signin a.wiki{/* MODIFY-TXT */ - color:#FFF; +#signin a.wiki { + /* MODIFY-TXT */ + color: #FFF; background-color: transparent; } @@ -378,49 +450,61 @@ /*padding-right: 10px;*/ float: right; } -#search form{ - text-align: center; + +#search form { + text-align: center; padding: 1px; margin: 0; display: inline; } -#search input{ + +#search input { padding: 0; padding-left: 3px; margin: 0; - font-family: Verdana, Arial, Helvetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; font-size: 12px; } -#search input.wikiaction{ + +#search input.wikiaction { padding: 0; margin: 0; border: 0 none; } -.search-context { background: white; font-style: oblique; } + +.search-context { + background: white; + font-style: oblique; +} + .search-term { - background: yellow; - font-weight: normal; + background: yellow; + font-weight: normal; } + #livesearch { - height: 13px; - width: 100px; + height: 13px; + width: 100px; } + #LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; + position: absolute; + text-align: left; + display: none; + z-index: 100; + background-color: white; + border: 1px solid #d0d0d0; + font-size: 9px; + overflow: hidden; } + #LSHighlight { - background-color: #f08000; + background-color: #f08000; } + #LSResult .evenrow { - background-color: #f0f0f0; + background-color: #f0f0f0; } /* @@ -429,15 +513,22 @@ ****************************** */ body.sidebar { - font-size: smaller; - margin: 0.5em; + font-size: smaller; + margin: 0.5em; } + body.sidebar div.wikitext { - padding: 0.5em; + padding: 0.5em; } -body.sidebar { padding-left: 1em; } -body.sidebar h2 { margin-top: 0; } +body.sidebar { + padding-left: 1em; +} + +body.sidebar h2 { + margin-top: 0; +} + /* ****************************** *****WIKI-FORM @@ -449,15 +540,24 @@ * have a class yet, so it must be referenced indirectly */ /*div.wikiaction { background-color: #f2f2f2; }*/ - /*div.wikiadmin { background-color: #fee; } */ -form.wikiadmin div { color: #000; background-color: #f2f2f2; } +/*div.wikiadmin { background-color: #fee; } */ +form.wikiadmin div { + color: #000; + background-color: #f2f2f2; +} + div.wikiaction, form.wikiadmin div { } + /* Prevent buttons from overlapping when the toolbar is wrapped. */ -a.wikiaction, a.wikiadmin { line-height: 2.6ex; } +a.wikiaction, a.wikiadmin { + line-height: 2.6ex; +} /* Add space between the input field and following buttons, but not after the last button. */ -div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; } +div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { + margin-right: 0.5em; +} /* ****************************** @@ -466,9 +566,14 @@ */ /* Link icons */ -img.linkicon { vertical-align: middle; } -img.rssicon { vertical-align: baseline; } +img.linkicon { + vertical-align: middle; +} +img.rssicon { + vertical-align: baseline; +} + /* ****************************** *****ADMIN-ACTION @@ -481,10 +586,13 @@ .wikiunsafe { color: #000; - background-color: #f2f2f2;/* MODIFY-color */ + background-color: #f2f2f2; /* MODIFY-color */ } -input.wikiadmin {color: #000; background-color: #fff; } +input.wikiadmin { + color: #000; + background-color: #fff; +} /* ****************************** @@ -498,14 +606,15 @@ font-size: 100%; background-color: transparent; } - /* QuestionMark #600 */ + +/* QuestionMark #600 */ .wikiunknown a, .named-wikiunknown a { color: #FFFFFF; - background-color: #000000;/* MODIFY-color */ + background-color: #000000; /* MODIFY-color */ text-decoration: none; font-weight: normal; font-size: 1em; - padding: 1px; + padding: 1px; padding-top: 0; padding-bottom: 0; border-top: 1px solid #000000; @@ -520,44 +629,66 @@ color: #006; } - /* Interwiki links */ -.wikipage { font-weight: bold; } -.interwiki { text-decoration: none; } -.interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } -.interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } +.wikipage { + font-weight: bold; +} +.interwiki { + text-decoration: none; +} + +.interwiki, i.interwiki .wikipage, em .interwiki .wikipage { + font-style: oblique; +} + +.interwiki .wikipage, i .interwiki, em .interwiki { + font-style: normal; +} + /* ****************************** *****HEADING ****************************** */ -h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } +h1, h2, h3, h4, h5, h6 { + font-family: Arial, Helvetica, sans-serif; +} -h1 { /* MODIFY-TXT */ - margin-top: 10px; +h1 { + /* MODIFY-TXT */ + margin-top: 10px; background-color: transparent; color: #555; } -h1 a.backlinks{ /* MODIFY-TXT */ +h1 a.backlinks { + /* MODIFY-TXT */ color: #777; - text-decoration:none; + text-decoration: none; } -h1 a.wiki{ /* MODIFY-TXT */ + +h1 a.wiki { + /* MODIFY-TXT */ color: #777; - text-decoration:none; + text-decoration: none; } -h1 a.pagetitle{ /* MODIFY-TXT */ + +h1 a.pagetitle { + /* MODIFY-TXT */ color: #555; - text-decoration:none; + text-decoration: none; } -h1 a:hover{ /* MODIFY-TXT */ + +h1 a:hover { + /* MODIFY-TXT */ color: #888; - text-decoration:underline; + text-decoration: underline; } -h4, h5, h6 { /* MODIFY-TXT */ - margin-bottom: 0; + +h4, h5, h6 { + /* MODIFY-TXT */ + margin-bottom: 0; background-color: transparent; color: #111; } @@ -572,15 +703,15 @@ div.rss { background-color: #fff; - color:#000; + color: #000; border: 2px solid #ddd; } - div.feed { font-size: 1.4em; padding: 0.5em; } + .chandesc { font-size: 0.9em; } @@ -588,7 +719,7 @@ div.rssitem { display: block; background-color: #fff; - color:#000; + color: #000; border-top: 1px solid #ddd; padding: 0 0.5em; @@ -599,6 +730,7 @@ border: 0; margin-top: 0.5em; } + div.itemdesc { font-size: 1em; margin-bottom: 0.5em; @@ -609,57 +741,74 @@ *****TABLES ****************************** */ -table, td { font-family: Verdana, Arial, Helvetica, sans-serif; } +table, td { + font-family: Verdana, Arial, Helvetica, sans-serif; +} + caption { font-family: Verdana, Arial, Helvetica, sans-serif; width: auto; } + .pagelist { - background-color: white;/* MODIFY-color */ - border:1px #333 dashed;/* MODIFY-color */ + background-color: white; /* MODIFY-color */ + border: 1px #333 dashed; /* MODIFY-color */ } -.pagelist thead, .pagelist thead u {} -.pagelist tr.evenrow { background-color: white ;} -.pagelist tr.oddrow { background-color: white; } -.pagelist td { padding:3px; } + +.pagelist thead, .pagelist thead u { +} + +.pagelist tr.evenrow { + background-color: white; +} + +.pagelist tr.oddrow { + background-color: white; +} + +.pagelist td { + padding: 3px; +} + th.gridbutton { - background-color: ThreeDLightShadow; - color: black; - font-size: small; - font-weight: normal; - font-family: Tahoma, Arial, Helvetica, sans-serif; - height: 18px; - margin: 5px 0; - float: none; - white-space: nowrap; - max-height: 24px; - padding: 5px 0 5px 0; - border-width: 1px; - border-style: solid; - border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; + background-color: ThreeDLightShadow; + color: black; + font-size: small; + font-weight: normal; + font-family: Tahoma, Arial, Helvetica, sans-serif; + height: 18px; + margin: 5px 0; + float: none; + white-space: nowrap; + max-height: 24px; + padding: 5px 0 5px 0; + border-width: 1px; + border-style: solid; + border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; } + input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { - text-decoration: none; - font-size: small; - font-weight: normal; - font-family: Tahoma, Arial, Helvetica, sans-serif; - background-color: ThreeDLightShadow; - color: black; + text-decoration: none; + font-size: small; + font-weight: normal; + font-family: Tahoma, Arial, Helvetica, sans-serif; + background-color: ThreeDLightShadow; + color: black; } -.wikilink{ - display:block; +.wikilink { + display: block; } -#revision{ - font-size:10px; - text-align:right; - background-color: #f2f2f2;/* MODIFY-color */ +#revision { + font-size: 10px; + text-align: right; + background-color: #f2f2f2; /* MODIFY-color */ /* "paper" borders */ padding-left: 2em; padding-right: 1em; - padding-top: 0.5ex; + padding-top: 0.5ex; padding-bottom: 0.5ex; clear: both; } @@ -670,35 +819,43 @@ padding: 0; padding-top: 0.25ex; } -#xhtml-validator -{ + +#xhtml-validator { font-size: small; text-align: center; margin-top: 1em; } - /* ****************************** *****EDIT-PAGE ****************************** */ -form { margin: 0; } +form { + margin: 0; +} + input, textarea { margin: 0.1em; background-color: #FFF; vertical-align: middle; font-size: 1em; } -input.wikisignin{ + +input.wikisignin { border: 0 none; - background-color:#FFF; + background-color: #FFF; } -input.wikiaction{ + +input.wikiaction { border: 1px solid black; - background-color:#D7FA8C; + background-color: #D7FA8C; } -input.numeric { text-align: center; } + +input.numeric { + text-align: center; +} + /* Make the textarea the full page width */ textarea.wikiedit { width: 90%; @@ -714,13 +871,15 @@ font-size: smaller; border: 1px none; } -#editarea-size legend{ + +#editarea-size legend { text-align: right; font-size: smaller; border: 1px solid #CCC; background-color: #ccc; } -.editarea legend{ + +.editarea legend { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; @@ -728,19 +887,21 @@ border: 1px solid #333; background-color: #eee; } + fieldset.editarea { - margin : 1ex; + margin: 1ex; margin-top: 1em; text-align: center; - padding : 10px; + padding: 10px; border: 1px solid #333; background-color: #E8E8E5; } + fieldset.toolbar { - margin : 1ex; + margin: 1ex; margin-top: 0; text-align: center; - padding : 3px; + padding: 3px; border: 1px solid #FFF; background-color: #FFF; } @@ -750,50 +911,53 @@ .transclusion-title { text-align: right; font-style: oblique; - font-size: smaller; + font-size: smaller; text-decoration: underline; margin-bottom: 0.25ex; - margin-right: 0.25em; + margin-right: 0.25em; } + .transclusion, .wiki-edithelp { font-size: smaller; } + .transclusion { - border: 1px solid gray;/* MODIFY-color */ - padding-left: 0.8em; + border: 1px solid gray; /* MODIFY-color */ + padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0; - padding-bottom: 0; - margin-left: 0.25em; - margin-right: 0.25em; + padding-top: 0; + padding-bottom: 0; + margin-left: 0.25em; + margin-right: 0.25em; margin-bottom: 0.1ex; } + .wiki-edithelp { background-color: white; border: medium solid #fff8dc; /* MODIFY-color */ - padding-left: 0.5em; + padding-left: 0.5em; padding-right: 0.5em; - padding-top: 0.75ex; + padding-top: 0.75ex; padding-bottom: 0.75ex; - margin-left: 0; + margin-left: 0; margin-right: 0; margin-top: 1ex; margin-bottom: 1ex; } + .wiki-edithelp .wiki { /* color: #5454ff;*/ } + .wiki-edithelp p { font-family: Verdana, Helvetica, Arial, sans-serif; - padding-left: 0.5em; + padding-left: 0.5em; padding-right: 0.5em; - padding-top: 0.5ex; + padding-top: 0.5ex; padding-bottom: 0.5ex; margin: 0; } - - /* ****************************** *****CALENDAR @@ -801,14 +965,15 @@ */ table.cal { - float:right; - font-size:10px; + float: right; + font-size: 10px; border: 1px solid #333; - background-color: #ccc;/* MODIFY-color */ + background-color: #ccc; /* MODIFY-color */ margin: 10px; padding: 1px; /* For Mozilla */ - empty-cells: hide;} + empty-cells: hide; +} /* cells */ table.cal td { @@ -816,73 +981,98 @@ } /* Month-name header */ -table.cal-header { /* MODIFY-TXT */ -font-size: larger; -background-color: #333;/* MODIFY-color */ -color: #f2f2f2;} -table.cal-header tr, table.cal-header td { text-align: center; } -.cal-arrow {/* MODIFY-TXT */ +table.cal-header { + /* MODIFY-TXT */ + font-size: larger; + background-color: #333; /* MODIFY-color */ + color: #f2f2f2; +} + +table.cal-header tr, table.cal-header td { + text-align: center; +} + +.cal-arrow { + /* MODIFY-TXT */ font-weight: bold; text-decoration: none; color: #fff; } -a.cal-arrow {/* MODIFY-TXT */ - color:#fff; + +a.cal-arrow { + /* MODIFY-TXT */ + color: #fff; } /* Day-names header */ -table.cal tbody tr .cal-dayname { } +table.cal tbody tr .cal-dayname { +} .cal-dayname td { - text-align: center; + text-align: center; font-size: smaller; text-decoration: none; - background-color: #f2f2f2;/* MODIFY-color */ + background-color: #f2f2f2; /* MODIFY-color */ } /* Individual days */ a.cal-hide { - font-size: 9px; -text-decoration: none; } + font-size: 9px; + text-decoration: none; +} /* Today */ - /* cell */ +/* cell */ table.cal td.cal-today { margin: 1px; - border: 1px solid #333;/* MODIFY-color */ + border: 1px solid #333; /* MODIFY-color */ color: #000; - background-color: #f2f2f2;/* MODIFY-color */ + background-color: #f2f2f2; /* MODIFY-color */ } - /* text */ -table.cal td.cal-day a.cal-day {font-size: 9px; -text-decoration: underline; } +/* text */ +table.cal td.cal-day a.cal-day { + font-size: 9px; + text-decoration: underline; +} + /* ****************************** *****DIFF ****************************** */ -.diff .block div { position: relative; padding-left: 1.5em; } -.diff .prefix { position: absolute; left: 0.5em; top: 0; } +.diff .block div { + position: relative; + padding-left: 1.5em; +} + +.diff .prefix { + position: absolute; + left: 0.5em; + top: 0; +} + /* main box */ .diff { -color: #000; + color: #000; background-color: transparent; border: 1px solid black; } + .diff .block { -color: #000; + color: #000; background-color: #ccc; padding-left: 1em; } /* individual blocks */ .diff .context { -color: #000; + color: #000; background-color: transparent; border: none; } + /* + - line prefix */ .diff .block tt { font-weight: normal; @@ -892,6 +1082,7 @@ margin-left: 0; border: none; } + /* changed words */ .diff del, .diff ins { font-weight: bold; @@ -901,33 +1092,45 @@ /* blocks containing deleted or added words */ .diff .original, .diff .deleted, .diff .final, .diff .added { -color: #000; + color: #000; background-color: white; } + /* blocks containing deleted words */ .diff .original, .diff .deleted { -color: #000; + color: #000; background-color: #fcc; border: none; } + /* blocks containing added words */ .diff .final, .diff .added { -color: #000; + color: #000; background-color: #cfc; border: none; } /* deleted words */ -.diff del {color: #000; background-color: #f99; } +.diff del { + color: #000; + background-color: #f99; +} + /* added words */ -.diff ins {color: #000; background-color: #9f9; } +.diff ins { + color: #000; + background-color: #9f9; +} /* ****************************** *****INFO-HISTORY ****************************** */ -td.pageinfo { font-weight: bold; } +td.pageinfo { + font-weight: bold; +} + .pageinfo-minoredit, .pageinfo-authorid { font-size: smaller; font-style: oblique; @@ -953,47 +1156,46 @@ ****************************** */ -#clear - { - clear : both; - margin : 0; - margin-top : -7px; - padding : 2px; - text-align : center; - color : #000; - background-color : #FFF; - border : solid 0; +#clear { + clear: both; + margin: 0; + margin-top: -7px; + padding: 2px; + text-align: center; + color: #000; + background-color: #FFF; + border: solid 0; } + /* reset post NN4 */ /*/*/ -#clear - { - margin-top : 0; +#clear { + margin-top: 0; } - /* ****************************** *****IMG-HACK ****************************** */ -img.inlineimage{ +img.inlineimage { border: 0; vertical-align: middle; - margin : 0 5px 0 5px; + margin: 0 5px 0 5px; } -em > img.inlineimage{ + +em > img.inlineimage { float: left; border: 0; vertical-align: middle; - margin : 5px 15px 15px 0; + margin: 5px 15px 15px 0; } -strong > img.inlineimage{ +strong > img.inlineimage { float: right; border: 0; vertical-align: middle; - margin : 5px 0 15px 15px; + margin: 5px 0 15px 15px; } /* @@ -1005,7 +1207,7 @@ h2.wikiblog-heading { font-size: 2em; padding-bottom: 0.5em; - border-bottom: 2px solid gray;/* MODIFY-color */ + border-bottom: 2px solid gray; /* MODIFY-color */ } /* @@ -1014,17 +1216,22 @@ ****************************** */ -.interwiki-map thead td { text-decoration: underline; } -.printer { display: none; } +.interwiki-map thead td { + text-decoration: underline; +} +.printer { + display: none; +} + .error { color: black; background-color: #eee; - margin-top: 1em; + margin-top: 1em; margin-bottom: 1em; - padding-left: 0.8em; + padding-left: 0.8em; padding-right: 0.8em; - padding-top: 0.8ex; + padding-top: 0.8ex; padding-bottom: 0; border: medium solid red; clear: both; Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2012-10-06 10:28:33 UTC (rev 8398) +++ trunk/themes/Hawaiian/Hawaiian.css 2012-10-06 11:05:48 UTC (rev 8399) @@ -11,41 +11,70 @@ * General */ img { - border: 0; - vertical-align: baseline; + border: 0; + vertical-align: baseline; } -form { margin: 0; } -input { margin: 0.1em; } -input.numeric { text-align: right; } +form { + margin: 0; +} + +input { + margin: 0.1em; +} + +input.numeric { + text-align: right; +} + table { - border-spacing: 1px; - /* For Mozilla */ - empty-cells: show; + border-spacing: 1px; + /* For Mozilla */ + empty-cells: show; } + caption { - caption-side: top; - text-align: left; - margin-bottom: .5ex; - /* Allow the caption to extend to the full page width */ - width: 100%; + caption-side: top; + text-align: left; + margin-bottom: .5ex; + /* Allow the caption to extend to the full page width */ + width: 100%; } /* generic classes ----------------------------------------------- */ -.tt { font-family: monospace; } -.strike { text-decoration:line-through; } +.tt { + font-family: monospace; +} -.align-left {text-align: left;} -.align-right {text-align: right;} -.align-center {text-align: center;} - -.top {vertical-align: top;} +.strike { + text-decoration: line-through; +} -.nowrap {white-space: nowrap;} +.align-left { + text-align: left; +} -.fullwidth { width: 100%; } +.align-right { + text-align: right; +} +.align-center { + text-align: center; +} + +.top { + vertical-align: top; +} + +.nowrap { + white-space: nowrap; +} + +.fullwidth { + width: 100%; +} + /* --------------------------------------------------------------- */ /** @@ -54,426 +83,542 @@ /* Main wiki text box */ body { - color: black; - background-color: white; - background-image: url("images/uhhbackground.jpg"); - background-repeat: repeat; - font-family: Arial, Helvetica, sans-serif; - margin: 1ex 0.5em; + color: black; + background-color: white; + background-image: url("images/uhhbackground.jpg"); + background-repeat: repeat; + font-family: Arial, Helvetica, sans-serif; + margin: 1ex 0.5em; } + body p { - margin-left: 1em; + margin-left: 1em; } #logo img { - border: 1px outset gray; - margin-left: 1em; - margin-bottom: 1ex; + border: 1px outset gray; + margin-left: 1em; + margin-bottom: 1ex; } + img#signature { - background-color: white; - border: 1px outset gray; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 14px; + background-color: white; + border: 1px outset gray; + padding-left: 8px; + padding-right: 8px; + padding-top: 8px; + padding-bottom: 14px; } + div.wikitext { - margin-top: 1ex; - margin-bottom: 0.5ex; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0.5ex; - padding-bottom: 0.5ex; - clear: both; + margin-top: 1ex; + margin-bottom: 0.5ex; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + clear: both; } -div.wikitext hr { height: 1px; } -div.wikitext pre { font-family: monospace; } +div.wikitext hr { + height: 1px; +} +div.wikitext pre { + font-family: monospace; +} /* Mozilla RecentChanges Sidebar */ body.sidebar { - font-size: smaller; - margin: 0.5em; + font-size: smaller; + margin: 0.5em; } + body.sidebar div.wikitext { - padding: 0.5em; + padding: 0.5em; } -body.sidebar div.wikitext ul { padding-left: 1em; } -body.sidebar h2 { margin-top: 0; } +body.sidebar div.wikitext ul { + padding-left: 1em; +} +body.sidebar h2 { + margin-top: 0; +} + /** * Link styles */ .wiki, .named-wiki { - font-weight: bold; - color: #87785c; + font-weight: bold; + color: #87785c; } -.wiki { text-decoration: none; } -.named-wiki { text-decoration: underline; } +.wiki { + text-decoration: none; +} + +.named-wiki { + text-decoration: underline; +} + /** * wikiaction, wikiadmin, wikiunsafe: */ -.wikiaction, .wikiadmin, .wiki-rc-action, .backlinks { text-decoration: none; } -.wikiaction, .wikiadmin { font-weight: bold; } +.wikiaction, .wikiadmin, .wiki-rc-action, .backlinks { + text-decoration: none; +} -.wikiaction, .wikiaction table, span.wikiaction { color: #4d5a6b; } -.wikiadmin, .wikiadmin table { color :#ff7e00; } -.wikiunsafe { } +.wikiaction, .wikiadmin { + font-weight: bold; +} -.backlinks { color: #1d4fc0; } -h1 .backlinks { text-decoration: underline; } +.wikiaction, .wikiaction table, span.wikiaction { + color: #4d5a6b; +} +.wikiadmin, .wikiadmin table { + color: #ff7e00; +} +.wikiunsafe { +} + +.backlinks { + color: #1d4fc0; +} + +h1 .backlinks { + text-decoration: underline; +} + /* Unknown links */ -.wikiunknown a, .named-wikiunknown a, .wikiunknown u { color: #a6977a; } +.wikiunknown a, .named-wikiunknown a, .wikiunknown u { + color: #a6977a; +} /* Interwiki links */ -.wikipage { font-weight: bold; } -.interwiki { text-decoration: none; } +.wikipage { + font-weight: bold; +} + +.interwiki { + text-decoration: none; +} + .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { - font-style: oblique; + font-style: oblique; } + .interwiki .wikipage, i .interwiki, em .interwiki { - font-style: normal; + font-style: normal; } - /** * headings */ -h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } +h1, h2, h3, h4, h5, h6 { + font-family: Arial, Helvetica, sans-serif; +} -h1 { margin: 0; } +h1 { + margin: 0; +} /** * tables */ -caption { font-family: Arial, Helvetica, sans-serif; } +caption { + font-family: Arial, Helvetica, sans-serif; +} + .pagelist { } + .pagelist thead, .pagelist thead u { } -.pagelist tr.evenrow { background-color: #eee; } -.pagelist tr.oddrow { background-color: white; } + +.pagelist tr.evenrow { + background-color: #eee; +} + +.pagelist tr.oddrow { + background-color: white; +} + th.gridbutton { - background-color: ThreeDLightShadow; - color: black; - font-family: Tahoma, Arial, Helvetica, sans-serif; - font-size: small; - font-weight: normal; - margin: 5px 0; - white-space: nowrap; - max-height: 24px; - padding: 5px 0 5px 0; - border-width: 1px; - border-style: solid; - border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; + background-color: ThreeDLightShadow; + color: black; + font-family: Tahoma, Arial, Helvetica, sans-serif; + font-size: small; + font-weight: normal; + margin: 5px 0; + white-space: nowrap; + max-height: 24px; + padding: 5px 0 5px 0; + border-width: 1px; + border-style: solid; + border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight; } + input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { - text-decoration: none; - font-size: small; - font-weight: normal; - font-family: Tahoma, Arial, Helvetica, sans-serif; - background-color: ThreeDLightShadow; - color: black; + text-decoration: none; + font-size: small; + font-weight: normal; + font-family: Tahoma, Arial, Helvetica, sans-serif; + background-color: ThreeDLightShadow; + color: black; } /** * Toolbar */ -.toolbar, input.button { font-family: Arial, Helvetica, sans-serif; } +.toolbar, input.button { + font-family: Arial, Helvetica, sans-serif; +} .toolbar { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } + /* Prevent buttons from overlapping when wrapped */ -#navbar, #actionbar { line-height: 140%; } +#navbar, #actionbar { + line-height: 140%; +} .editdate { - font-family: Arial, Helvetica, sans-serif; - margin: 0; - padding: 0; - padding-top: 0.25ex; + font-family: Arial, Helvetica, sans-serif; + margin: 0; + padding: 0; + padding-top: 0.25ex; } - /** * Edit Page & View Source */ /* Make the textarea the full page width */ .wikiedit { - width: 100%; - margin-bottom: 0.5ex; - margin-top: 0.5ex; - padding: 2px; + width: 100%; + margin-bottom: 0.5ex; + margin-top: 0.5ex; + padding: 2px; } -input.button { font-family: Arial, Helvetica, sans-serif; } +input.button { + font-family: Arial, Helvetica, sans-serif; +} + #editarea-size { - margin-top: 1ex; - text-align: right; - font-size: smaller; + margin-top: 1ex; + text-align: right; + font-size: smaller; } /* IncludePage plugin ================================================= */ .transclusion-title { - text-align: right; - font-style: oblique; - font-size: smaller; - text-decoration: underline; - margin-bottom: 0.25ex; - margin-right: 0.25em; + 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; + font-size: smaller; } + .transclusion { - background: inherit; - border: 1px dotted #a6977a; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0; - padding-bottom: 0; - margin-left: 0.25em; - margin-right: 0.25em; - margin-bottom: 0.1ex; + background: inherit; + border: 1px dotted #a6977a; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0; + padding-bottom: 0; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; } + .wiki-edithelp { - border: medium solid #d8caae; - 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; + border: medium solid #d8caae; + 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: #87785c; + color: #87785c; } + .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; + font-family: Arial, Helvetica, sans-serif; + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + margin: 0; } - /** * Calendar plugin */ table.cal { - border: 1px outset gray; - margin: 0.5ex 0.5em; - padding: 1px; - /* For Mozilla */ - empty-cells: hide; + border: 1px outset gray; + margin: 0.5ex 0.5em; + padding: 1px; + /* For Mozilla */ + empty-cells: hide; } + /* Month-name & arrows area */ table.cal thead { } + table.cal table.cal-header td { - padding-top: 110px; + padding-top: 110px; } + table.cal thead tr:first-child { - background-image: url("images/pictures/SteamVolcanoDusk.jpg"); - background-repeat: no-repeat; - background-position: center; - font-size: larger; + background-image: url("images/pictures/SteamVolcanoDusk.jpg"); + background-repeat: no-repeat; + background-position: center; + font-size: larger; } - /* Month-name & arrows cells */ + +/* Month-name & arrows cells */ table.cal table.cal-header td { - text-align: center; - color: white; - background-color: transparent; - border: 0; + text-align: center; + color: white; + background-color: transparent; + border: 0; } - /* arrow text */ + +/* arrow text */ .cal-arrow { - text-decoration: none; - color: white; - font-weight: bold; + text-decoration: none; + color: white; + font-weight: bold; } /* Day-names header */ table.cal tr .cal-dayname { - background: inherit; + background: inherit; } + .cal-dayname td { - text-align: center; - font-size: smaller; - text-decoration: none; - color: black; - padding-bottom: 0.5ex; + text-align: center; + font-size: smaller; + text-decoration: none; + color: black; + padding-bottom: 0.5ex; } /* Individual days */ - /* cells */ +/* cells */ table.cal tbody td { - border: 0.5pt solid #ddd; - background-color: white; - text-align: right; + border: 0.5pt solid #ddd; + background-color: white; + text-align: right; } - /* text */ + +/* text */ a.cal-hide { - text-decoration: none; - color: black; - font-weight: normal; + text-decoration: none; + color: black; + font-weight: normal; } - /* Today */ - /* cell */ + +/* Today */ +/* cell */ table.cal td.cal-today { - margin: 1px; - background-color: white; - border: 0.5pt solid black; + margin: 1px; + background-color: white; + border: 0.5pt solid black; } - /* text */ + +/* text */ table.cal td.cal-today a { - color: blue; + color: blue; } - /* Day with a data page */ - /* cell */ + +/* Day with a data page */ +/* cell */ table.cal td.cal-day { - margin: 1px; - background-color: white; - border: 0.5pt solid black; + margin: 1px; + background-color: white; + border: 0.5pt solid black; } - /* text */ + +/* text */ table.cal td.cal-day a { - color: red; - text-decoration: none; + color: red; + text-decoration: none; } - /** * Diff Output */ /* main box */ .diff .block { - background-color: #ccc; - padding: 0.5ex 0.5em; - margin: 0.5ex 0; + background-color: #ccc; + padding: 0.5ex 0.5em; + margin: 0.5ex 0; } /* individual lines */ -.diff .context { background-color: white; } +.diff .context { + background-color: white; +} /* + - line prefix */ -.diff .block tt{ - font-weight: bold; - font-family: monospace; - margin-left: -.6em; - color: black; +.diff .block tt { + font-weight: bold; + font-family: monospace; + margin-left: -.6em; + color: black; } .diff del, .diff ins { - font-weight: bold; - text-decoration: none; + font-weight: bold; + text-decoration: none; } -.diff .original, .diff .deleted { background-color: #fcc; } -.diff .final, .diff .added { background-color: #cfc; } -.diff del { background-color: #f99; } -.diff ins { background-color: #9f9; } +.diff .original, .diff .deleted { + background-color: #fcc; +} +.diff .final, .diff .added { + background-color: #cfc; +} + +.diff del { + background-color: #f99; +} + +.diff ins { + background-color: #9f9; +} + /** * Other */ -.printer { display: none; } +.printer { + display: none; +} div.error { - color: black; - border: medium solid #d8caae; - margin-top: 1em; - margin-bottom: 1em; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0.8ex; - padding-bottom: 0; - font-size: smaller; - clear: both; + color: black; + border: medium solid #d8caae; + margin-top: 1em; + margin-bottom: 1em; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.8ex; + padding-bottom: 0; + font-size: smaller; + clear: both; } /* Debug */ .debug { - color: black; - font-family: monospace; - margin: 1ex 0; - padding: 0.5ex 0.5em; - border: medium solid #d8caae; + color: black; + font-family: monospace; + margin: 1ex 0; + padding: 0.5ex 0.5em; + border: medium solid #d8caae; } .clear-floats { - clear: both; + clear: both; } /** * Search Results */ -.search-context { background-color: white; font-style: oblique; } +.search-context { + background-color: white; + font-style: oblique; +} + .search-term { - background-color: yellow; - font-weight: normal; + background-color: yellow; + font-weight: normal; } + #LSResult { - position: absolute; - text-align: left; - display: none; - z-index: 100; - background-color: white; - border: 1px solid #d0d0d0; - font-size: 9px; - overflow: hidden; + position: absolute; + text-align: left; + display: none; + z-index: 100; + background-color: white; + border: 1px solid #d0d0d0; + font-size: 9px; + overflow: hidden; } + #LSHighlight { - background-color: #f08000; + background-color: #f08000; } + #LSResult .evenrow { - background-color: #f0f0f0; + background-color: #f0f0f0; } -.toolbar, div.toolbar { margin: 0.5ex 0; } +.toolbar, div.toolbar { + margin: 0.5ex 0; +} /* Link icons */ -img.linkicon { vertical-align: middle; } +img.linkicon { + vertical-align: middle; +} div.wikitext { - width: auto; - background-image: url("images/tchecker-white.png"); - background-repeat: repeat; + width: auto; + background-image: url("images/tchecker-white.png"); + background-repeat: repeat; } + .wiki-edithelp { - background-image: url("images/tchecker-sand.png"); - background-repeat: repeat; + background-image: url("images/tchecker-sand.png"); + background-repeat: repeat; } + .wiki-edithelp p { - background-image: url("images/tchecker-white.png"); - background-repeat: repeat; + background-image: url("images/tchecker-white.png"); + background-repeat: repeat; } /** * Diff Output */ -.diff .block div { position: relative; padding-left: 1.5em; } -.diff .prefix { position: absolute; left: 0.5em; top: 0; } +.diff .block div { + position: relative; + padding-left: 1.5em; +} +.diff .prefix { + position: absolute; + left: 0.5em; + top: 0; +} + /** * Other */ .debug { - background-image: url("images/tchecker-sand.png"); - background-repeat: repeat; + background-image: url("images/tchecker-sand.png"); + background-repeat: repeat; } /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */ Modified: trunk/themes/MacOSX/MacOSX-topbottombars.css =================================================================== --- trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-10-06 10:28:33 UTC (rev 8398) +++ trunk/themes/MacOSX/MacOSX-topbottombars.css 2012-10-06 11:05:48 UTC (rev 8399) @@ -4,9 +4,9 @@ * General settings */ body { - /* Odd large top padding is needed for Mozilla */ - padding-top: 16ex; - padding-bottom: 9ex; + /* Odd large top padding is needed for Mozilla */ + padding-top: 16ex; + padding-bottom: 9ex; } /** @@ -15,45 +15,47 @@ * #navbar and #actionbar, such as in editpage and removepage */ div#header, div#footer { - background: white url("images/bgpaper8.png"); - margin: 0; - padding: 0; - position: fixed; - left: 0; - right: 0; - padding-top: 0.5ex; - padding-bottom: 0.5ex; - padding-left: 1em; - padding-right: 1em; + background: white url("images/bgpaper8.png"); + margin: 0; + padding: 0; + position: fixed; + left: 0; + right: 0; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + padding-left: 1em; + padding-right: 1em; } + hr.toolbar { - display: none; + display: none; } - /** * Navbar */ div#header { - top: 0; - border-bottom: 1px solid #b2b2b2; + top: 0; + border-bottom: 1px solid #b2b2b2; } + div#navbuttons { - padding-bottom: 0.25ex; + padding-bottom: 0.25ex; } /** * Actionbar */ div#footer { - border-top: 1px solid #b2b2b2; - /* kludge for Mozilla */ - bottom: -1ex; - padding-bottom: 0; + border-top: 1px solid #b2b2b2; + /* kludge for Mozilla */ + bottom: -1ex; + padding-bottom: 0; } + p.editdate { - margin-top: 0.75ex; - margin-bottom: 0.5ex; + margin-top: 0.75ex; + margin-bottom: 0.5ex; } /* For emacs users Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2012-10-06 10:28:33 UTC (rev 8398) +++ trunk/themes/MacOSX/MacOSX.css 2012-10-06 11:05:48 UTC (rev 8399) @@ -23,713 +23,1000 @@ TODO: Get rid of tables in wikiaction forms. */ -body { background: #fafafa url("images/bgpaper8.png"); } -body.edit { background: #fafafa url("images/bggranular.png"); } +body { + background: #fafafa url("images/bgpaper8.png"); +} -body { } +body.edit { + background: #fafafa url("images/bggranular.png"); +} +body { +} + /* Ensure identical vertical alignment for adjacent form buttons, whether image based (Theme buttons) or not */ input[type=submit], input[type=cancel], -input[type=image] { vertical-align: middle } +input[type=image] { + vertical-align: middle +} -h1, h2, h3, .toolbar, td { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; } +h1, h2, h3, .toolbar, td { + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; +} -input.button { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; } +input.button { + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; +} input.numeric { - text-align: right; + text-align: right; } -.wikitext pre { font-family: Monaco, monospace; } +.wikitext pre { + font-family: Monaco, monospace; +} + input[type=text] { - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #dddddd; - border-right: 1px solid #c3c3c3; + border-top: 1px solid #7c7c7c; + border-left: 1px solid #c3c3c3; + border-bottom: 1px solid #dddddd; + border-right: 1px solid #c3c3c3; } /* Add space between the input field and following buttons, but not after the last button. */ div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { - margin-right: 0.5em; + margin-right: 0.5em; } /* generic classes ----------------------------------------------- */ -.tt { font-family: monospace; } -.strike { text-decoration:line-through; } +.tt { + font-family: monospace; +} -.align-left {text-align: left;} -.align-right {text-align: right;} -.align-center {text-align: center;} - -.top {vertical-align: top;} +.strike { + text-decoration: line-through; +} -.nowrap {white-space: nowrap;} +.align-left { + text-align: left; +} -.fullwidth { width: 100%; } +.align-right { + text-align: right; +} +.align-center { + text-align: center; +} + +.top { + vertical-align: top; +} + +.nowrap { + white-space: nowrap; +} + +.fullwidth { + width: 100%; +} + /* --------------------------------------------------------------- */ /** * Wiki */ div.wikitext { - 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.8em; - padding-right: 0.8em; - padding-top: 0.5em; - padding-bottom: 0.5em; - margin: 0.5ex 0; - clear: both; + 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.8em; + padding-right: 0.8em; + padding-top: 0.5em; + padding-bottom: 0.5em; + margin: 0.5ex 0; + clear: both; } -input.wikitext { margin:0; } +input.wikitext { + margin: 0; +} + input[type=text] { - height: 2.7ex; - padding: 0.4ex 0.3ex; + height: 2.7ex; + padding: 0.4ex 0.3ex; } -div.toolbar { margin: 1ex 0; } +div.toolbar { + margin: 1ex 0; +} /** * PageTypes */ .interwiki-map thead td { - background: #e8e8e8; - font-weight: bold; - font-size: smaller; + background: #e8e8e8; + font-weight: bold; + font-size: smaller; } -.interwiki-map thead td:first-child { text-decoration: underline; } -.interwiki-moniker { background: #eee; } -.interwiki-url { background: #f8f8f8; } +.interwiki-map thead td:first-child { + text-decoration: underline; +} + +.interwiki-moniker { + background: #eee; +} + +.interwiki-url { + background: #f8f8f8; +} + /* Mozilla RecentChanges Sidebar */ body.sidebar { - font-size: smaller; - margin: 0.5em; + font-size: smaller; + margin: 0.5em; } + body.sidebar div.wikitext { - padding: 0.5em; + padding: 0.5em; } -body.sidebar div.wikitext ul { padding-left: 1em; } -body.sidebar h2 { margin-top: 0; } +body.sidebar div.wikitext ul { + padding-left: 1em; +} + +body.sidebar h2 { + margin-top: 0; +} + div.error { - background: #eee; - border: 1px solid gray; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0.8ex; - padding-bottom: 0; - margin-top: 1em; - clear: both; - font-size: smaller; + background: #eee; + border: 1px solid gray; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.8ex; + padding-bottom: 0; + margin-top: 1em; + clear: both; + font-size: smaller; } /* Debug */ .debug { - color: black; - background: white; - font-family: monospace; - font-size: smaller; - margin: 1ex 0; - padding: 0.5ex 0.5em; - border: 1px solid #eee; + color: black; + background: white; + font-family: monospace; + font-size: smaller; + margin: 1ex 0; + padding: 0.5ex 0.5em; + border: 1px solid #eee; } /* * Link styles */ /* Wiki Links */ -a.wiki { text-decoration: none; } -.wiki, .named-wiki { font-weight: bold; color:#1d42be; } /*blue*/ +a.wiki { + text-decoration: none; +} +.wiki, .named-wiki { + font-weight: bold; + color: #1d42be; +} + +/*blue*/ + /* Unknown links */ -.wikiunknown a, .named-wikiunknown a, .wikiunknown U { text-decoration: none; } +.wikiunknown a, .named-wikiunknown a, .wikiunknown U { + text-decoration: none; +} -.wikiunknown, .named-wikiunknown {color: #555; } +.wikiunknown, .named-wikiunknown { + color: #555; +} /* Interwiki links */ -a.interwiki { text-decoration: none; } -.wikipage { font-weight: bold; } +a.interwiki { + text-decoration: none; +} +.wikipage { + font-weight: bold; +} + .interwiki, -i .interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } +i .interwiki .wikipage, em .interwiki .wikipage { + font-style: oblique; +} .interwiki .wikipage, -i .interwiki, em .interwiki { font-style: normal; } +i .interwiki, em .interwiki { + font-style: normal; +} /* * wikiaction, wikiadmin, wikiunsafe: */ -a.wikiaction, a.wikiadmin { text-decoration: none; } +a.wikiaction, a.wikiadmin { + text-decoration: none; +} -img { border: 0; } -img.rssicon { vertical-align: middle; } -img.wiki-button { vertical-align: middle; } -.wiki-button { border:0; } +img { + border: 0; +} -a.wikiaction { border: 0; } +img.rssicon { + vertical-align: middle; +} +img.wiki-button { + vertical-align: middle; +} + +.wiki-button { + border: 0; +} + +a.wikiaction { + border: 0; +} + /* backlinks */ -a.backlinks { color: #006; } +a.backlinks { + color: #006; +} /* Make the textarea on the edit page full width */ -textarea.wikiedit { width: 100%; margin-top: 1ex; } +textarea.wikiedit { + width: 100%; + margin-top: 1ex; +} -p.editdate { font-size: smaller; margin-bottom: 0; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; } +p.editdate { + font-size: smaller; + margin-bottom: 0; + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; +} /* Calendar plugin */ a.cal-hide, -a.cal-arrow { text-decoration: none; } -.cal-arrow { font-weight: bold; } +a.cal-arrow { + text-decoration: none; +} + +.cal-arrow { + font-weight: bold; +} + .cal-dayname { - font-size: smaller; - text-decoration: none; + font-size: smaller; + text-decoration: none; } + table.cal td { - background: white; - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #dddddd; - border-right: 1px solid #c3c3c3; + background: white; + border-top: 1px solid #7c7c7c; + border-left: 1px solid #c3c3c3; + border-bottom: 1px solid #dddddd; + border-right: 1px solid #c3c3c3; } + table.cal-header td { - font-size: larger; - background: white; - border: 0; + font-size: larger; + background: white; + border: 0; } -table.cal td.cal-dayname { background: #e8e8e8; } + +table.cal td.cal-dayname { + background: #e8e8e8; +} + table.cal td.cal-today { - background: #f4f4f4; - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #dddddd; - border-right: 1px solid #c3c3c3; + background: #f4f4f4; + border-top: 1px solid #7c7c7c; + border-left: 1px solid #c3c3c3; + border-bottom: 1px solid #dddddd; + border-right: 1px solid #c3c3c3; } /* IncludePage plugin ================================================= */ .transclusion-title { - font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - font-size: smaller; - text-decoration: underline; - text-align: right; - font-style: oblique; - margin-bottom: 0.25ex; - margin-right: 0.25em; + font-family: "Lucida Grande", Helvetica, Arial, sans-serif; + font-size: smaller; + text-decoration: underline; + text-align: right; + font-style: oblique; + margin-bottom: 0.25ex; + margin-right: 0.25em; } .transclusion { - background: #fdfdfd; - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #dddddd; - border-right: 1px solid #c3c3c3; - padding-left: 0.8em; - padding-right: 0.8em; - padding-top: 0; - padding-bottom: 0; - margin: 0.5ex ; - margin-left: 0.25em; - margin-right: 0.25em; - margin-bottom: 0.1ex; - font-size: smaller; + background: #fdfdfd; + border-top: 1px solid #7c7c7c; + border-left: 1px solid #c3c3c3; + border-bottom: 1px solid #dddddd; + border-right: 1px solid #c3c3c3; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0; + padding-bottom: 0; + 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 */ .wiki-edithelp .transclusion { - font-size: smaller; - background: inherit; - padding: 0.5ex 0.5em; - margin: 0.2ex 5%; + font-size: smaller; + background: inherit; + padding: 0.5ex 0.5em; + margin: 0.2ex 5%; } -.wiki-edithelp .transclusion p { margin: 0; } + +.wiki-edithelp .transclusion p { + margin: 0; +} + .wiki-edithelp { - background: white; - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #d... [truncated message content] |