diff options
Diffstat (limited to 'modules/lightbox/css/album_page_RTL2.css')
| -rw-r--r-- | modules/lightbox/css/album_page_RTL2.css | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/modules/lightbox/css/album_page_RTL2.css b/modules/lightbox/css/album_page_RTL2.css new file mode 100644 index 0000000000..eadfb34d0a --- /dev/null +++ b/modules/lightbox/css/album_page_RTL2.css @@ -0,0 +1,187 @@ +/** + * Lightbox Album module for phpGedView + * + * Display media Items using Lightbox + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2007 John Finlay and Others + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Modules + * @version $Id$ + */ + +/* lightbox_plus.css version 3.00 29/06/2007 */ +/* +#lightbox { + background-color: #FFFFFF; + padding-left: 8px; + padding-right: 8px; + padding-top: 18px; + padding-bottom: 18px; +} + +#overlay { + background-color: #000000; + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; +} + +#lightboxCaption { + padding-top: 3px; + padding-bottom: 3px; + color: #000080; + background-color: #FFFFFF; + font-size: 100%; + font-weight: bold; + font-family: tahoma, verdana, arial, helvetica, sans-serif; + text-align: center; +} + +#lightboxIndicator { + border: 0px solid #FFFFFF; +} + +#lightboxOverallView { + background-image: url(images/overlay.png); +} + +* html #lightboxOverallView, +* html #overlay { + background-color: #000000; + background-image: url(images/blank.gif); + filter: Alpha(opacity=50); +} +*/ +.lb_notes:target { + color:#000000; + background-color: #ffffcc; +} + +.prvpic +{ +background-color: #999999; +height: 80px; +width: 60px; +border: 1px; +border-style: solid; +border-color: black; +margin-top: 0px; +} + +.prvpic img +{ +/* background-color: none; */ +border-style: dotted; +border: 0px; +/* border-color: none; */ +padding: 0px; +} + +.pic +{ +/* background-color: #777777; */ +/* background-color: none; */ +border-style: solid; +border: 0px; +border-color: #ffffff; +padding: 0px; +} + + +.thumbcontainer +{ +display: block; +width: 100%; +} + +#lb_icons +{ +text-align: center, justify; +} + +#thumblist_1, #thumblist_2, #thumblist_3, #thumblist_4, #thumblist_5, +#thumblist_1a, #thumblist_2a, #thumblist_3a, #thumblist_4a, #thumblist_5a +{ +display: block; +list-style-type: none; +float: left; +} + +#thumblist_1 li, #thumblist_2 li, #thumblist_3 li, #thumblist_4 li, #thumblist_5 li, +#thumblist_1a li, #thumblist_2a li, #thumblist_3a li, #thumblist_4a li, #thumblist_5a li +{ +display: block; +margin-right: 5px; +list-style-type: none; +padding-bottom: 0px; +padding-left: 4px; +padding-right: 4px; +float: right; +} + +li.li_norm{ +border: 2px solid transparent; +/* border: 2px; */ +} + +li.li_new { + border: 2px solid #0000ff; +} + +li.li_old { + border: 2px solid #ff0000; +} + +#thumblist_1 a img, #thumblist_2 a img, #thumblist_3 a img, #thumblist_4 a img, #thumblist_5 a img, +#thumblist_1a a img, #thumblist_2a a img, #thumblist_3a a img, #thumblist_4a a img, #thumblist_5a a img +{ +border-style:none; +border:1px; +padding:1px; +} + + +#thumblist_1 a:hover img, #thumblist_2 a:hover img, #thumblist_3 a:hover img, #thumblist_4 a:hover img, #thumblist_5 a:hover img, +#thumblist_1a a:hover img, #thumblist_2a a:hover img, #thumblist_3a a:hover img, #thumblist_4a a:hover img, #thumblist_5a a:hover img +{ +border-style:none; +border:0px; +background-color:#BDB071; +padding:1px; +} + + +.clearlist:after +{ + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +/* #clearlist {display: inline-block;} */ + +/* Hides from IE-mac \*/ +* html .clearfix {height: 1%;} +#clearlist {display: block;} +/* End hide from IE-mac */
\ No newline at end of file |
