1
0
Fork 0
mirror of https://github.com/Oreolek/elements.git synced 2024-05-14 23:08:15 +03:00

changed id names to singular, to make it unified

This commit is contained in:
Fabian Vogelsteller 2012-07-05 08:34:44 +02:00
parent 3f1f62260c
commit f59aeab9a3

View file

@ -7,7 +7,7 @@
More info at: http://lesselements.com More info at: http://lesselements.com
-----------------------------------------------------*/ -----------------------------------------------------*/
#gradients{ #gradient {
.vertical(@color: #F5F5F5, @start: #EEE, @stop: #FFF, @posStart: 0, @posEnd: 1) { .vertical(@color: #F5F5F5, @start: #EEE, @stop: #FFF, @posStart: 0, @posEnd: 1) {
background: @color; background: @color;
background: -webkit-gradient(linear, background: -webkit-gradient(linear,
@ -59,7 +59,7 @@
} }
#borders{ #border {
.bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) { .bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) {
border-top: solid 1px @top-color; border-top: solid 1px @top-color;
border-left: solid 1px @left-color; border-left: solid 1px @left-color;
@ -90,7 +90,7 @@
} }
} }
#shadows{ #shadow {
.drop(@x-axis: 0, @y-axis: 1px, @blur: 2px, @alpha: 0.1, @color: #000) { .drop(@x-axis: 0, @y-axis: 1px, @blur: 2px, @alpha: 0.1, @color: #000) {
-webkit-box-shadow: @x-axis @y-axis @blur fadeout(@color, 100-(@alpha*100)); -webkit-box-shadow: @x-axis @y-axis @blur fadeout(@color, 100-(@alpha*100));
-moz-box-shadow: @x-axis @y-axis @blur fadeout(@color, 100-(@alpha*100)); -moz-box-shadow: @x-axis @y-axis @blur fadeout(@color, 100-(@alpha*100));
@ -121,7 +121,7 @@
} }
} }
#transform{ #transform {
.rotation(@deg:5deg){ .rotation(@deg:5deg){
-webkit-transform: rotate(@deg); -webkit-transform: rotate(@deg);
-moz-transform: rotate(@deg); -moz-transform: rotate(@deg);
@ -157,7 +157,7 @@
} }
} }
#transition{ #transition {
.all(@duration:0.2s, @ease:ease-out) { .all(@duration:0.2s, @ease:ease-out) {
-webkit-transition: all @duration @ease; -webkit-transition: all @duration @ease;
-moz-transition: all @duration @ease; -moz-transition: all @duration @ease;
@ -176,7 +176,7 @@
} }
} }
#content{ #content {
.columns(@colwidth: 250px, @colcount: 0, @colgap: 50px, @columnRuleColor: #EEE, @columnRuleStyle: solid, @columnRuleWidth: 1px) { .columns(@colwidth: 250px, @colcount: 0, @colgap: 50px, @columnRuleColor: #EEE, @columnRuleStyle: solid, @columnRuleWidth: 1px) {
-moz-column-width: @colwidth; -moz-column-width: @colwidth;
-moz-column-count: @colcount; -moz-column-count: @colcount;