Add WebCms
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* 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-***/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user