|
From: <be...@us...> - 2014-04-30 08:12:25
|
Revision: 12515
http://sourceforge.net/p/xoops/svn/12515
Author: beckmi
Date: 2014-04-30 08:12:20 +0000 (Wed, 30 Apr 2014)
Log Message:
-----------
commenting out "defined("XOOPS_ROOT_PATH") || die("XOOPS root path not defined");", few other changes
Modified Paths:
--------------
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/blocks/blocks.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/class/gwikiPage.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/fbcomment_plugin.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/functions.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/install.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/notification.inc.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/uninstall.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/update.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp2.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp3.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp4.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/modinfo.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_ajaxblock.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_newpage.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_pagesettoc.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_edit.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_history.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_view.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_wizard.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/testing/LoremIpsumGenerator.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/wizard.php
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -64,7 +64,8 @@
if(!empty($fn)) $likeclause .= (empty($likeclause)?'':' and ') . " file_name like '{$q_fn}' ";
if(!empty($ty)) $likeclause .= (empty($likeclause)?'':' and ') . " file_type like '{$q_ty}' ";
if(!empty($ds)) $likeclause .= (empty($likeclause)?'':' and ') . " file_description like '{$q_ds}' ";
-$whereclause=(empty($likeclause)?'':' where '.$likeclause);
+//$whereclause=(empty($likeclause)?'':' where '.$likeclause);
+$whereclause=(empty($likeclause)?'':" where {$likeclause}");
echo <<<EOT
<style>
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -10,7 +10,7 @@
* @version $Id$
*/
-if (!defined("XOOPS_ROOT_PATH")) die("Root path not defined");
+// defined("XOOPS_ROOT_PATH") || die("XOOPS root path not defined");
/**
* @param $langdir
*
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -56,10 +56,10 @@
font-size: 93%; background: url(../assets/images/bg.gif) #dae0d2 repeat-x 50% bottom; float: left; width: 100%; line-height: normal; border-left: 1px solid black; border-right: 1px solid black;
}
#admintabs ul {
- padding-right: 10px; padding-left: 10px; padding-bottom: 0px; margin: 0px; padding-top: 10px; list-style-type: none;
+ padding-right: 10px; padding-left: 10px; padding-bottom: 0; margin: 0; padding-top: 10px; list-style-type: none;
}
#admintabs li {
- padding-right: 0px; padding-left: 9px; background: url(../assets/images/left.gif) no-repeat left top; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style: none;
+ padding-right: 0; padding-left: 9px; background: url(../assets/images/left.gif) no-repeat left top; float: left; padding-bottom: 0; margin: 0; padding-top: 0; list-style: none;
}
#admintabs a {
padding-right: 15px; display: block; padding-left: 6px; font-weight: bold; background: url(../assets/images/right.gif) no-repeat right top; float: left; padding-bottom: 4px; color: #765; padding-top: 5px; text-decoration: none
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -199,7 +199,8 @@
$sql = 'SELECT * FROM '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' LEFT JOIN '.$xoopsDB->prefix('gwiki_template').' on prefix_template_id = template_id ';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->query($sql);
@@ -268,7 +269,8 @@
}
$sql = 'DELETE FROM '.$xoopsDB->prefix('gwiki_prefix');
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
redirect_header("prefixes.php", 2,_MD_GWIKI_DBUPDATED);
@@ -299,7 +301,8 @@
$sql .= ' , prefix_auto_name = \''. $wikiPage->escapeForDB($row['prefix_auto_name']) .'\'';
$sql .= ' , prefix_is_external = \''. $wikiPage->escapeForDB($row['prefix_is_external']) .'\'';
$sql .= ' , prefix_external_url = \''. $wikiPage->escapeForDB($row['prefix_external_url']) .'\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
}
else {
@@ -333,6 +336,8 @@
/**
* @param $pid
* @param bool $delete
+ *
+ * @return null
*/
function installTemplate($pid,$delete=false) {
global $xoopsModule;
@@ -349,8 +354,13 @@
$tplfiles=$tplfile_handler->find('default','module',$mid,$dir,$file,false);
// if delete requested, delete it if we found it, and leave.
- if (count($tplfiles) && $delete) { $tplfile=$tplfiles[0]; $tplfile_handler->delete( $tplfile ); }
- if ($delete) { return; }
+ if (count($tplfiles) && $delete) {
+ $tplfile = $tplfiles[0];
+ $tplfile_handler->delete($tplfile);
+ }
+ if ($delete) {
+ return null;
+ }
if (count($tplfiles)) { $tplfile=$tplfiles[0]; $isnew=false; }
else { $tplfile =& $tplfile_handler->create() ; $isnew=true; }
@@ -378,7 +388,7 @@
$tplid = $tplfile->getVar( 'tpl_id' ) ;
echo 'Template <b>'.htmlspecialchars($file).'</b> updated to the database. (ID: <b>'.$tplid.'</b>)<br />';
}
-
+return null;
}
/**
@@ -442,7 +452,8 @@
$sql = 'UPDATE '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' SET prefix_template_id = \'0\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
$sql = 'DELETE FROM '.$xoopsDB->prefix('gwiki_template');
@@ -494,7 +505,8 @@
$sql = 'UPDATE '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' SET prefix_template_id = \'' . $row['template_id']. '\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
}
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css 2014-04-30 08:12:20 UTC (rev 12515)
@@ -3,492 +3,465 @@
* Module: gwiki
*/
@import url(http://fonts.googleapis.com/css?family=Just+Another+Hand);
+
/*.wikipage, .wikiblock {
font-family: Sans-Serif;
}
*/
.wikipage p, .wikiblock p {
- margin-top: 1em;
- margin-bottom: 1em;
+ margin-top: 1em;
+ margin-bottom: 1em;
}
.wikipage h2, .wikiblock h2 {
- font-size: 160%;
- font-weight: bold;
- margin-bottom: 1em;
+ font-size: 160%;
+ font-weight: bold;
+ margin-bottom: 1em;
}
.wikipage h3, .wikiblock h3 {
- font-size: 130%;
- font-weight: bold;
- margin-bottom: 1em;
+ font-size: 130%;
+ font-weight: bold;
+ margin-bottom: 1em;
}
img.wikiimage {
- margin: 0.5em;
- vertical-align: top;
+ margin: 0.5em;
+ vertical-align: top;
}
img.left {
- float:left;
- margin-right: 2em;
+ float: left;
+ margin-right: 2em;
}
img.right {
- float:right;
- margin-left: 2em;
+ float: right;
+ margin-left: 2em;
}
-.wikipage ul.wikiulist, .wikiblock ul.wikiulist {
- list-style-type: disc;
- list-style-position:inside;
- margin: 4px;
- padding: 4px;
- margin-left: 1em;
+.wikipage ul.wikiulist, .wikiblock ul.wikiulist {
+ list-style: disc inside;
+ padding: 4px;
+ margin: 4px 4px 4px 1em;
}
ul.wikiulist > li {
- list-style: disc;
- color: inherit;
+ list-style: disc;
+ color: inherit;
}
ul.wikiulist > li > ul > li {
- list-style: circle;
+ list-style: circle;
}
ul.wikiulist > li > ul > li > ul > li {
- list-style: square;
+ list-style: square;
}
ul.wikiulist > li > ul > li > ul > li > ul > li {
- list-style: disc;
+ list-style: disc;
}
.wikipage ol.wikiolist, .wikiblock ol.wikiolist {
- list-style-type: decimal;
- list-style-position:inside;
- margin: 4px;
- padding: 4px;
- margin-left: 2em;
+ list-style-type: decimal;
+ list-style-position: inside;
+ margin: 4px;
+ padding: 4px;
+ margin-left: 2em;
}
ol.wikiolist > li {
- list-style: decimal;
- color: inherit;
+ list-style: decimal;
+ color: inherit;
}
ol.wikiolist > li > ol > li {
- list-style: lower-latin;
+ list-style: lower-latin;
}
ol.wikiolist > li > ol > li > ol > li {
- list-style: lower-roman;
+ list-style: lower-roman;
}
ol.wikiolist > li > ol > li > ol > li > ol > li {
- list-style: decimal;
+ list-style: decimal;
}
-
.wikititle {
- font-size: 180%;
- font-weight: bold;
- margin-bottom: 1em;
- line-height: 1em;
+ font-size: 180%;
+ font-weight: bold;
+ margin-bottom: 1em;
+ line-height: 1em;
}
-.wikinewpage:before
-{
- content: "(?)";
+.wikinewpage:before {
+ content: "(?)";
}
-.wikinewpage
-{
- color: #666;
- background-color: inherit;
- text-decoration: none;
- font-size: 83%;
- vertical-align: super;
+
+.wikinewpage {
+ color: #666;
+ background-color: inherit;
+ text-decoration: none;
+ font-size: 83%;
+ vertical-align: super;
}
-span.wikiextlink
-{
- background-image:url('images/extlinkicon.png');
- background-position: left top;
- background-repeat: no-repeat;
- width: 16px;
- height: 1em;
- display: inline-block;
+span.wikiextlink {
+ background: url('../images/extlinkicon.png') no-repeat left top;
+ width: 16px;
+ height: 1em;
+ display: inline-block;
}
-.wikinote
-{
- display: block;
- width: 90%;
- background-color: #ffffcc;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikinote {
+ display: block;
+ width: 90%;
+ background-color: #ffffcc;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikinote.right
-{
- width: 25%;
- float: right;
+.wikinote.right {
+ width: 25%;
+ float: right;
}
-.wikinote.left
-{
- width: 25%;
- float: left;
+.wikinote.left {
+ width: 25%;
+ float: left;
}
-.wikinoteinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikinoteinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikinotetitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikinotetitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikinoteicon
-{
- background: url(images/noteicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikinoteicon {
+ background: url(../images/noteicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikiinfo
-{
- display: block;
- width: 90%;
- background-color: #eeeeff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikiinfo {
+ display: block;
+ width: 90%;
+ background-color: #eeeeff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikiinfoinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikiinfoinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikiinfotitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikiinfotitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikiinfoicon
-{
- background: url(images/infoicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikiinfoicon {
+ background: url(../images/infoicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikiwarn
-{
- display: block;
- width: 90%;
- background-color: #ffeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikiwarn {
+ display: block;
+ width: 90%;
+ background-color: #ffeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikiwarninner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikiwarninner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikiwarntitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikiwarntitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikiwarnicon
-{
- background: url(images/warnicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikiwarnicon {
+ background: url(../images/warnicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikitip
-{
- display: block;
- width: 90%;
- background-color: #eeffee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikitip {
+ display: block;
+ width: 90%;
+ background-color: #eeffee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikitipinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikitipinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikitiptitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikitiptitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikitipicon
-{
- background: url(images/tipicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikitipicon {
+ background: url(../images/tipicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikicode
-{
- display: block;
- width: 90%;
- background-color: #eeeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikicode {
+ display: block;
+ width: 90%;
+ background-color: #eeeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikicodeinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
- max-height:400px;
- overflow:auto;
+.wikicodeinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
+ max-height: 400px;
+ overflow: auto;
}
-.wikicodetitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikicodetitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikicodeicon
-{
- background: url(images/codeicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikicodeicon {
+ background: url(../images/codeicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikinote.right, .wikiinfo.right, .wikiwarn.right, .wikitip.right, .wikicode.right
-{
- width: 25%;
- float: right;
+.wikinote.right, .wikiinfo.right, .wikiwarn.right, .wikitip.right, .wikicode.right {
+ width: 25%;
+ float: right;
}
-.wikinote.left, .wikiinfo.left, .wikiwarn.left, .wikitip.left, .wikicode.left
-{
- width: 25%;
- float: left;
+.wikinote.left, .wikiinfo.left, .wikiwarn.left, .wikitip.left, .wikicode.left {
+ width: 25%;
+ float: left;
}
-.wikiblocknav
-{
- float: right;
+.wikiblocknav {
+ float: right;
}
-.wiki_search_term
-{
- background-color: yellow;
+.wiki_search_term {
+ background-color: yellow;
}
-#wikibase, #wikicomp
-{
- width:100%;
- height : 250px;
- overflow : auto;
- border-style: solid;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 5px;
- margin: .3em;
+#wikibase, #wikicomp {
+ width: 100%;
+ height: 250px;
+ overflow: auto;
+ border: thin solid #cccccc;
+ border-radius: 5px;
+ margin: .3em;
}
-.wikitable
-{
- width:auto;
- margin: 1em;
- margin-left:2em;
- border-style: solid;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 5px;
- background-color:#E8E6FA;
- box-shadow: 3px 3px 2px #bbbbbb;
+.wikitable {
+ width: auto;
+ margin: 1em 1em 1em 2em;
+ border: thin solid #cccccc;
+ border-radius: 5px;
+ background-color: #E8E6FA;
+ box-shadow: 3px 3px 2px #bbbbbb;
}
-.wikitable tr td
-{
-/* text-align:center; */
- background-color:#f4f4cc;
- color: #111111;
- border-style: solid;
- border-width: thin;
- border-color: #CFD2FF;
- border-radius: 5px;
- padding-left: 1.6em;
- padding-right: 1.6em;
- vertical-align: baseline;
+.wikitable tr td {
+ /* text-align:center; */
+ background-color: #f4f4cc;
+ color: #111111;
+ border: thin solid #CFD2FF;
+ border-radius: 5px;
+ padding-left: 1.6em;
+ padding-right: 1.6em;
+ vertical-align: baseline;
}
-.wikitable .left
-{
- text-align:left;
+.wikitable .left {
+ text-align: left;
}
-.wikitable .center
-{
- text-align:center;
+.wikitable .center {
+ text-align: center;
}
-.wikitable .right
-{
- text-align:right;
+.wikitable .right {
+ text-align: right;
}
-.wikitable .number
-{
- text-align:right;
- font-family: monospace;
+.wikitable .number {
+ text-align: right;
+ font-family: monospace;
}
-.wikitable .negative
-{
- color:red;
+.wikitable .negative {
+ color: red;
}
-.wikitable tr.even td
-{
- background-color: #F5F7FF;
+.wikitable tr.even td {
+ background-color: #F5F7FF;
}
-.wikitable tr.odd td
-{
- background-color: #FAFCFF;
+.wikitable tr.odd td {
+ background-color: #FAFCFF;
}
-.wikitable tbody tr th
-{
- text-align: center;
- border-style: solid;
- border-width: thin !important;
- border-color: #CFD2FF !important;
- border-radius: 5px;
-/* border: 0 !important; */
+.wikitable tbody tr th {
+ text-align: center;
+ border-style: solid;
+ border-width: thin !important;
+ border-color: #CFD2FF !important;
+ border-radius: 5px;
+ /* border: 0 !important; */
}
-.wikitoclevel1 { margin-left: 0em; }
-.wikitoclevel2 { margin-left: 1em; }
-.wikitoclevel3 { margin-left: 2em; }
-.wikitoclevel4 { margin-left: 3em; }
-.wikitoclevel5 { margin-left: 4em; }
-.wikitoclevel6 { margin-left: 5em; }
-ul.wikitoclist > li { list-style: none; }
-.wikitoc a { color: #383838; }
+.wikitoclevel1 {
+ margin-left: 0;
+}
+
+.wikitoclevel2 {
+ margin-left: 1em;
+}
+
+.wikitoclevel3 {
+ margin-left: 2em;
+}
+
+.wikitoclevel4 {
+ margin-left: 3em;
+}
+
+.wikitoclevel5 {
+ margin-left: 4em;
+}
+
+.wikitoclevel6 {
+ margin-left: 5em;
+}
+
+ul.wikitoclist > li {
+ list-style: none;
+}
+
+.wikitoc a {
+ color: #383838;
+}
+
.wikitocheader {
- font-size: 125%;
- font-weight: bold;
- color: #333311;
- padding: 0;
- margin: 0.5em;
- margin-bottom: 0px;
- line-height: 1em;
- border-bottom:thin solid #666633;
+ font-size: 125%;
+ font-weight: bold;
+ color: #333311;
+ padding: 0;
+ margin: 0.5em 0.5em 0;
+ line-height: 1em;
+ border-bottom: thin solid #666633;
}
-.wikitoc
-{
- display: block;
- width: 20%;
- font-size: 75%;
- background-color: #ffffee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 0.5em;
- text-align: left;
- float: right;
+
+.wikitoc {
+ display: block;
+ width: 20%;
+ font-size: 75%;
+ background-color: #ffffee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 0.5em;
+ text-align: left;
+ float: right;
}
-.wikiindent1 { margin-left: 2em; }
-.wikiindent2 { margin-left: 4em; }
-.wikiindent3 { margin-left: 6em; }
-.wikiindent4 { margin-left: 8em; }
-.wikiindent5 { margin-left: 10em; }
-.wikiquote { background-color: #eeeeee; }
-.wikibreak { clear:both;}
-.wikimore { display:block; padding-top:1em; clear: both; font-size: 75%; vertical-align: sub;}
+.wikiindent1 {
+ margin-left: 2em;
+}
+.wikiindent2 {
+ margin-left: 4em;
+}
+
+.wikiindent3 {
+ margin-left: 6em;
+}
+
+.wikiindent4 {
+ margin-left: 8em;
+}
+
+.wikiindent5 {
+ margin-left: 10em;
+}
+
+.wikiquote {
+ background-color: #eeeeee;
+}
+
+.wikibreak {
+ clear: both;
+}
+
+.wikimore {
+ display: block;
+ padding-top: 1em;
+ clear: both;
+ font-size: 75%;
+ vertical-align: sub;
+}
+
/*
* .wikistrong
* .wikiem
@@ -498,400 +471,591 @@
* .wikisub
*/
-.wikiu { text-decoration:underline; }
-.wikitt { font-family:monospace; white-space: pre; }
-.wikinoinline { font-family:monospace; white-space: pre; }
+.wikiu {
+ text-decoration: underline;
+}
-#gwikiformpageedit { display:inherit; }
-#gwikiformmetaedit { display:none; }
+.wikitt {
+ font-family: monospace;
+ white-space: pre;
+}
-.wikiimageedit_title, .wikifileedit_title, .wikiwizard_title {
- width: 100%;
- font-size: 130%;
- font-weight: bold;
- text-align: center;
- /*background-image: url('images/panel.jpg');*/
- background-image: linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -o-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-repeat: repeat-x;
- border-style: outset;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 10px;
- padding-top: .3em;
- padding-bottom: .4em;
+.wikinoinline {
+ font-family: monospace;
+ white-space: pre;
}
+
+#gwikiformpageedit {
+ display: inherit;
+}
+
+#gwikiformmetaedit {
+ display: none;
+}
+
+.wikiimageedit_title, .wikifileedit_title, .wikiwizard_title {
+ width: 100%;
+ font-size: 130%;
+ font-weight: bold;
+ text-align: center;
+ /*background-image: url('../images/panel.jpg');*/
+ background-image: linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -o-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -moz-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -webkit-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -ms-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-repeat: repeat-x;
+ border: thin outset #cccccc;
+ border-radius: 10px;
+ padding-top: .3em;
+ padding-bottom: .4em;
+}
+
#wikiimageedit h2, #wikifileedit h2 {
- padding-left: 1.4em;
+ padding-left: 1.4em;
}
+
#wikiimageedit, #wikifileedit {
- display: none;
- width:90%;
- position: absolute; /* fixed;*/
- background-color: #eeeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+ display: none;
+ width: 90%;
+ position: absolute; /* fixed;*/
+ background-color: #eeeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
.wikiimagelist, .wikifilelist {
- width: 160px;
- max-height: 480px;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #ffffff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- margin: 1em;
- padding-left: 1.4em;
+ width: 160px;
+ max-height: 480px;
+ overflow-x: hidden;
+ overflow-y: auto;
+ background-color: #ffffff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ margin: 1em;
+ padding-left: 1.4em;
}
+
.wikiimagelist img {
- max-height: 150px;
- max-width: 150px;
- height: auto;
- width: auto;
+ max-height: 150px;
+ max-width: 150px;
+ height: auto;
+ width: auto;
}
-#wikiimgliblist { font-size: 0.8em; }
+#wikiimgliblist {
+ font-size: 0.8em;
+}
+
.wikiimagedetail, .wikifiledetail {
- width: 90%;
- background-color: #ffffff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- margin: 1em;
- padding: 1em;
+ width: 90%;
+ background-color: #ffffff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ margin: 1em;
+ padding: 1em;
}
-#wikieditimg_dd, #wikieditfile_dd
-{
-/* display: none; */
- font-weight: bold;
- text-align: center;
- padding: 1em 0;
- margin: 1em 0;
- color: #555;
- border: 1px dashed #999999;
- border-radius: 7px;
- cursor: default;
+
+#wikieditimg_dd, #wikieditfile_dd {
+ /* display: none; */
+ font-weight: bold;
+ text-align: center;
+ padding: 1em 0;
+ margin: 1em 0;
+ color: #555;
+ border: 1px dashed #999999;
+ border-radius: 7px;
+ cursor: default;
}
-#wikieditimg_dd img, #wikieditfile_dd img
-{
- max-height: 150px;
- max-width: 150px;
- height: auto;
- width: auto;
+
+#wikieditimg_dd img, #wikieditfile_dd img {
+ max-height: 150px;
+ max-width: 150px;
+ height: auto;
+ width: auto;
}
-span.wikieditimg_field, span.wikieditfile_fieldname {
- display: inline-block;
- width: 8em;
- text-align: right;
- font-weight: bold;
+span.wikieditimg_field, span.wikieditfile_fieldname {
+ display: inline-block;
+ width: 8em;
+ text-align: right;
+ font-weight: bold;
}
-span.wikieditfile_field {
- font-weight: normal;
- margin-left: 1em;
+
+span.wikieditfile_field {
+ font-weight: normal;
+ margin-left: 1em;
}
-#wikieditimg_progress p, #wikieditfile_progress p
-{
- display: block;
- padding: 2px 5px;
- margin: 2px 0;
- border: 1px inset #446;
- border-radius: 5px;
- background: yellow none 0 0 no-repeat;
+
+#wikieditimg_progress p, #wikieditfile_progress p {
+ display: block;
+ padding: 2px 5px;
+ margin: 2px 0;
+ border: 1px inset #446;
+ border-radius: 5px;
+ background: yellow none 0 0 no-repeat;
}
-#wikieditimg_progress p.sending, #wikieditfile_progress p.sending
-{
- background: #eee url("images/progress.png") 100% 0 repeat-y;
+#wikieditimg_progress p.sending, #wikieditfile_progress p.sending {
+ background: #eee url("../images/progress.png") 100% 0 repeat-y;
}
+
#wikieditimg_progress p.sending:before, #wikieditfile_progress p.sending:before {
- content: "Sending ";
+ content: "Sending ";
}
-#wikieditimg_progress p.success, #wikieditfile_progress p.success
-{
- background: #0c0 none 0 0 no-repeat;
+#wikieditimg_progress p.success, #wikieditfile_progress p.success {
+ background: #0c0 none 0 0 no-repeat;
}
+
#wikieditimg_progress p.success:before, #wikieditfile_progress p.success:before {
- content: "OK! ";
+ content: "OK! ";
}
-#wikieditimg_progress p.failed, #wikieditfile_progress p.failed
-{
- background: #c00 none 0 0 no-repeat;
+#wikieditimg_progress p.failed, #wikieditfile_progress p.failed {
+ background: #c00 none 0 0 no-repeat;
}
+
#wikieditimg_progress p.failed:before, #wikieditfile_progress p.failed:before {
- content: "Failed! ";
+ content: "Failed! ";
}
-#wikieditimg_progress p.toobig, #wikieditfile_progress p.toobig
-{
- background: #c00 none 0 0 no-repeat;
+
+#wikieditimg_progress p.toobig, #wikieditfile_progress p.toobig {
+ background: #c00 none 0 0 no-repeat;
}
+
#wikieditimg_progress p.toobig:before, #wikieditfile_progress p.toobig:before {
- content: "Too Large! ";
+ content: "Too Large! ";
}
.wikifield_input_reset {
- background-color: #ffffff;
+ background-color: #ffffff;
}
+
.wikifield_input_ok {
- background-color: #ddffdd;
+ background-color: #ddffdd;
}
-.wikifolded, .wikiunfolded
-{
- display: block;
- margin-top: 1em;
+.wikifolded, .wikiunfolded {
+ display: block;
+ margin-top: 1em;
}
-.wikifolded.right
-{
- width: 25%;
- float: right;
- clear: right;
+.wikifolded.right {
+ width: 25%;
+ float: right;
+ clear: right;
}
-.wikifolded.left
-{
- width: 25%;
- float: left;
- clear: left;
+.wikifolded.left {
+ width: 25%;
+ float: left;
+ clear: left;
}
-.wikiunfolded.right
-{
- width: 25%;
- float: right;
- clear: right;
+.wikiunfolded.right {
+ width: 25%;
+ float: right;
+ clear: right;
}
-.wikiunfolded.left
-{
- width: 25%;
- float: left;
- clear: left;
+.wikiunfolded.left {
+ width: 25%;
+ float: left;
+ clear: left;
}
-.wikifolded>.wikifoldedinner
-{
- display: none;
+.wikifolded > .wikifoldedinner {
+ display: none;
}
-.wikiunfolded>.wikifoldedinner
-{
- display: block;
- margin-top: 1em;
+.wikiunfolded > .wikifoldedinner {
+ display: block;
+ margin-top: 1em;
}
-.wikifoldedtitle
-{
- margin-left: 1.2em;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
- height: 1.2em;
+.wikifoldedtitle {
+ margin-left: 1.2em;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ height: 1.2em;
}
-.wikifoldedtitle span
-{
- background: #FFFFAA;
- border: 1px solid #FFAD33;
- position: relative;
- z-index: 99;
- margin-left: 1em;
- font-size: 75%;
- font-weight: normal;
- display: none;
+.wikifoldedtitle span {
+ background: #FFFFAA;
+ border: 1px solid #FFAD33;
+ position: relative;
+ z-index: 99;
+ margin-left: 1em;
+ font-size: 75%;
+ font-weight: normal;
+ display: none;
}
-.wikifoldedtitle:hover span
-{
- display: inline-block;
+.wikifoldedtitle:hover span {
+ display: inline-block;
}
-.wikifolded>.wikifoldedicon
-{
- background: url(images/foldedicon.png) no-repeat center;
- width: 16px;
- height: 16px;
- float: left;
+.wikifolded > .wikifoldedicon {
+ background: url(../images/foldedicon.png) no-repeat center;
+ width: 16px;
+ height: 16px;
+ float: left;
}
-.wikiunfolded>.wikifoldedicon
-{
- background: url(images/unfoldedicon.png) no-repeat center;
- width: 16px;
- height: 16px;
- float: left;
+.wikiunfolded > .wikifoldedicon {
+ background: url(../images/unfoldedicon.png) no-repeat center;
+ width: 16px;
+ height: 16px;
+ float: left;
}
-.wikirecentitem
-{
- border-bottom: 1px solid #ccc;
+.wikirecentitem {
+ border-bottom: 1px solid #ccc;
}
-.wikirepresentimage
-{
- margin: 0; margin-left: 1em; margin-right: 1em;
- max-height: 150px;
- max-width: 150px;
- height: auto;
- width: auto;
- float: left;
+.wikirepresentimage {
+ margin: 0 1em;
+ max-height: 150px;
+ max-width: 150px;
+ height: auto;
+ width: auto;
+ float: left;
}
/*#wikiAttachList th { background-color: #6e98c5; color: #fff; }*/
-.wikiAttachItem td { padding: 5px; vertical-align: middle; }
+.wikiAttachItem td {
+ padding: 5px;
+ vertical-align: middle;
+}
-.wikiajaxremotewiki
-{
- max-height:400px;
- overflow:auto;
+.wikiajaxremotewiki {
+ max-height: 400px;
+ overflow: auto;
}
/* div.wikipagesetnav { } */
-div.wikiindex { width: 100%; display: table;}
-div.wikiindextabs { width: 40px; display: table-cell; padding-right: 2em;}
-div.wikiindextabs ul { list-style-type: none; padding-left: 0.2em;}
-div.wikiindextabs ul li { }
-div.wikiindextabs ul li a { background-color: #C6DDFA; width: 36px; display:block; border: 1px solid grey; border-radius: 3px; text-align: center; }
-div.wikiindextabs ul li a:hover { background-color: #B2C7E1; border: 1px solid black; text-decoration: none; }
-#wikiindextabactive a { background-color: #ffffff; border: 1px solid black; border-right: 0px; border-top-right-radius:0px;
-border-bottom-right-radius:0px;}
+div.wikiindex {
+ width: 100%;
+ display: table;
+}
+
+div.wikiindextabs {
+ width: 40px;
+ display: table-cell;
+ padding-right: 2em;
+}
+
+div.wikiindextabs ul {
+ list-style-type: none;
+ padding-left: 0.2em;
+}
+
+div.wikiindextabs ul li {
+}
+
+div.wikiindextabs ul li a {
+ background-color: #C6DDFA;
+ width: 36px;
+ display: block;
+ border: 1px solid grey;
+ border-radius: 3px;
+ text-align: center;
+}
+
+div.wikiindextabs ul li a:hover {
+ background-color: #B2C7E1;
+ border: 1px solid black;
+ text-decoration: none;
+}
+
+#wikiindextabactive a {
+ background-color: #ffffff;
+ border: 1px solid black;
+ border-right: 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
/* .wikiindextabinactive a { background-color: #B0C4DE; border: 1px solid black; border-right: 0px; } */
-div.wikiindexbody { display: table-cell; }
+div.wikiindexbody {
+ display: table-cell;
+}
-ul.wikigalleryimg li { display: inline-block; }
+ul.wikigalleryimg li {
+ display: inline-block;
+}
+
ul.wikigalleryimg a {
- background: #fff;
- display: inline;
- float: left;
- margin: 0 0 27px 30px;
- width: auto;
- padding: 10px 10px 15px;
- text-align: center;
- font-family: 'Just Another Hand', "Comic Sans MS", cursive, sans-serif;
- text-decoration: none;
- color: #333;
- font-size: 16pt;
- font-weight: normal;
- zoom:1; /* This enables hasLayout, which is required for older IE browsers */
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3)";
- filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3);
- -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
- -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
- box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
- -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); transform: rotate(-2deg);
- -webkit-transition: -webkit-transform .15s linear;
- -moz-transition: -moz-transform .05s linear;
+ background: #fff;
+ display: inline;
+ float: left;
+ margin: 0 0 27px 30px;
+ width: auto;
+ padding: 10px 10px 15px;
+ text-align: center;
+ font-family: 'Just Another Hand', "Comic Sans MS", cursive, sans-serif;
+ text-decoration: none;
+ color: #333;
+ font-size: 16pt;
+ font-weight: normal;
+ zoom: 1; /* This enables hasLayout, which is required for older IE browsers */
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3)";
+ filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3);
+ -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
+ -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
+ box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
+ -webkit-transform: rotate(-2deg);
+ -moz-transform: rotate(-2deg);
+ transform: rotate(-2deg);
+ -webkit-transition: -webkit-transform .15s linear;
+ -moz-transition: -moz-transform .05s linear;
}
-ul.wikigalleryimg img { display: block; border: 1px solid #dddddd; margin-bottom: 12px; }
-ul.wikigalleryimg a:after { content: attr(title); }
-ul.wikigalleryimg li:nth-child(even) a { -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); transform: rotate(2deg);}
-ul.wikigalleryimg li:nth-child(3n) a { -webkit-transform: none; position: relative; top: -5px; -moz-transform: none; transform: none; }
-ul.wikigalleryimg li:nth-child(5n) a { -webkit-transform: rotate(5deg); position: relative; right: 5px; -moz-transform: rotate(5deg); transform: rotate(5deg);}
-ul.wikigalleryimg li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
-ul.wikigalleryimg li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }
+ul.wikigalleryimg img {
+ display: block;
+ border: 1px solid #dddddd;
+ margin-bottom: 12px;
+}
-ul.wikigalleryimg li a:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); transform: scale(1.25); -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); position: relative; z-index: 5; }
+ul.wikigalleryimg a:after {
+ content: attr(title);
+}
-div.wikigallery { background-color: #F5FBFF; padding:1em;}
+ul.wikigalleryimg li:nth-child(even) a {
+ -webkit-transform: rotate(2deg);
+ -moz-transform: rotate(2deg);
+ transform: rotate(2deg);
+}
-.wikiparenref { }
-.wikinumref { text-decoration: none; vertical-align: super; }
-.wikicitelist { }
-.wikicitenumitem { margin-bottom: 0.5em; text-indent: 3em; }
-.wikicitenum { font-weight: bold; }
-.wikiciteparenitem { margin-bottom: 0.5em; margin-left: 3em; text-indent: -3em; }
+ul.wikigalleryimg li:nth-child(3n) a {
+ -webkit-transform: none;
+ position: relative;
+ top: -5px;
+ -moz-transform: none;
+ transform: none;
+}
-.wikidiff
-{
- width:100%;
- height : 450px;
- overflow : auto;
- border-style: solid;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 5px;
- margin: .3em;
+ul.wikigalleryimg li:nth-child(5n) a {
+ -webkit-transform: rotate(5deg);
+ position: relative;
+ right: 5px;
+ -moz-transform: rotate(5deg);
+ transform: rotate(5deg);
}
-.wikidiffadd { color:#47823D; background-color: #BBEBB3;}
-.wikidiffdel { color:#FF0000; background-color: #FFCACA;}
-.wikidiffsame { color: grey; }
-div.wikieditor-buttontray
-{
- display:inline-block;
- background:#ddd;
- margin:1px 5px 1px 0;
- padding:1px;
- border:1px solid #aaa;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- -moz-background-clip:padding;
- -webkit-background-clip:padding-box;
- background-clip:padding-box;
+ul.wikigalleryimg li:nth-child(8n) a {
+ position: relative;
+ right: 5px;
+ top: 8px;
}
-div.wikieditor-buttontray{
- border-bottom:1px solid #95a9c3;
- background:#dee8f5;
- background:-moz-linear-gradient(top,#dee8f5 0,#c7d8ed 29%,#ccdcee 61%,#c0d8ef 100%);
- background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dee8f5),color-stop(29%,#c7d8ed),color-stop(61%,#ccdcee),color-stop(100%,#c0d8ef));
- background:-webkit-linear-gradient(top,#dee8f5 0,#c7d8ed 29%,#ccdcee 61%,#c0d8ef 100%);background:-o-linear-gradient(top,#dee8f5 0,#c7d8ed 29%,#ccdcee 61%,#c0d8ef 100%);background:-ms-linear-gradient(top,#dee8f5 0,#c7d8ed 29%,#ccdcee 61%,#c0d8ef 100%);background:linear-gradient(to bottom,#dee8f5 0,#c7d8ed 29%,#ccdcee 61%,#c0d8ef 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee8f5',endColorstr='#c0d8ef',GradientType=0);
+
+ul.wikigalleryimg li:nth-child(11n) a {
+ position: relative;
+ left: -5px;
+ top: 3px;
}
-.wikieditor-button
-{
- float:left;
- cursor:pointer;
- padding:3px 5px;
- width:16px;
- height:20px;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- -moz-background-clip:padding;
- -webkit-background-clip:padding-box;
- background-clip:padding-box;
- text-indent:-9999px;
+
+ul.wikigalleryimg li a:hover {
+ -webkit-transform: scale(1.25);
+ -moz-transform: scale(1.25);
+ transform: scale(1.25);
+ -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
+ -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
+ position: relative;
+ z-index: 5;
}
-.wikieditor-button div{background-image:url('images/edittoolicons.png');background-repeat:no-repeat;width:16px;height:16px}
-.wikieditor-button-nowiki div{background-position:0 0}
-.wikieditor-button-link div{background-position:0 -16px}
-.wikieditor-button-underline div{background-position:0 -48px}
-.wikieditor-button-superscript div{background-position:0 -96px}
-.wikieditor-button-subscript div{background-position:0 -112px}
-.wikieditor-button-strike div{background-position:0 -128px}
-.wikieditor-button-quote div{background-position:0 -224px}
-.wikieditor-button-header div{background-position:0 -240px}
-.wikieditor-button-orderedlist div{background-position:0 -288px}
-.wikieditor-button-italic div{background-position:0 -368px}
-.wikieditor-button-image div{background-position:0 -384px}
-.wikieditor-button-horizontalrule div{background-position:0 -400px}
-.wikieditor-button-indent div{background-position:0 -448px}
-.wikieditor-button-code div{background-position:0 -544px}
-.wikieditor-button-center div{background-position:0 -560px}
-.wikieditor-button-bulletlist div{background-position:0 -576px}
-.wikieditor-button-bold div{background-position:0 -592px}
-.wikieditor-button-linebreak div{background-position:0 -32px}
-.wikieditor-button-boxes div{background-position:0 -208px}
-.wikieditor-button-color div{background-position:0 -528px}
-.wikieditor-button-ref div{background-position:0 -608px}
+div.wikigallery {
+ background-color: #F5FBFF;
+ padding: 1em;
+}
+
+.wikiparenref {
+}
+
+.wikinumref {
+ text-decoration: none;
+ vertical-align: super;
+}
+
+.wikicitelist {
+}
+
+.wikicitenumitem {
+ margin-bottom: 0.5em;
+ text-indent: 3em;
+}
+
+.wikicitenum {
+ font-weight: bold;
+}
+
+.wikiciteparenitem {
+ margin-bottom: 0.5em;
+ margin-left: 3em;
+ text-indent: -3em;
+}
+
+.wikidiff {
+ width: 100%;
+ height: 450px;
+ overflow: auto;
+ border: thin solid #cccccc;
+ border-radius: 5px;
+ margin: .3em;
+}
+
+.wikidiffadd {
+ color: #47823D;
+ background-color: #BBEBB3;
+}
+
+.wikidiffdel {
+ color: #FF0000;
+ background-color: #FFCACA;
+}
+
+.wikidiffsame {
+ color: grey;
+}
+
+div.wikieditor-buttontray {
+ display: inline-block;
+ background: #ddd;
+ margin: 1px 5px 1px 0;
+ padding: 1px;
+ border: 1px solid #aaa;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
+}
+
+div.wikieditor-buttontray {
+ border-bottom: 1px solid #95a9c3;
+ background: #dee8f5;
+ background: -moz-linear-gradient(top, #dee8f5 0, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee8f5), color-stop(29%, #c7d8ed), color-stop(61%, #ccdcee), color-stop(100%, #c0d8ef));
+ background: -webkit-linear-gradient(top, #dee8f5 0, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
+ background: -o-linear-gradient(top, #dee8f5 0, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
+ background: -ms-linear-gradient(top, #dee8f5 0, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
+ background: linear-gradient(to bottom, #dee8f5 0, #c7d8ed 29%, #ccdcee 61%, #c0d8ef 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee8f5', endColorstr='#c0d8ef', GradientType=0);
+}
+
+.wikieditor-button {
+ float: left;
+ cursor: pointer;
+ padding: 3px 5px;
+ width: 16px;
+ height: 20px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
+ text-indent: -9999px;
+}
+
+.wikieditor-button div {
+ background: url('../images/edittoolicons.png') no-repeat;
+ width: 16px;
+ height: 16px
+}
+
+.wikieditor-button-nowiki div {
+ background-position: 0 0
+}
+
+.wikieditor-button-link div {
+ background-position: 0 -16px
+}
+
+.wikieditor-button-underline div {
+ background-position: 0 -48px
+}
+
+.wikieditor-button-superscript div {
+ background-position: 0 -96px
+}
+
+.wikieditor-button-subscript div {
+ background-position: 0 -112px
+}
+
+.wikieditor-button-strike div {
+ background-position: 0 -128px
+}
+
+.wikieditor-button-quote div {
+ background-position: 0 -224px
+}
+
+.wikieditor-button-header div {
+ background-position: 0 -240px
+}
+
+.wikieditor-button-orderedlist div {
+ background-position: 0 -288px
+}
+
+.wikieditor-button-italic div {
+ background-position: 0 -368px
+}
+
+.wikieditor-button-image div {
+ background-position: 0 -384px
+}
+
+.wikieditor-button-horizontalrule div {
+ background-position: 0 -400px
+}
+
+.wikieditor-button-indent div {
+ background-position: 0 -448px
+}
+
+.wikieditor-button-code div {
+ background-position: 0 -544px
+}
+
+.wikieditor-button-center div {
+ background-position: 0 -560px
+}
+
+.wikieditor-button-bulletlist div {
+ background-position: 0 -576px
+}
+
+.wikieditor-button-bold div {
+ background-position: 0 -592px
+}
+
+.wikieditor-button-linebreak div {
+ background-position: 0 -32px
+}
+
+.wikieditor-button-boxes div {
+ background-position: 0 -208px
+}
+
+.wikieditor-button-color div {
+ background-position: 0 -528px
+}
+
+.wikieditor-button-ref div {
+ background-position: 0 -608px
+}
+
/*
.wikieditor-button-time div{background-position:0 -64px}
.wikieditor-button-table div{background-position:0 -80px}
@@ -912,94 +1076,242 @@
.wikieditor-button-cut div{background-position:0 -496px}
.wikieditor-button-copy div{background-position:0 -512px}
*/
-.wikieditor-button:hover,.wikieditor-button:active,.wikieditor-button.active{background:#fff;-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3),inset -1px 0 rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.2);-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3),inset -1px 0 rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.2);box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3),inset -1px 0 rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.2)}
-.wikieditor-button div{margin:2px 0;padding:0;overflow:hidden;line-height:0;font-size:0;color:transparent}
+.wikieditor-button:hover, .wikieditor-button:active, .wikieditor-button.active {
+ background: #fff;
+ -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
+ box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2)
+}
-.wikieditor-button{height:16px;padding:3px 4px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:inset 0 1px #d5e3f1,inset 0 -1px #e3edfb,inset 1px 0 #cddcef,inset -1px 0 #b8ceea;-moz-box-shadow:inset 0 1px #d5e3f1,inset 0 -1px #e3edfb,inset 1px 0 #cddcef,inset -1px 0 #b8ceea;box-shadow:inset 0 1px #d5e3f1,inset 0 -1px #e3edfb,inset 1px 0 #cddcef,inset -1px 0 #b8ceea}
-.wikieditor-button:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
-.wikieditor-button:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
-.wikieditor-button div{margin:0}
-.wikieditor-button.active{background:#fbdbb5;background:-moz-linear-gradient(top,#fbdbb5 11%,#feb456 29%,#fdeb9f 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(11%,#fbdbb5),color-stop(29%,#feb456),color-stop(99%,#fdeb9f));background:-webkit-linear-gradient(top,#fbdbb5 11%,#feb456 29%,#fdeb9f 99%);background:-o-linear-gradient(top,#fbdbb5 11%,#feb456 29%,#fdeb9f 99%);background:-ms-linear-gradient(top,#fbdbb5 11%,#feb456 29%,#fdeb9f 99%);background:linear-gradient(top,#fbdbb5 11%,#feb456 29%,#fdeb9f 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbdbb5',endColorstr='#fdeb9f',GradientType=0);-webkit-box-shadow:inset 0 1px #ebd1b4,inset 0 -1px #ffe47f,inset -1px 0 #b8ceea;-moz-box-shadow:inset 0 1px #ebd1b4,inset 0 -1px #ffe47f,inset -1px 0 #b8ceea;box-shadow:inset 0 1px #ebd1b4,inset 0 -1px #ffe47f,inset -1px 0 #b8ceea}
-.wikieditor-button:hover{background:#fef7d5;background:-moz-linear-gradient(top,#fef7d5 0,#fae5a9 42%,#ffd048 42%,#ffe59f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fef7d5),color-stop(42%,#fae5a9),color-stop(42%,#ffd048),color-stop(100%,#ffe59f));background:-webkit-linear-gradient(top,#fef7d5 0,#fae5a9 42%,#ffd048 42%,#ffe59f 100%);background:-o-linear-gradient(top,#fef7d5 0,#fae5a9 42%,#ffd048 42%,#ffe59f 100%);background:-ms-linear-gradient(top,#fef7d5 0,#fae5a9 42%,#ffd048 42%,#ffe59f 100%);background:linear-gradient(to bottom,#fef7d5 0,#fae5a9 42%,#ffd048 42%,#ffe59f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef7d5',endColorstr='#ffe59f',GradientType=0);-webkit-box-shadow:inset 0 1px #fffbe8,inset -1px 0 #ffefc4,inset 0 -1px #fff9cc;-moz-box-shadow:inset 0 1px #fffbe8,inset -1px 0 #ffefc4,inset 0 -1px #fff9cc;box-shadow:inset 0 1px #fffbe8,inset -1px 0 #ffefc4,inset 0 -1px #fff9cc}
-.wikieditor-button:active{background:#e7a66d;background:-moz-linear-gradient(top,#e7a66d 0,#fcb16d 1%,#ff8d05 42%,#ffc450 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e7a66d),color-stop(1%,#fcb16d),color-stop(42%,#ff8d05),color-stop(100%,#ffc450));background:-webkit-linear-gradient(top,#e7a66d 0,#fcb16d 1%,#ff8d05 42%,#ffc450 100%);background:-o-linear-gradient(top,#e7a66d 0,#fcb16d 1%,#ff8d05 42%,#ffc450 100%);background:-ms-linear-gradient(top,#e7a66d 0,#fcb16d 1%,#ff8d05 42%,#ffc450 100%);background:linear-gradient(to bottom,#e7a66d 0,#fcb16d 1%,#ff8d05 42%,#ffc450 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a66d',endColorstr='#ffc450',GradientType=0);-webkit-box-shadow:inset 0 1px 1px #7b6645,inset 0 -1px #d19c33;-moz-box-shadow:inset 0 1px 1px #7b6645,inset 0 -1px #d19c33;box-shadow:inset 0 1px 1px #7b6645,inset 0 -1px #d19c33}
-.wikieditor-button.active:hover{background:#dba368;background:-moz-linear-gradient(top,#dba368 0,#ffbd79 4%,#fea335 34%,#ffc64c 66%,#fee069 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dba368),color-stop(4%,#ffbd79),color-stop(34%,#fea335),color-stop(66%,#ffc64c),color-stop(100%,#fee069));background:-webkit-linear-gradient(top,#dba368 0,#ffbd79 4%,#fea335 34%,#ffc64c 66%,#fee069 100%);background:-o-linear-gradient(top,#dba368 0,#ffbd79 4%,#fea335 34%,#ffc64c 66%,#fee069 100%);background:-ms-linear-gradient(top,#dba368 0,#ffbd79 4%,#fea335 34%,#ffc64c 66%,#fee069 100%);background:linear-gradient(to bottom,#dba368 0,#ffbd79 4%,#fea335 34%,#ffc64c 66%,#fee069 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dba368',endColorstr='#fee069',GradientType=0);-webkit-box-shadow:inset 0 1px 1px #9e8255,inset 0 -1px #fcce6b;-moz-box-shadow:inset 0 1px 1px #9e8255,inset 0 -1px #fcce6b;box-shadow:inset 0 1px 1px #9e8255,inset 0 -1px #fcce6b}
+.wikieditor-button div {
+ margin: 2px 0;
+ padding: 0;
+ overflow: hidden;
+ line-height: 0;
+ font-size: 0;
+ color: transparent
+}
-.wikieditor-param-top { width: 100%; background-color: blue; color: white; text-align: center; line-height:160%}
-.wikieditor-param-bottom { height:0.5em; display:block; }
+.wikieditor-button {
+ height: 16px;
+ padding: 3px 4px;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box;
+ -webkit-box-shadow: inset 0 1px #d5e3f1, inset 0 -1px #e3edfb, inset 1px 0 #cddcef, inset -1px 0 #b8ceea;
+ -moz-box-shadow: inset 0 1px #d5e3f1, inset 0 -1px #e3edfb, inset 1px 0 #cddcef, inset -1px 0 #b8ceea;
+ box-shadow: inset 0 1px #d5e3f1, inset 0 -1px #e3edfb, inset 1px 0 #cddcef, inset -1px 0 #b8ceea
+}
+
+.wikieditor-button:first-child {
+ -webkit-border-radius: 4px 0 0 4px;
+ -moz-border-radius: 4px 0 0 4px;
+ border-radius: 4px 0 0 4px;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box
+}
+
+.wikieditor-button:last-child {
+ -webkit-border-radius: 0 4px 4px 0;
+ -moz-border-radius: 0 4px 4px 0;
+ border-radius: 0 4px 4px 0;
+ -moz-background-clip: padding;
+ -webkit-background-clip: padding-box;
+ background-clip: padding-box
+}
+
+.wikieditor-button div {
+ margin: 0
+}
+
+.wikieditor-button.active {
+ background: #fbdbb5;
+ background: -moz-linear-gradient(top, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #fbdbb5), color-stop(29%, #feb456), color-stop(99%, #fdeb9f));
+ background: -webkit-linear-gradient(top, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
+ background: -o-linear-gradient(top, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
+ background: -ms-linear-gradient(top, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
+ background: linear-gradient(top, #fbdbb5 11%, #feb456 29%, #fdeb9f 99%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbdbb5', endColorstr='#fdeb9f', GradientType=0);
+ -webkit-box-shadow: inset 0 1px #ebd1b4, inset 0 -1px #ffe47f, inset -1px 0 #b8ceea;
+ -moz-box-shadow: inset 0 1px #ebd1b4, inset 0 -1px #ffe47f, inset -1px 0 #b8ceea;
+ box-shadow: inset 0 1px #ebd1b4, inset 0 -1px #ffe47f, inset -1px 0 #b8ceea
+}
+
+.wikieditor-button:hover {
+ background: #fef7d5;
+ background: -moz-linear-gradient(top, #fef7d5 0, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef7d5), color-stop(42%, #fae5a9), color-stop(42%, #ffd048), color-stop(100%, #ffe59f));
+ background: -webkit-linear-gradient(top, #fef7d5 0, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
+ background: -o-linear-gradient(top, #fef7d5 0, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
+ background: -ms-linear-gradient(top, #fef7d5 0, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
+ background: linear-gradient(to bottom, #fef7d5 0, #fae5a9 42%, #ffd048 42%, #ffe59f 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef7d5', endColorstr='#ffe59f', GradientType=0);
+ -webkit-box-shadow: inset 0 1px #fffbe8, inset -1px 0 #ffefc4, inset 0 -1px #fff9cc;
+ -moz-box-shadow: inset 0 1px #fffbe8, inset -1px 0 #ffefc4, inset 0 -1px #fff9cc;
+ box-shadow: inset 0 1px #fffbe8, inset -1px 0 #ffefc4, inset 0 -1px #fff9cc
+}
+
+.wikieditor-button:active {
+ background: #e7a66d;
+ background: -moz-linear-gradient(top, #e7a66d 0, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7a66d), color-stop(1%, #fcb16d), color-stop(42%, #ff8d05), color-stop(100%, #ffc450));
+ background: -webkit-linear-gradient(top, #e7a66d 0, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
+ background: -o-linear-gradient(top, #e7a66d 0, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
+ background: -ms-linear-gradient(top, #e7a66d 0, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
+ background: linear-gradient(to bottom, #e7a66d 0, #fcb16d 1%, #ff8d05 42%, #ffc450 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a66d', endColorstr='#ffc450', GradientType=0);
+ -webkit-box-shadow: inset 0 1px 1px #7b6645, inset 0 -1px #d19c33;
+ -moz-box-shadow: inset 0 1px 1px #7b6645, inset 0 -1px #d19c33;
+ box-shadow: inset 0 1px 1px #7b6645, inset 0 -1px #d19c33
+}
+
+.wikieditor-button.active:hover {
+ background: #dba368;
+ background: -moz-linear-gradient(top, #dba368 0, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dba368), color-stop(4%, #ffbd79), color-stop(34%, #fea335), color-stop(66%, #ffc64c), color-stop(100%, #fee069));
+ background: -webkit-linear-gradient(top, #dba368 0, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
+ background: -o-linear-gradient(top, #dba368 0, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
+ background: -ms-linear-gradient(top, #dba368 0, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
+ background: linear-gradient(to bottom, #dba368 0, #ffbd79 4%, #fea335 34%, #ffc64c 66%, #fee069 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dba368', endColorstr='#fee069', GradientType=0);
+ -webkit-box-shadow: inset 0 1px 1px #9e8255, inset 0 -1px #fcce6b;
+ ...
[truncated message content] |