From ab61b6bf83c28ec6de1a1d234e033b4f2bc838a7 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 31 Jan 2013 15:35:05 -0500 Subject: [PATCH] Good start.... --- README.md | 4 +- properties.css | 230 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+), 2 deletions(-) create mode 100644 properties.css diff --git a/README.md b/README.md index 39aee97..044aaa2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -properties.css +CSS Properties ============== -CSS classes for CSS properties \ No newline at end of file +CSS classes for CSS properties. diff --git a/properties.css b/properties.css new file mode 100644 index 0000000..355ba71 --- /dev/null +++ b/properties.css @@ -0,0 +1,230 @@ +/** + * CSS Properties + * + * @author Josh Sherman + * @link https://github.com/joshtronic/properties.css + */ + +/* {{{ clear */ +.clear { clear: both } +.clear-left { clear: left } +.clear-right { clear: right } +/* }}} */ +/* {{{ cursor */ +.cursor-auto { cursor: auto } +.cursor-crosshair { cursor: crosshair } +.cursor-default { cursor: default } +.cursor-e-resize { cursor: e-resize } +.cursor-help { cursor: help } +.cursor-move { cursor: move } +.cursor-n-resize { cursor: n-resize } +.cursor-ne-resize { cursor: ne-resize } +.cursor-nw-resize { cursor: nw-resize } +.cursor-pointer { cursor: pointer } +.cursor-progress { cursor: progress } +.cursor-s-resize { cursor: s-resize } +.cursor-se-resize { cursor: se-resize } +.cursor-sw-resize { cursor: sw-resize } +.cursor-text { cursor: text } +.cursor-w-resize { cursor: w-resize } +.cursor-wait { cursor: wait } +.cursor-inherit { cursor: auto } +/* }}} */ +/* {{{ display */ + +/* }}} */ + +/* +@todo... +animation +animation +animation-name +animation-duration +animation-timing-function +animation-delay +animation-iteration-count +animation-direction +animation-play-state +appearance +backface-visibility +background +background +background-attachment +background-color +background-image +background-position +background-repeat +background-clip +background-origin +background-size +border +border +border-bottom +border-bottom-color +border-bottom-style +border-bottom-width +border-collapse +border-color +border-left +border-left-color +border-left-style +border-left-width +border-right +border-right-color +border-right-style +border-right-width +border-spacing +border-style +border-top +border-top-color +border-top-style +border-top-width +border-width +border-bottom-left-radius +border-bottom-right-radius +border-image +border-image-outset +border-image-repeat +border-image-slice +border-image-source +border-image-width +border-radius +border-top-left-radius +border-top-right-radius +bottom +box +box-align +box-direction +box-flex +box-flex-group +box-lines +box-ordinal-group +box-orient +box-pack +box-sizing +box-shadow +caption-side +clip +color +column +column-count +column-fill +column-gap +column-rule +column-rule-color +column-rule-style +column-rule-width +column-span +column-width +columns +content +counter-increment +counter-reset +direction +empty-cells +float +font +font +font-family +font-size +font-style +font-variant +font-weight +@font-face +font-size-adjust +font-stretch +grid-columns +grid-rows +hanging-punctuation +height +icon +@keyframes +left +letter-spacing +line-height +list-style +list-style +list-style-image +list-style-position +list-style-type +margin +margin +margin-bottom +margin-left +margin-right +margin-top +max-height +max-width +min-height +min-width +nav +nav-down +nav-index +nav-left +nav-right +nav-up +opacity +outline +outline +outline-color +outline-offset +outline-style +outline-width +overflow +overflow-x +overflow-y +padding +padding +padding-bottom +padding-left +padding-right +padding-top +page-break +page-break-after +page-break-before +page-break-inside +perspective +perspective-origin +position +punctuation-trim +quotes +resize +right +rotation +rotation-point +table-layout +target +target +target-name +target-new +target-position +text +text-align +text-decoration +text-indent +text-justify +text-outline +text-overflow +text-shadow +text-transform +text-wrap +top +transform +transform +transform-origin +transform-style +transition +transition +transition-property +transition-duration +transition-timing-function +transition-delay +vertical-align +visibility +width +white-space +word-spacing +word-break +word-wrap +z-index +*/