add a default theme for vertical scrolling (fixes #53)
* includes/galleryfunctions.php: - add the theme parameter to generated gallery links if the gallery has initially been called with a theme parameter * themes/default_vertical: default vertical theme
This commit is contained in:
parent
22ad44f0a8
commit
6a3c06c224
4 changed files with 117 additions and 2 deletions
49
themes/default_vertical/css/main.css
Normal file
49
themes/default_vertical/css/main.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
/*
|
||||
* Copyright (c) 2009 Jan Dittberner <jan@dittberner.info>
|
||||
* Jan Dittberner IT-Consulting & -Solutions
|
||||
* Cottbuser Str. 1, D-01129 Dresden
|
||||
*
|
||||
* This file is part of the ScrollingJQueryGallery component of the
|
||||
* gnuviech-server.de Websitetools
|
||||
*
|
||||
* ScrollingJQueryGallery 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 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* ScrollingJQueryGallery 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 ScrollingJQueryGallery. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* Version: $Id$
|
||||
*/
|
||||
@charset "UTF-8";
|
||||
|
||||
body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#slider {
|
||||
width:90px;
|
||||
float:left;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
#arrup, #arrdown {
|
||||
heigt:10px;
|
||||
}
|
||||
|
||||
#imgscroller {
|
||||
height:200px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#scrollable {
|
||||
position:relative;
|
||||
}
|
Reference in a new issue