Files
luban-lite-t3e-pro/doc/webhelp/template/aic-images.css
2025-01-23 16:37:00 +08:00

75 lines
1.4 KiB
CSS

*[class ~= "topic/fig"]{
text-align: center;
}
/*other images, with break placement*/
*[class ~= "topic/image"][placement='break']{
display: block;
max-width:6.5in;
text-align: center;
}
/*other images, with inline placement*/
*[class ~= "topic/image"][placement='inline']{
display: inline;
vertical-align: middle;
width: 20pt;
}
/* image map*/
.image-map-shape{
fill: yellow;
fill-opacity: 0.8;
stroke-opacity: 0.8;
}
.image-map-number-text {
visibility: visible;
font-size: 10pt;
}
.image-map-number {
fill: rgb(10, 10, 0);
font-size: 10pt;
fill-opacity: 0.4;
stroke-opacity: 0.7;
}
/*
* image maps.
*/
*[class~="topic/image"][outputclass='land'] {
page: landscape-page;
}
*[class~="topic/topic"]:has(*[class~="topic/body"] > *[class~="topic/image"][outputclass="land"]),
*[class~="topic/topic"]:has(*[class~="topic/body"] > * > *[class~="topic/image"][outputclass="land"]),
*[class~="topic/topic"]:has(*[class~="topic/body"] > * > * > *[class~="topic/image"][outputclass="land"]) {
page: landscape-page;
}
.image-map-shape{
fill: yellow;
fill-opacity: 0.8;
stroke-opacity: 0.8;
}
.image-map-number-text {
visibility: visible;
font-size: 10pt;
}
.image-map-number {
fill: rgb(10, 10, 0);
font-size: 10pt;
fill-opacity: 0.4;
stroke-opacity: 0.7;
}