/* * you should copy templates/default/jspwiki.css and jspwiki_print.css to * a new directory called, e.g. photoCollection. Add this as your default * template directory in WEB-INF/jspwiki.properties to make them active. * Finally, append these lines to the end of your new jspwiki.css. */ /* temporary styles for all images */ img.smallphoto { height: 150px; } /* temporary styles for single images */ div.photoleft { border: 1px solid gray; margin: 15px; padding: 5px; float: left; } img.photo { height: 80%; } /* temporary styles for multiple images */ div.photobox { width: 98%; border: medium none; overflow: auto; overflow: auto; } div.photo { border: 1px solid gray; margin: 5px; padding: 0px; float: left; } div.photoimage { border: medium none; margin: 2px; padding: 0px; float: left; overflow: hidden; } div.photocaption { border: medium none; margin: 2px; padding: 0px; float: left; overflow: auto; }