Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Program Files (x86)/Microsoft Office/OFFICE11/VS Runtime/1028/ |
<?xml version="1.0" encoding="utf-8"?> <cssmd:cssmd xmlns:cssmd="x-schema:..\CSSMetaDataSchema.xml" version="VS7"> <cssmd:property-set> <!-- Font Properties --> <cssmd:property-def id="color" type="color" description="項目文字的色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="font" type="composite" description="項目文字使用的字型" syntax="系統文字其中之一 | [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family]" enum="caption icon menu messagebox smallcaption statusbar"/> <cssmd:property-def id="font-family" type="font" description="項目文字使用的字型名稱" syntax="字體名稱順序"/> <cssmd:property-def id="font-style" type="enum" description="項目文字使用的字型樣式" syntax="font-style 值的其中之一" enum="italic normal"/> <cssmd:property-def id="font-variant" type="enum" description="項目文字使用的字型變體" syntax="font-variant 值的其中之一" enum="normal small-caps"/> <cssmd:property-def id="font-size" type="enum-length" description="項目文字使用的字型大小" syntax="長度 | 百分比 | 標準字型大小值" enum="large larger medium small smaller x-large x-small xx-large xx-small"/> <cssmd:property-def id="font-weight" type="enum" description="項目文字使用的字型粗細" syntax="font-weight 值的其中之一" enum="bold bolder lighter normal 100 200 300 400 500 600 700 800 900"/> <cssmd:property-def id="text-decoration" type="composite" description="套用至項目文字所使用字型的修飾" syntax="none | 'underline'、'overline' 和 'line-through' 的結合"/> <!-- Background Properties --> <cssmd:property-def id="background" type="composite" description="項目背景" syntax="[background-color] [background-image] [background-repeat] [background-attachment] [background-position]"/> <cssmd:property-def id="background-color" type="color" description="項目背景使用的色彩" syntax="#RRGGBB | Transparent | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal Transparent White Yellow"/> <cssmd:property-def id="background-image" type="url" description="項目背景使用的影像" syntax="none | url([至影像的 URL])"/> <cssmd:property-def id="background-attachment" type="enum" description="背景影像如何附加至文件中的項目" syntax="background-attachment 值的其中之一" enum="fixed scroll"/> <cssmd:property-def id="background-repeat" type="enum" description="背景影像如何在項目中並列" syntax="background-repeat 值的其中之一" enum="no-repeat repeat repeat-x repeat-y"/> <cssmd:property-def id="background-position" type="composite" description="背景如何在項目中定位" syntax="[水平位置] [垂直位置]"/> <!-- Text Properties --> <cssmd:property-def id="text-align" type="enum" description="項目文字的垂直對齊" syntax="text-align 值的其中之一" enum="center justify left right"/> <cssmd:property-def id="vertical-align" type="enum" description="項目文字的垂直對齊" syntax="vertical-align 值的其中之一" enum="baseline sub super"/> <cssmd:property-def id="text-justify" type="enum" description="對齊文字的對齊樣式" syntax="text-justify 值的其中之一" enum="auto distribute distribute-all-lines inter-word newspaper"/> <cssmd:property-def id="letter-spacing" type="enum-length" description="字元間距" syntax="normal | 一個單位" enum="normal"/> <cssmd:property-def id="line-height" type="enum-length" description="行間距" syntax="normal | 一個單位" enum="normal"/> <cssmd:property-def id="text-indent" type="length" description="文字縮排" syntax="一個單位"/> <cssmd:property-def id="direction" type="enum" description="文字流動的方向" syntax="direction 值的其中之一" enum="ltr rtl"/> <cssmd:property-def id="text-transform" type="enum" description="文字的字母大小寫" syntax="text-transform 值的其中之一" enum="capitalize lowercase none uppercase"/> <cssmd:property-def id="word-spacing" type="enum-length" description="文字間距" syntax="normal | 一個單位" enum="normal"/> <!-- Position Properties --> <cssmd:property-def id="position" type="enum" description="項目的定位模式" syntax="position 值的其中之一" enum="absolute relative static"/> <cssmd:property-def id="left" type="length" description="已定位項目的左邊緣" syntax="一個單位"/> <cssmd:property-def id="top" type="length" description="已定位項目的上邊緣" syntax="一個單位"/> <cssmd:property-def id="height" type="length" description="已定位項目的高度" syntax="一個單位"/> <cssmd:property-def id="width" type="length" description="已定位項目的寬度" syntax="一個單位"/> <cssmd:property-def id="z-index" type="number" description="已定位項目的堆疊順序" syntax="一個整數"/> <!-- Layout Properties --> <cssmd:property-def id="display" type="enum" description="項目的顯示模式" syntax="display 值的其中之一" enum="block inline none"/> <cssmd:property-def id="visibility" type="enum" description="項目的可視度" syntax="visibility 值的其中之一" enum="hidden visible"/> <cssmd:property-def id="float" type="enum" description="文件流動的物件邊緣" syntax="float 值的其中之一" enum="left none right"/> <cssmd:property-def id="clear" type="enum" description="不允許浮動物件上的邊緣" syntax="clear 值的其中之一" enum="both left none right"/> <cssmd:property-def id="clip" type="string" description="項目裁剪方框" syntax="rect([上單位] [右單位] [下單位] [左單位])"/> <cssmd:property-def id="overflow" type="enum" description="延伸至項目維度之外的內容可視度" syntax="overflow 值的其中之一" enum="auto hidden scroll visible"/> <cssmd:property-def id="page-break-before" type="enum" description="項目前的分頁符號" syntax="page-break-before 值的其中之一" enum="always auto"/> <cssmd:property-def id="page-break-after" type="enum" description="項目後的分頁符號" syntax="page-break-after 值的其中之一" enum="always auto"/> <!-- Edges Properties --> <cssmd:property-def id="padding" type="composite" description="項目四個邊緣的填補" syntax="[上單位] [右單位] [下單位] [左單位]"/> <cssmd:property-def id="padding-left" type="length" description="在項目左邊緣上的填補" syntax="一個單位"/> <cssmd:property-def id="padding-right" type="length" description="在項目右邊緣上的填補" syntax="一個單位"/> <cssmd:property-def id="padding-top" type="length" description="在項目上邊緣上的填補" syntax="一個單位"/> <cssmd:property-def id="padding-bottom" type="length" description="在項目下邊緣上的填補" syntax="一個單位"/> <cssmd:property-def id="margin" type="composite" description="項目四個邊緣的邊界" syntax="[上單位] [右單位] [下單位] [左單位]"/> <cssmd:property-def id="margin-left" type="length" description="在項目左邊緣上的邊界" syntax="一個單位"/> <cssmd:property-def id="margin-right" type="length" description="在項目右邊緣上的邊界" syntax="一個單位"/> <cssmd:property-def id="margin-top" type="length" description="在項目上邊緣上的邊界" syntax="一個單位"/> <cssmd:property-def id="margin-bottom" type="length" description="在項目下邊緣上的邊界" syntax="一個單位"/> <cssmd:property-def id="border" type="composite" description="項目四個邊緣的框線" syntax="[border-style] [border-width] [border-color]"/> <cssmd:property-def id="border-left" type="composite" description="在項目左邊緣上的框線" syntax="[border-style] [border-width] [border-color]"/> <cssmd:property-def id="border-right" type="composite" description="在項目右邊緣上的框線" syntax="[border-style] [border-width] [border-color]"/> <cssmd:property-def id="border-top" type="composite" description="在項目上邊緣上的框線" syntax="[border-style] [border-width] [border-color]"/> <cssmd:property-def id="border-bottom" type="composite" description="在項目下邊緣上的框線" syntax="[border-style] [border-width] [border-color]"/> <cssmd:property-def id="border-color" type="color" description="項目四個邊緣的框線色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="border-style" type="enum" description="項目四個邊緣的框線樣式" syntax="border-style 值的其中之一" enum="double groove inset none outset ridge solid"/> <cssmd:property-def id="border-width" type="enum-length" description="項目四個邊緣的框線寬度" syntax="一個單位 | border-width 值的其中之一" enum="medium thick thin"/> <cssmd:property-def id="border-left-color" type="color" description="在項目左邊緣上的框線色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="border-left-width" type="enum-length" description="在項目左邊緣上的框線寬度" syntax="一個單位 | border-width 值的其中之一" enum="medium thick thin"/> <cssmd:property-def id="border-left-style" type="enum" description="在項目左邊緣上的框線樣式" syntax="border-style 值的其中之一" enum="double groove inset none outset ridge solid"/> <cssmd:property-def id="border-right-color" type="color" description="在項目右邊緣上的框線色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="border-right-width" type="enum-length" description="在項目右邊緣上的框線寬度" syntax="一個單位 | border-width 值的其中之一" enum="medium thick thin"/> <cssmd:property-def id="border-right-style" type="enum" description="在項目右邊緣上的框線樣式" syntax="border-style 值的其中之一" enum="double groove inset none outset ridge solid"/> <cssmd:property-def id="border-top-color" type="color" description="項目上邊緣的框線色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="border-top-width" type="enum-length" description="項目上邊緣上的框線寬度" syntax="一個單位 | border-width 值的其中之一" enum="medium thick thin"/> <cssmd:property-def id="border-top-style" type="enum" description="項目上邊緣的框線樣式" syntax="border-style 值的其中之一" enum="double groove inset none outset ridge solid"/> <cssmd:property-def id="border-bottom-color" type="color" description="項目下邊緣的框線色彩" syntax="#RRGGBB | 命名的色彩" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/> <cssmd:property-def id="border-bottom-width" type="enum-length" description="在項目下邊緣的框線寬度" syntax="一個單位 | border-width 值的其中之一" enum="medium thick thin"/> <cssmd:property-def id="border-bottom-style" type="enum" description="在項目下邊緣上的框線樣式" syntax="border-style 值的其中之一" enum="double groove inset none outset ridge solid"/> <!-- Lists Properties --> <cssmd:property-def id="list-style" type="composite" description="list 項目的項目符號特性" syntax="[list-style-type] [list-style-image] [list-style-position]"/> <cssmd:property-def id="list-style-type" type="enum" description="list 項目的項目符號樣式" syntax="list-style-type 值的其中之一" enum="circle decimal disc lower-alpha lower-roman none square upper-alpha upper-roman"/> <cssmd:property-def id="list-style-image" type="url" description="list 項目的項目符號影像" syntax="none | url([至項目符號影像的 URL])"/> <cssmd:property-def id="list-style-position" type="enum" description="list 項目的項目符號位置" syntax="list-style-position 值的其中之一" enum="inside outside"/> <!-- Other Properties --> <cssmd:property-def id="cursor" type="enum" description="游標經過項目" syntax="cursor 值的其中之一" enum="auto crosshair default e-resize hand help move n-resize ne-resize nw-resize s-resize se-resize sw-resize text w-resize wait"/> <cssmd:property-def id="table-layout" type="enum" description="表格的儲存格配置模式" syntax="table-layout 值的其中之一" enum="auto fixed"/> <cssmd:property-def id="border-collapse" type="enum" description="表格中的儲存格框線類型" syntax="border-collapse 值的其中之一" enum="collapse separate"/> <cssmd:property-def id="behavior" type="url" description="附加至項目的指令碼" syntax="url([至行為實作的 URL])"/> <cssmd:property-def id="filter" type="string" description="套用至項目的視覺化效果" syntax="視覺化篩選和轉換的順序"/> <!-- @font-face Properties --> <cssmd:property-def id="src" type="url" description="字型檔的位置" syntax="url([至字型下載的 URL])"/> </cssmd:property-set> </cssmd:cssmd>