Alexander Yakovlev
ac7f89541b
Merge pull request #8 from gitarno/patch-2
...
Update shadow: drop, inner, both
8 years ago
Arno
b8d2039984
Update shadow: drop, inner, both
...
Creating variables for the shadow drop, inner , both.
So easy to maintain and control the fadeout and fadein need not replicate the speech but only the variable "face".
@fade: fadeout(@color, 100 - ( @alpha*100 ));
8 years ago
Alexander Yakovlev
c581920a48
Merge pull request #7 from Shurakai/patch-2
...
Added several mixins for box models
9 years ago
Alexander Yakovlev
4f56d50544
Merge pull request #6 from Shurakai/patch-1
...
Added scaleY and scaleX support
9 years ago
Christian Heinrich
1122a5259e
Added several mixins for box models
...
Added border-box, content-box, padding-box and margin-box
9 years ago
Christian Heinrich
73a2385342
Added scaleY and scaleX support
...
Additionally, support for several other browsers was added as well.
9 years ago
Alexander Yakovlev
9f60313d75
Merge pull request #4 from peterkeating/master
...
Documentation Fix
11 years ago
Peter Keating
7a5da71a3b
slight typo in the example usage code in the README.
11 years ago
Alexander Yakovlev
1604291d82
Merge pull request #3 from pilbot/master
...
radial gradient type
11 years ago
pilbot
28432ce8bd
Added radial-gradient: #gradient > .radial
...
Added the radial gradient type as described in
http://dev.w3.org/csswg/css3-images/#radial-gradients most browser
implementations, save IE10 do not use the newer syntax that can be seen
in the unprefixed form.
11 years ago
Alexander Yakovlev
24a7b93f1c
Too many credits :-)
11 years ago
Alexander Yakovlev
5309384975
Merge pull request #1 from frozeman/master
...
add shadow > both() and unified the id names
11 years ago
Fabian Vogelsteller
0effb58021
add box shadow none: #shadow > .none();
11 years ago
Fabian Vogelsteller
85018fdd66
add comments
11 years ago
Fabian Vogelsteller
60e376af36
fixed #gradients > .none()
11 years ago
Fabian Vogelsteller
f59aeab9a3
changed id names to singular, to make it unified
11 years ago
Fabian Vogelsteller
3f1f62260c
add #shadows .both(); to add inner and outer shadows
11 years ago
Alexander Yakovlev
1c7fa4e9cb
Update README.md
11 years ago
Alexander Yakovlev
a36dcb8cb6
Documentation!
11 years ago
Alexander Yakovlev
2e82278272
Cleanup
...
Renamed #shadows > .text-shadow to #shadows > .text
Deleted .DS_Store file
11 years ago
Alexander Yakovlev
33a23976c6
Updated credits, added KHTML prefix to text-shadow
11 years ago
Alexander Yakovlev
54d233a779
Merge branch 'master' of git://github.com/pkrstic/elements
...
Conflicts:
elements.less
11 years ago
Alexander Yakovlev
e44102c53f
Merge remote-tracking branch 'melat0nin/patch-1'
...
Conflicts:
elements.less
Also switched from tabs to spaces (it's easier to merge that way)
and threw all the credits in a separate file.
11 years ago
Alexander Yakovlev
f7505132d0
Merge branch 'master' of git://github.com/collingo/elements
...
Conflicts:
elements.less
11 years ago
melat0nin
81c19b98a6
Added modern IE support in .rotate mixin (-ms prefix)
11 years ago
Ivan Mendoza
ae8f0206d7
Gradients mixin updated
...
- Start and stop position added as parameter
- .none class to reset gradients
11 years ago
Predrag Krstić
ba88f886d4
added more vendor prefixes
11 years ago
Predrag Krstić
2b883d2eab
Added text-shadow
11 years ago
Ivan Mendoza
4e71974b0a
Gradients: Compatibility with IE9/10 added
11 years ago
Ivan Mendoza
f29fefed9b
Color personalization added to shadows
11 years ago
collingo
7eb394c721
removed problematic brackets
11 years ago
collingo
bc283625b3
added IE opacity rules to cover all versions
11 years ago
collingo
33cc13db4a
added cross browser opacity rules
11 years ago
Ivan Mendoza
b4133a5fc6
Minor updates
11 years ago
Ivan
1f9334f1d1
* Add namespaces. Some mixins renamed.
...
fixes #2
11 years ago
Ivan
80871cd2a5
* "transition" renamed to "transition-prop" (just for one property). Ease value added.
11 years ago
Ivan
3584787534
* Added horizontal gradient: .horizontal-gradient(@color, @start, @stop)
...
* Added transition: .transition(@property,@delay)
11 years ago
Dmitry Fadeyev
ebdcd8ca09
add textmate bundle link
12 years ago
Dmitry Fadeyev
3df7be1ea5
fix spacing
12 years ago
Dmitry Fadeyev
a736a7eecd
fix webkit gradient
12 years ago
Dmitry Fadeyev
f7d31bbc65
Merge pull request #5 from perfecto/patch-1
...
Prevent bg color from leaking outside the border
12 years ago
Michael Romanenko
cdbe27d9d1
Prevent bg color from leaking outside the border
12 years ago
Dmitry Fadeyev
941d0fbbaa
Merge pull request #3 from nfang/master
...
Add IE10 linear-gradients
12 years ago
Nathan Fang
5792756853
Added IE10 linear-gradient
12 years ago
Nathan Fang
3620a4f141
Added IE10 linear-gradient
12 years ago
Dmitry Fadeyev
c1e12933f8
update readme
12 years ago
Dmitry Fadeyev
248450d7fb
update readme
12 years ago
Dmitry Fadeyev
983332081b
fix whitespaces
12 years ago
Dmitry Fadeyev
f0c1ef20e5
add the translate mixin
12 years ago
Dmitry Fadeyev
6180134441
Merge pull request #1 from philtr/master
...
Whitespace fixes
12 years ago