diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
commit | c484829272cd13a738e35412498e12f2c9a194ac (patch) | |
tree | a1f5ec09629ee895bd3963fa8820b45f2f4c574b /test/css/complex | |
parent | Initial commit. (diff) | |
download | liborcus-f5bf3877c7cf3538ca1337452cf57cc99b0ace0e.tar.xz liborcus-f5bf3877c7cf3538ca1337452cf57cc99b0ace0e.zip |
Adding upstream version 0.19.2.upstream/0.19.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/css/complex')
-rw-r--r-- | test/css/complex/callout.css | 71 | ||||
-rw-r--r-- | test/css/complex/excel-html.css | 103 |
2 files changed, 174 insertions, 0 deletions
diff --git a/test/css/complex/callout.css b/test/css/complex/callout.css new file mode 100644 index 0000000..e6c7c36 --- /dev/null +++ b/test/css/complex/callout.css @@ -0,0 +1,71 @@ + +body { + font-family: Helvetica; + font-size: 13px; +} + +div.callout { + height: 60px; + width: 200px; + float: left; +} + +div.callout { + background-color: #444; + background-image: -moz-linear-gradient(top, #444, #444); + position: relative; + color: #ccc; + padding: 10px; + border-radius: 3px; + box-shadow: 0px 0px 20px #999; + margin: 25px; + min-height: 50px; + border: 1px solid #333; + text-shadow: 0 0 1px #000; + + /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/ +} + +.callout::before { + content: ""; + width: 0px; + height: 0px; + border: 0.8em solid transparent; + position: absolute; +} + +.callout.top::before { + left: 60%; + bottom: -20px; + border-top: 10px solid #444; +} + +.callout.bottom::before { + left: 45%; + top: -20px; + border-bottom: 10px solid #444; +} + +.callout.left::before { + right: -20px; + top: 40%; + border-left: 10px solid #444; +} + +.callout.right::before { + left: -20px; + top: 40%; + border-right: 10px solid #444; +} + +.callout.top-left::before { + left: 7px; + bottom: -20px; + border-top: 10px solid #444; +} + +.callout.top-right::before { + right: 7px; + bottom: -20px; + border-top: 10px solid #444; +} diff --git a/test/css/complex/excel-html.css b/test/css/complex/excel-html.css new file mode 100644 index 0000000..6bf7886 --- /dev/null +++ b/test/css/complex/excel-html.css @@ -0,0 +1,103 @@ +<!--table + {mso-displayed-decimal-separator:"\."; + mso-displayed-thousand-separator:"\,";} +@page + {margin:1.0in .75in 1.0in .75in; + mso-header-margin:.5in; + mso-footer-margin:.5in;} +tr + {mso-height-source:auto;} +col + {mso-width-source:auto;} +br + {mso-data-placement:same-cell;} +.style0 + {mso-number-format:General; + text-align:general; + vertical-align:bottom; + white-space:nowrap; + mso-rotate:0; + mso-background-source:auto; + mso-pattern:auto; + color:windowtext; + font-size:11.0pt; + font-weight:400; + font-style:normal; + text-decoration:none; + font-family:"Zurich BT"; + mso-generic-font-family:auto; + mso-font-charset:0; + border:none; + mso-protection:locked visible; + mso-style-name:Normal; + mso-style-id:0;} +td + {mso-style-parent:style0; + padding-top:1px; + padding-right:1px; + padding-left:1px; + mso-ignore:padding; + color:windowtext; + font-size:11.0pt; + font-weight:400; + font-style:normal; + text-decoration:none; + font-family:"Zurich BT"; + mso-generic-font-family:auto; + mso-font-charset:0; + mso-number-format:General; + text-align:general; + vertical-align:bottom; + border:none; + mso-background-source:auto; + mso-pattern:auto; + mso-protection:locked visible; + white-space:nowrap; + mso-rotate:0;} +.xl24 + {mso-style-parent:style0; + font-weight:700; + text-align:center; + background:silver; + mso-pattern:auto none;} +.xl25 + {mso-style-parent:style0; + font-weight:700; + text-align:center; + border:.5pt solid black; + background:silver; + mso-pattern:auto none; + white-space:normal;} +.xl26 + {mso-style-parent:style0; + font-weight:700; + text-align:center; + border-top:.5pt solid black; + border-right:.5pt solid black; + border-bottom:.5pt solid black; + border-left:none; + background:silver; + mso-pattern:auto none; + white-space:normal;} +.xl27 + {mso-style-parent:style0; + text-align:center;} +.xl28 + {mso-style-parent:style0; + mso-number-format:"\@"; + text-align:center; + border-top:none; + border-right:.5pt solid black; + border-bottom:.5pt solid black; + border-left:.5pt solid black; + white-space:normal;} +.xl29 + {mso-style-parent:style0; + mso-number-format:"\@"; + text-align:center; + border-top:none; + border-right:.5pt solid black; + border-bottom:.5pt solid black; + border-left:none; + white-space:normal;} +--> |