source: extensions/imgpreview/css/imgpreview.css @ 11947

Last change on this file since 11947 was 11947, checked in by flop25, 13 years ago

js works with the parameter considerBorders and the others
the title of the thumbnail can be displayed
todo: all this paramaters in config

File size: 424 bytes
Line 
1#tooltip {
2    background: url("loading.gif") no-repeat scroll 12px 12px #E6E4D8;
3    border-radius: 10px 10px 10px 10px;
4    box-shadow: 3px 3px 7px #000000;
5    min-height: 32px;
6    min-width: 32px;
7    padding: 12px;
8    z-index: 1000;
9}
10#tooltip img {
11        max-height:600px;
12        max-width:600px;
13}
14/* Text below image */
15#tooltip span {
16    color: #000;
17    text-align: center;
18    display: block;
19    padding: 10px 0 3px 0;
20}
Note: See TracBrowser for help on using the repository browser.