Plugin Directory

Changeset 683090


Ignore:
Timestamp:
03/17/2013 04:40:07 AM (13 years ago)
Author:
bmsterling
Message:

Remove incompatible licensed plugins.

Location:
photoxhibit/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • photoxhibit/trunk/common/inc/pluginArray.php

    r35990 r683090  
    543543   
    544544    array(
    545         'title' => 'Light Box',
    546         'js'    => 'lightBox',
    547         'css' => addslashes ('
    548 #jquery-overlay {
    549     position: absolute;
    550     top: 0;
    551     left: 0;
    552     z-index: 90;
    553     width: 100%;
    554     height: 500px;
    555 }
    556 #jquery-lightbox {
    557     position: absolute;
    558     top: 0;
    559     left: 0;
    560     width: 100%;
    561     z-index: 100;
    562     text-align: center;
    563     line-height: 0;
    564 }
    565 #jquery-lightbox a img { border: none; }
    566 #lightbox-container-image-box {
    567     position: relative;
    568     background-color: #fff;
    569     width: 250px;
    570     height: 250px;
    571     margin: 0 auto;
    572 }
    573 #lightbox-container-image { padding: 10px; }
    574 #lightbox-loading {
    575     position: absolute;
    576     top: 40%;
    577     left: 0%;
    578     height: 25%;
    579     width: 100%;
    580     text-align: center;
    581     line-height: 0;
    582 }
    583 #lightbox-nav {
    584     position: absolute;
    585     top: 0;
    586     left: 0;
    587     height: 100%;
    588     width: 100%;
    589     z-index: 10;
    590 }
    591 #lightbox-container-image-box > #lightbox-nav { left: 0; }
    592 #lightbox-nav a { outline: none;}
    593 #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    594     width: 49%;
    595     height: 100%;
    596     zoom: 1;
    597     display: block;
    598     display:-moz-inline-box;
    599     display:inline-block;
    600     vertical-align:bottom;
    601 }
    602 #lightbox-nav-btnPrev {
    603     left: 0;
    604     float: left;
    605     height:63px;
    606     width:72px;
    607     background: transparent url({PXPATH}/lightbox-btn-prev.gif)  left 15% no-repeat;
    608 }
    609 #lightbox-nav-btnNext {
    610     right: 0;
    611     float: right;
    612     height:63px;
    613     width:72px;
    614     background: transparent url({PXPATH}/lightbox-btn-next.gif)  right 15% no-repeat;
    615 }
    616 #lightbox-container-image-data-box {
    617     font: 10px Verdana, Helvetica, sans-serif;
    618     background-color: #fff;
    619     margin: 0 auto;
    620     line-height: 1.4em;
    621     overflow: auto;
    622     width: 100%;
    623     padding: 0 10px 0;
    624 }
    625 #lightbox-container-image-data {
    626     padding: 0 10px;
    627     color: #666;
    628 }
    629 #lightbox-container-image-data #lightbox-image-details {
    630     width: 70%;
    631     float: left;
    632     text-align: left;
    633 }   
    634 #lightbox-image-details-caption { font-weight: bold; }
    635 #lightbox-image-details-currentNumber {
    636     display: block;
    637     clear: left;
    638     padding-bottom: 1.0em; 
    639 }
    640 #lightbox-loading-link{
    641     width: 32px;
    642     height:32px;
    643     background:url({PXPATH}/lightbox-ico-loading.gif) no-repeat;
    644     display:-moz-inline-box;
    645     display:inline-block;
    646     vertical-align:bottom;
    647 }       
    648 #lightbox-secNav-btnClose {
    649     width: 66px;
    650     height:22px;
    651     float: right;
    652     padding-bottom: 0.7em;
    653     background:url({PXPATH}/lightbox-btn-close.gif) no-repeat;
    654     display:-moz-inline-box;
    655     display:inline-block;
    656     vertical-align:bottom;
    657 }
    658         '),
    659         'example' => 'http://leandrovieira.com/projects/jquery/lightbox/',
    660         'params' => '',
    661         'framework' => 'jQuery'
    662     ),
    663    
    664     array(
    665545        'title' => 'jqShuffle',
    666546        'js'    => 'jqShuffle',
Note: See TracChangeset for help on using the changeset viewer.