Skip to content

Latest commit

 

History

History

style

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

& / Style




& /style

[target [...]] {
	[attributes]
}


& / box

box {
	// ...
}


& / list

list {
	item {
		_ 1
	}
	item {
		_ 2
	}
	item {
		_ 3
	}
	item {
		_ 4
	}
}


& / field

field {
	// ...
}


& / section

section {
	// ...
}


& / label

label {
	// ...
}


& / import

import file/style.css  // css
import file/style.etl  // et style 


& / Style Attributes



& / background

& / backgroundImage

& / backgroundColor

& / backgroundRepeat

& / backgroundSize

& / backgroundPosition

& / textColor

& / textSize

& / textAlign

& / textShadow

& / textFont

& / textFilter

& / animation

& / animationDelay

& / boxShadow

& / padding

& / paddingUp

& / paddingBottom

& / paddingLeft

& / paddingRight

& / margin

& / marginTop

& / marginBottom

& / marginLeft

& / marginRight

& / border

& / borderColor

& / borderRadius

& / float

& / clear

& / display

& / position

& / width

& / widthMin

& / widthMax

& / height

& / heightMin

& / heightMax