Good start....
This commit is contained in:
parent
76168872b5
commit
ab61b6bf83
2 changed files with 232 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
properties.css
|
||||
CSS Properties
|
||||
==============
|
||||
|
||||
CSS classes for CSS properties
|
||||
CSS classes for CSS properties.
|
||||
|
|
230
properties.css
Normal file
230
properties.css
Normal file
|
@ -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
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue