Updated Spanish translation
[anjuta-git-plugin.git] / data / properties / css.properties
blob5a6622269225797b8ad5ac6bdfa70bbc39d00e03
1 # Define SciTE settings for CSS files
2 # Jakub Vrána - jakub@vrana.cz
4 filter.css=CSS (css)|*.css|
5 lexer.*.css=css
7 indent.size.*.css=4
8 tab.size.*.css=4
9 use.tabs.*.css=1
11 keywordclass.css=\
12 color background-color background-image background-repeat background-attachment background-position background \
13 font-family font-style font-variant font-weight font-size font \
14 word-spacing letter-spacing text-decoration vertical-align text-transform text-align text-indent line-height \
15 margin-top margin-right margin-bottom margin-left margin \
16 padding-top padding-right padding-bottom padding-left padding \
17 border-top-width border-right-width border-bottom-width border-left-width border-width \
18 border-top border-right border-bottom border-left border \
19 border-color border-style width height float clear \
20 display white-space list-style-type list-style-image list-style-position list-style
22 keywordclass.values=\
23 auto none normal italic oblique small-caps bold bolder lighter \
24 xx-small x-small small medium large x-large xx-large larger smaller \
25 transparent repeat repeat-x repeat-y no-repeat scroll fixed \
26 top bottom left center right justify both \
27 underline overline line-through blink \
28 baseline sub super text-top middle text-bottom \
29 capitalize uppercase lowercase thin medium thick \
30 dotted dashed solid double groove ridge inset outset \
31 block inline list-item pre no-wrap inside outside \
32 disc circle square decimal lower-roman upper-roman lower-alpha upper-alpha \
33 aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow
35 # rgb(i1, i2, i3) rgb(p1, p2, p3) #xxx #xxxxxx url(path)
36 # path: in optional single or double quotes. If quotes, inside quotes must be backslashed.
37 # length: [+-][0-9]+<unit>
38 # unit: % pt mm cm pc in px em ex
40 # at-rule: import
42 # CSS2
44 keywordclass.css2=\
45 border-top-color border-right-color border-bottom-color border-left-color border-color \
46 border-top-style border-right-style border-bottom-style border-left-style border-style \
47 top right bottom left position z-index direction unicode-bidi \
48 min-width max-width min-height max-height overflow clip visibility content quotes \
49 counter-reset counter-increment marker-offset \
50 size marks page-break-before page-break-after page-break-inside page orphans widows \
51 font-stretch font-size-adjust unicode-range units-per-em src \
52 panose-1 stemv stemh slope cap-height x-height ascent descent widths bbox definition-src \
53 baseline centerline mathline topline text-shadow \
54 caption-side table-layout border-collapse border-spacing empty-cells speak-header \
55 cursor outline outline-width outline-style outline-color \
56 volume speak pause-before pause-after pause cue-before cue-after cue \
57 play-during azimuth elevation speech-rate voice-family pitch pitch-range stress richness \
58 speak-punctuation speak-numeral
60 keywordclass.values2=\
61 inherit \
62 run-in compact marker table inline-table table-row-group table-header-group table-footer-group \
63 table-row table-column-group table-column table-cell table-caption \
64 static relative absolute fixed ltr rtl embed bidi-override \
65 visible hidden scroll collapse open-quote close-quote no-open-quote no-close-quote \
66 decimal-leading-zero lower-greek lower-latin upper-latin hebrew armenian georgian \
67 cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha \
68 landscape portrait crop cross always avoid \
69 wider narrower ultra-condensed extra-condensed condensed semi-condensed \
70 semi-expanded expanded extra-expanded ultra-expanded \
71 caption icon menu message-box small-caption status-bar \
72 separate show hide once crosshair default pointer move text wait help \
73 e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize \
74 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow \
75 InactiveCaptionText ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder \
76 InactiveCaption InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow \
77 ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText \
78 silent x-soft soft medium loud x-loud spell-out mix \
79 left-side far-left center-left center-right far-right right-side behind leftwards rightwards \
80 below level above higher lower x-slow slow medium fast x-fast faster slower \
81 male female child x-low low high x-high code digits continous
83 # counter(id) counter(id, style) attr(X) local("name)" format("string")
84 # angle: [+-][0-9]+<unit>
85 # angle unit: deg grad rad
86 # time: [0-9]+<unit>
87 # time unit: ms s
88 # frequency: [0-9]+<unit>
89 # frequency unit: Hz kHz
90 # Unicode range: U+x??-yyy
92 # at-rule: media, values: all aural braille embossed handheld print projection screen tty tv
93 # at-rule: page font-face charset
95 keywords.*.css=$(keywordclass.css)
97 # Pseudo classes
98 keywords2.*.css=first-letter first-line link active visited \
99 first-child focus hover lang before after left right first
100 # Second line is CSS2
102 keywords3.*.css=$(keywordclass.css2)
104 word.characters.*.css=$(chars.alpha)$(chars.numeric)-
106 comment.stream.start.css=/*
107 comment.stream.end.css=*/
109 # Default
110 style.css.32=$(font.code.base)
111 # White space: Visible only in View Whitespace mode (or if it has a back colour)
112 style.css.0=fore:#FF0080
113 # Selector (HTML tag)
114 style.css.1=$(colour.keyword),bold
115 # Class selector ([HtmlTag].classSelector)
116 style.css.2=
117 # Pseudo class (HtmlTag:pseudoClass)
118 style.css.3=fore:#800000
119 # Unknown Pseudo class
120 style.css.4=fore:#FF0000
121 # Operator
122 style.css.5=$(colour.operator)
123 # CSS1 Property
124 style.css.6=fore:#0040E0
125 # Unknown Property
126 style.css.7=fore:#FF0000
127 # Value
128 style.css.8=$(colour.string)
129 # Comment
130 style.css.9=$(colour.code.comment.box),$(font.code.comment.box)
131 # ID selector (#IdSel)
132 style.css.10=$(colour.number),italics
133 # Important
134 style.css.11=fore:#FF8000,bold
135 # At-rule (@)
136 style.css.12=$(colour.preproc),bold
137 # Double quoted strings
138 style.css.13=$(colour.string)
139 # Single quoted strings
140 style.css.14=$(colour.string)
141 # CSS2 Property
142 style.css.15=fore:#00A0E0
144 block.start.*.css=5 {
145 block.end.*.css=5 }