diff options
Diffstat (limited to 'SemanticResultFormats/formats/gallery/resources/ext.srf.gallery.overlay.css')
-rw-r--r-- | SemanticResultFormats/formats/gallery/resources/ext.srf.gallery.overlay.css | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/SemanticResultFormats/formats/gallery/resources/ext.srf.gallery.overlay.css b/SemanticResultFormats/formats/gallery/resources/ext.srf.gallery.overlay.css deleted file mode 100644 index e7c7aa30..00000000 --- a/SemanticResultFormats/formats/gallery/resources/ext.srf.gallery.overlay.css +++ /dev/null @@ -1,68 +0,0 @@ -/** - * This file is part of the SRF gallery overlay module - * @see http://www.semantic-mediawiki.org/wiki/Help:Gallery_format - * - * @section LICENSE - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - * - * @file - * - * @since 1.8 - * @revision 0.4 - * - * @ingroup SRF - * - * @license GNU GPL v2+ - * @author mwjames - * - * @ignore - */ -.srf-fancybox-title { - text-align: left; -} - -.srf-fancybox-title b { - display: block; - margin-right: 80px; -} - -.srf-fancybox-title .count{ - text-align: left; - font-weight:lighter; -} - -.srf-fancybox-title .button { - float: right; -} - -.srf-overlay li.gallerybox div.thumb { - background-color: #fff; - background-image: -webkit-linear-gradient(top,white,#F6F8F9); - background-image: linear-gradient(top,white,#F6F8F9); -} - -.srf-overlay li { - position: relative; -} - -.srf-overlay .overlayicon { - position: absolute; - top:10px; - left:10px; - width: 16px; - height: 16px; - display:block; - /* @embed */ background: url(images/overlay-zoom.png) no-repeat left; -}
\ No newline at end of file |