CSS3 snippets (draft): Difference between revisions
Jump to navigation
Jump to search
m Created page with 'CSS3 snippets is work in progress, this page is only for documentation. doc: *[https://developer.mozilla.org/En/DOM/CSS mozilla] *[http://developer.apple.com/safari/library/docu…' |
mNo edit summary |
||
Line 1: | Line 1: | ||
CSS3 snippets is work in progress, this page is only for documentation. | {{toc}} | ||
{{note|text=CSS3 snippets is work in progress, this page is only for documentation.}} | |||
== doc: == | |||
*[https://developer.mozilla.org/En/DOM/CSS mozilla] | *[https://developer.mozilla.org/En/DOM/CSS mozilla] | ||
*[http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266 safari] | *[http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266 safari] | ||
Line 11: | Line 15: | ||
</pre> | </pre> | ||
{{clear}} | |||
== CSS3 == | |||
*[https://developer.mozilla.org/en/CSS/opacity opacity] | |||
*[https://developer.mozilla.org/en/CSS/outline-offset outlineOffset] | |||
*[https://developer.mozilla.org/En/CSS/Overflow-x overflowX] | |||
*[https://developer.mozilla.org/En/CSS/Overflow-y overflowY] | |||
*[https://developer.mozilla.org/en/CSS/word-spacing wordSpacing] | |||
*[https://developer.mozilla.org/En/CSS/Word-wrap wordWrap] | |||
== mozilla (et webkit): == | |||
*[https://developer.mozilla.org/en/CSS/-moz-appearance MozAppearance] | *[https://developer.mozilla.org/en/CSS/-moz-appearance MozAppearance] | ||
*[https://developer.mozilla.org/en/CSS/-moz-background-clip MozBackgroundClip] | *[https://developer.mozilla.org/en/CSS/-moz-background-clip MozBackgroundClip] | ||
Line 80: | Line 96: | ||
*[https://developer.mozilla.org/En/CSS/-moz-window-shadow MozWindowShadow] | *[https://developer.mozilla.org/En/CSS/-moz-window-shadow MozWindowShadow] | ||
{{top}} | |||
[[Category:Snippets repository]] | [[Category:Snippets repository]] |
Revision as of 17:24, 25 March 2010
|
doc:
-moz-box-shadow: teal 60px -16px; -webkit-box-shadow: teal 60px -16px; box-shadow: teal 60px -16px;
CSS3
mozilla (et webkit):
- MozAppearance
- MozBackgroundClip
- MozBackgroundInlinePolicy
- MozBackgroundOrigin
- MozBinding
- MozBorderBottomColors
- MozBorderEnd
- MozBorderEndColor
- MozBorderEndStyle
- MozBorderWidth
- MozBorderImage
- MozBorderLeftColors
- MozBorderRadius
- MozBorderRadiusBottomleft
- MozBorderRadiusBottomright
- MozBorderRadiusTopleft
- MozBorderRadiusTopright
- MozBorderRightColors
- MozBorderStart
- MozBorderStartColor
- MozBorderStartStyle
- MozBorderStartWidth
- MozBorderTopColors
- MozBoxAlign
- MozBoxDirection
- MozBoxFlex
- MozBoxOrient
- MozBoxOrdinalGroup
- MozBoxPack
- MozBoxShadow
- MozBoxSizing
- MozColumnCount
- MozColumnGap
- MozColumnRule
- MozColumnRuleColor
- MozColumnRuleStyle
- MozColumnRuleWidth
- MozColumnWidth
- MozFloatEdge
- MozForceBrokenImageIcon
- MozImageRegion
- MozMarginEnd
- MozMarginStart
- MozOpacity use opacity
- MozOutline
- MozOutlineColor
- obsolete: MozOutlineOffset no longer supported at all, use OutlineOffset
- MozOutlineRadius
- MozOutlineRadiusBottomleft
- MozOutlineRadiusBottomtop
- MozOutlineRadiusTopleft
- MozOutlineRadiusTopright
- MozOutlineStyle
- MozOutlineWidth
- MozPaddingEnd
- MozPaddingStart
- MozStackSizing
- MozTransform
- MozTransformOrigin
- MozUserFocus
- MozUserInput
- MozUserModify
- MozUserSelect
- MozWindowShadow