/* FILE ARCHIVED ON 17:13:48 Dec 19, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 2:21:11 Feb 15, 2017. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2012 Coppermine Dev Team v1.0 originally written by Gregory Demar This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. ******************************************** Coppermine version: 1.5.20 $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/css/coppermine.css $ $Revision: 8359 $ ******************************************** This file contains the overall, theme-independant stylesheet definitions. Do NOT edit this file unless you REALLY know what you're doing! **********************************************/ form { margin-top:0px; margin-bottom:0px; } .inline { display:inline; } #vanity a { display:block; width:57px; height:20px; margin: 3px 20px; } #vanity img { border:0 } #v_php { float:left; background-image:url(http://equis-club.ru/photo/images/vanity/powered-php.gif); } #v_php:hover { background-image:url(http://equis-club.ru/photo/images/vanity/h_powered-php.gif); } #v_mysql { float:left; background-image:url(http://equis-club.ru/photo/images/vanity/powered-mysql.gif); } #v_mysql:hover { background-image:url(http://equis-club.ru/photo/images/vanity/h_powered-mysql.gif); } #v_xhtml { float:right;background-image:url(http://equis-club.ru/photo/images/vanity/valid-xhtml10.gif); } #v_xhtml:hover { background-image:url(http://equis-club.ru/photo/images/vanity/h_valid-xhtml10.gif); } #v_css { float:right; background-image:url(http://equis-club.ru/photo/images/vanity/valid-css.gif); } #v_css:hover { background-image:url(http://equis-club.ru/photo/images/vanity/h_valid-css.gif); } .detail_head_collapsed, .detail_head_expanded { cursor: pointer; position: relative; padding: 5px 10px; background-repeat:no-repeat; background-position:center left; } .detail_head_collapsed { background-image:url('http://equis-club.ru/photo/images/tree/plus.gif'); } .detail_head_expanded { background-image:url('http://equis-club.ru/photo/images/tree/minus.gif'); } .detail_body { } input.spin-button { padding-right:20px; background-repeat:no-repeat; background-position:100% 0%; background-image:url(http://equis-club.ru/photo/images/spinbtn_updn.gif); } input.spin-button.up { cursor:pointer; background-position:100% -18px; } input.spin-button.down { cursor:pointer; background-position:100% -36px; } /* Greybox used for help pop-ups */ #GB_overlay { background-image: url(http://equis-club.ru/photo/images/overlay.png); position: absolute; margin: auto; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; } * html #GB_overlay { background-color: #000000; background-color: transparent; background-image: url(http://equis-club.ru/photo/images/spacer.gif); } #GB_window { top: 10px; left: 0px; position: absolute; overflow: auto; width: 600px; height: 400px; z-index: 150; } #GB_frame { border: 0; overflow: auto; width: 100%; height: 378px; } #GB_window img { position: absolute; top: 2px; right: 5px; cursor: pointer; } .dragHandle { background-image: url(http://equis-club.ru/photo/images/icons/move.png) ; background-position:center center; background-repeat:no-repeat; width: 50px; height: 14px; } .explanation { font-size: 80%; } /** Filmstrip styles */ div#film { padding: 5px 0 5px 0; overflow:hidden; } .clearer { clear:both; } /* Styles for the standard button lists. ------------------------------------------------------- */ .buttonlist ul { z-index: 100; padding: 5px; margin: 0 0.2em 0 0; } .buttonlist ul li { margin: 0; padding: 0; list-style: none; float: left; } .buttonlist ul li a { margin-right: 10px; }