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-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* border -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@bordersize-ALIAS-:'';
|
||||
@bordercolor-ALIAS-:'';
|
||||
@bordertype-ALIAS-:solid;
|
||||
|
||||
@leftbordersize-ALIAS-:'';
|
||||
@leftbordercolor-ALIAS-:'';
|
||||
@leftbordertype-ALIAS-:solid;
|
||||
|
||||
@rightbordersize-ALIAS-:'';
|
||||
@rightbordercolor-ALIAS-:'';
|
||||
@rightbordertype-ALIAS-:solid;
|
||||
|
||||
@topbordersize-ALIAS-:'';
|
||||
@topbordercolor-ALIAS-:'';
|
||||
@topbordertype-ALIAS-:solid;
|
||||
|
||||
@bottombordersize-ALIAS-:'';
|
||||
@bottombordercolor-ALIAS-:'';
|
||||
@bottombordertype-ALIAS-:solid;
|
||||
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.all-ALIAS- () when (isnumber(@bordersize-ALIAS-)) {
|
||||
border: @bordersize-ALIAS- + 0px;
|
||||
border-color:@bordercolor-ALIAS-;
|
||||
border-style:@bordertype-ALIAS-;
|
||||
}
|
||||
|
||||
.left-ALIAS- () when (isnumber(@leftbordersize-ALIAS-)) {
|
||||
border-left: @leftbordersize-ALIAS- + 0px;
|
||||
border-left-color:@leftbordercolor-ALIAS-;
|
||||
border-left-style:@leftbordertype-ALIAS-;
|
||||
}
|
||||
|
||||
.right-ALIAS- () when (isnumber(@rightbordersize-ALIAS-)) {
|
||||
border-right: @rightbordersize-ALIAS- + 0px;
|
||||
border-right-color:@rightbordercolor-ALIAS-;
|
||||
border-right-style:@rightbordertype-ALIAS-;
|
||||
}
|
||||
|
||||
.top-ALIAS- () when (isnumber(@topbordersize-ALIAS-)) {
|
||||
border-top: @topbordersize-ALIAS- + 0px;
|
||||
border-top-color:@topbordercolor-ALIAS-;
|
||||
border-top-style:@topbordertype-ALIAS-;
|
||||
}
|
||||
|
||||
.bottom-ALIAS- () when (isnumber(@bottombordersize-ALIAS-)) {
|
||||
border-bottom: @bottombordersize-ALIAS- + 0px;
|
||||
border-bottom-color:@bottombordercolor-ALIAS-;
|
||||
border-bottom-style:@bottombordertype-ALIAS-;
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.all-ALIAS-;
|
||||
.left-ALIAS-;
|
||||
.right-ALIAS-;
|
||||
.top-ALIAS-;
|
||||
.bottom-ALIAS-;
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* color -ALIAS- -CSS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@color-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
-SCHEMA- {
|
||||
-CSS-:@color-ALIAS-;
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
@@ -0,0 +1,34 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* font family -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@fontfamily-ALIAS-:'';
|
||||
@fontweight-ALIAS-:'';
|
||||
@fontstyle-ALIAS-:'';
|
||||
@fonttype-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-fontfamilystyle--ALIAS-***/
|
||||
|
||||
.fontfamily-ALIAS- () when not (@fontfamily-ALIAS- = '') {
|
||||
font-family:@fontfamily-ALIAS-;
|
||||
}
|
||||
|
||||
.fontweight-ALIAS- () when not (@fontweight-ALIAS- = '') {
|
||||
font-weight:@fontweight-ALIAS-;
|
||||
}
|
||||
|
||||
.fontstyle-ALIAS- () when not (@fontstyle-ALIAS- = '') {
|
||||
font-style:@fontstyle-ALIAS-;
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.fontfamily-ALIAS-;
|
||||
.fontweight-ALIAS-;
|
||||
.fontstyle-ALIAS-;
|
||||
}
|
||||
/***end-fontfamilystyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* grid row -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@fullsize-ALIAS-:false;
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-gridStyle--ALIAS-***/
|
||||
|
||||
.fullusky-container-ALIAS- () when (@fullsize-ALIAS- = true) {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.fullusky-grid-cell-ALIAS- () when (@fullsize-ALIAS- = true) {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.fullcolumn-ALIAS- () when (@fullsize-ALIAS- = true) {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
-SCHEMA- .container {
|
||||
.fullusky-container-ALIAS-
|
||||
}
|
||||
|
||||
-SCHEMA- .usky-grid-cell {
|
||||
.fullusky-grid-cell-ALIAS-
|
||||
}
|
||||
|
||||
-SCHEMA- .column {
|
||||
.fullcolumn-ALIAS-
|
||||
}
|
||||
|
||||
/***end-gridStyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,96 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* wide -ALIAS- -CSS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@layout-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.box1200-ALIAS- () when (@layout-ALIAS- = box) {
|
||||
width: 1140px;
|
||||
}
|
||||
|
||||
.box992-ALIAS- () when (@layout-ALIAS- = box) {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
.box768-ALIAS- () when (@layout-ALIAS- = box) {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.boxFull-ALIAS- () when (@layout-ALIAS- = box) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wide1200-ALIAS- () when (@layout-ALIAS- = wide) {
|
||||
width: 1140px;
|
||||
}
|
||||
|
||||
.wide992-ALIAS- () when (@layout-ALIAS- = wide) {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
.wide768-ALIAS- () when (@layout-ALIAS- = wide) {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.wideFull-ALIAS- () when (@layout-ALIAS- = wide) {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.fullFull-ALIAS- () when (@layout-ALIAS- = full) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
-SCHEMACONTAINER- {
|
||||
.wide768-ALIAS-;
|
||||
.boxFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
-SCHEMACONTAINER- {
|
||||
.wide992-ALIAS-;
|
||||
.boxFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
-SCHEMACONTAINER- {
|
||||
.wide1200-ALIAS-;
|
||||
.boxFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
-SCHEMA- {
|
||||
.box768-ALIAS-;
|
||||
.wideFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
-SCHEMA- {
|
||||
.box992-ALIAS-;
|
||||
.wideFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
-SCHEMA- {
|
||||
.box1200-ALIAS-;
|
||||
.wideFull-ALIAS-;
|
||||
.fullFull-ALIAS-;
|
||||
}
|
||||
}
|
||||
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
@@ -0,0 +1,45 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* margin -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@marginvalue-ALIAS-:'';
|
||||
@leftmarginvalue-ALIAS-:'';
|
||||
@rightmarginvalue-ALIAS-:'';
|
||||
@topmarginvalue-ALIAS-:'';
|
||||
@bottommarginvalue-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.all-ALIAS- () when (isnumber(@marginvalue-ALIAS-)) {
|
||||
margin: @marginvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.left-ALIAS- () when (isnumber(@leftmarginvalue-ALIAS-)) {
|
||||
margin-left: @leftmarginvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.right-ALIAS- () when (isnumber(@rightmarginvalue-ALIAS-)) {
|
||||
margin-right: @rightmarginvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.top-ALIAS- () when (isnumber(@topmarginvalue-ALIAS-)) {
|
||||
margin-top: @topmarginvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.bottom-ALIAS- () when (isnumber(@bottommarginvalue-ALIAS-)) {
|
||||
margin-bottom: @bottommarginvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.all-ALIAS-;
|
||||
.left-ALIAS-;
|
||||
.right-ALIAS-;
|
||||
.top-ALIAS-;
|
||||
.bottom-ALIAS-;
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* padding -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@paddingvalue-ALIAS-:'';
|
||||
@leftpaddingvalue-ALIAS-:'';
|
||||
@rightpaddingvalue-ALIAS-:'';
|
||||
@toppaddingvalue-ALIAS-:'';
|
||||
@bottompaddingvalue-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.all-ALIAS- () when (isnumber(@paddingvalue-ALIAS-)) {
|
||||
padding: @paddingvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.left-ALIAS- () when (isnumber(@leftpaddingvalue-ALIAS-)) {
|
||||
padding-left: @leftpaddingvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.right-ALIAS- () when (isnumber(@rightpaddingvalue-ALIAS-)) {
|
||||
padding-right: @rightpaddingvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.top-ALIAS- () when (isnumber(@toppaddingvalue-ALIAS-)) {
|
||||
padding-top: @toppaddingvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.bottom-ALIAS- () when (isnumber(@bottompaddingvalue-ALIAS-)) {
|
||||
padding-bottom: @bottompaddingvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.all-ALIAS-;
|
||||
.left-ALIAS-;
|
||||
.right-ALIAS-;
|
||||
.top-ALIAS-;
|
||||
.bottom-ALIAS-;
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* radius -ALIAS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@radiusvalue-ALIAS-:'';
|
||||
@topleftradiusvalue-ALIAS-:'';
|
||||
@toprightradiusvalue-ALIAS-:'';
|
||||
@bottomleftradiusvalue-ALIAS-:'';
|
||||
@bottomrightradiusvalue-ALIAS-:'';
|
||||
|
||||
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.allzero-ALIAS- () when (isnumber(@radiusvalue-ALIAS-)) {
|
||||
-webkit-border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.all-ALIAS- () when (isnumber(@radiusvalue-ALIAS-)) and (@radiusvalue-ALIAS- > 0) {
|
||||
-webkit-border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
border-radius: @radiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.topleft-ALIAS- () when (isnumber(@topleftradiusvalue-ALIAS-)) {
|
||||
-webkit-border-top-left-radius: @topleftradiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius-topleft: @topleftradiusvalue-ALIAS- + 0px;
|
||||
border-top-left-radius: @topleftradiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.topright-ALIAS- () when (isnumber(@toprightradiusvalue-ALIAS-)) {
|
||||
-webkit-border-top-right-radius: @toprightradiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius-topright: @toprightradiusvalue-ALIAS- + 0px;
|
||||
border-top-right-radius: @toprightradiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.bottomleft-ALIAS- () when (isnumber(@bottomleftradiusvalue-ALIAS-)) {
|
||||
-webkit-border-bottom-left-radius: @bottomleftradiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius-bottomleft: @bottomleftradiusvalue-ALIAS- + 0px;
|
||||
border-bottom-left-radius: @bottomleftradiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
.bottomright-ALIAS- () when (isnumber(@bottomrightradiusvalue-ALIAS-)) {
|
||||
-webkit-border-bottom-right-radius: @bottomrightradiusvalue-ALIAS- + 0px;
|
||||
-moz-border-radius-bottomright: @bottomrightradiusvalue-ALIAS- + 0px;
|
||||
border-bottom-right-radius: @bottomrightradiusvalue-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
|
||||
-SCHEMA- {
|
||||
.allzero-ALIAS-;
|
||||
.topleft-ALIAS-;
|
||||
.topright-ALIAS-;
|
||||
.bottomleft-ALIAS-;
|
||||
.bottomright-ALIAS-;
|
||||
.all-ALIAS-;
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* shadow -ALIAS- -CSS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@shadow-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.valueshadow-ALIAS- () when (isnumber(@shadow-ALIAS-)) {
|
||||
-webkit-box-shadow: 0 0 @shadow-ALIAS- + 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 0 @shadow-ALIAS- + 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 0 @shadow-ALIAS- + 0px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.valueshadow-ALIAS-
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
/************************************************************************/
|
||||
/* slider -ALIAS- -CSS- */
|
||||
/************************************************************************/
|
||||
|
||||
/***start-lessParam--ALIAS-***/
|
||||
@slider-ALIAS-:'';
|
||||
/***end-lessParam--ALIAS-***/
|
||||
|
||||
/***start-lessStyle--ALIAS-***/
|
||||
|
||||
.valueslider-ALIAS- () when (isnumber(@slider-ALIAS-)) {
|
||||
-CSS-:@slider-ALIAS- + 0px;
|
||||
}
|
||||
|
||||
-SCHEMA- {
|
||||
.valueslider-ALIAS-
|
||||
}
|
||||
/***end-lessStyle--ALIAS-***/
|
||||
Reference in New Issue
Block a user