| (function() { | ||
| var w = window; | ||
| w.hello = function(a, abc) { | ||
| "a:nomunge"; | ||
| w.alert("Hello, " + a); | ||
| }; | ||
| })(); |
Sorry, the diff of this file is not supported yet
| function test(){ | ||
| var a = "a" + | ||
| "b" + | ||
| "c"; | ||
| } |
Sorry, the diff of this file is not supported yet
| window.$ = $telerik.$; | ||
| $(document).ready(function() { | ||
| movePageElements(); | ||
| var text = $('textarea').val(); | ||
| if (text != "") | ||
| $('textarea').attr("style", "display: block;"); | ||
| else | ||
| $('textarea').attr("style", "display: none;"); | ||
| //cleanup | ||
| text = null; | ||
| }); | ||
| function movePageElements() { | ||
| var num = null; | ||
| var pagenum = $(".pagecontrolscontainer"); | ||
| if (pagenum.length > 0) { | ||
| var num = pagenum.attr("pagenumber"); | ||
| if ((num > 5) && (num < 28)) { | ||
| var x = $('div#commentbutton'); | ||
| $("div.buttonContainer").prepend(x); | ||
| } | ||
| else { | ||
| $('div#commentbutton').attr("style", "display: none;"); | ||
| } | ||
| } | ||
| //Add in dropshadowing | ||
| if ((num > 5) && (num < 28)) { | ||
| var top = $('.dropshadow-top'); | ||
| var middle = $('#dropshadow'); | ||
| var bottom = $('.dropshadow-bottom'); | ||
| $('#page').prepend(top); | ||
| $('#topcontainer').after(middle); | ||
| middle.append($('#topcontainer')); | ||
| middle.after(bottom); | ||
| } | ||
| //cleanup | ||
| num = null; | ||
| pagenum = null; | ||
| top = null; | ||
| middle = null; | ||
| bottom=null; | ||
| } | ||
| function expandCollapseDiv(id) { | ||
| $telerik.$(id).slideToggle("slow"); | ||
| } | ||
| function expandCollapseHelp() { | ||
| $('.helpitems').slideToggle("slow"); | ||
| //Add in dropshadowing | ||
| if ($('#helpcontainer').length) { | ||
| $('#help-dropshadow-bot').insertAfter('#helpcontainer'); | ||
| $('#help-dropshadow-bot').removeAttr("style"); | ||
| } | ||
| } | ||
| function expandCollapseComments() { | ||
| var style = $('textarea').attr("style"); | ||
| if (style == "display: none;") | ||
| $('textarea').fadeIn().focus(); | ||
| else | ||
| $('textarea').fadeOut(); | ||
| //cleanup | ||
| style = null; | ||
| } |
Sorry, the diff of this file is not supported yet
| a {background-position: 0 0 0 0;} | ||
| b {BACKGROUND-POSITION: 0 0;} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
| a { | ||
| border: none; | ||
| } | ||
| b {BACKGROUND:none} | ||
| s { | ||
| border-top: none; | ||
| border-right: none; | ||
| border-bottom:none; | ||
| border-left: none | ||
| } |
Sorry, the diff of this file is not supported yet
| #elem { | ||
| width: 100px; | ||
| voice-family: "\"}\""; | ||
| voice-family:inherit; | ||
| width: 200px; | ||
| } | ||
| html>body #elem { | ||
| width: 200px; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* this file contains no css, it exists purely to put the revision number into the | ||
| combined css before uploading it to SiteManager. The exclaimation at the start | ||
| of the comment informs yuicompressor not to strip the comment out */ | ||
| /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */ | ||
| body { | ||
| yo: cats; | ||
| } | ||
| ul[id$=foo] label:hover {yo: yo;} |
Sorry, the diff of this file is not supported yet
| @media screen and/*!YUI-Compresser */(-webkit-min-device-pixel-ratio:0) { | ||
| a{ | ||
| b: 1; | ||
| } | ||
| } | ||
| @media screen and/*! */ /*! */(-webkit-min-device-pixel-ratio:0) { | ||
| a{ | ||
| b: 1; | ||
| } | ||
| } | ||
| @media -webkit-min-device-pixel-ratio:0 { | ||
| a{ | ||
| b: 1; | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
| /*! special */ | ||
| body { | ||
| } |
Sorry, the diff of this file is not supported yet
| a[href$="/test/"] span:first-child { b:1; } | ||
| a[href$="/test/"] span:first-child { } | ||
Sorry, the diff of this file is not supported yet
| /* re: 2495387 */ | ||
| @charset 'utf-8'; | ||
| @media all { | ||
| body { | ||
| } | ||
| body { | ||
| background-color: gold; | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
| .c1{color:#FF0000}.c2{color:#000080}.c3{color:#808080}.c4{color:#808000}.c5{color:#800080}.c6{color:#C0C0C0}.c7{color:#008080}.c8{color:#FFA500}.c9{color:#800000} |
Sorry, the diff of this file is not supported yet
| .foo, #AABBCC { | ||
| background-color:#aabbcc; | ||
| border-color:#Ee66aA #ABCDEF #FeAb2C; | ||
| filter:chroma(color = #FFFFFF ); | ||
| filter:chroma(color="#AABBCC"); | ||
| filter:chroma(color='#BBDDEE'); | ||
| color:#112233 | ||
| } |
Sorry, the diff of this file is not supported yet
| .color { | ||
| me: rgb(123, 123, 123); | ||
| test-overflow: rgb(1000, 500, 300); | ||
| impressed: #FfEedD; | ||
| again: #ABCDEF; | ||
| andagain:#aa66cc; | ||
| background-color:#aa66ccc; | ||
| filter: chroma(color="#FFFFFF"); | ||
| background: none repeat scroll 0 0 rgb(255, 0,0); | ||
| alpha: rgba(1, 2, 3, 4); | ||
| border-color: RGBA(1,2,3,4); /* tests uppercase RGBA() */ | ||
| color:#1122aa | ||
| } | ||
| #AABBCC { | ||
| background-color:#ffee11; | ||
| filter: chroma(color = #FFFFFF ); | ||
| color:#441122; | ||
| foo:#00fF11 #ABC #AABbCc #123344; | ||
| border-color:#aa66ccC | ||
| } | ||
| .foo #AABBCC { | ||
| background-color:#fFEe11; | ||
| color:#441122; | ||
| border-color:#AbC; | ||
| filter: chroma(color= #FFFFFF) | ||
| } | ||
| .bar, #AABBCC { | ||
| background-color:#FFee11; | ||
| border-color:#00fF11 #ABCDEF; | ||
| filter: chroma(color=#11FFFFFF); | ||
| color:#441122; | ||
| } | ||
| .foo, #AABBCC.foobar { | ||
| background-color:#ffee11; | ||
| border-color:#00fF11 #ABCDEF #AABbCc; | ||
| color:#441122; | ||
| } | ||
| @media screen { | ||
| .bar, #AABBCC { | ||
| background-color:#ffEE11; | ||
| color:#441122 | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
| html >/**/ body p { | ||
| color: blue; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* line 56, sprite/icon-header/*.png */ | ||
| .my-css-class1 { | ||
| font-weight:bold; | ||
| } | ||
| /* line 56, /*sprite/icon-header/*.png */ | ||
| .my-css-class2 { | ||
| font-weight:bold; | ||
| } | ||
| /* line 56, /*sprite*//*icon-/*header/*.png */ | ||
| .my-css-class3 { | ||
| font-weight:bold; | ||
| } | ||
| /*////////////////////////////////////*/ | ||
| a { | ||
| color:black; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* This is invalid CSS, but frequently happens as a result of concatenation. */ | ||
| @CHARSET "utf-8"; | ||
| #foo { | ||
| border-width:1px; | ||
| } | ||
| /* | ||
| Note that this is erroneous! | ||
| The actual CSS file can only have a single charset. | ||
| However, this is the job of the author/application. | ||
| The compressor should not get involved. | ||
| */ | ||
| @charset "another one"; | ||
| #bar { | ||
| border-width:10px; | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
| div.base64-singlequotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QAAAAAAAD5Q7t%2FAAAACXBIWXMAAA3WAAAN1gGQb3mcAAAFrUlEQVRYw%2B2Xz28kRxXHP%2B9Vdc8vj2fG9uIkm2yUeFGEhNCKQwBpj1yRUBAnpJU4ceZP4MxfkBxy2GO45bQXuEGQohUKigQ%2BsBBE1sbYXv8Yz%2FRMd9fjUN09PV5nFZA4kZZa79W3quu9er%2FqNfy%2FPwJgZty%2Ffz%2FZ29vrpmmqhlWTgmFg1UpbfWhYhG6Yq2cFi%2FNrj9nJyWnx%2BPHjeafbMTEzPvjVB9%2B6d%2B%2FezweDwV1BfHubivkC3lZya%2F4m7Np8UZYXhweHH7733rvvC0Kyv7%2F%2F7p07d34qIjyvr63RNb4l4CbsRUrNrq6OfvfRRz%2FxDx486A%2F6g7vXhX9ZIf%2Bp4JomaToZj8d7Pk1SFRFXb1aWodq09l%2F9YZu%2FCWMVL9e%2FaVFVQVUREEG8r3VUEZ4cX%2FHL30%2B5shRtAhFq4wggNb6GrXgVa2K2jYtACIHv7Sz54TfHjWWagBOBy0Xgt%2BcjLtwQxVCpNwURQat1DdYaT7pwdwKDFA6ncHgFizJmSb3WLPDa7PMIVlb2daqZxdONUnAetEojEdBGiXXhTmAjhZ0%2B3N6AlzeEROH1TXiWGf%2BcwmkWZYnAfAkdx1pq%2BhUbT9z3IElUJlVhI4WsgCLUyggi4MQYd4VXNmCYRqXOspV7UoHbQ3hpEMeLAk5mkFYRYlWI%2BHZ6CTDwkKSQqrA7gFeHMF3C6VyYLmFZGiKCE6GrMFsaWb7yuVOh66N1FkUUpBJ3TyvFovToBl9XMbNY2bZ70BsKfW94hbyErosmXpQwy4VgkCjMizjvRRik0EtiLNwagBf465lwOqtkETEn60XT1%2BlTazrpKlR%2BKkooy3Xfb3Wj3wGWJRQhnni7B53q5FqZ4%2FUR7PYhGMxyuMwgWVqTxrYWAwZYQX78J5i8ie9txSAkoOqqQAqk3pBgKLDhlY5XVKPCi3w97YRoKSFaceCgF2hqSXRBPQAIOcXRH8hP%2F0y6%2BRpWLrEyg3SbS9tmzggzJQSLQZo4xoOE8UbCsJfQ7zi6iaIizZ5OBVfXDKPireWC%2BvAYWOBqeszl9Jg03afbH6OqGH%2FBSUrqbrFIXiHoiEDC%2FPySi2d9nnZHJE7opY7dcY%2FdcZej84zpPGfY9Uw2ErYGCf2O4mUVEzELWtqUxZKjf3zK2cURzicMRy%2BzvbuH8ylFPqXIPqNczClKY1mUZFcnSDKkv%2FUNuptbWG%2BLw%2FMh%2FzrYpKBHKV3ONOXzYxeV20z49qhs7gaMWIjqQQiBxVXB4irg05yz4u%2FMpieoJuTLjDJfUJYBzBAFUUHkhMvLvzFPuvQ2JvQ3duh0R%2FjuiDQdIn6MJdvkxTafZUPuaN6UaOo6UNtgNl9weboguwqoA5fCjEusNCzE8LJQFRuNrzpQD%2BrmZNM55%2F4A5z1J2iHtDEg6fZK0j0uHlDrh2N4i3Ptuc%2BH5tjp5HliWQmmOUAhlYe0rqUqWSEOhcZ05AvE1UdColSQJaHWlSUYgJy%2FO2fFfo%2F34piphFOZ4OrvNdL5EJZbcmE8OQzFxIJEGEgIeE1%2FhrjJLxZcOrIVpVC7TW00WmLWyAMDEs%2Bi9wVJDtG17Y21vVmNxLKqIOkQqqoq2qHORmgj9UQcza7mgFm4GmiDjO5C72DSoQ6uPVTW%2BzuFUcQ2teKd4pzhd8b6Nu6jg7vZsrb1rClEIxhu7Q37x47fIy3j%2Fi8iqqlUuEWTFN%2FOrMU3fEEuhUM8FIPDqZgcRIVhsAXxtjGDGS5M%2BP%2Fv%2Bm7yopVrRVsPabsW%2BYG1T%2Fy3KahqSg6cHRb5cTmt5ZXhxQ7nS6yZsVWOajDFbw2JSCSGEIsuyC%2F%2Fo0aPp%2Fv7%2Br9NO5%2F5gMOhJLNn%2FpQLrLfw6tkKKorCDg4NPP%2Fnkjx%2FLOz96h2enzyZvf%2BftH9za2fm6qLrnO9tGk2vY86f%2FMliWZRdPnjz5zcOHDz%2B%2B%2Fifimorzv31C9X718G%2FYrCYSNJa5LgAAACJ6VFh0U29mdHdhcmUAAHjaKy8v18vMyy5OTixI1csvSgcANtgGWBBTylwAAAAASUVORK5CYII%3D'); | ||
| background-position:center center; | ||
| border:1px solid #00aa00; | ||
| } | ||
| div.otherdataurl { | ||
| background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kFBQ0WDWwqwjwAAANMSURBVEjHrdZbaFxVFAbgb2aSTG6GTi6mVIwxNxF9qFI0RQnFUqiYamutVutLa2t9EY0oPggFoYgPRR%2FaghYviA%2BiIAYvmBJKoYWiiBCigVTT1FisbUhrEtNkJpc5PuQkjGEmJqkLFmdz2Hv%2Fa%2F3rX3tvlm95oS%2FLokuZtIpbdvAs7KFtL22wjb3V1C41upy2ke1DXC2k%2FBjv1HHXDrbkEamg7lX2P8QTldQ2UtfOB8uiJsHNiB%2Fik0GmO%2BgZIxgnGA59nGCMoJPeQaYP047iBDXZEohkAYof4%2FNyKlZRdR%2F1ASZCnoOMhWkUheMz9F1laJSRZ3gEqVw1ipZQjcoBRrbT3Ez9OJLhZkHG5CD8l8Q47qXhMZp%2FYxhVFaxBLBtQejdtA%2FTtZPMIJnOknI2WSYzicTYN8OtTvICZbECxdr5Pkm6iPL0C3c%2BgkfIJgi%2F4LnP%2FudRKD3K4jf1VJGLEAiuz6VnA4AGam1h7gpNIzSFe66D3NurLKVhJNkHo07N9V9BE3XHOYmyeuirqG1l9mdHgOkDSGd8%2FGWtg9Roa56lrYdchDtRQPLlCkEywKVRScDfrurnwC2diiPTRe47iVtbnLZDxckGCkKYpPM%2FRr3kbyRhsYOtRDiQonFoBSHrBOI18rOeOPvr76YrCeUbf5fTvjOddJ0gQ1uMPku9z6hwjiEZhgOMn%2BaaUeHQJIOkMD7KMA5QQP01HP18hPbfvDTvZPETqb2YiS1BWrozM6jk9SPJJHkZZ5qFagtoaNnbyZg1FE4sUPRdlAQpwkdSjvDZAJ%2FoxNt%2Bw6NlGbQVFl5iKLKKsXCAwyFQZ8S3ciu65ho1lBJ5%2FkZk3OBGjpJWGmVCmsjTkQvA8JHCUU7s5eImevzg%2Fd7BGFhzCARIf8uVN3J5Heh1VM%2BHlko2y%2FHBxF0NJolfo38eDuJJxbf0ro%2FnMurh8hM%2FupH4tdT8zciOFsTC8SAgQoJfRxKzCuvfw0k%2F8MDx7xqUyez%2BS48ESIN7Ky6OUpfAtrxzhx03UR4m0c%2FZF7tnKW2mma4l9yuthTSIZIvxPi6EcpZW0PM0xtOzjo%2Bf4GPfv4r1qNqAUFYs9diJLBC1CIa7FZx8fUlwI22LuNv%2FfLbKMAOftH9TwRXg6%2FiCDAAAAAElFTkSuQmCC"); | ||
| } |
Sorry, the diff of this file is not supported yet
| .yui3-skin-night .yui3-dial-ring-vml, | ||
| .yui3-skin-night .yui3-dial-center-button-vml, | ||
| .yui3-skin-night .yui3-dial-marker v\:oval.yui3-dial-marker-max-min, | ||
| .yui3-skin-night v\:oval.yui3-dial-marker-max-min, | ||
| .yui3-skin-night .yui3-dial-marker-vml, | ||
| .yui3-skin-night .yui3-dial-handle-vml { | ||
| background: none; | ||
| opacity:1; | ||
| } | ||
| div.base64-doublequotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url( "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kFBQ0WDWwq | ||
| wjwAAANMSURBVEjHrdZbaFxVFAbgb2aSTG6GTi6mVIwxNxF9qFI0RQnFUqiYamutVutLa2t9EY0oPggFoYgPRR%2FaghYviA%2BiIAYvmBJKoYWi | ||
| iBCigVTT1FisbUhrEtNkJpc5PuQkjGEmJqkLFmdz2Hv%2Fa%2F3rX3tvlm95oS%2FLokuZtIpbdvAs7KFtL22wjb3V1C41upy2ke1DXC2k%2FBjv | ||
| 1HHXDrbkEamg7lX2P8QTldQ2UtfOB8uiJsHNiB%2Fik0GmO%2BgZIxgnGA59nGCMoJPeQaYP047iBDXZEohkAYof4%2FNyKlZRdR%2F1ASZCnoOM | ||
| hWkUheMz9F1laJSRZ3gEqVw1ipZQjcoBRrbT3Ez9OJLhZkHG5CD8l8Q47qXhMZp%2FYxhVFaxBLBtQejdtA%2FTtZPMIJnOknI2WSYzicTYN8OtT | ||
| vICZbECxdr5Pkm6iPL0C3c%2BgkfIJgi%2F4LnP%2FudRKD3K4jf1VJGLEAiuz6VnA4AGam1h7gpNIzSFe66D3NurLKVhJNkHo07N9V9BE3XHOYm | ||
| yeuirqG1l9mdHgOkDSGd8%2FGWtg9Roa56lrYdchDtRQPLlCkEywKVRScDfrurnwC2diiPTRe47iVtbnLZDxckGCkKYpPM%2FRr3kbyRhsYOtRDi | ||
| QonFoBSHrBOI18rOeOPvr76YrCeUbf5fTvjOddJ0gQ1uMPku9z6hwjiEZhgOMn%2BaaUeHQJIOkMD7KMA5QQP01HP18hPbfvDTvZPETqb2YiS1BW | ||
| rozM6jk9SPJJHkZZ5qFagtoaNnbyZg1FE4sUPRdlAQpwkdSjvDZAJ%2FoxNt%2Bw6NlGbQVFl5iKLKKsXCAwyFQZ8S3ciu65ho1lBJ5%2FkZk3OB | ||
| GjpJWGmVCmsjTkQvA8JHCUU7s5eImevzg%2Fd7BGFhzCARIf8uVN3J5Heh1VM%2BHlko2y%2FHBxF0NJolfo38eDuJJxbf0ro%2FnMurh8hM%2Fu | ||
| pH4tdT8zciOFsTC8SAgQoJfRxKzCuvfw0k%2F8MDx7xqUyez%2BS48ESIN7Ky6OUpfAtrxzhx03UR4m0c%2FZF7tnKW2mma4l9yuthTSIZIvxPi6 | ||
| EcpZW0PM0xtOzjo%2Bf4GPfv4r1qNqAUFYs9diJLBC1CIa7FZx8fUlwI22LuNv%2FfLbKMAOftH9TwRXg6%2FiCDAAAAAElFTkSuQmCC" ); | ||
| background-position:center center; | ||
| border:1px solid #00aa00; | ||
| } | ||
| .yui-skin-sam .yui-h-slider { | ||
| background: url(bg-h.gif) no-repeat 5px 0; | ||
| height: 28px; | ||
| width: 228px; | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
| .yui3-skin-night .yui3-dial-ring-vml, | ||
| .yui3-skin-night .yui3-dial-center-button-vml, | ||
| .yui3-skin-night .yui3-dial-marker v\:oval.yui3-dial-marker-max-min, | ||
| .yui3-skin-night v\:oval.yui3-dial-marker-max-min, | ||
| .yui3-skin-night .yui3-dial-marker-vml, | ||
| .yui3-skin-night .yui3-dial-handle-vml { | ||
| background: none; | ||
| opacity:1; | ||
| } | ||
| div.base64-singlequotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QAAAAAAAD5Q7t%2FAAAACXBIWXMAAA3WAAAN1gGQb3mcAAAFrUlEQVRYw%2B2Xz28kRxXHP%2B9Vdc8vj2fG9uIkm2yUeFGEhNCKQwBpj1yRUBAnpJU4ceZP4MxfkBxy2GO45bQXuEGQohUKigQ%2BsBBE1sbYXv8Yz%2FRMd9fjUN09PV5nFZA4kZZa79W3quu9er%2FqNfy%2FPwJgZty%2Ffz%2FZ29vrpmmqhlWTgmFg1UpbfWhYhG6Yq2cFi%2FNrj9nJyWnx%2BPHjeafbMTEzPvjVB9%2B6d%2B%2FezweDwV1BfHubivkC3lZya%2F4m7Np8UZYXhweHH7733rvvC0Kyv7%2F%2F7p07d34qIjyvr63RNb4l4CbsRUrNrq6OfvfRRz%2FxDx486A%2F6g7vXhX9ZIf%2Bp4JomaToZj8d7Pk1SFRFXb1aWodq09l%2F9YZu%2FCWMVL9e%2FaVFVQVUREEG8r3VUEZ4cX%2FHL30%2B5shRtAhFq4wggNb6GrXgVa2K2jYtACIHv7Sz54TfHjWWagBOBy0Xgt%2BcjLtwQxVCpNwURQat1DdYaT7pwdwKDFA6ncHgFizJmSb3WLPDa7PMIVlb2daqZxdONUnAetEojEdBGiXXhTmAjhZ0%2B3N6AlzeEROH1TXiWGf%2BcwmkWZYnAfAkdx1pq%2BhUbT9z3IElUJlVhI4WsgCLUyggi4MQYd4VXNmCYRqXOspV7UoHbQ3hpEMeLAk5mkFYRYlWI%2BHZ6CTDwkKSQqrA7gFeHMF3C6VyYLmFZGiKCE6GrMFsaWb7yuVOh66N1FkUUpBJ3TyvFovToBl9XMbNY2bZ70BsKfW94hbyErosmXpQwy4VgkCjMizjvRRik0EtiLNwagBf465lwOqtkETEn60XT1%2BlTazrpKlR%2BKkooy3Xfb3Wj3wGWJRQhnni7B53q5FqZ4%2FUR7PYhGMxyuMwgWVqTxrYWAwZYQX78J5i8ie9txSAkoOqqQAqk3pBgKLDhlY5XVKPCi3w97YRoKSFaceCgF2hqSXRBPQAIOcXRH8hP%2F0y6%2BRpWLrEyg3SbS9tmzggzJQSLQZo4xoOE8UbCsJfQ7zi6iaIizZ5OBVfXDKPireWC%2BvAYWOBqeszl9Jg03afbH6OqGH%2FBSUrqbrFIXiHoiEDC%2FPySi2d9nnZHJE7opY7dcY%2FdcZej84zpPGfY9Uw2ErYGCf2O4mUVEzELWtqUxZKjf3zK2cURzicMRy%2BzvbuH8ylFPqXIPqNczClKY1mUZFcnSDKkv%2FUNuptbWG%2BLw%2FMh%2FzrYpKBHKV3ONOXzYxeV20z49qhs7gaMWIjqQQiBxVXB4irg05yz4u%2FMpieoJuTLjDJfUJYBzBAFUUHkhMvLvzFPuvQ2JvQ3duh0R%2FjuiDQdIn6MJdvkxTafZUPuaN6UaOo6UNtgNl9weboguwqoA5fCjEusNCzE8LJQFRuNrzpQD%2BrmZNM55%2F4A5z1J2iHtDEg6fZK0j0uHlDrh2N4i3Ptuc%2BH5tjp5HliWQmmOUAhlYe0rqUqWSEOhcZ05AvE1UdColSQJaHWlSUYgJy%2FO2fFfo%2F34piphFOZ4OrvNdL5EJZbcmE8OQzFxIJEGEgIeE1%2FhrjJLxZcOrIVpVC7TW00WmLWyAMDEs%2Bi9wVJDtG17Y21vVmNxLKqIOkQqqoq2qHORmgj9UQcza7mgFm4GmiDjO5C72DSoQ6uPVTW%2BzuFUcQ2teKd4pzhd8b6Nu6jg7vZsrb1rClEIxhu7Q37x47fIy3j%2Fi8iqqlUuEWTFN%2FOrMU3fEEuhUM8FIPDqZgcRIVhsAXxtjGDGS5M%2BP%2Fv%2Bm7yopVrRVsPabsW%2BYG1T%2Fy3KahqSg6cHRb5cTmt5ZXhxQ7nS6yZsVWOajDFbw2JSCSGEIsuyC%2F%2Fo0aPp%2Fv7%2Br9NO5%2F5gMOhJLNn%2FpQLrLfw6tkKKorCDg4NPP%2Fnkjx%2FLOz96h2enzyZvf%2BftH9za2fm6qLrnO9tGk2vY86f%2FMliWZRdPnjz5zcOHDz%2B%2B%2Fifimorzv31C9X718G%2FYrCYSNJa5LgAAACJ6VFh0U29mdHdhcmUAAHjaKy8v18vMyy5OTixI1csvSgcANtgGWBBTylwAAAAASUVORK5CYII%3D'); | ||
| background-position:center center; | ||
| border:1px solid #00aa00; | ||
| } | ||
| div.otherdataurl { | ||
| background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kFBQ0WDWwqwjwAAANMSURBVEjHrdZbaFxVFAbgb2aSTG6GTi6mVIwxNxF9qFI0RQnFUqiYamutVutLa2t9EY0oPggFoYgPRR%2FaghYviA%2BiIAYvmBJKoYWiiBCigVTT1FisbUhrEtNkJpc5PuQkjGEmJqkLFmdz2Hv%2Fa%2F3rX3tvlm95oS%2FLokuZtIpbdvAs7KFtL22wjb3V1C41upy2ke1DXC2k%2FBjv1HHXDrbkEamg7lX2P8QTldQ2UtfOB8uiJsHNiB%2Fik0GmO%2BgZIxgnGA59nGCMoJPeQaYP047iBDXZEohkAYof4%2FNyKlZRdR%2F1ASZCnoOMhWkUheMz9F1laJSRZ3gEqVw1ipZQjcoBRrbT3Ez9OJLhZkHG5CD8l8Q47qXhMZp%2FYxhVFaxBLBtQejdtA%2FTtZPMIJnOknI2WSYzicTYN8OtTvICZbECxdr5Pkm6iPL0C3c%2BgkfIJgi%2F4LnP%2FudRKD3K4jf1VJGLEAiuz6VnA4AGam1h7gpNIzSFe66D3NurLKVhJNkHo07N9V9BE3XHOYmyeuirqG1l9mdHgOkDSGd8%2FGWtg9Roa56lrYdchDtRQPLlCkEywKVRScDfrurnwC2diiPTRe47iVtbnLZDxckGCkKYpPM%2FRr3kbyRhsYOtRDiQonFoBSHrBOI18rOeOPvr76YrCeUbf5fTvjOddJ0gQ1uMPku9z6hwjiEZhgOMn%2BaaUeHQJIOkMD7KMA5QQP01HP18hPbfvDTvZPETqb2YiS1BWrozM6jk9SPJJHkZZ5qFagtoaNnbyZg1FE4sUPRdlAQpwkdSjvDZAJ%2FoxNt%2Bw6NlGbQVFl5iKLKKsXCAwyFQZ8S3ciu65ho1lBJ5%2FkZk3OBGjpJWGmVCmsjTkQvA8JHCUU7s5eImevzg%2Fd7BGFhzCARIf8uVN3J5Heh1VM%2BHlko2y%2FHBxF0NJolfo38eDuJJxbf0ro%2FnMurh8hM%2FupH4tdT8zciOFsTC8SAgQoJfRxKzCuvfw0k%2F8MDx7xqUyez%2BS48ESIN7Ky6OUpfAtrxzhx03UR4m0c%2FZF7tnKW2mma4l9yuthTSIZIvxPi6EcpZW0PM0xtOzjo%2Bf4GPfv4r1qNqAUFYs9diJLBC1CIa7FZx8fUlwI22LuNv%2FfLbKMAOftH9TwRXg6%2FiCDAAAAAElFTkSuQmCC"); | ||
| } | ||
| .yui-skin-sam .yui-h-slider { | ||
| background: url(bg-h.gif) no-repeat 5px 0; | ||
| height: 28px; | ||
| width: 228px; | ||
| } |
Sorry, the diff of this file is not supported yet
| /*csslint fontfamily: true*/ | ||
| /** | ||
| * Foo | ||
| */ | ||
| .y-ff-1 { | ||
| font-family:"Foo Bar",Helvetica,Arial; | ||
| text-rendering: optimizeLegibility; | ||
| } | ||
| .ua-op .y-ff-1 { | ||
| /* Some Comment */ | ||
| font-family:Helvetica,Arial; | ||
| } | ||
| /* | ||
| Foo | ||
| Bar | ||
| */ | ||
| @font-face { | ||
| font-family: "Foo Bar"; | ||
| src: url("data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA") format("truetype"), | ||
| url("http://yuilibrary.com/fonts/foo-bar.svg#webfontse22fewwr") format("svg"); | ||
| font-weight: normal; | ||
| font-style: normal; | ||
| } | ||
Sorry, the diff of this file is not supported yet
| div.nonbase64-doublequotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url( | ||
| "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0'''%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3(((%04%04%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%00%A1%8FN1%00%00%00iIDAT%08%D7E%C7E%16%02Q%10%C5%D0j%C3%DD%BDqw%5E%F6%BF5%06%D4%3Fd%94kx%BDf%DE6%FFIA%AB%C8qYj%1F%E3Xk%93%E0%C8JZ%10%90%9E%3A1%60%BBY%85%A8%AE%14%C0%5E%1A6%8E%C5w%02%60%99%C9%FA%9A%03%60%8C%EFz%8C%CE%0EnSu%3F%01%AD%B2%06%04%F0%3CT%FF%B8nk%3F%7C%01%C5z%1B%F9%26%2F%3Az%00%00%00%00IEND%AEB%60%82" | ||
| ); | ||
| border:1px solid #00aa00; | ||
| } | ||
| span.othercss { | ||
| font-family:"Times New Roman"; | ||
| font-weight:inherit; | ||
| } |
Sorry, the diff of this file is not supported yet
| div.nonbase64-noquotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url( data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0\'\'\'%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh\)\)\)%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3\(\(\(%04%04%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%00%A1%8FN1%00%00%00iIDAT%08%D7E%C7E%16%02Q%10%C5%D0j%C3%DD%BDqw%5E%F6%BF5%06%D4%3Fd%94kx%BDf%DE6%FFIA%AB%C8qYj%1F%E3Xk%93%E0%C8JZ%10%90%9E%3A1%60%BBY%85%A8%AE%14%C0%5E%1A6%8E%C5w%02%60%99%C9%FA%9A%03%60%8C%EFz%8C%CE%0EnSu%3F%01%AD%B2%06%04%F0%3CT%FF%B8nk%3F%7C%01%C5z%1B%F9%26%2F%3Az%00%00%00%00IEND%AEB%60%82 ); | ||
| border:1px solid red; | ||
| } | ||
| span.othercss { | ||
| font-family:"Times New Roman"; | ||
| font-weight:inherit; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* Some Comment */ | ||
| div.nonbase64-singlequotes { | ||
| width:100px; | ||
| height:100px; | ||
| background-image:url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0\'\'\'%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3(((%04%04%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%00%A1%8FN1%00%00%00iIDAT%08%D7E%C7E%16%02Q%10%C5%D0j%C3%DD%BDqw%5E%F6%BF5%06%D4%3Fd%94kx%BDf%DE6%FFIA%AB%C8qYj%1F%E3Xk%93%E0%C8JZ%10%90%9E%3A1%60%BBY%85%A8%AE%14%C0%5E%1A6%8E%C5w%02%60%99%C9%FA%9A%03%60%8C%EFz%8C%CE%0EnSu%3F%01%AD%B2%06%04%F0%3CT%FF%B8nk%3F%7C%01%C5z%1B%F9%26%2F%3Az%00%00%00%00IEND%AEB%60%82'); | ||
| border:1px solid #0000aa; | ||
| } | ||
| /* Some Other Comment */ | ||
| span.othercss { | ||
| font-family:"Times New Roman"; | ||
| font-weight:inherit; | ||
| } |
Sorry, the diff of this file is not supported yet
| /*csslint fontfamily: true*/ | ||
| /** | ||
| * Foo | ||
| */ | ||
| .y-ff-1 { | ||
| font-family:"Foo Bar",Helvetica,Arial; | ||
| text-rendering: optimizeLegibility; | ||
| } | ||
| .ua-op .y-ff-1 { | ||
| /* Some Comment */ | ||
| font-family:Helvetica,Arial; | ||
| } | ||
| /* | ||
| Foo | ||
| Bar | ||
| */ | ||
| @font-face { | ||
| font-family: "Foo Bar"; | ||
| src: url( | ||
| data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA) format("truetype"), | ||
| url("http://yuilibrary.com/fonts/foo-bar.svg#webfontse22fewwr") format("svg"); | ||
| font-weight: normal; | ||
| font-style: normal; | ||
| } | ||
Sorry, the diff of this file is not supported yet
| .yui3-skin-sam .yui3-scrollview-scrollbar { | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:3px; | ||
| -webkit-border-radius: 3px; | ||
| -moz-border-radius: 3px; | ||
| background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg=="); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-bottom-right-radius:0; | ||
| border-bottom-left-radius:0; | ||
| -webkit-border-bottom-right-radius:0; | ||
| -webkit-border-bottom-left-radius:0; | ||
| -moz-border-radius-bottomright:0; | ||
| -moz-border-radius-bottomleft:0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:0; | ||
| border-bottom-right-radius:3px; | ||
| border-bottom-left-radius:3px; | ||
| -webkit-border-radius:0; | ||
| -webkit-border-bottom-right-radius:3px; | ||
| -webkit-border-bottom-left-radius:3px; | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-border-radius:0; | ||
| -moz-border-radius-bottomright:3px; | ||
| -moz-border-radius-bottomleft:3px; | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle { | ||
| border-radius:0; | ||
| -webkit-border-radius: 0; | ||
| -moz-border-radius: 0; | ||
| -webkit-transform: translate3d(0,0,0) scaleY(1); | ||
| -webkit-transform-origin-y: 0; | ||
| -moz-transform: translate(0,0) scaleY(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-top-right-radius: 0; | ||
| border-bottom-left-radius: 3px; | ||
| -webkit-border-top-right-radius: 0; | ||
| -webkit-border-bottom-left-radius: 3px; | ||
| -moz-border-radius-topright: 0; | ||
| -moz-border-radius-bottomleft: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-bottom-left-radius: 0; | ||
| border-top-right-radius: 3px; | ||
| -webkit-border-bottom-left-radius: 0; | ||
| -webkit-border-top-right-radius: 3px; | ||
| -moz-border-radius-bottomleft: 0; | ||
| -moz-border-radius-topright: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { | ||
| -webkit-transform: translate3d(0,0,0) scaleX(1); | ||
| -webkit-transform-origin: 0 0; | ||
| -moz-transform: translate(0,0) scaleX(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child { | ||
| background-color: #aaa; | ||
| background-image: none; | ||
| } |
Sorry, the diff of this file is not supported yet
| .yui3-skin-sam .yui3-scrollview-scrollbar { | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:3px; | ||
| -webkit-border-radius: 3px; | ||
| -moz-border-radius: 3px; | ||
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg==); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-bottom-right-radius:0; | ||
| border-bottom-left-radius:0; | ||
| -webkit-border-bottom-right-radius:0; | ||
| -webkit-border-bottom-left-radius:0; | ||
| -moz-border-radius-bottomright:0; | ||
| -moz-border-radius-bottomleft:0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:0; | ||
| border-bottom-right-radius:3px; | ||
| border-bottom-left-radius:3px; | ||
| -webkit-border-radius:0; | ||
| -webkit-border-bottom-right-radius:3px; | ||
| -webkit-border-bottom-left-radius:3px; | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-border-radius:0; | ||
| -moz-border-radius-bottomright:3px; | ||
| -moz-border-radius-bottomleft:3px; | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle { | ||
| border-radius:0; | ||
| -webkit-border-radius: 0; | ||
| -moz-border-radius: 0; | ||
| -webkit-transform: translate3d(0,0,0) scaleY(1); | ||
| -webkit-transform-origin-y: 0; | ||
| -moz-transform: translate(0,0) scaleY(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-top-right-radius: 0; | ||
| border-bottom-left-radius: 3px; | ||
| -webkit-border-top-right-radius: 0; | ||
| -webkit-border-bottom-left-radius: 3px; | ||
| -moz-border-radius-topright: 0; | ||
| -moz-border-radius-bottomleft: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-bottom-left-radius: 0; | ||
| border-top-right-radius: 3px; | ||
| -webkit-border-bottom-left-radius: 0; | ||
| -webkit-border-top-right-radius: 3px; | ||
| -moz-border-radius-bottomleft: 0; | ||
| -moz-border-radius-topright: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { | ||
| -webkit-transform: translate3d(0,0,0) scaleX(1); | ||
| -webkit-transform-origin: 0 0; | ||
| -moz-transform: translate(0,0) scaleX(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child { | ||
| background-color: #aaa; | ||
| background-image: none; | ||
| } |
Sorry, the diff of this file is not supported yet
| .yui3-skin-sam .yui3-scrollview-scrollbar { | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:3px; | ||
| -webkit-border-radius: 3px; | ||
| -moz-border-radius: 3px; | ||
| background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg=='); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-bottom-right-radius:0; | ||
| border-bottom-left-radius:0; | ||
| -webkit-border-bottom-right-radius:0; | ||
| -webkit-border-bottom-left-radius:0; | ||
| -moz-border-radius-bottomright:0; | ||
| -moz-border-radius-bottomleft:0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { | ||
| border-radius:0; | ||
| border-bottom-right-radius:3px; | ||
| border-bottom-left-radius:3px; | ||
| -webkit-border-radius:0; | ||
| -webkit-border-bottom-right-radius:3px; | ||
| -webkit-border-bottom-left-radius:3px; | ||
| -webkit-transform: translate3d(0, 0, 0); | ||
| -moz-border-radius:0; | ||
| -moz-border-radius-bottomright:3px; | ||
| -moz-border-radius-bottomleft:3px; | ||
| -moz-transform: translate(0, 0); | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle { | ||
| border-radius:0; | ||
| -webkit-border-radius: 0; | ||
| -moz-border-radius: 0; | ||
| -webkit-transform: translate3d(0,0,0) scaleY(1); | ||
| -webkit-transform-origin-y: 0; | ||
| -moz-transform: translate(0,0) scaleY(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-top-right-radius: 0; | ||
| border-bottom-left-radius: 3px; | ||
| -webkit-border-top-right-radius: 0; | ||
| -webkit-border-bottom-left-radius: 3px; | ||
| -moz-border-radius-topright: 0; | ||
| -moz-border-radius-bottomleft: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { | ||
| border-bottom-left-radius: 0; | ||
| border-top-right-radius: 3px; | ||
| -webkit-border-bottom-left-radius: 0; | ||
| -webkit-border-top-right-radius: 3px; | ||
| -moz-border-radius-bottomleft: 0; | ||
| -moz-border-radius-topright: 3px; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { | ||
| -webkit-transform: translate3d(0,0,0) scaleX(1); | ||
| -webkit-transform-origin: 0 0; | ||
| -moz-transform: translate(0,0) scaleX(1); | ||
| -moz-transform-origin: 0 0; | ||
| } | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child, | ||
| .yui3-skin-sam .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child { | ||
| background-color: #aaa; | ||
| background-image: none; | ||
| } |
Sorry, the diff of this file is not supported yet
| html { | ||
| background: #fff; | ||
| color: #555; | ||
| height: 100%; | ||
| } | ||
| #hd, #bd, #ft { | ||
| padding: 0 50px; | ||
| } | ||
| #bd { | ||
| padding-bottom: 50px; | ||
| border-bottom: 1px solid #006e9c; | ||
| } | ||
| #ft { | ||
| background: transparent no-repeat 0% 100%; | ||
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAeCAMAAAC/pnaKAAAAwFBMVEUkXIAoYYQoYYQoYYQyao02bpE6cpQ6cpREe51LgqNUiqtUiqtUiqtZj7BckrNlmrtlmrtlmrtroMB3qsp3qsp3qsp+sdCHudiHudiHudiHudiPwN+YyOaYyOaYyOaf0O2g0O6n1vOn1vOn1vOn1vOw3vu45f245f245f3B7f7K9f7K9f7K9f7X/v7X/v7p//7p//79//79//4AAABhAGMAbwBzAC4AcwB0AHIAaQBuAGcAcwABAAAAwIwmGwEAAABQQKFUAAAAQHRSTlP///////////////////////////////////////////////////////////////////8A////////////////0pfSbwAAAdtJREFUOI2NlNGqgzAMhv/ClDlQQcFdKOx4McFCKcH3f7eTtLWr07mFiUvbzz9Nk2LZGRH5937qZTiGyEx0Cr5xQpEd6xzNueCGc9SzUmAzP8cplO1zgRRutBAlM9EhZwknWj1LKXkwbOVojTqMEpKZOfeUD3OnR24VWeJf1OOBTnTgw8zZr3LyOlbdrWrdGlpG6Alz4Ni3RcT4Ldm8wHpOo9Yo5CPsdngM6D3HmLlESrgHD+YvrtEuUeLeMf7x7j23GJVgbJoHs0/cI3B7TNkfON5btsEUrvSdY694U0P9nXMp2mDsdbLmY14CN8XDjtzgo9CuqpYnGoMscDUmn08qsbOn/3Lte6rgP1eM7qQ1YMP+yPhiTmx2laDQspytgJI1MbIzZ7yHfj2/hYYtZ1xMM4dc3iTukjgJyKsrUBEH4uqFXNUh3aXxtWjbC3DpH8LRVPJ8MXLoA8fsz51ue73Q+1z7RkTEF0dWa1o5a8001C6ZbGuzh0bSTo9iS8X+C/NWbfTW5uZ9Vu4QaL20Xv3uhgyrZUXVtI2NfS3fbzgP75dNek/YbrL+k/EykecuZf6ZOzDJYsf9PCV3xhFHq7043mw+H1ylW+5Ab5jpADuPM2Z1P3POLWnUG/sHnIDsqkOjlqoAAAAASUVORK5CYII=); | ||
| /* image width: 55px */ | ||
| padding: 0 0 40px 0; | ||
| margin: 50px; | ||
| } | ||
| #hd, #bd { | ||
| background: #f9f9f9; | ||
| } | ||
| body { | ||
| margin: 0; | ||
| padding: 0; | ||
| font: 12px "Helvetica Nueue", Arial, sans-serif; | ||
| } | ||
| #hd { | ||
| color: #fff; | ||
| padding-top: 50px; | ||
| margin: 0; | ||
| } | ||
| #hd, h1, h2, p, .color { | ||
| margin: auto; | ||
| } | ||
| h1, h2, a { | ||
| color: #006e9c; | ||
| } | ||
| h1, h2 { | ||
| margin-top: 0; | ||
| } | ||
| h4 .title { | ||
| font-weight: bold; | ||
| letter-spacing: -2px; | ||
| font-size: 47px; | ||
| text-shadow: 0 1px 0 #369; | ||
| background: #006e9d; | ||
| color: #fff; | ||
| padding: 0 10px; | ||
| } | ||
| h4 { | ||
| display: block; | ||
| float: right; | ||
| margin: 0 0 0 20px; | ||
| } | ||
| h4 .what { | ||
| display: block; | ||
| padding: 4px; | ||
| text-align: center; | ||
| font-weight: normal; | ||
| } | ||
| h4 .version { | ||
| font-size: 11px; | ||
| color: #ccc; | ||
| } | ||
| h2 { | ||
| font-size: 40px; | ||
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", | ||
| "Helvetica Neue", sans-serif; | ||
| font-weight: 300; | ||
| } | ||
| h4, p { | ||
| padding: 6px 0 6px; | ||
| } | ||
| #ft p.fine, #ft p.fine a { | ||
| color: #999; | ||
| } | ||
| #ft p.intro { | ||
| font-size: 12px; | ||
| } | ||
| #bd { | ||
| font-size: 14px; | ||
| color: #666; | ||
| } | ||
| #ft p { | ||
| font-size: 11px; | ||
| } |
Sorry, the diff of this file is not supported yet
| /*csslint fontfamily: true*/ | ||
| /** | ||
| * Foo | ||
| */ | ||
| .y-ff-1 { | ||
| font-family:"Foo Bar",Helvetica,Arial; | ||
| text-rendering: optimizeLegibility; | ||
| } | ||
| .ua-op .y-ff-1 { | ||
| /* Some Comment */ | ||
| font-family:Helvetica,Arial; | ||
| } | ||
| /* | ||
| Foo | ||
| Bar | ||
| */ | ||
| @font-face { | ||
| font-family: "Foo Bar"; | ||
| src: URL('data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA') format("truetype"), | ||
| url("http://yuilibrary.com/fonts/foo-bar.svg#webfontse22fewwr") format("svg"); | ||
| font-weight: normal; | ||
| font-style: normal; | ||
| } | ||
Sorry, the diff of this file is not supported yet
| <html> | ||
| <head> | ||
| <style> | ||
| div { | ||
| margin:10px; | ||
| } | ||
| div span { | ||
| background-color:#fff; | ||
| font-size:small; | ||
| } | ||
| </style> | ||
| <link rel="stylesheet" href="dataurl-nonbase64-doublequotes.css.min" type="text/css"> | ||
| <link rel="stylesheet" href="dataurl-nonbase64-noquotes.css.min" type="text/css"> | ||
| <link rel="stylesheet" href="dataurl-nonbase64-singlequotes.css.min" type="text/css"> | ||
| <link rel="stylesheet" href="dataurl-base64-doublequotes.css.min" type="text/css"> | ||
| <link rel="stylesheet" href="dataurl-base64-noquotes.css.min" type="text/css"> | ||
| <link rel="stylesheet" href="dataurl-base64-singlequotes.css.min" type="text/css"> | ||
| </head> | ||
| <body> | ||
| <div class="nonbase64-doublequotes"><span>non-base64 ("")</span></div> | ||
| <div class="nonbase64-noquotes"><span>non-base64 ()</span></div> | ||
| <div class="nonbase64-singlequotes"><span>non-base64 ('')</span></div> | ||
| <div class="base64-doublequotes"><span>base64 ("")</span></div> | ||
| <div class="base64-noquotes"><span>base64 ()</span></div> | ||
| <div class="base64-singlequotes"><span>base64 ('')</span></div> | ||
| </body> | ||
| </html> |
| ::selection { | ||
| margin: 0.6px 0.333pt 1.2em 8.8cm; | ||
| } |
Sorry, the diff of this file is not supported yet
| /*! | ||
| $Header: /temp/dirname/filename.css 3 2/02/08 3:37p JSmith $ | ||
| */ | ||
| foo { | ||
| bar: baz | ||
| } |
Sorry, the diff of this file is not supported yet
| obj.css({"float": "left"}); | ||
| obj.css({cssFloat:"left"}); |
Sorry, the diff of this file is not supported yet
| @font-face { | ||
| font-family: 'gzipper'; | ||
| src: url(yanone.eot); | ||
| src: local('gzipper'), | ||
| url(yanone.ttf) format('truetype'); | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| /* Ignore the next rule in IE mac \*/ | ||
| .selector { | ||
| color: khaki; | ||
| } | ||
| /* Stop ignoring in IE mac */ |
Sorry, the diff of this file is not supported yet
| .0.toString() | ||
| 1.3.toString() |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
| div {display:none;animation-duration:0ms;} | ||
| @-webkit-keyframes bounce { | ||
| 0%,100% { | ||
| -webkit-transform: scale(0.0); | ||
| } | ||
| 50% { | ||
| -webkit-transform: scale(1.0); | ||
| } | ||
| } | ||
| div {color:red; | ||
| animation: blink 2s ease 0s; | ||
| } | ||
| @keyframes bounce { | ||
| 0%,100% { | ||
| transform: scale(0.0); | ||
| -webkit-transform: scale(0.0); | ||
| } | ||
| 50% { | ||
| transform: scale(1.0); | ||
| -webkit-transform: scale(1.0); | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
| /* my page elements */ | ||
| .element1, element2 { | ||
| font-family: sans-serif; | ||
| font-size: 1em; | ||
| padding: 0px 0.0em 0.0vh 0rem; | ||
| margin: 10px; | ||
| animation: blink 2s ease 0s; | ||
| } | ||
| @keyframes blink { | ||
| 0% { background-color: #fff; } | ||
| 50% { background-color: #000; } | ||
| 100% { background-color: #fff; } | ||
| } |
Sorry, the diff of this file is not supported yet
| @CHARSET "UTF-8"; | ||
| @FONT-FACE { | ||
| FONT-FAMILY: "YOUR FACE"; | ||
| } | ||
| @IMPORT "HTTP://DOMAIN.TLD/OTHER.CSS"; | ||
| @MEDIA print { | ||
| BACKGROUND: NONE; | ||
| BACKGROUND-POSITION: 0 0; | ||
| } | ||
| @PAGE { | ||
| CONTENT: ATTR(HREF); | ||
| HEIGHT: MAX(0, MIN(10, 20)); | ||
| WIDTH: CALC(50% - 10PX); | ||
| } | ||
| @NAMESPACE XHTML "HTTP://WWW.W3.ORG/1999/XHTML"; | ||
| /* pseudos */ | ||
| a:ACTIVE, | ||
| a:AFTER, | ||
| a:BEFORE, | ||
| a:CHECKED, | ||
| a:DISABLED, | ||
| a:EMPTY, | ||
| a:ENABLED, | ||
| a:FIRST-CHILD, | ||
| a:FIRST-LETTER, | ||
| a:FIRST-LINE, | ||
| a:FIRST-OF-TYPE, | ||
| a:FOCUS, | ||
| a:HOVER, | ||
| a:LAST-CHILD, | ||
| a:LAST-OF-TYPE, | ||
| a:LINK, | ||
| a:ONLY-CHILD, | ||
| a:ONLY-OF-TYPE, | ||
| a:ROOT, | ||
| a::SELECTION, | ||
| a:TARGET, | ||
| a:VISITED, | ||
| /* pseudo functions */ | ||
| a:ANY(A, B, I) STRONG, | ||
| a:LANG(FR), | ||
| a:NOT([HIDDEN]), | ||
| a:NTH-CHILD(2), | ||
| a:NTH-LAST-CHILD(2), | ||
| a:NTH-LAST-OF-TYPE(2), | ||
| a:NTH-OF-TYPE(2) { | ||
| BACKGROUND: URL(PROTO://DOMAIN.TLD/PATH), | ||
| REPEATING-LINEAR-GRADIENT(20DEG, GRAY, GREEN, 20PX, WHITE 40PX), | ||
| -ATSC-LINEAR-GRADIENT(LEFT, BLACK, WHITE), | ||
| -KHTML-RADIAL-GRADIENT(CENTER 50DEG, CIRCLE CLOSEST-SIDE, BLACK 0, GREEN 100%), | ||
| -MOZ-RADIAL-GRADIENT(CENTER 45DEG, CIRCLE CLOSEST-SIDE, ORANGE 0%, RED 100%), | ||
| -MS-LINEAR-GRaDiEnT(LEFT, BLUE, BLACK), | ||
| -O-REPEATING-RADIAL-GRADIENT(CENTER, CIRCLE CLOSEST-SIDE, PAPAYAWHIP, RED 50%, GAINSBORO), | ||
| -WAP-LINEAR-GRADIENT(LEFT, BLACK, WHITE), | ||
| -WEBKIT-GRADIENT(LINEAR, LEFT, FROM(WHITE), TO(RGBA(1,2,3,.4))); | ||
| } |
Sorry, the diff of this file is not supported yet
| /*! preserved */ | ||
| emptiness {} | ||
| @import "another.css"; | ||
| /* I'm empty - delete me */ | ||
| empty { ;} | ||
| @media print { | ||
| .noprint { display: none; } | ||
| } | ||
| @media screen { | ||
| /* this rule should be removed, not simply minified.*/ | ||
| .breakme {} | ||
| .printonly { display: none; } | ||
| } |
Sorry, the diff of this file is not supported yet
| @media only all and (max-width:50em), only all and (max-device-width:800px), only all and (max-width:780px) { | ||
| some-css : here | ||
| } |
Sorry, the diff of this file is not supported yet
| @media screen AND (-webkit-min-device-pixel-ratio:0) { | ||
| some-css : here | ||
| } |
Sorry, the diff of this file is not supported yet
| .a { | ||
| filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand'); | ||
| } | ||
| .b { | ||
| display: none; | ||
| filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand'); | ||
| vertical-align: bottom; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* example from https://developer.mozilla.org/en/CSS/opacity */ | ||
| pre { /* make the box translucent (80% opaque) */ | ||
| border: solid red; | ||
| opacity: 0.8; /* Firefox, Safari(WebKit), Opera */ | ||
| -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */ | ||
| filter: PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */ | ||
| zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ | ||
| } | ||
| /** and again */ | ||
| code { | ||
| -ms-filter: "PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */ | ||
| filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */ | ||
| } |
Sorry, the diff of this file is not supported yet
| @media | ||
| (-o-min-device-pixel-ratio:10/4), | ||
| (-o-max-device-pixel-ratio: 5/4), | ||
| (-o-device-pixel-ratio: 1/1), | ||
| (-o-device-pixel-ratio: 1/10), | ||
| (-o-device-pixel-ratio: 1.25), | ||
| (device-pixel-ratio:1.5) { | ||
| /* some:prop; */ | ||
| /* An empty property with a fraction in query would break previously */ | ||
| } | ||
| .something { | ||
| foo: bar; | ||
| } |
Sorry, the diff of this file is not supported yet
| a { | ||
| margin: 0.0px 1.0pt 2.0em 0%; | ||
| _padding-top: 2.0ex; | ||
| background-position: 0.0 1.0px; | ||
| padding: 0.0in 1.0cm .0mm 0pc; | ||
| } |
Sorry, the diff of this file is not supported yet
| #AddAddressForm { | ||
| padding: 0; | ||
| } | ||
| #AddAddressForm .messageBoxNeutral { | ||
| padding: 0; | ||
| } | ||
| #FeedbackMailForm{ | ||
| padding: 0; | ||
| } | ||
| #FeedbackMailForm .classe{ | ||
| margin: 0; | ||
| } | ||
| .classes, #FeedBackMailForm { | ||
| margin: 0; | ||
| } |
Sorry, the diff of this file is not supported yet
| .red { color: red !important; } |
Sorry, the diff of this file is not supported yet
| #sel-o { | ||
| content: "on\"ce upon \ | ||
| a time"; | ||
| content: 'once upon \ | ||
| a ti\'me'; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* preserving strings */ | ||
| .sele { | ||
| content: "\"keep \" me"; | ||
| something: '\\\' . . '; | ||
| else: 'empty{}'; | ||
| content: "/* test */"; /* <---- this is not a comment, should be be kept */ | ||
| } |
Sorry, the diff of this file is not supported yet
| /* | ||
| because of IE6 first-letter and first-line | ||
| must be followed by a space | ||
| http://reference.sitepoint.com/css/pseudoelement-firstletter | ||
| Thanks: P.Sorokin comment at http://www.phpied.com/cssmin-js/ | ||
| */ | ||
| p:first-letter{ | ||
| buh: hum; | ||
| } | ||
| p:FIRST-LINE{ | ||
| baa: 1; | ||
| } | ||
| p:first-line,a,p:first-letter,b{ | ||
| color: red; | ||
| } |
Sorry, the diff of this file is not supported yet
| p :link { | ||
| ba:zinga;;; | ||
| foo: bar;;; | ||
| } |
Sorry, the diff of this file is not supported yet
| To add a test: | ||
| 1. Create a "blah.css" or "blah.js" file. | ||
| 2. Create a "blah.css.min" or "blah.js.min" file, containing the expected minified output. | ||
| That's all! |
Sorry, the diff of this file is not supported yet
| /*!************88**** | ||
| Preserving comments | ||
| as they are | ||
| ******************** | ||
| Keep the initial ! | ||
| *******************/ | ||
| #yo { | ||
| ma: "ma"; | ||
| } | ||
| /*! | ||
| I said | ||
| pre- | ||
| serve! */ |
Sorry, the diff of this file is not supported yet
| #elementarr { | ||
| width: 1px; | ||
| *width: 3pt; | ||
| _width: 2em; | ||
| } |
Sorry, the diff of this file is not supported yet
| /* te " st */ | ||
| a{a:1} | ||
| /*!"preserve" me*/ | ||
| b{content: "/**/"} | ||
| /* quite " quote ' \' \" */ | ||
| /* ie mac \*/ | ||
| c {c : 3} | ||
| /* end hiding */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| #!/usr/bin/env bash | ||
| cd $(dirname $0) | ||
| # Get the jar to use. | ||
| jar="$(ls ../build/*.jar | sort | tail -n1)" | ||
| echo "jar: $jar" | ||
| runtest () { | ||
| testfile="$1" | ||
| expected=${testfile/\.FAIL/}.min | ||
| expected="$( | ||
| cat $expected | ||
| )" | ||
| filetype="$( | ||
| echo $testfile | egrep -o '(cs|j)s' | ||
| )" | ||
| actual="$( | ||
| java -jar $jar --type $filetype $testfile | ||
| )" | ||
| if [ "$expected" == "$actual" ]; then | ||
| echo "Passed: $testfile" > /dev/stderr | ||
| else | ||
| ( | ||
| echo "Test failed: $testfile" | ||
| echo "" | ||
| echo "Expected:" | ||
| echo "$expected" | ||
| echo "" | ||
| echo "Actual:" | ||
| echo "$actual" | ||
| ) > /dev/stderr | ||
| return 1 | ||
| fi | ||
| } | ||
| ls *.FAIL 2>/dev/null | while read failtest; do | ||
| echo "Failing test: " $failtest > /dev/stderr | ||
| runtest $failtest && echo "Test passed, please remove the '.FAIL' from the filename" | ||
| done | ||
| ls *.{css,js} | while read testfile; do | ||
| runtest $testfile || exit 1 | ||
| done | ||
| exit 0 |
| .toto { | ||
| -webkit-transition: -webkit-transform 300ms ease-out; | ||
| } |
Sorry, the diff of this file is not supported yet
| c {-webkit-transform-origin: 0 0;} | ||
| d {-MOZ-TRANSFORM-ORIGIN: 0 0 } |
Sorry, the diff of this file is not supported yet
| a { | ||
| margin: 0px 0pt 0em 0%; | ||
| _padding-top: 0ex; | ||
| background-position: 0 0; | ||
| padding: 0in 0cm 0mm 0pc; | ||
| animation: blink 2s ease 0s; | ||
| transition: opacity .0s; | ||
| transition-delay: 0.0ms; | ||
| transform: rotate3d(0grad, 0rad, 0deg); | ||
| pitch: 0KHZ; | ||
| pitch: | ||
| 0hz; /* intentionally on next line */ | ||
| } |
Sorry, the diff of this file is not supported yet
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "description": "Port of YUI CSS Compressor to NodeJS", | ||
| "version": "0.0.15", | ||
| "version": "0.0.16", | ||
| "keywords": [ | ||
@@ -8,0 +8,0 @@ "css", |
+2
-0
@@ -5,2 +5,4 @@ UglifyCSS is a port of [YUI Compressor](https://github.com/yui/yuicompressor) to [NodeJS](http://nodejs.org) for its CSS part. Its name is a reference to the awesome [UglifyJS](https://github.com/mishoo/UglifyJS) but UglifyCSS is not a CSS parser. Like YUI CSS Compressor, it applies many regexp replacements. Note that a [port to JavaScript](https://github.com/yui/ycssmin) is also available in the YUI Compressor repository. | ||
| Be sure to submit valid CSS to UglifyCSS or you could get weird results. | ||
| ### Installation | ||
@@ -7,0 +9,0 @@ |
+31
-20
@@ -260,2 +260,31 @@ /** | ||
| // Collect all comment blocks and return new content with comment placeholders | ||
| // (comments is an array thus passed by reference) | ||
| function collectComments(content, comments) { | ||
| var table = []; | ||
| var from = 0; | ||
| var start, end; | ||
| while (true) { | ||
| start = content.indexOf("/*", from); | ||
| if (start > -1) { | ||
| end = content.indexOf("*/", start + 2); | ||
| if (end > -1) { | ||
| comments.push(content.slice(start + 2, end)); | ||
| table.push(content.slice(from, start)); | ||
| table.push("/*___PRESERVE_CANDIDATE_COMMENT_" + (comments.length - 1) + "___*/"); | ||
| from = end + 2; | ||
| } else { | ||
| // unterminated comment | ||
| end = -2; | ||
| break; | ||
| } | ||
| } else { | ||
| break; | ||
| } | ||
| } | ||
| table.push(content.slice(end + 2)); | ||
| return table.join(""); | ||
| } | ||
| // Uglify a CSS string | ||
@@ -266,3 +295,2 @@ | ||
| var startIndex, | ||
| endIndex, | ||
| comments = [], | ||
@@ -282,25 +310,8 @@ preservedTokens = [], | ||
| lines = [], | ||
| vars = {}, | ||
| partial; | ||
| vars = {}; | ||
| options = options || defaultOptions; | ||
| content = extractDataUrls(content, preservedTokens); | ||
| content = collectComments(content, comments); | ||
| // collect all comment blocks... | ||
| content = content.split("/*"); | ||
| partial = ""; | ||
| for (i = 0, c = content.length; i < c; ++i) { | ||
| endIndex = content[i].indexOf("*/"); | ||
| if (endIndex > -1) { | ||
| comments.push(partial + content[i].slice(0, endIndex)); | ||
| partial = ""; | ||
| content[i] = "/*___PRESERVE_CANDIDATE_COMMENT_" + (comments.length - 1) + "___" + content[i].slice(endIndex); | ||
| } else if (i > 0) { | ||
| partial += content[i]; | ||
| content[i] = ""; | ||
| } | ||
| } | ||
| content = content.join("") + partial; | ||
| // preserve strings so their content doesn't get accidentally minified | ||
@@ -307,0 +318,0 @@ pattern = /("([^\\"]|\\.|\\)*")|('([^\\']|\\.|\\)*')/g; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
6398311
19459.52%141
1914.29%117199
17792.98%73
2.82%55
816.67%4
Infinity%