add doc v1.1.2

This commit is contained in:
刘可亮
2025-01-23 16:37:00 +08:00
parent ba327e0931
commit b4033d8696
1883 changed files with 417094 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
*[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;
}