PHP Classes

File: assets/css/jquery.popeye.css

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   assets/css/jquery.popeye.css   Download  
File: assets/css/jquery.popeye.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 766 bytes
 

Contents

Class file image Download
/* * jquery.popeye.css 2.1 * * Mandatory CSS classes for jQuery.popeye * * Copyright (C) 2011 Christoph Schuessler (schreib@herr-schuessler.de) * * 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. * */ .ppy-outer { display: none; } .ppy-active .ppy-outer { display: block; } .ppy-stage { background: no-repeat center center !important; position: relative; background-size: contain; } .ppy-placeholder { position: relative; } .ppy-caption, .ppy-captionwrap { overflow: hidden; } .ppy-hidden { display: none !important; }