/** * This file is part of Shashin. Please see the Shashin.php file for * copyright and license information. * * @author Michael Toppa * @version 2.4 */ /* Applied to all individual photos */ .shashin_image { display: block; margin: 5px; } .shashin_image img { padding: 5px; /* double this for shashin_div_padding option */ border: none; } .shashin_image:hover { } .shashin_caption { display: block; padding: 0px 5px 0px 5px; font-weight: bold; } /* Applied to album thumbnails */ .shashin_album { display: block; text-align: center; margin: 5px 25px 10px 25px; } .shashin_album img { background: #ffffff url(images/shashin_album_back.png) repeat-x; padding: 5px; border: 1px #CFCFCF solid; } .shashin_album_title { display: block; padding: 0px 5px 0px 5px; font-weight: bold; } .shashin_album_count { display: block; padding: 0px 5px 0px 5px; } .shashin_album_location { display: block; padding: 0px 5px 0px 5px; font-size: x-small; } .shashin_album_date { display: block; padding: 0px 5px 0px 5px; font-size: x-small; } .shashin_album_thumbs_table { margin: 5px; } .shashin_album_thumbs_table td { text-align: center; margin: 3px; vertical-align: top; } /* Applied to photos shown by sthumbs, srandom, and snewest tags */ .shashin_thumbs_table { margin: 0; width: 100%; } .shashin_thumbs_table td { text-align: center; vertical-align: top; } .shashin_thumbs_table caption { text-align: left; margin: 5px; } .shashin_thumb { margin-left: auto; margin-right: auto; } .shashin_thumb:hover { } .shashin_thumb img { padding: 3px; /* double this for shashin_thumb_padding option */ background: #ffffff url(images/shashin_album_back.png) repeat-x; border: 1px #CFCFCF solid; margin: 0 5px 5px 0; } /* Applied to error messages */ .shashin_error { color: Red; font-weight: bold; } /* Applied to album thumbnails in salbumlist */ .shashin_album_list { clear: both; } .shashin_album_list_thumb { float: left; margin: 5px; background-color: White; border: thin solid; } .shashin_album_list_thumb img { padding: 5px; border: none; } .shashin_album_list_info { } .shashin_album_list_title { font-weight: bold; } /* Applied to table display of photos shown by salbumphotos, salbumlist, and salbumthumbs */ .shashin_caption_title { display: block; font-weight: bold; text-align: center; margin: 10px 0 10px 0; } .shashin_caption_description { } .shashin_caption_return { display: block; font-weight: bold; margin: 5px 0 5px 0; } .shashin_nav { } .shashin_nav_previous { float: left; } .shashin_nav_next { float: right; } /* Applied to EXIF data in Highslide captions */ .shashin_caption_exif { display: block; color: DarkGray; }