mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
add doc v1.1.2
This commit is contained in:
74
doc/webhelp/template/aic-images.css
Normal file
74
doc/webhelp/template/aic-images.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user