Added: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js (added) +++ ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js Mon Mar 20 12:28:40 2017 @@ -0,0 +1,6 @@ +/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */ +/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */ +window.matchMedia=window.matchMedia||(function(e,f){var c,a=e.documentElement,b=a.firstElementChild||a.firstChild,d=e.createElement("body"),g=e.createElement("div");g.id="mq-test-1";g.style.cssText="position:absolute;top:-100em";d.style.background="none";d.appendChild(g);return function(h){g.innerHTML='­<style media="'+h+'"> #mq-test-1 { width: 42px; }</style>';a.insertBefore(d,b);c=g.offsetWidth==42;a.removeChild(d);return{matches:c,media:h}}})(document); + +/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ +(function(e){e.respond={};respond.update=function(){};respond.mediaQueriesSupported=e.matchMedia&&e.matchMedia("only all").matches;if(respond.mediaQueriesSupported){return}var w=e.document,s=w.documentElement,i=[],k=[],q=[],o={},h=30,f=w.getElementsByTagName("head")[0]||s,g=w.getElementsByTagName("base")[0],b=f.getElementsByTagName("link"),d=[],a=function(){var D=b,y=D.length,B=0,A,z,C,x;for(;B<y;B++){A=D[B],z=A.href,C=A.media,x=A.rel&&A.rel.toLowerCase()==="stylesheet";if(!!z&&x&&!o[z]){if(A.styleSheet&&A.styleSheet.rawCssText){m(A.styleSheet.rawCssText,z,C);o[z]=true}else{if((!/^([a-zA-Z:]*\/\/)/.test(z)&&!g)||z.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({href:z,media:C})}}}}u()},u=function(){if(d.length){var x=d.shift();n(x.href,function(y){m(y,x.href,x.media);o[x.href]=true;u()})}},m=function(I,x,z){var G=I.match(/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi),J=G&&G.length||0,x=x.substring(0,x.lastIndexOf("/")),y=function(K){return K.replace(/(url\()['"]?([^\/\)'" ][^:\)'"]+)['"]?(\))/g,"$1"+x+"$2$3")},A=!J&&z,D=0,C,E,F,B,H;if(x.length){x+="/"}if(A){J=1}for(;D<J;D++){C=0;if(A){E=z;k.push(y(I))}else{E=G[D].match(/@media *([^\{]+)\{([\S\s]+?)$/)&&RegExp.$1;k.push(RegExp.$2&&y(RegExp.$2))}B=E.split(",");H=B.length;for(;C<H;C++){F=B[C];i.push({media:F.split("(")[0].match(/(only\s+)?([a-zA-Z]+)\s?/)&&RegExp.$2||"all",rules:k.length-1,hasquery:F.indexOf("(")>-1,minw:F.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:F.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}}j()},l,r,v=function(){var z,A=w.createElement("div"),x=w.body,y=false;A.style.cssText="position:absolute;font-size:1em;width:1em";if(!x){x=y=w.createElement("body");x.style.background="none"}x.appendChild(A);s.insertBefore(x,s.firstChild);z=A.offsetWidth;if(y){s.removeChild(x)}else{x.removeChild(A)}z=p=parseFloat(z);return z},p,j=function(I){var x="clientWidth",B=s[x],H=w.compatMode===" CSS1Compat"&&B||w.body[x]||B,D={},G=b[b.length-1],z=(new Date()).getTime();if(I&&l&&z-l<h){clearTimeout(r);r=setTimeout(j,h);return}else{l=z}for(var E in i){var K=i[E],C=K.minw,J=K.maxw,A=C===null,L=J===null,y="em";if(!!C){C=parseFloat(C)*(C.indexOf(y)>-1?(p||v()):1)}if(!!J){J=parseFloat(J)*(J.indexOf(y)>-1?(p||v()):1)}if(!K.hasquery||(!A||!L)&&(A||H>=C)&&(L||H<=J)){if(!D[K.media]){D[K.media]=[]}D[K.media].push(k[K.rules])}}for(var E in q){if(q[E]&&q[E].parentNode===f){f.removeChild(q[E])}}for(var E in D){var M=w.createElement("style"),F=D[E].join("\n");M.type="text/css";M.media=E;f.insertBefore(M,G.nextSibling);if(M.styleSheet){M.styleSheet.cssText=F}else{M.appendChild(w.createTextNode(F))}q.push(M)}},n=function(x,z){var y=c();if(!y){return}y.open("GET",x,true);y.onreadystatechange=function(){if(y.readyState!=4||y.status!=200&&y.status!=304){return}z(y.responseText)};if(y.readyState==4){return}y.send(null)},c=(function(){var x=false;try{x=new XMLHttpRequest()}catch(y){x=new ActiveX Object("Microsoft.XMLHTTP")}return function(){return x}})();a();respond.update=a;function t(){j(true)}if(e.addEventListener){e.addEventListener("resize",t,false)}else{if(e.attachEvent){e.attachEvent("onresize",t)}}})(this); \ No newline at end of file Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js (added) +++ ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js Mon Mar 20 12:28:40 2017 @@ -0,0 +1,326 @@ +/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */ +/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */ +window.matchMedia = window.matchMedia || (function(doc, undefined){ + + var bool, + docElem = doc.documentElement, + refNode = docElem.firstElementChild || docElem.firstChild, + // fakeBody required for <FF4 when executed in <head> + fakeBody = doc.createElement('body'), + div = doc.createElement('div'); + + div.id = 'mq-test-1'; + div.style.cssText = "position:absolute;top:-100em"; + fakeBody.style.background = "none"; + fakeBody.appendChild(div); + + return function(q){ + + div.innerHTML = '­<style media="'+q+'"> #mq-test-1 { width: 42px; }</style>'; + + docElem.insertBefore(fakeBody, refNode); + bool = div.offsetWidth == 42; + docElem.removeChild(fakeBody); + + return { matches: bool, media: q }; + }; + +})(document); + + + + +/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ +(function( win ){ + //exposed namespace + win.respond = {}; + + //define update even in native-mq-supporting browsers, to avoid errors + respond.update = function(){}; + + //expose media query support flag for external use + respond.mediaQueriesSupported = win.matchMedia && win.matchMedia( "only all" ).matches; + + //if media queries are supported, exit here + if( respond.mediaQueriesSupported ){ return; } + + //define vars + var doc = win.document, + docElem = doc.documentElement, + mediastyles = [], + rules = [], + appendedEls = [], + parsedSheets = {}, + resizeThrottle = 30, + head = doc.getElementsByTagName( "head" )[0] || docElem, + base = doc.getElementsByTagName( "base" )[0], + links = head.getElementsByTagName( "link" ), + requestQueue = [], + + //loop stylesheets, send text content to translate + ripCSS = function(){ + var sheets = links, + sl = sheets.length, + i = 0, + //vars for loop: + sheet, href, media, isCSS; + + for( ; i < sl; i++ ){ + sheet = sheets[ i ], + href = sheet.href, + media = sheet.media, + isCSS = sheet.rel && sheet.rel.toLowerCase() === "stylesheet"; + + //only links plz and prevent re-parsing + if( !!href && isCSS && !parsedSheets[ href ] ){ + // selectivizr exposes css through the rawCssText expando + if (sheet.styleSheet && sheet.styleSheet.rawCssText) { + translate( sheet.styleSheet.rawCssText, href, media ); + parsedSheets[ href ] = true; + } else { + if( (!/^([a-zA-Z:]*\/\/)/.test( href ) && !base) + || href.replace( RegExp.$1, "" ).split( "/" )[0] === win.location.host ){ + requestQueue.push( { + href: href, + media: media + } ); + } + } + } + } + makeRequests(); + }, + + //recurse through request queue, get css text + makeRequests = function(){ + if( requestQueue.length ){ + var thisRequest = requestQueue.shift(); + + ajax( thisRequest.href, function( styles ){ + translate( styles, thisRequest.href, thisRequest.media ); + parsedSheets[ thisRequest.href ] = true; + makeRequests(); + } ); + } + }, + + //find media blocks in css text, convert to style blocks + translate = function( styles, href, media ){ + var qs = styles.match( /@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi ), + ql = qs && qs.length || 0, + //try to get CSS path + href = href.substring( 0, href.lastIndexOf( "/" )), + repUrls = function( css ){ + return css.replace( /(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g, "$1" + href + "$2$3" ); + }, + useMedia = !ql && media, + //vars used in loop + i = 0, + j, fullq, thisq, eachq, eql; + + //if path exists, tack on trailing slash + if( href.length ){ href += "/"; } + + //if no internal queries exist, but media attr does, use that + //note: this currently lacks support for situations where a media attr is specified on a link AND + //its associated stylesheet has internal CSS media queries. + //In those cases, the media attribute will currently be ignored. + if( useMedia ){ + ql = 1; + } + + + for( ; i < ql; i++ ){ + j = 0; + + //media attr + if( useMedia ){ + fullq = media; + rules.push( repUrls( styles ) ); + } + //parse for styles + else{ + fullq = qs[ i ].match( /@media *([^\{]+)\{([\S\s]+?)$/ ) && RegExp.$1; + rules.push( RegExp.$2 && repUrls( RegExp.$2 ) ); + } + + eachq = fullq.split( "," ); + eql = eachq.length; + + for( ; j < eql; j++ ){ + thisq = eachq[ j ]; + mediastyles.push( { + media : thisq.split( "(" )[ 0 ].match( /(only\s+)?([a-zA-Z]+)\s?/ ) && RegExp.$2 || "all", + rules : rules.length - 1, + hasquery: thisq.indexOf("(") > -1, + minw : thisq.match( /\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" ), + maxw : thisq.match( /\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" ) + } ); + } + } + + applyMedia(); + }, + + lastCall, + + resizeDefer, + + // returns the value of 1em in pixels + getEmValue = function() { + var ret, + div = doc.createElement('div'), + body = doc.body, + fakeUsed = false; + + div.style.cssText = "position:absolute;font-size:1em;width:1em"; + + if( !body ){ + body = fakeUsed = doc.createElement( "body" ); + body.style.background = "none"; + } + + body.appendChild( div ); + + docElem.insertBefore( body, docElem.firstChild ); + + ret = div.offsetWidth; + + if( fakeUsed ){ + docElem.removeChild( body ); + } + else { + body.removeChild( div ); + } + + //also update eminpx before returning + ret = eminpx = parseFloat(ret); + + return ret; + }, + + //cached container for 1em value, populated the first time it's needed + eminpx, + + //enable/disable styles + applyMedia = function( fromResize ){ + var name = "clientWidth", + docElemProp = docElem[ name ], + currWidth = doc.compatMode === "CSS1Compat" && docElemProp || doc.body[ name ] || docElemProp, + styleBlocks = {}, + lastLink = links[ links.length-1 ], + now = (new Date()).getTime(); + + //throttle resize calls + if( fromResize && lastCall && now - lastCall < resizeThrottle ){ + clearTimeout( resizeDefer ); + resizeDefer = setTimeout( applyMedia, resizeThrottle ); + return; + } + else { + lastCall = now; + } + + for( var i in mediastyles ){ + var thisstyle = mediastyles[ i ], + min = thisstyle.minw, + max = thisstyle.maxw, + minnull = min === null, + maxnull = max === null, + em = "em"; + + if( !!min ){ + min = parseFloat( min ) * ( min.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 ); + } + if( !!max ){ + max = parseFloat( max ) * ( max.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 ); + } + + // if there's no media query at all (the () part), or min or max is not null, and if either is present, they're true + if( !thisstyle.hasquery || ( !minnull || !maxnull ) && ( minnull || currWidth >= min ) && ( maxnull || currWidth <= max ) ){ + if( !styleBlocks[ thisstyle.media ] ){ + styleBlocks[ thisstyle.media ] = []; + } + styleBlocks[ thisstyle.media ].push( rules[ thisstyle.rules ] ); + } + } + + //remove any existing respond style element(s) + for( var i in appendedEls ){ + if( appendedEls[ i ] && appendedEls[ i ].parentNode === head ){ + head.removeChild( appendedEls[ i ] ); + } + } + + //inject active styles, grouped by media type + for( var i in styleBlocks ){ + var ss = doc.createElement( "style" ), + css = styleBlocks[ i ].join( "\n" ); + + ss.type = "text/css"; + ss.media = i; + + //originally, ss was appended to a documentFragment and sheets were appended in bulk. + //this caused crashes in IE in a number of circumstances, such as when the HTML element had a bg image set, so appending beforehand seems best. Thanks to @dvelyk for the initial research on this one! + head.insertBefore( ss, lastLink.nextSibling ); + + if ( ss.styleSheet ){ + ss.styleSheet.cssText = css; + } + else { + ss.appendChild( doc.createTextNode( css ) ); + } + + //push to appendedEls to track for later removal + appendedEls.push( ss ); + } + }, + //tweaked Ajax functions from Quirksmode + ajax = function( url, callback ) { + var req = xmlHttp(); + if (!req){ + return; + } + req.open( "GET", url, true ); + req.onreadystatechange = function () { + if ( req.readyState != 4 || req.status != 200 && req.status != 304 ){ + return; + } + callback( req.responseText ); + } + if ( req.readyState == 4 ){ + return; + } + req.send( null ); + }, + //define ajax obj + xmlHttp = (function() { + var xmlhttpmethod = false; + try { + xmlhttpmethod = new XMLHttpRequest(); + } + catch( e ){ + xmlhttpmethod = new ActiveXObject( "Microsoft.XMLHTTP" ); + } + return function(){ + return xmlhttpmethod; + }; + })(); + + //translate CSS + ripCSS(); + + //expose update for re-running respond later on + respond.update = ripCSS; + + //adjust on resize + function callMedia(){ + applyMedia( true ); + } + if( win.addEventListener ){ + win.addEventListener( "resize", callMedia, false ); + } + else if( win.attachEvent ){ + win.attachEvent( "onresize", callMedia ); + } +})(this); Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/respond/respond.src.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_left.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_left.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_left.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_left.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_right.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_right.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_right.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_large_right.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left2.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left2.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left2.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_left2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right2.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right2.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right2.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrow_right2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowleft.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowleft.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowleft.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowleft.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowright.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowright.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowright.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrowright.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrows.psd URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrows.psd?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/arrows.psd ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/black50.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/black50.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/black50.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/black50.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/boxed_bgtile.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/boxed_bgtile.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/boxed_bgtile.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/boxed_bgtile.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet_boxed.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet_boxed.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet_boxed.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullet_boxed.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.psd URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.psd?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets.psd ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets2.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets2.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets2.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/bullets2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/coloredbg.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/coloredbg.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/coloredbg.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/coloredbg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/grain.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/grain.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/grain.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/grain.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_left.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_left.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_left.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_left.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_right.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_right.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_right.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/large_right.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader.gif URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader.gif?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader.gif ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader2.gif URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader2.gif?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader2.gif ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/loader2.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots_bgtile.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots_bgtile.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots_bgtile.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/navigdots_bgtile.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow1.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow1.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow1.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow1.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow2.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow2.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow2.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow3.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow3.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow3.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/shadow3.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_arrows.psd URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_arrows.psd?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_arrows.psd ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left_boxed.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left_boxed.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left_boxed.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_left_boxed.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right_boxed.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right_boxed.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right_boxed.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/small_right_boxed.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timer.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timer.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timer.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timer.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timerdot.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timerdot.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timerdot.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/timerdot.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/white50.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/white50.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/white50.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/assets/white50.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css (added) +++ ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css Mon Mar 20 12:28:40 2017 @@ -0,0 +1,472 @@ +/*----------------------------------------------------------------------------- + + - kenburn slider - + +Screen Stylesheet + +version: 1.0 +date: 09/18/11 +author: themepunch +email: [hidden email] +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + + + + +.tp-simpleresponsive .caption { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; + +} + +.tp-simpleresponsive img { max-width:none;} + + +/****************************** + - SHADOWS - +******************************/ +.tp-bannershadow { + position:absolute; + + margin-left:auto; + margin-right:auto; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + +.tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;} +.tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} +.tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} + +/************************* + - CAPTIONS - +**************************/ +.caption.big_white { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 36px; + line-height: 36px; + font-family: Arial; + padding: 0px 4px; + padding-top: 1px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#000; + letter-spacing: -1.5px; +} + +.caption.big_orange { + position: absolute; + color: #ff7302; + text-shadow: none; + font-weight: 700; + font-size: 36px; + line-height: 36px; + font-family: Arial; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fff; + letter-spacing: -1.5px; +} + +.caption.big_black { + position: absolute; + color: #000; + text-shadow: none; + font-weight: 700; + font-size: 36px; + line-height: 36px; + font-family: Arial; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fff; + letter-spacing: -1.5px; +} + +.caption.medium_grey { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 20px; + line-height: 20px; + font-family: Arial; + padding: 2px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#888; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); +} + +.caption.small_text { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 14px; + line-height: 20px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); +} + +.caption.medium_text { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 20px; + line-height: 20px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + /*white-space:nowrap;*/ + white-space:normal; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); +} + +.caption.large_text { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 40px; + line-height: 40px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); +} + +.caption.very_large_text { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 60px; + line-height: 60px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + letter-spacing: -2px; +} + + +.caption.very_big_white { + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 60px; + line-height: 60px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 0px 4px; + padding-top: 1px; + background-color:#000; +} + +.caption.very_big_black { + position: absolute; + color: #000; + text-shadow: none; + font-weight: 700; + font-size: 60px; + line-height: 60px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 0px 4px; + padding-top: 1px; + background-color:#fff; +} + +.caption.boxshadow { + -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); +} + +.caption.black { + color: #000; + text-shadow: none; +} + +.caption.noshadow { + text-shadow: none; +} + +.caption a { display:inline !important; } + +/* +.caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; } +.caption a:hover { color: #ffa902; } +*/ + + +/****************************** + - BUTTONS - +*******************************/ + +.button { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px; + cursor:pointer; + color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; + background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; +} + +.button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;} + + +.purchase:hover, +.button:hover, +.button.big:hover { background-position:bottom, 15px 11px;} + + + +@media only screen and (min-width: 768px) and (max-width: 959px) { + +} + + + +@media only screen and (min-width: 480px) and (max-width: 767px) { + .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; } + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + + +} + +@media only screen and (min-width: 0px) and (max-width: 479px) { + .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;} + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } +} + + + + + +/* BUTTON COLORS */ + + + +.button.green, .button:hover.green, +.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } + + +.button.blue, .button:hover.blue, +.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68;} + + +.button.red, .button:hover.red, +.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212;} + +.button.orange, .button:hover.orange, +.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00;} + +.button.darkgrey,.button.grey, +.button:hover.darkgrey,.button:hover.grey, +.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222;} + +.button.lightgrey, .button:hover.lightgrey, +.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555;} + + + +/************************ + - NAVIGATION - +*************************/ + +/** BULLETS **/ +.tp-bullets { z-index:100; position:absolute; bottom:10px; } +.tp-bullets.simplebullets { bottom:10px;} + + +.tp-bullets.simplebullets.navbar { bottom:-20px; background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;} + +.tp-bullets.simplebullets .bullet { cursor:pointer; position:relative; background:url(../assets/bullets.png) no-Repeat bottom left; width:23px; height:23px; margin-right:0px; float:left; margin-top:-12px;} +.tp-bullets.simplebullets .bullet.last { margin-right:0px;} + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:-10px;} +.tp-bullets.simplebullets.square .bullet.last { margin-right:0px;} + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar .bullet { cursor:pointer; position:relative; background:url(../assets/navigdots.png) no-Repeat bottom left; width:15px; height:15px; margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;} +.tp-bullets.simplebullets.navbar .bullet.first { margin-left:30px !important;} +.tp-bullets.simplebullets.navbar .bullet.last { margin-right:30px !important;} + +.tp-bullets.simplebullets .bullet:hover, +.tp-bullets.simplebullets .bullet.selected { background-position:top left; } + + + + +/************************************* + - TP ARROWS - +**************************************/ + + +.tp-leftarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px; } +.tp-rightarrow { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px;} + +.tp-leftarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowleft.png) no-Repeat top left; width:9px; height:16px; float:left; margin-right:-20px; margin-top:-8px;} +.tp-rightarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowright.png) no-Repeat top left; width:9px; height:16px; float:left; margin-left:-20px; margin-top:-8px;} +.tp-leftarrow.navbar.thumbswitharrow { margin-right:10px; } +.tp-rightarrow.navbar.thumbswitharrow { margin-left:0px; } + +.tp-leftarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:-9px;} +.tp-rightarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:-9px;} + +.tp-leftarrow.large { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_large_left.png) no-Repeat top left; width:46px; height:46px; margin-left:20px; margin-top:-23px; } +.tp-rightarrow.large { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_large_right.png) no-Repeat top left; width:46px; height:46px; margin-left:-20px; margin-top:-23px; } + +.tp-leftarrow:hover, +.tp-rightarrow:hover { background-position:bottom left; } + + + + + + +/**************************************************************************************************** + - TP THUMBS - +***************************************************************************************************** + + - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) + + - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) + + *****************************************************************************************************/ + + +.tp-bullets.tp-thumbs { z-index:100; position:absolute; padding:0px 2px 2px;background-color:#fff; + width:500px;height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ +} + +.fullwidthbanner-container .tp-thumbs { padding:2px;} + +.tp-bullets.tp-thumbs .tp-mask { width:500px; height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + overflow:hidden; position:relative;} + + +.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute;} + +.tp-bullets.tp-thumbs .bullet { width:100px; height:50px; /* THE DIMENSION OF A SINGLE THUMB */ + cursor:pointer; overflow:hidden;background:none;margin:0;float:left; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + /*filter: alpha(opacity=50); */ + -moz-opacity: 0.5; + -khtml-opacity: 0.5; + opacity: 0.5; + -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; +} +.tp-bullets.tp-thumbs .bullet:hover, +.tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; +} +.tp-thumbs img { width:100%; } + + +/************************************ + - TP BANNER TIMER - +*************************************/ +.tp-bannertimer { width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;} + + + + +/*************************************** + - RESPONSIVE SETTINGS - +****************************************/ + + +@media only screen and (min-width: 768px) and (max-width: 959px) { + +} + + + +@media only screen and (min-width: 480px) and (max-width: 767px) { + .responsive .tp-bullets.tp-thumbs { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .tp-mask { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .bullet { width:60px !important;height:30px !important;} + +} + +@media only screen and (min-width: 0px) and (max-width: 479px) { + .responsive .tp-bullets { display:none} + .responsive .tparrows { display:none;} +} + + + + + +/********************************************* + + - BASIC SETTINGS FOR THE BANNER - + +***********************************************/ + +.tp-simpleresponsive img { + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + + +.tp-simpleresponsive ul { + list-style:none; + padding:0; + margin:0; +} + +.tp-simpleresponsive >ul li{ + list-stye:none; + position:absolute; + visibility:hidden; +} +/* CAPTION SLIDELINK **/ +.caption.slidelink a div { width:10000px; height:10000px; } + +.tp-loader { + background:url(../assets/loader.gif) no-repeat 10px 10px; background-color:transparent; margin:-22px -22px; top:45px; left:50%; z-index:10000; position:absolute;width:44px;height:44px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + + + + + Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings-bck.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css?rev=1787742&view=auto ============================================================================== --- ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css (added) +++ ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css Mon Mar 20 12:28:40 2017 @@ -0,0 +1,635 @@ +/*----------------------------------------------------------------------------- + + - Revolution Slider 1.5.3 - + + Screen Stylesheet + +version: 1.4.5 +date: 09/18/11 +last update: 13.10.2012 +author: themepunch +email: [hidden email] +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + +/*----------------------------------------------------------------------------- + + - Revolution Slider 2.0 Captions - + + Screen Stylesheet + +version: 1.4.5 +date: 09/18/11 +last update: 13.10.2012 +author: themepunch +email: [hidden email] +website: http://www.themepunch.com +-----------------------------------------------------------------------------*/ + + + +/************************* + - CAPTIONS - +**************************/ +.tp-caption.big_white{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + padding: 3px 4px; + padding-top: 1px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#000; + letter-spacing: 0px; + } + +.tp-caption.big_orange{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 36px; + line-height: 36px; + font-family: Arial; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fb7354; + letter-spacing: -1.5px; + } + +.tp-caption.big_black{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + padding: 0px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#fff; + letter-spacing: -1.5px; + } + +.tp-caption.medium_grey{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 20px; + line-height: 20px; + font-family: Arial; + padding: 2px 4px; + margin: 0px; + border-width: 0px; + border-style: none; + background-color:#888; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.small_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 700; + font-size: 14px; + line-height: 20px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.medium_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 300; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } + +.tp-caption.large_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + } +.tp-caption.large_black_text{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 42px; + line-height: 42px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + +.tp-caption.very_large_text{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 60px; + line-height: 60px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); + letter-spacing: 0px; + } +.tp-caption.very_large_black_text{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 800; + font-size: 72px; + line-height: 72px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.bold_red_text{ + position: absolute; + color: #d31e00; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } +.tp-caption.bold_brown_text{ + position: absolute; + color: #a04606; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + .tp-caption.bold_green_text{ + position: absolute; + color: #5b9830; + text-shadow: none; + font-weight: 800; + font-size: 20px; + line-height: 20px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + } + +.tp-caption.very_big_white{ + position: absolute; + color: #fff; + text-shadow: none; + font-weight: 800; + font-size: 36px; + line-height: 36px; + font-family: 'Open Sans', sans; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 3px 4px; + padding-top: 1px; + background-color:#7e8e96; + } + +.tp-caption.very_big_black{ + position: absolute; + color: #000; + text-shadow: none; + font-weight: 700; + font-size: 60px; + line-height: 60px; + font-family: Arial; + margin: 0px; + border-width: 0px; + border-style: none; + white-space:nowrap; + padding: 0px 4px; + padding-top: 1px; + background-color:#fff; + } + +.tp-caption.boxshadow{ + -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); + } + +.tp-caption.black{ + color: #000; + text-shadow: none; + font-weight: 300; + font-size: 19px; + line-height: 19px; + font-family: 'Open Sans', sans; + } + +.tp-caption.noshadow { + text-shadow: none; + } + +/*.tp-caption a { + color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; +} + +.tp-caption a:hover { + color: #ffa902; +} +*/ +/****************************** + - BUTTONS - +*******************************/ + +.button { padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px; + cursor:pointer; + color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; + background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; + } + +.button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;} + + +.purchase:hover, +.button:hover, +.button.big:hover { background-position:bottom, 15px 11px;} + + + + @media only screen and (min-width: 768px) and (max-width: 959px) { + + } + + + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .button { padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal; } + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .button { padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;} + a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; } + } + + + + + +/* BUTTON COLORS */ + + + +.button.green, .button:hover.green, +.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } + + +.button.blue, .button:hover.blue, +.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68;} + + +.button.red, .button:hover.red, +.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212;} + +.button.orange, .button:hover.orange, +.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00;} + +.button.darkgrey,.button.grey, +.button:hover.darkgrey,.button:hover.grey, +.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222;} + +.button.lightgrey, .button:hover.lightgrey, +.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555;} + + + +/**************************************************************** + + - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID - + +******************************************************************/ + +.tp-simpleresponsive .slotholder *, +.tp-simpleresponsive img { -webkit-transform: translateZ(0); + -webkit-backface-visibility: hidden; + -webkit-perspective: 1000; + } + + +/************************************************ + - SOME CAPTION MODIFICATION AT START - +*************************************************/ +.tp-simpleresponsive .caption, +.tp-simpleresponsive .tp-caption { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; visibility: hidden; + +} + +.tp-simpleresponsive img { max-width:none;} + +/****************************** + - IE8 HACKS - +*******************************/ +.noFilterClass { + filter:none !important; +} + + +/****************************** + - SHADOWS - +******************************/ +.tp-bannershadow { + position:absolute; + + margin-left:auto; + margin-right:auto; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + } + +.tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;} +.tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} +.tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;} + + +/******************************** + - FULLSCREEN VIDEO - +*********************************/ +.caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} +.caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} + +.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;} +.tp-caption.fullscreenvideo iframe { width:100% !important; height:100% !important;} + +/************************ + - NAVIGATION - +*************************/ + +/** BULLETS **/ +.tp-bullets { z-index:100; position:absolute; bottom:10px; } +.tp-bullets.simplebullets { bottom:10px;} + + +.tp-bullets.simplebullets.navbar { margin-left:-40px; border:1px solid #666; border-bottom:1px solid #444; bottom:-20px; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;} + +.tp-bullets.simplebullets.navbar-old { bottom:-20px; background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;margin-top:-17px;} + + +.tp-bullets.simplebullets.round .bullet { cursor:pointer; position:relative; background:url(../assets/bullet.png) no-Repeat top left; width:20px; height:20px; margin-right:0px; float:left; margin-top:-10px; margin-left:3px;} +.tp-bullets.simplebullets.round .bullet.last { margin-right:3px;} + +.tp-bullets.simplebullets.round-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets.png) no-Repeat bottom left; width:23px; height:23px; margin-right:0px; float:left; margin-top:-12px;} +.tp-bullets.simplebullets.round-old .bullet.last { margin-right:0px;} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:-10px;} +.tp-bullets.simplebullets.square .bullet.last { margin-right:0px;} + + +/** SQUARE BULLETS **/ +.tp-bullets.simplebullets.square-old .bullet { cursor:pointer; position:relative; background:url(../assets/bullets2.png) no-Repeat bottom left; width:19px; height:19px; margin-right:0px; float:left; margin-top:-10px;} +.tp-bullets.simplebullets.square-old .bullet.last { margin-right:0px;} + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar .bullet { cursor:pointer; position:relative; background:url(../assets/bullet_boxed.png) no-Repeat top left; width:18px; height:19px; margin-right:5px; float:left; margin-top:10px;} + +.tp-bullets.simplebullets.navbar .bullet.first { margin-left:0px !important;} +.tp-bullets.simplebullets.navbar .bullet.last { margin-right:0px !important;} + + + +/** navbar NAVIGATION VERSION **/ +.tp-bullets.simplebullets.navbar-old .bullet { cursor:pointer; position:relative; background:url(../assets/navigdots.png) no-Repeat bottom left; width:15px; height:15px; margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;} +.tp-bullets.simplebullets.navbar-old .bullet.first { margin-left:30px !important;} +.tp-bullets.simplebullets.navbar-old .bullet.last { margin-right:30px !important;} + + +.tp-bullets.simplebullets .bullet:hover, +.tp-bullets.simplebullets .bullet.selected { background-position:top left; } + +.tp-bullets.simplebullets.round .bullet:hover, +.tp-bullets.simplebullets.round .bullet.selected, +.tp-bullets.simplebullets.navbar .bullet:hover, +.tp-bullets.simplebullets.navbar .bullet.selected { background-position:bottom left; } + + + +/************************************* + - TP ARROWS - +**************************************/ + +.tp-leftarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:-7px; } +.tp-rightarrow.round { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right.png) no-Repeat top left; width:19px; height:14px; margin-right:0px; float:left; margin-top:-7px;} + + +.tp-leftarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px; } +.tp-rightarrow.round-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right.png) no-Repeat top left; width:26px; height:26px; margin-right:0px; float:left; margin-top:-13px;} + + +.tp-leftarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_left_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-right:4px; margin-top:-4px;} +.tp-rightarrow.navbar { z-index:100;cursor:pointer; position:relative; background:url(../assets/small_right_boxed.png) no-Repeat top left; width:20px; height:15px; float:left; margin-left:-36px; margin-top:-4px;} + + +.tp-leftarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowleft.png) no-Repeat top left; width:9px; height:16px; float:left; margin-right:-20px; margin-top:-8px;} +.tp-rightarrow.navbar-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrowright.png) no-Repeat top left; width:9px; height:16px; float:left; margin-left:-20px; margin-top:-8px;} + +.tp-leftarrow.navbar-old.thumbswitharrow { margin-right:10px; } +.tp-rightarrow.navbar-old.thumbswitharrow { margin-left:0px; } + +.tp-leftarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:-9px;} +.tp-rightarrow.square { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:-9px;} + + +.tp-leftarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_left2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-right:0px; margin-top:-9px;} +.tp-rightarrow.square-old { z-index:100;cursor:pointer; position:relative; background:url(../assets/arrow_right2.png) no-Repeat top left; width:12px; height:17px; float:left; margin-left:0px; margin-top:-9px;} + + +.tp-leftarrow.large { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_left.png) no-Repeat top left; width:40px; height:40px; margin-left:20px; margin-top:-20px; } +.tp-rightarrow.large { z-index:100;cursor:pointer; position:relative; background:url(../assets/large_right.png) no-Repeat top left; width:40px; height:40px; margin-left:-20px; margin-top:-20px; } + +.tp-leftarrow:hover, +.tp-rightarrow:hover { background-position:bottom left; } + + + + + + +/**************************************************************************************************** + - TP THUMBS - +***************************************************************************************************** + + - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) + + - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) + + *****************************************************************************************************/ + + +.tp-bullets.tp-thumbs { z-index:100; position:absolute; padding:3px;background-color:#fff; + width:500px;height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + margin-top:-50px; + } + +.fullwidthbanner-container .tp-thumbs { padding:3px;} + +.tp-bullets.tp-thumbs .tp-mask { width:500px; height:50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ + overflow:hidden; position:relative;} + + +.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width:5000px; position:absolute;} + +.tp-bullets.tp-thumbs .bullet { width:100px; height:50px; /* THE DIMENSION OF A SINGLE THUMB */ + cursor:pointer; overflow:hidden;background:none;margin:0;float:left; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + /*filter: alpha(opacity=50); */ + -moz-opacity: 0.5; + -khtml-opacity: 0.5; + opacity: 0.5; + + -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; + } + + +.tp-bullets.tp-thumbs .bullet:hover, +.tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + + -moz-opacity: 1; + -khtml-opacity: 1; + opacity: 1; + } +.tp-thumbs img { width:100%; } + + +/************************************ + - TP BANNER TIMER - +*************************************/ +.tp-bannertimer { display:none;width:100%; height:10px; background:url(../assets/timer.png); position:absolute; z-index:200;} +.tp-bannertimer.tp-bottom { bottom:0px !important;height:5px;} + + + + +/*************************************** + - RESPONSIVE SETTINGS - +****************************************/ + + + @media only screen and (min-width: 768px) and (max-width: 959px) { + + } + + + + @media only screen and (min-width: 480px) and (max-width: 767px) { + .responsive .tp-bullets.tp-thumbs { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .tp-mask { width:300px !important; height:30px !important;} + .responsive .tp-bullets.tp-thumbs .bullet { width:60px !important;height:30px !important;} + + } + + @media only screen and (min-width: 0px) and (max-width: 479px) { + .responsive .tp-bullets { display:none} + .responsive .tparrows { display:none;} + } + + + + + +/********************************************* + + - BASIC SETTINGS FOR THE BANNER - + +***********************************************/ + + .tp-simpleresponsive img { + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; +} + + + +.tp-simpleresponsive a{ text-decoration:none;} + +.tp-simpleresponsive ul { + list-style:none; + padding:0; + margin:0; +} + +.tp-simpleresponsive >ul >li{ + list-stye:none; + position:absolute; + visibility:hidden; +} +/* CAPTION SLIDELINK **/ +.caption.slidelink a div, +.tp-caption.slidelink a div { width:10000px; height:10000px; background:url(../assets/coloredbg.png) repeat;} + +.tp-loader { background:url(../assets/loader.gif) no-repeat 10px 10px; background-color:transparent; margin:-22px -22px; top:45px; left:50%; z-index:10000; position:absolute;width:44px;height:44px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + } + + + + + Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/css/settings.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside_white.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside_white.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside_white.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_inside_white.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_testimonial.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_testimonial.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_testimonial.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/decor_testimonial.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g30.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g30.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g30.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g30.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g40.png URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g40.png?rev=1787742&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g40.png ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/ofbiz-new-website/js-plugin/rs-plugin/images/gradient/g40.png ------------------------------------------------------------------------------ svn:mime-type = image/png |
Free forum by Nabble | Edit this page |