|
|
| Line 5: |
Line 5: |
| <script | | <script |
| src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | | src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
| <!-- Mitio -->
| |
| <script type="text/javascript">
| |
| /*! Motio 2.2.1 - 18th Apr 2013 | https://github.com/Darsain/motio */
| |
| /*
| |
| Motio is released under MIT
| |
|
| |
| The MIT License (MIT)
| |
|
| |
| Permission is hereby granted, free of charge, to any person obtaining a copy
| |
| of this software and associated documentation files (the "Software"), to deal
| |
| in the Software without restriction, including without limitation the rights
| |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
| |
| copies of the Software, and to permit persons to whom the Software is
| |
| furnished to do so, subject to the following conditions:
| |
|
| |
| The above copyright notice and this permission notice shall be included in
| |
| all copies or substantial portions of the Software.
| |
|
| |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
| |
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
| |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
| |
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
| |
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
| |
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
| |
| THE SOFTWARE.
| |
| */
| |
| /*! Motio 2.2.1 - 18th Apr 2013 | https://github.com/Darsain/motio */
| |
| (function(f,l){function w(u,p){function k(c){b.reversed=c;x||(a.isPaused=!1,C("play"),D())}function v(){E=0;F=z?Math.round(h.x)+"px "+Math.round(h.y)+"px":r[m];F!==H&&(u.style.backgroundPosition=H=F);C("frame");b.finite&&b.to===m&&(a.pause(),"function"===j(b.callback)&&b.callback.call(a))}function D(){b.finite&&b.to===m||(x=b.immediate?0:60<=d.fps?y(D):setTimeout(D,1E3/d.fps),z?(h.x+=d.speedX/d.fps,h.y+=d.speedY/d.fps,d.bgWidth&&Math.abs(h.x)>d.bgWidth&&(h.x%=d.bgWidth),d.bgHeight&&Math.abs(h.y)>
| |
| d.bgHeight&&(h.y%=d.bgHeight)):(b.finite?m=b.immediate?b.to:m+(m>b.to?-1:1):b.reversed?0>=--m&&(m=r.length-1):++m>=r.length&&(m=0),a.frame=m),E||(E=y(v)))}function I(a,g){s=0;for(A=q[a].length;s<A;s++)if(q[a][s]===g)return s;return-1}function C(c,g){if(q[c]){s=0;for(A=q[c].length;s<A;s++)q[c][s].call(a,c,g)}}function G(a){return f.getComputedStyle?f.getComputedStyle(u,null)[a]:u.currentStyle[a]}var d,n=p,J={},n="object"===j(n)?n:{},B;for(B in w.defaults)J[B]=(n.hasOwnProperty(B)?n:w.defaults)[B];
| |
| d=J;var a=this,z=!d.frames,r=[],q={},b={},m=0,h,F,H,x,E,s,A;a.element=u;a.width=d.width||u.clientWidth;a.height=d.height||u.clientHeight;a.options=d;a.isPaused=!0;a.pause=function(){t(x);clearTimeout(x);x=0;a.isPaused||(a.isPaused=!0,C("pause"));return a};a.play=function(c){b.finite=!1;b.callback=l;b.immediate=!1;k(c);return a};a.toggle=function(){a[x?"pause":"play"]();return a};a.toStart=function(c,g){return a.to(0,c,g)};a.toEnd=function(c,g){return a.to(r.length-1,c,g)};a.to=function(c,g,e){if(z||
| |
| isNaN(parseFloat(c))||!isFinite(c)||0>c||c>=r.length)return a;"function"===j(g)&&(e=g,g=!1);if(c===m)if(0===c)m=r.length;else if(c===r.length-1)m=-1;else return"function"===j(e)&&e.call(a),a.pause(),a;b.finite=!0;b.to=c;b.immediate=!!g;b.callback=e;k();return a};a.set=function(c,g){d[c]=g;return a};a.on=function(c,g){if("object"===j(c))for(var e in c){if(c.hasOwnProperty(e))a.on(e,c[e])}else if("function"===j(g)){e=c.split(" ");for(var b=0,d=e.length;b<d;b++)q[e[b]]=q[e[b]]||[],-1===I(e[b],g)&&q[e[b]].push(g)}else if("array"===
| |
| j(g)){e=0;for(b=g.length;e<b;e++)a.on(c,g[e])}return a};a.off=function(c,b){if(b instanceof Array)for(var e=0,d=b.length;e<d;e++)a.off(c,b[e]);else for(var e=c.split(" "),d=0,h=e.length;d<h;d++)if(q[e[d]]=q[e[d]]||[],"undefined"===j(b))q[e[d]].length=0;else{var f=I(e[d],b);-1!==f&&q[e[d]].splice(f,1)}return a};a.destroy=function(){a.pause();u.style.backgroundPosition="";return a};n=(G("backgroundPosition")||G("backgroundPositionX")+" "+G("backgroundPositionY")).replace(/left|top/gi,0).split(" ");
| |
| h={x:0|parseInt(n[0],10),y:0|parseInt(n[1],10)};if(z)a.pos=h;else{for(n=r.length=0;n<d.frames;n++)d.vertical?h.y=n*-a.height:h.x=n*-a.width,r.push(h.x+"px "+h.y+"px");a.frames=r.length;a.frame=0}}function j(f){return Object.prototype.toString.call(f).match(/\s([a-z]+)/i)[1].toLowerCase()}for(var t=f.cancelAnimationFrame||f.cancelRequestAnimationFrame,y=f.requestAnimationFrame,k=["moz","webkit","o"],p=0,v=0,K=k.length;v<K&&!t;++v)y=(t=f[k[v]+"CancelAnimationFrame"]||f[k[v]+"CancelRequestAnimationFrame"])&&
| |
| f[k[v]+"RequestAnimationFrame"];t||(y=function(j){var k=+new Date,l=Math.max(0,16-(k-p));p=k+l;return f.setTimeout(function(){j(k+l)},l)},t=function(f){clearTimeout(f)});f.Motio=w;w.defaults={fps:15,frames:0,vertical:0,width:0,height:0,speedX:0,speedY:0,bgWidth:0,bgHeight:0}})(window);(function(f){f.fn.motio=function(l,w){var j,t;if(!f.isPlainObject(l)){if("string"===typeof l||!1===l)j=!1===l?"destroy":l,t=Array.prototype.slice.call(arguments,1);l={}}return this.each(function(y,k){var p=f.data(k,"motio");!p&&!j?(p=f.data(k,"motio",new Motio(k,l)),p.on(w),l.startPaused||p.play()):p&&j&&(p[j]&&p[j].apply(p,t),"destroy"===j&&f.removeData(k,"motio"))})}})(jQuery);
| |
| </script>
| |
| <script type="text/javascript"> | | <script type="text/javascript"> |
| function setParentColor(curNode) { | | function setParentColor(curNode) { |
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' type='text/css'>
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
function setParentColor(curNode) {
curNode.find("p:first").attr("id", "colorFixHover");
}
function resetParentColor(curNode) {
curNode.find("p:first").attr("id", "");
}
function fix(curNode) {
curNode.css('color', "#003e5c");
}
$(document).ready(function() {
$("p:first").addClass("hide");
});
</script>
<style>
body {
font-family: 'Open Sans', sans-serif;
overflow-y: scroll;
padding: 0px;
margin: 0px;
background-color: #003e5c;
text-align: justify;
}
.hide {
display: none;
}
- column-one {
display: none;
}
.container {
margin-top: 0px
}
.OWWNBcpCurrentDateFilled {
display: none;
}
- content {
margin: 0 auto auto 0;
padding: 0em 0em 0em 0em;
align: center;
border-style: none none none none;
}
- column-content {
float: left;
margin: 0 0 0 0;
padding: 0;
/*
border-left: 1px solid #00aeef;
border-right: 1px solid #00aeef;
*/
width: 1177px;
}
.firstHeading {
display: none;
}
/* Sets the actual page width */
- globalWrapper {
width: 1177px;
margin: 0px auto 0px auto;
padding: 0px;
}
- bodyContent {
width: 100%;
/* align: center; */
margin: 0px;
padding: 0px 0px 0px 0px;
background-color: #f0f4f4;
}
- footer {
position: center;
background-color: #222;
border: none;
color: #006e9c;
margin: -5px 0px 0px 0px;
width: 100%;
}
- footer A,#footer A:HOVER,#footer A:VISITED {
color: #006e9c;
}
- bodyContent,#column-content,#content {
color: #222222;
}
- header,#nano {
width: 100%;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
background-color: #f0f4f4;
}
- nano {
line-height: 3em;
/*height: 200px;*/
font-size: 64pt;
color: #f0f4f4;
float: left;
}
- menu {
display: block;
width: 100%;
float: left;
padding: 0px;
background-color: #003e5c;
border-bottom: 0px solid #00aeef;
margin-bottom: 0px;
padding: 0px;
}
- editHeader {
/*
margin-top: -18px;
*/
float: right;
z-index: 11;
float: right;
}
- editHeader A {
color: #97bdbd;
}
ul.menu a, p.menuHeader {
display: block;
padding: 6px 15px 4px 15px;
text-decoration: none;
color: #f0f4f4;
margin: 0px;
text-align: center;
font-size: 14px;
text-decoration: none;
line-height: 1.5em;
}
ul.menu a:HOVER,p.menuHeader:HOVER {
color: #003e5c;
}
- colorFixHover {
color: #003e5c;
}
ul.menu li:HOVER {
background-color: #f0f4f4;
}
ul.menu {
/*
height: 30px;
*/
margin: 0;
padding: 0;
list-style: none;
float: center;
}
ul.menu li {
margin: 0px;
padding: 0px;
float: left;
position: relative;
}
ul.menu li:hover ul {
display: block;
position: absolute;
z-index: 100;
}
ul.submenu {
display: none;
list-style: none;
padding-left: 0px;
background-color: #003e5c;
width: 100%;
}
.submenu {
margin: 0px;
}
ul.submenu li {
float: none;
margin: 0px;
border-top: 1px solid #222222;
}
ul.submenu li:FIRST-CHILD {
border: none;
}
ul.submenu li a {
text-align: left;
margin: 0px;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 15px;
padding-right: 5px;
text-decoration: none;
font-size: 14px;
}
ul.submenu li a:hover {
color: #003e5c;
background-color: #f0f4f4;
}
- contentSub {
float: left;
z-index: 500;
width: 100%;
background-color: #003e5c;
margin: 0px;
margin-top: -6px;
background-color: #003e5c;
}
- contentSub span.subpages {
display: none;
padding-top: 4px;
padding-left: 4px;
}
- contentSub.A {
padding: 2px;
color: #003e5c;
}
.thumb {
}
.mytable {
}
.toc {
float: left;
color: black;
}
.cf:before,.cf:after {
display: none;
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}
.menu .supplementaryMenu {
width: 135px;
}
.menu .supplementaryMenu {
text-align: left;
}
- wiki-body p,#wiki-body li,#wiki-body dd,div.thumbcaption {
font-size: 10pt;
}
div.thumbcaption {
font-size: 8pt;
}
div.thumb {
border-style: none;
}
/*
Body p:FIRST-CHILD {
display: none;
}
</style>
</head>
<body>
</body>
</html>