Created page with "body.rtl .sidebar-toc { font-size: medium; } .zoomonhover { position: relative; float: left; clear: left; } .zoomonhovertext { display: none; z-index: 1000; } .zoomonhoverimageabove { position: absolute; left: 0px; top: 0px; display: none; z-index: 100; max-width: initial; } .zoomonhover:hover .zoomonhoverimageabove { z-index: 10; display: block; background-color:white; in case of files with transparent background: } .zoomonhover:hover .zoomonhove..."
 
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
body.rtl .sidebar-toc {
body.rtl .sidebar-toc {
     font-size: medium;
     font-size: medium;
}
.zoomonhover {
position: relative;
float: left;
clear: left;
}
.zoomonhovertext {
display: none;
z-index: 1000;
}
.zoomonhoverimageabove {
position: absolute;
left: 0px;
top: 0px;
display: none;
z-index: 100;
max-width: initial;
}
.zoomonhover:hover .zoomonhoverimageabove {
z-index: 10;
display: block;
background-color:white; /* in case of files with transparent background */
}
.zoomonhover:hover .zoomonhovertext {
display: block;
transition: .7s;
position: relative;
}
}