26 lines
693 B
Plaintext
26 lines
693 B
Plaintext
|
|
/************************************************************************/
|
|
/* background -ALIAS- */
|
|
/************************************************************************/
|
|
|
|
/***start-lessParam--ALIAS-***/
|
|
@imageorpattern-ALIAS-:'';
|
|
@color-ALIAS-:'';
|
|
/***end-lessParam--ALIAS-***/
|
|
|
|
/***start-gridStyle--ALIAS-***/
|
|
-SCHEMA- {
|
|
background-image: @imageorpattern-ALIAS- !important;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
background:@color-ALIAS- !important;
|
|
}
|
|
/***end-gridStyle--ALIAS-***/
|
|
|
|
|