22
| <![CDATA[<style type="text/css">
#rt-top-surround2, .title1 .module-title, #rt-top-surround .readon span, #rt-top-surround .readon .button {background:#1aa195;}
#rt-top-surround, .notitle .title, #rt-top-surround, .notitle .title span, #rt-top-surround .title, #rt-top-surround .title span, #rt-body-surround .title1 .title, #rt-body-surround .title1 .title span, #rt-footer-surround .title1 .title, #rt-footer-surround .title1 .title span, #rt-top-surround .inputbox, .ft-highlight .featuretable-cell.ft-row-top, .ft-highlight .featuretable-cell.ft-row-top a {color: rgba(255, 255, 255, 0.9);}
#rt-top-surround a, #rt-top-surround .menutop li > .item, .title1 .title, .title1 .title span, #rt-top-surround .readon span, #rt-top-surround .readon .button, .rokminievents-badge .day, .rokminievents-badge .day, .timeline-dates.date-inline .active {color:#ffffff;}
#rt-top-surround .readon:hover span, #rt-top-surround .readon:hover .button {background-color:rgba(255, 255, 255, 0.9)}
.rokminievents-wrapper .timeline .progress .knob, .rokminievents-badge .day, .timeline-dates.date-inline .active, .ft-highlight .featuretable-cell.ft-row-top {background-color:#1aa195;}
#rt-showcase, .title2 .module-title {background:#ffffff;}
#rt-showcase, #rt-showcase .title, #rt-showcase .title span, #rt-top-surround .title2 .title, #rt-top-surround .title2 .title span, #rt-body-surround .title2 .title, #rt-body-surround .title2 .title span, #rt-footer-surround .title2 .title, #rt-footer-surround .title2 .title span, #rt-showcase a:hover, #rt-showcase .inputbox {color: rgba(34, 34, 34, 0.9);}
#rt-showcase .readon span, #rt-showcase .readon .button {color: rgba(255, 255, 255, 0.9);}
#rt-showcase .readon:hover span, #rt-showcase .readon:hover .button {color: rgba(34, 34, 34, 0.9);}
#rt-showcase a {color:#1aa195;}
#rt-showcase .readon span, #rt-showcase .readon .button {background-color:#1aa195;}
#rt-showcase .readon:hover span, #rt-showcase .readon:hover .button {background-color:#ffffff;}
a, body .root-sub a, #rt-top-surround .menutop li > .item:hover, #rt-top-surround .readon:hover span, #rt-top-surround .readon:hover .button, #rt-top-surround .menutop li.root.f-mainparent-itemfocus > .item, #rt-page-surround #rokweather .day, #rokweather h5,.featuretable-cell-data b, .featuretable-cell-data strong, #rt-body-surround .module-content ul.menu li > a, #rt-body-surround .module-content ul.menu li > .separator, #rt-body-surround .module-content ul.menu li > .item, #rt-top-surround .fusion-submenu-wrapper ul li > .item {color:#1aa195;}
.rt-article-icons .icon, .rt-article-icons ul li a, #rt-accessibility .button {background-color:#1aa195;}
body ul.checkmark li:after, body ul.circle-checkmark li:before, body ul.square-checkmark li:before, body ul.circle-small li:after, body ul.circle li:after, body ul.circle-large li:after {border-color:#1aa195;}
body ul.triangle-small li:after, body ul.triangle li:after, body ul.triangle-large li:after {border-left-color:#1aa195;}
body {background:#ffffff;}
#rt-footer-surround, #rt-bottom, #rt-footer, #rt-copyright, #rt-footer-surround .title, #rt-footer-surround .title span, #rt-footer-surround a:hover, #rt-footer-surround .inputbox {color: rgba(34, 34, 34, 0.9);}
#rt-footer-surround .readon span, #rt-footer-surround .readon .button {color: rgba(255, 255, 255, 0.9);}
#rt-footer-bg a {color:#1aa195;}
#rt-footer-surround .readon span, #rt-footer-surround .readon .button {background-color:#1aa195;}
#rt-footer-surround .readon:hover span, #rt-footer-surround .readon:hover .button {background-color:rgba(34, 34, 34, 0.9)}
body #rt-logo {width:249px;height:75px;}
</style>]]>
|
62
| <![CDATA[<script type="text/javascript">
function keepAlive() { var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(840000); });
window.addEvent('domready', function() {
$$('.hasTip').each(function(el) {
var title = el.get('title');
if (title) {
var parts = title.split('::', 2);
el.store('tip:title', parts[0]);
el.store('tip:text', parts[1]);
}
});
var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
});
var rokboxPath = '/plugins/system/rokbox/';
window.addEvent('domready', function() {new GantrySmartLoad({'offset': {'x': 200, 'y': 200}, 'placeholder': '/templates/rt_modulus_j16/images/blank.gif', 'exclusion': ['']}); });
window.addEvent('domready', function() {
var modules = ['rt-block'];
var header = ['h3','h2','h1'];
GantryBuildSpans(modules, header);
});
InputsExclusion.push('.content_vote','\#rt-popup','\#vmMainPage')
window.addEvent("domready", function(){ new SmoothScroll(); });
window.addEvent('domready', function() {
new Fusion('ul.menutop', {
pill: 0,
effect: 'slide and fade',
opacity: 1,
hideDelay: 500,
centered: 0,
tweakInitial: {'x': -5, 'y': -18},
tweakSubsequent: {'x': 1, 'y': -6},
tweakSizes: {'width': 20, 'height': 20},
menuFx: {duration: 300, transition: Fx.Transitions.Circ.easeOut},
pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut}
});
});
</script>]]>
|