📄 css.properties
字号:
# Define SciTE settings for CSS files# Jakub Vr醤a - jakub@vrana.czfilter.css=CSS (css)|*.css|lexer.*.css=cssindent.size.*.css=4tab.size.*.css=4use.tabs.*.css=1keywordclass.css=\color background-color background-image background-repeat background-attachment background-position background \font-family font-style font-variant font-weight font-size font \word-spacing letter-spacing text-decoration vertical-align text-transform text-align text-indent line-height \margin-top margin-right margin-bottom margin-left margin \padding-top padding-right padding-bottom padding-left padding \border-top-width border-right-width border-bottom-width border-left-width border-width \border-top border-right border-bottom border-left border \border-color border-style width height float clear \display white-space list-style-type list-style-image list-style-position list-stylekeywordclass.values=\auto none normal italic oblique small-caps bold bolder lighter \xx-small x-small small medium large x-large xx-large larger smaller \transparent repeat repeat-x repeat-y no-repeat scroll fixed \top bottom left center right justify both \underline overline line-through blink \baseline sub super text-top middle text-bottom \capitalize uppercase lowercase thin medium thick \dotted dashed solid double groove ridge inset outset \block inline list-item pre no-wrap inside outside \disc circle square decimal lower-roman upper-roman lower-alpha upper-alpha \aqua black blue fuchsia gray green lime maroon navy olive purple red silver teal white yellow# rgb(i1, i2, i3) rgb(p1, p2, p3) #xxx #xxxxxx url(path)# path: in optional single or double quotes. If quotes, inside quotes must be backslashed.# length: [+-][0-9]+<unit># unit: % pt mm cm pc in px em ex# at-rule: import# CSS2keywordclass.css2=\border-top-color border-right-color border-bottom-color border-left-color border-color \border-top-style border-right-style border-bottom-style border-left-style border-style \top right bottom left position z-index direction unicode-bidi \min-width max-width min-height max-height overflow clip visibility content quotes \counter-reset counter-increment marker-offset \size marks page-break-before page-break-after page-break-inside page orphans widows \font-stretch font-size-adjust unicode-range units-per-em src \panose-1 stemv stemh slope cap-height x-height ascent descent widths bbox definition-src \baseline centerline mathline topline text-shadow \caption-side table-layout border-collapse border-spacing empty-cells speak-header \cursor outline outline-width outline-style outline-color \volume speak pause-before pause-after pause cue-before cue-after cue \play-during azimuth elevation speech-rate voice-family pitch pitch-range stress richness \speak-punctuation speak-numeralkeywordclass.values2=\inherit \run-in compact marker table inline-table table-row-group table-header-group table-footer-group \table-row table-column-group table-column table-cell table-caption \static relative absolute fixed ltr rtl embed bidi-override \visible hidden scroll collapse open-quote close-quote no-open-quote no-close-quote \decimal-leading-zero lower-greek lower-latin upper-latin hebrew armenian georgian \cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha \landscape portrait crop cross always avoid \wider narrower ultra-condensed extra-condensed condensed semi-condensed \semi-expanded expanded extra-expanded ultra-expanded \caption icon menu message-box small-caption status-bar \separate show hide once crosshair default pointer move text wait help \e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize \ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow \InactiveCaptionText ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder \InactiveCaption InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow \ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText \silent x-soft soft medium loud x-loud spell-out mix \left-side far-left center-left center-right far-right right-side behind leftwards rightwards \below level above higher lower x-slow slow medium fast x-fast faster slower \male female child x-low low high x-high code digits continous# counter(id) counter(id, style) attr(X) local("name)" format("string")# angle: [+-][0-9]+<unit># angle unit: deg grad rad# time: [0-9]+<unit># time unit: ms s# frequency: [0-9]+<unit># frequency unit: Hz kHz# Unicode range: U+x??-yyy# at-rule: media, values: all aural braille embossed handheld print projection screen tty tv# at-rule: page font-face charsetkeywords.*.css=$(keywordclass.css)# Pseudo classeskeywords2.*.css=first-letter first-line link active visited \first-child focus hover lang before after left right first# Second line is CSS2keywords3.*.css=$(keywordclass.css2)word.characters.*.css=$(chars.alpha)$(chars.numeric)-comment.stream.start.css=/*comment.stream.end.css=*/# Defaultstyle.css.32=$(font.code.base)# White space: Visible only in View Whitespace mode (or if it has a back colour)style.css.0=fore:#FF0080# Selector (HTML tag)style.css.1=$(colour.keyword),bold# Class selector ([HtmlTag].classSelector)style.css.2=# Pseudo class (HtmlTag:pseudoClass)style.css.3=fore:#800000# Unknown Pseudo classstyle.css.4=fore:#FF0000# Operatorstyle.css.5=$(colour.operator)# CSS1 Propertystyle.css.6=fore:#0040E0# Unknown Propertystyle.css.7=fore:#FF0000# Valuestyle.css.8=$(colour.string)# Commentstyle.css.9=$(colour.code.comment.box),$(font.code.comment.box)# ID selector (#IdSel)style.css.10=$(colour.number),italics# Importantstyle.css.11=fore:#FF8000,bold# At-rule (@)style.css.12=$(colour.preproc),bold# Double quoted stringsstyle.css.13=$(colour.string)# Single quoted stringsstyle.css.14=$(colour.string)# CSS2 Propertystyle.css.15=fore:#00A0E0# Attribute selection ([att='val'])style.css.16=fore:#800000block.start.*.css=5 {block.end.*.css=5 }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -