home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / snippets / css.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-27  |  17.5 KB  |  558 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <snippets language="CSS">
  3.   <snippet id="background">
  4.     <text><![CDATA[background-attachment: ${1:scroll/fixed};
  5. $0]]></text>
  6.     <description>background-attachment: scroll/fixed</description>
  7.     <tag>background</tag>
  8.   </snippet>
  9.   <snippet id="background-1">
  10.     <text><![CDATA[background-color: #${1:DDD};
  11. $0]]></text>
  12.     <description>background-color: color-hex</description>
  13.     <tag>background</tag>
  14.   </snippet>
  15.   <snippet id="background-2">
  16.     <text><![CDATA[background-color: ${1:red};
  17. $0]]></text>
  18.     <description>background-color: color-name</description>
  19.     <tag>background</tag>
  20.   </snippet>
  21.   <snippet id="background-3">
  22.     <text><![CDATA[background-color: rgb(${1:255},${2:255},${3:255});
  23. $0]]></text>
  24.     <description>background-color: color-rgb</description>
  25.     <tag>background</tag>
  26.   </snippet>
  27.   <snippet id="background-4">
  28.     <text><![CDATA[background: #${1:DDD} url($2) ${3:repeat/repeat-x/repeat-y/no-repeat} ${4:scroll/fixed} ${5:top letft/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};
  29. $0]]></text>
  30.     <description>background: color image repeat attachment position</description>
  31.     <tag>background</tag>
  32.   </snippet>
  33.   <snippet id="background-5">
  34.     <text><![CDATA[background-color: transparent;
  35. $0]]></text>
  36.     <description>background-color: transparent</description>
  37.     <tag>background</tag>
  38.   </snippet>
  39.   <snippet id="background-6">
  40.     <text><![CDATA[background-image: none;
  41. $0]]></text>
  42.     <description>background-image: none</description>
  43.     <tag>background</tag>
  44.   </snippet>
  45.   <snippet id="background-7">
  46.     <text><![CDATA[background-image: url($1);
  47. $0]]></text>
  48.     <description>background-image: url</description>
  49.     <tag>background</tag>
  50.   </snippet>
  51.   <snippet id="background-8">
  52.     <text><![CDATA[background-position: ${1:top letft/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};
  53. $0]]></text>
  54.     <description>background-position: position</description>
  55.     <tag>background</tag>
  56.   </snippet>
  57.   <snippet id="background-9">
  58.     <text><![CDATA[background-repeat: ${1:repeat/repeat-x/repeat-y/no-repeat};
  59. $0]]></text>
  60.     <description>background-repeat: r/r-x/r-y/n-r</description>
  61.     <tag>background</tag>
  62.   </snippet>
  63.   <snippet id="border">
  64.     <text><![CDATA[border-bottom-color: #${1:999};
  65. $0]]></text>
  66.     <description>border-bottom-color: size style color</description>
  67.     <tag>border</tag>
  68.   </snippet>
  69.   <snippet id="border-1">
  70.     <text><![CDATA[border-bottom: ${1:1}px ${2:solid} #${3:999};
  71. $0]]></text>
  72.     <description>border-bottom: size style color</description>
  73.     <tag>border</tag>
  74.   </snippet>
  75.   <snippet id="border-2">
  76.     <text><![CDATA[border-bottom-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
  77. $0]]></text>
  78.     <description>border-bottom-style: size style color</description>
  79.     <tag>border</tag>
  80.   </snippet>
  81.   <snippet id="border-3">
  82.     <text><![CDATA[border-bottom-width: ${1:1}px ${2:solid} #${3:999};
  83. $0]]></text>
  84.     <description>border-bottom-width: size style color</description>
  85.     <tag>border</tag>
  86.   </snippet>
  87.   <snippet id="border-4">
  88.     <text><![CDATA[border-color: ${1:999};
  89. $0]]></text>
  90.     <description>border-color: color</description>
  91.     <tag>border</tag>
  92.   </snippet>
  93.   <snippet id="border-5">
  94.     <text><![CDATA[border-right-color: #${1:999};
  95. $0]]></text>
  96.     <description>border-left-color: color</description>
  97.     <tag>border</tag>
  98.   </snippet>
  99.   <snippet id="border-6">
  100.     <text><![CDATA[border-left: ${1:1}px ${2:solid} #${3:999};
  101. $0]]></text>
  102.     <description>border-left: size style color</description>
  103.     <tag>border</tag>
  104.   </snippet>
  105.   <snippet id="border-7">
  106.     <text><![CDATA[border-left-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
  107. $0]]></text>
  108.     <description>border-left-style: style</description>
  109.     <tag>border</tag>
  110.   </snippet>
  111.   <snippet id="border-8">
  112.     <text><![CDATA[border-left-width: ${1:1}px ${2:solid} #${3:999};
  113. $0]]></text>
  114.     <description>border-left-width: size</description>
  115.     <tag>border</tag>
  116.   </snippet>
  117.   <snippet id="border-9">
  118.     <text><![CDATA[border-right-color: #${1:999};
  119. $0]]></text>
  120.     <description>border-right-color: color</description>
  121.     <tag>border</tag>
  122.   </snippet>
  123.   <snippet id="border-10">
  124.     <text><![CDATA[border-right: ${1:1}px ${2:solid} #${3:999};
  125. $0]]></text>
  126.     <description>border-right: size style color</description>
  127.     <tag>border</tag>
  128.   </snippet>
  129.   <snippet id="border-11">
  130.     <text><![CDATA[border-right-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
  131. $0]]></text>
  132.     <description>border-right-style: style</description>
  133.     <tag>border</tag>
  134.   </snippet>
  135.   <snippet id="border-12">
  136.     <text><![CDATA[border-right-width: ${1:1}px ${2:solid} #${3:999};
  137. $0]]></text>
  138.     <description>border-right-width: size</description>
  139.     <tag>border</tag>
  140.   </snippet>
  141.   <snippet id="border-13">
  142.     <text><![CDATA[border: ${1:1px} ${2:solid} #${3:999};
  143. $0]]></text>
  144.     <description>border: size style color</description>
  145.     <tag>border</tag>
  146.   </snippet>
  147.   <snippet id="border-14">
  148.     <text><![CDATA[border-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
  149. $0]]></text>
  150.     <description>border-style: style</description>
  151.     <tag>border</tag>
  152.   </snippet>
  153.   <snippet id="border-15">
  154.     <text><![CDATA[border-top-color: #${1:999};
  155. $0]]></text>
  156.     <description>border-top-color: color</description>
  157.     <tag>border</tag>
  158.   </snippet>
  159.   <snippet id="border-16">
  160.     <text><![CDATA[border-top: ${1:1}px ${2:solid} #${3:999};
  161. $0]]></text>
  162.     <description>border-top: size style color</description>
  163.     <tag>border</tag>
  164.   </snippet>
  165.   <snippet id="border-17">
  166.     <text><![CDATA[border-top-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};
  167. $0]]></text>
  168.     <description>border-top-style: style</description>
  169.     <tag>border</tag>
  170.   </snippet>
  171.   <snippet id="border-18">
  172.     <text><![CDATA[border-top-width: ${1:1}px ${2:solid} #${3:999};
  173. $0]]></text>
  174.     <description>border-top-width: size</description>
  175.     <tag>border</tag>
  176.   </snippet>
  177.   <snippet id="border-19">
  178.     <text><![CDATA[border-color: ${1:1px};
  179. $0]]></text>
  180.     <description>border-width: width</description>
  181.     <tag>border</tag>
  182.   </snippet>
  183.   <snippet id="clear">
  184.     <text><![CDATA[clear: ${1:left/right/both/none};
  185. $0]]></text>
  186.     <description>clear: value</description>
  187.     <tag>clear</tag>
  188.   </snippet>
  189.   <snippet id="color">
  190.     <text><![CDATA[color: #${1:DDD};
  191. $0]]></text>
  192.     <description>color: color-hex</description>
  193.     <tag>color</tag>
  194.   </snippet>
  195.   <snippet id="color-1">
  196.     <text><![CDATA[color: ${1:red};
  197. $0]]></text>
  198.     <description>color: color-name</description>
  199.     <tag>color</tag>
  200.   </snippet>
  201.   <snippet id="color-2">
  202.     <text><![CDATA[color: rgb(${1:255},${2:255},${3:255});
  203. $0]]></text>
  204.     <description>color: color-rgb</description>
  205.     <tag>color</tag>
  206.   </snippet>
  207.   <snippet id="cursor">
  208.     <text><![CDATA[cursor: {$1:default/auto/crosshair/pointer/move/*-resize/text/wait/help};
  209. $0]]></text>
  210.     <description>cursor: type</description>
  211.     <tag>cursor</tag>
  212.   </snippet>
  213.   <snippet id="clear-1">
  214.     <text><![CDATA[cursor: url($1);
  215. $0]]></text>
  216.     <description>cursor: url</description>
  217.     <tag>clear</tag>
  218.   </snippet>
  219.   <snippet id="direction">
  220.     <text><![CDATA[direction: ${1:ltr|rtl};
  221. $0]]></text>
  222.     <description>direction: ltr|rtl</description>
  223.     <tag>direction</tag>
  224.   </snippet>
  225.   <snippet id="display">
  226.     <text><![CDATA[display: block;
  227. $0]]></text>
  228.     <description>display: block</description>
  229.     <tag>display</tag>
  230.   </snippet>
  231.   <snippet id="display-1">
  232.     <text><![CDATA[display: ${1:none/inline/block/list-item/run-in/compact/marker};
  233. $0]]></text>
  234.     <description>display: common-types</description>
  235.     <tag>display</tag>
  236.   </snippet>
  237.   <snippet id="display-2">
  238.     <text><![CDATA[display: inline;
  239. $0]]></text>
  240.     <description>display: inline</description>
  241.     <tag>display</tag>
  242.   </snippet>
  243.   <snippet id="display-3">
  244.     <text><![CDATA[display: ${1:table/inline-table/table-row-group/table-header-group/table-footer-group/table-row/table-column-group/table-column/table-cell/table-caption};
  245. $0]]></text>
  246.     <description>display: table-types</description>
  247.     <tag>display</tag>
  248.   </snippet>
  249.   <snippet id="float">
  250.     <text><![CDATA[float: ${1:left/right/none};
  251. $0]]></text>
  252.     <description>float: left/right/none</description>
  253.     <tag>float</tag>
  254.   </snippet>
  255.   <snippet id="font">
  256.     <text><![CDATA[font-family: ${1:Arial, "MS Trebuchet"}, ${2:sans-}serif;
  257. $0]]></text>
  258.     <description>font-family: family</description>
  259.     <tag>font</tag>
  260.   </snippet>
  261.   <snippet id="font-1">
  262.     <text><![CDATA[font: ${1:75%} ${2:"Lucida Grande", "Trebuchet MS", Verdana,} ${3:sans-}serif;
  263. $0]]></text>
  264.     <description>font: size font</description>
  265.     <tag>font</tag>
  266.   </snippet>
  267.   <snippet id="font-2">
  268.     <text><![CDATA[font-size: ${1:100%};
  269. $0]]></text>
  270.     <description>font-size: size</description>
  271.     <tag>font</tag>
  272.   </snippet>
  273.   <snippet id="font-3">
  274.     <text><![CDATA[font-style: ${1:normal/italic/oblique};
  275. $0]]></text>
  276.     <description>font-style: normal/italic/oblique</description>
  277.     <tag>font</tag>
  278.   </snippet>
  279.   <snippet id="font-4">
  280.     <text><![CDATA[font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;
  281. $0]]></text>
  282.     <description>font: style variant weight size/line-height font-family</description>
  283.     <tag>font</tag>
  284.   </snippet>
  285.   <snippet id="font-5">
  286.     <text><![CDATA[font-variant: ${1:normal/small-caps};
  287. $0]]></text>
  288.     <description>font-variant: normal/small-caps</description>
  289.     <tag>font</tag>
  290.   </snippet>
  291.   <snippet id="font-6">
  292.     <text><![CDATA[font-weight: ${1:normal/bold};
  293. $0]]></text>
  294.     <description>font-weight: weight</description>
  295.     <tag>font</tag>
  296.   </snippet>
  297.   <snippet id="letter">
  298.     <text><![CDATA[letter-spacing: $1em;
  299. $0]]></text>
  300.     <description>letter-spacing: length-em</description>
  301.     <tag>letter</tag>
  302.   </snippet>
  303.   <snippet id="letter-1">
  304.     <text><![CDATA[letter-spacing: $1px;
  305. $0]]></text>
  306.     <description>letter-spacing: length-px</description>
  307.     <tag>letter</tag>
  308.   </snippet>
  309.   <snippet id="list">
  310.     <text><![CDATA[list-style-image: url($1);
  311. $0]]></text>
  312.     <description>list-style-image: url</description>
  313.     <tag>list</tag>
  314.   </snippet>
  315.   <snippet id="list-1">
  316.     <text><![CDATA[list-style-position: ${1:inside/outside};
  317. $0]]></text>
  318.     <description>list-style-position: pos</description>
  319.     <tag>list</tag>
  320.   </snippet>
  321.   <snippet id="list-2">
  322.     <text><![CDATA[list-style-type: ${1:cjk-ideographic/hiragana/katakana/hiragana-iroha/katakana-iroha};
  323. $0]]></text>
  324.     <description>list-style-type: asian</description>
  325.     <tag>list</tag>
  326.   </snippet>
  327.   <snippet id="list-3">
  328.     <text><![CDATA[list-style-type: ${1:none/disc/circle/square};
  329. $0]]></text>
  330.     <description>list-style-type: marker</description>
  331.     <tag>list</tag>
  332.   </snippet>
  333.   <snippet id="list-4">
  334.     <text><![CDATA[list-style-type: ${1:decimal/decimal-leading-zero/zero};
  335. $0]]></text>
  336.     <description>list-style-type: numeric</description>
  337.     <tag>list</tag>
  338.   </snippet>
  339.   <snippet id="list-5">
  340.     <text><![CDATA[list-style-type: ${1:hebrew/armenian/georgian};
  341. $0]]></text>
  342.     <description>list-style-type: other</description>
  343.     <tag>list</tag>
  344.   </snippet>
  345.   <snippet id="list-6">
  346.     <text><![CDATA[list-style: ${1:none/disc/circle/square/decimal/zero} ${2:inside/outside} url($3);
  347. $0]]></text>
  348.     <description>list-style: type position image</description>
  349.     <tag>list</tag>
  350.   </snippet>
  351.   <snippet id="list-7">
  352.     <text><![CDATA[list-style-type: ${1:lower-roman/uppert-roman/lower-alpha/upper-alpha/lower-greek/lower-latin/upper-latin};
  353. $0]]></text>
  354.     <description>list-style-type: roman-alpha-greek</description>
  355.     <tag>list</tag>
  356.   </snippet>
  357.   <snippet id="margin">
  358.     <text><![CDATA[margin: ${1:20px};
  359. $0]]></text>
  360.     <description>margin: all</description>
  361.     <tag>margin</tag>
  362.   </snippet>
  363.   <snippet id="margin-1">
  364.     <text><![CDATA[margin-bottom: ${1:20px};
  365. $0]]></text>
  366.     <description>margin-bottom: length</description>
  367.     <tag>margin</tag>
  368.   </snippet>
  369.   <snippet id="margin-2">
  370.     <text><![CDATA[margin-left: ${1:20px};
  371. $0]]></text>
  372.     <description>margin-left: length</description>
  373.     <tag>margin</tag>
  374.   </snippet>
  375.   <snippet id="margin-3">
  376.     <text><![CDATA[margin-right: ${1:20px};
  377. $0]]></text>
  378.     <description>margin-right: length</description>
  379.     <tag>margin</tag>
  380.   </snippet>
  381.   <snippet id="margin-4">
  382.     <text><![CDATA[margin-top: ${1:20px};
  383. $0]]></text>
  384.     <description>margin-top: length</description>
  385.     <tag>margin</tag>
  386.   </snippet>
  387.   <snippet id="margin-5">
  388.     <text><![CDATA[margin: ${1:20px} ${2:0px} ${3:40px} ${4:0px};
  389. $0]]></text>
  390.     <description>margin: T R B L</description>
  391.     <tag>margin</tag>
  392.   </snippet>
  393.   <snippet id="margin-6">
  394.     <text><![CDATA[margin: ${1:20px} ${2:0px};
  395. $0]]></text>
  396.     <description>margin: V H</description>
  397.     <tag>margin</tag>
  398.   </snippet>
  399.   <snippet id="marker">
  400.     <text><![CDATA[marker-offset: auto;
  401. $0]]></text>
  402.     <description>marker-offset: auto</description>
  403.     <tag>marker</tag>
  404.   </snippet>
  405.   <snippet id="marker-1">
  406.     <text><![CDATA[marker-offset: ${1:10px};
  407. $0]]></text>
  408.     <description>marker-offset: length</description>
  409.     <tag>marker</tag>
  410.   </snippet>
  411.   <snippet id="overflow">
  412.     <text><![CDATA[overflow: ${1:visible/hidden/scroll/auto};
  413. $0]]></text>
  414.     <description>overflow: type</description>
  415.     <tag>overflow</tag>
  416.   </snippet>
  417.   <snippet id="padding">
  418.     <text><![CDATA[padding: ${1:20px};
  419. $0]]></text>
  420.     <description>padding: all</description>
  421.     <tag>padding</tag>
  422.   </snippet>
  423.   <snippet id="margin-7">
  424.     <text><![CDATA[padding-bottom: ${1:20px};
  425. $0]]></text>
  426.     <description>padding-bottom: length</description>
  427.     <tag>margin</tag>
  428.   </snippet>
  429.   <snippet id="margin-8">
  430.     <text><![CDATA[padding-left: ${1:20px};
  431. $0]]></text>
  432.     <description>padding-left: length</description>
  433.     <tag>margin</tag>
  434.   </snippet>
  435.   <snippet id="margin-9">
  436.     <text><![CDATA[padding-right: ${1:20px};
  437. $0]]></text>
  438.     <description>padding-right: length</description>
  439.     <tag>margin</tag>
  440.   </snippet>
  441.   <snippet id="margin-10">
  442.     <text><![CDATA[padding-top: ${1:20px};
  443. $0]]></text>
  444.     <description>padding-top: length</description>
  445.     <tag>margin</tag>
  446.   </snippet>
  447.   <snippet id="padding-1">
  448.     <text><![CDATA[padding: ${1:20px} ${2:0px} ${3:40px} ${4:0px};
  449. $0]]></text>
  450.     <description>padding: T R B L</description>
  451.     <tag>padding</tag>
  452.   </snippet>
  453.   <snippet id="padding-2">
  454.     <text><![CDATA[padding: ${1:20px} ${2:0px};
  455. $0]]></text>
  456.     <description>padding: V H</description>
  457.     <tag>padding</tag>
  458.   </snippet>
  459.   <snippet id="position">
  460.     <text><![CDATA[position: ${1:static/relative/absolute/fixed};
  461. $0]]></text>
  462.     <description>position: type</description>
  463.     <tag>position</tag>
  464.   </snippet>
  465.   <snippet id="{">
  466.     <text><![CDATA[{
  467.     /* $1 */
  468.     $0
  469. ]]></text>
  470.     <description>properties { }</description>
  471.     <tag>{</tag>
  472.   </snippet>
  473.   <snippet id="text">
  474.     <text><![CDATA[text-align: ${1:left/right/center/justify};
  475. $0]]></text>
  476.     <description>text-align: left/center/right</description>
  477.     <tag>text</tag>
  478.   </snippet>
  479.   <snippet id="text-1">
  480.     <text><![CDATA[text-decoration: ${1:none/underline/overline/line-through/blink};
  481. $0]]></text>
  482.     <description>text-decoration: none/underline/overline/line-through/blink</description>
  483.     <tag>text</tag>
  484.   </snippet>
  485.   <snippet id="text-2">
  486.     <text><![CDATA[text-indent: ${1:10p}x;
  487. $0]]></text>
  488.     <description>text-indent: length</description>
  489.     <tag>text</tag>
  490.   </snippet>
  491.   <snippet id="text-3">
  492.     <text><![CDATA[text-shadow:  #${1:DDD} ${2:10px} ${3:10px} ${4:2px};
  493. $0]]></text>
  494.     <description>text-shadow: color-hex x y blur</description>
  495.     <tag>text</tag>
  496.   </snippet>
  497.   <snippet id="text-4">
  498.     <text><![CDATA[text-shadow:  rgb(${1:255},${2:255},${3:255}) ${4:10px} ${5:10px} ${6:2px};
  499. $0]]></text>
  500.     <description>text-shadow: color-rgb x y blur</description>
  501.     <tag>text</tag>
  502.   </snippet>
  503.   <snippet id="text-5">
  504.     <text><![CDATA[text-shadow: none;
  505. $0]]></text>
  506.     <description>text-shadow: none</description>
  507.     <tag>text</tag>
  508.   </snippet>
  509.   <snippet id="text-6">
  510.     <text><![CDATA[text-shadow: ${1:capitalize/uppercase/lowercase};
  511. $0]]></text>
  512.     <description>text-transform: capitalize/upper/lower</description>
  513.     <tag>text</tag>
  514.   </snippet>
  515.   <snippet id="text-7">
  516.     <text><![CDATA[text-shadow: none;
  517. $0]]></text>
  518.     <description>text-transform: none</description>
  519.     <tag>text</tag>
  520.   </snippet>
  521.   <snippet id="vertical">
  522.     <text><![CDATA[vertical-align: ${1:baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%};
  523. $0]]></text>
  524.     <description>vertical-align: type</description>
  525.     <tag>vertical</tag>
  526.   </snippet>
  527.   <snippet id="visibility">
  528.     <text><![CDATA[visibility: ${1:visible/hidden/collapse};
  529. $0]]></text>
  530.     <description>visibility: type</description>
  531.     <tag>visibility</tag>
  532.   </snippet>
  533.   <snippet id="white">
  534.     <text><![CDATA[white-space: ${1:normal/pre/nowrap};
  535. $0]]></text>
  536.     <description>white-space: normal/pre/nowrap</description>
  537.     <tag>white</tag>
  538.   </snippet>
  539.   <snippet id="word">
  540.     <text><![CDATA[word-spacing: ${1:10px};
  541. $0]]></text>
  542.     <description>word-spacing: length</description>
  543.     <tag>word</tag>
  544.   </snippet>
  545.   <snippet id="word-1">
  546.     <text><![CDATA[word-spacing: normal;
  547. $0]]></text>
  548.     <description>word-spacing: normal</description>
  549.     <tag>word</tag>
  550.   </snippet>
  551.   <snippet id="z">
  552.     <text><![CDATA[z-index: $1;
  553. $0]]></text>
  554.     <description>z-index: index</description>
  555.     <tag>z</tag>
  556.   </snippet>
  557. </snippets>
  558.