ESH/css/gallery.css
2024-10-23 18:28:06 +05:30

15 lines
717 B
CSS

@CHARSET "UTF-8";
/*#page { width: 585px; margin: 30px auto; }*/
#thumbs { padding-top: 10px; overflow: hidden; }
#thumbs img, #largeImage, #largeImage1, #largeImage2 { border: 1px solid #d9d9d9; padding: 6px; background-color: #f2f2f2; cursor: pointer; }
/*#largeImage2 #largeImage3 #largeImage4 { border: 1px solid gray; padding: 4px; background-color: white; cursor: pointer; }*/
#thumbs img { float: left; margin-right: 6px; margin-bottom: 6px; width:50px;height:50px; min-width:50px;min-height:50px;max-width:50px;max-height:50px;}
/*#description { background: black; color: white; font-size: 14px;font-weight: bold; padding: 10px 20px; margin: 5px; }*/
#panel { position: relative; padding-bottom: 5px;}