BusyBird

 view release on metacpan or  search on metacpan

share/www/static/bootstrap/css/bootstrap.min.css  view on Meta::CPAN

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{displa...

share/www/static/busybird.css  view on Meta::CPAN

    padding: 5px 0 0 0;
    border-width: 1px 0 0 0;
    border-color: #444;
    border-style: dashed;
}

.bb-status-extension-pane img {
    max-width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.bb-status-extension-handle {
    padding: 5px 0 0 3px;
    line-height: 1;
    font-size: 90%;
}

.bb-status-extension-handle button {
    font-weight: normal;
    background-color: transparent;
    line-height: 1;
    border-width: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.bb-summary-heading {
    padding: 0;
}

share/www/static/spin.js  view on Meta::CPAN

          ins(g,
            ins(css(grp(), {rotation: 360 / o.lines * i + 'deg', left: ~~dx}),
              ins(css(vml('roundrect', {arcsize: o.corners}), {
                  width: r,
                  height: o.width,
                  left: o.radius,
                  top: -o.width>>1,
                  filter: filter
                }),
                vml('fill', {color: o.color, opacity: o.opacity}),
                vml('stroke', {opacity: 0}) // transparent stroke to fix color bleeding upon opacity change
              )
            )
          )
        }

        if (o.shadow)
          for (i = 1; i <= o.lines; i++)
            seg(i, -2, 'progid:DXImageTransform.Microsoft.Blur(pixelradius=2,makeshadow=1,shadowopacity=.3)')

        for (i = 1; i <= o.lines; i++) seg(i)



( run in 1.291 second using v1.01-cache-2.11-cpan-a1d94b6210f )