From: <wis...@us...> - 2014-12-29 20:45:34
|
Revision: 12925 http://sourceforge.net/p/xoops/svn/12925 Author: wishcraft Date: 2014-12-29 20:45:12 +0000 (Mon, 29 Dec 2014) Log Message: ----------- Final Copy of Extreme Super Closest XOOPS 2.5 Theme! Modified Paths: -------------- XoopsThemes/extreme-super-closest/releases/1.1.0/css/elements.css XoopsThemes/extreme-super-closest/releases/1.1.0/xotpl/xo_stylesheets.html XoopsThemes/extreme-super-closest/trunk/css/elements.css XoopsThemes/extreme-super-closest/trunk/xotpl/xo_stylesheets.html Modified: XoopsThemes/extreme-super-closest/releases/1.1.0/css/elements.css =================================================================== --- XoopsThemes/extreme-super-closest/releases/1.1.0/css/elements.css 2014-12-29 20:23:10 UTC (rev 12924) +++ XoopsThemes/extreme-super-closest/releases/1.1.0/css/elements.css 2014-12-29 20:45:12 UTC (rev 12925) @@ -23,7 +23,9 @@ { font-size: 1.125666em; font-family: sans-serif; font-family: 'Ubuntu Condensed', sans-serif; - min-hieght: 101%; + min-height: 101% !important;; + max-width: 100% !important;; + width: 100% !important; margin: 0px; padding: 0px; } @@ -41,7 +43,9 @@ -moz-opacity: 0.89; -khtml-opacity: 0.89; opacity: 0.89; - min-hieght: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; margin: 0px; padding: 0px; } Modified: XoopsThemes/extreme-super-closest/releases/1.1.0/xotpl/xo_stylesheets.html =================================================================== --- XoopsThemes/extreme-super-closest/releases/1.1.0/xotpl/xo_stylesheets.html 2014-12-29 20:23:10 UTC (rev 12924) +++ XoopsThemes/extreme-super-closest/releases/1.1.0/xotpl/xo_stylesheets.html 2014-12-29 20:45:12 UTC (rev 12925) @@ -60,8 +60,9 @@ z-index: 99998; background: rgba(11,22,11,0.89); display: none; - width: 100%; - min-height: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; clear: none; } @@ -72,8 +73,9 @@ left: 0; top: 0; clear: none; - width: 100%; - min-height: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; } #popupmission @@ -108,14 +110,14 @@ $colour = array(); foreach(array('one', 'two', 'three', 'four') as $key) { - $colour[$key]['red'] = mt_rand(200, 255); - $colour[$key]['green'] = mt_rand(200, 255); - $colour[$key]['blue'] = mt_rand(200, 255); + $colour[$key]['red'] = mt_rand(77, 222); + $colour[$key]['green'] = mt_rand(88, 177); + $colour[$key]['blue'] = mt_rand(111, 243); if (in_array($key, array('one'))) - $colour[$key]['heat'] = mt_rand(67, 99); + $colour[$key]['heat'] = mt_rand(47, 99); else - $colour[$key]['heat'] = mt_rand(67, 99); - $colour[$key]['opacity'] = (string)round(mt_rand(77, 99) / 100, 2); + $colour[$key]['heat'] = mt_rand(37, 99); + $colour[$key]['opacity'] = (string)round(mt_rand(36, 83) / 93, 2); } shuffle($modeskeys); $state = $modes[$modeskeys[mt_rand(0, count($modekeys)-1)]]; Modified: XoopsThemes/extreme-super-closest/trunk/css/elements.css =================================================================== --- XoopsThemes/extreme-super-closest/trunk/css/elements.css 2014-12-29 20:23:10 UTC (rev 12924) +++ XoopsThemes/extreme-super-closest/trunk/css/elements.css 2014-12-29 20:45:12 UTC (rev 12925) @@ -23,7 +23,9 @@ { font-size: 1.125666em; font-family: sans-serif; font-family: 'Ubuntu Condensed', sans-serif; - min-hieght: 101%; + min-height: 101% !important;; + max-width: 100% !important;; + width: 100% !important; margin: 0px; padding: 0px; } @@ -41,7 +43,9 @@ -moz-opacity: 0.89; -khtml-opacity: 0.89; opacity: 0.89; - min-hieght: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; margin: 0px; padding: 0px; } Modified: XoopsThemes/extreme-super-closest/trunk/xotpl/xo_stylesheets.html =================================================================== --- XoopsThemes/extreme-super-closest/trunk/xotpl/xo_stylesheets.html 2014-12-29 20:23:10 UTC (rev 12924) +++ XoopsThemes/extreme-super-closest/trunk/xotpl/xo_stylesheets.html 2014-12-29 20:45:12 UTC (rev 12925) @@ -60,8 +60,9 @@ z-index: 99998; background: rgba(11,22,11,0.89); display: none; - width: 100%; - min-height: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; clear: none; } @@ -72,8 +73,9 @@ left: 0; top: 0; clear: none; - width: 100%; - min-height: 101%; + min-height: 101% !important; + max-width: 100% !important; + width: 100% !important; } #popupmission @@ -108,14 +110,14 @@ $colour = array(); foreach(array('one', 'two', 'three', 'four') as $key) { - $colour[$key]['red'] = mt_rand(200, 255); - $colour[$key]['green'] = mt_rand(200, 255); - $colour[$key]['blue'] = mt_rand(200, 255); + $colour[$key]['red'] = mt_rand(77, 222); + $colour[$key]['green'] = mt_rand(88, 177); + $colour[$key]['blue'] = mt_rand(111, 243); if (in_array($key, array('one'))) - $colour[$key]['heat'] = mt_rand(67, 99); + $colour[$key]['heat'] = mt_rand(47, 99); else - $colour[$key]['heat'] = mt_rand(67, 99); - $colour[$key]['opacity'] = (string)round(mt_rand(77, 99) / 100, 2); + $colour[$key]['heat'] = mt_rand(37, 99); + $colour[$key]['opacity'] = (string)round(mt_rand(36, 83) / 93, 2); } shuffle($modeskeys); $state = $modes[$modeskeys[mt_rand(0, count($modekeys)-1)]]; |