You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/css/background.tag

68 lines
1.5 KiB

<!DOCTYPE tags>
<tags>
<tag name="background-attachment" type="property">
<attr name="value" type="list">
<items>
<item>scroll</item>
<item>fixed</item>
<item>inherit</item>
</items>
</attr>
</tag>
<tag name="background-color" type="property">
<attr name="value" type="list">
<items>
<item>white</item>
<item>transparent</item>
<item>inherit</item>
</items>
</attr>
</tag>
<tag name="background-image" type="property">
<attr name="value" type="list">
<items>
<item>url()</item>
<item>none</item>
<item>inherit</item>
</items>
</attr>
</tag>
<tag name="background-position" type="property">
<attr name="value" type="list">
<items>
<item>0%</item>
<item>10px</item>
<item>top</item>
<item>center</item>
<item>bottom</item>
<item>left</item>
<item>right</item>
<item>inherit</item>
</items>
</attr>
</tag>
<tag name="background-repeat" type="property">
<attr name="value" type="list">
<items>
<item>repeat</item>
<item>repeat-x</item>
<item>repeat-y</item>
<item>no-repeat</item>
<item>inherit</item>
</items>
</attr>
</tag>
<tag name="background" type="property">
<attr name="value" type="list">
<items>
<item>inherit</item>
</items>
</attr>
</tag>
</tags>