You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
197 lines
2.9 KiB
197 lines
2.9 KiB
.ub
|
|
{
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -webkit-flex;
|
|
display: -moz-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
position:relative;
|
|
}
|
|
|
|
.ub-rev
|
|
{
|
|
-webkit-box-direction:reverse;
|
|
-moz-box-direction:reverse;
|
|
-ms-box-direction:reverse;
|
|
-o-box-direction:reverse;
|
|
box-direction:reverse;
|
|
}
|
|
|
|
.ub-fh
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
.ub-fv
|
|
{
|
|
height:100%;
|
|
}
|
|
|
|
.ub-con
|
|
{
|
|
position:absolute;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.ub-ac
|
|
{
|
|
-webkit-box-align:center;
|
|
-moz-box-align:center;
|
|
-ms-box-align:center;
|
|
-o-box-align:center;
|
|
box-align:center;
|
|
}
|
|
.ub-ae
|
|
{
|
|
-webkit-box-align:end;
|
|
-moz-box-align:end;
|
|
-ms-box-align:end;
|
|
-o-box-align:end;
|
|
box-align:end;
|
|
}
|
|
|
|
.ub-pc
|
|
{
|
|
-webkit-box-pack:center;
|
|
-moz-box-pack:center;
|
|
-ms-box-pack:center;
|
|
-o-box-pack:center;
|
|
box-pack:center;
|
|
}
|
|
.ub-pe
|
|
{
|
|
-webkit-box-pack:end;
|
|
-moz-box-pack:end;
|
|
-ms-box-pack:end;
|
|
-o-box-pack:end;
|
|
box-pack:end;
|
|
}
|
|
.ub-pj
|
|
{
|
|
-webkit-box-pack:justify;
|
|
-moz-box-pack:justify;
|
|
-ms-box-pack:justify;
|
|
-o-box-pack:justify;
|
|
box-pack:justify;
|
|
}
|
|
|
|
.ub-ver
|
|
{
|
|
-webkit-box-orient:vertical;
|
|
-moz-box-orient:vertical;
|
|
-ms-box-orient:vertical;
|
|
-o-box-orient:vertical;
|
|
box-orient:vertical;
|
|
}
|
|
|
|
.ub-f1
|
|
{
|
|
position:relative;
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-box-flex: 1;
|
|
-o-box-flex: 1;
|
|
box-flex: 1;
|
|
}
|
|
|
|
.ub-f2
|
|
{
|
|
position:relative;
|
|
-webkit-box-flex: 2;
|
|
-moz-box-flex: 2;
|
|
-ms-box-flex: 2;
|
|
-o-box-flex: 2;
|
|
box-flex: 2;
|
|
}
|
|
|
|
.ub-f3
|
|
{
|
|
position:relative;
|
|
-webkit-box-flex: 3;
|
|
-moz-box-flex: 3;
|
|
-ms-box-flex: 3;
|
|
-o-box-flex: 3;
|
|
box-flex: 3;
|
|
}
|
|
|
|
.ub-f4
|
|
{
|
|
position:relative;
|
|
-webkit-box-flex: 4;
|
|
-moz-box-flex: 4;
|
|
-ms-box-flex: 4;
|
|
-o-box-flex: 4;
|
|
box-flex: 4;
|
|
}
|
|
|
|
.ub-img
|
|
{
|
|
-webkit-background-size:contain;
|
|
-moz-background-size:contain;
|
|
-ms-background-size:contain;
|
|
-o-background-size:contain;
|
|
background-size:contain;
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
|
|
.ub-img1
|
|
{
|
|
-webkit-background-size:cover;
|
|
-moz-background-size:cover;
|
|
-ms-background-size:cover;
|
|
-o-background-size:cover;
|
|
background-size:cover;
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
.ub-img2
|
|
{
|
|
background-repeat:repeat-x;
|
|
background-size:auto 100%
|
|
}
|
|
.ub-img3
|
|
{
|
|
background-repeat:repeat-y;
|
|
background-size:100% auto
|
|
}
|
|
|
|
.ub-img4
|
|
{
|
|
-webkit-background-size:100% auto;
|
|
-moz-background-size:100% auto;
|
|
-ms-background-size:100% auto;
|
|
-o-background-size:100% auto;
|
|
background-size:100% auto;
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
.ub-img5
|
|
{
|
|
-webkit-background-size:auto 100%;
|
|
-moz-background-size:auto 100%;
|
|
-ms-background-size:auto 100%;
|
|
-o-background-size:auto 100%;
|
|
background-size:auto 100%;
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
|
|
.ub-img6
|
|
{
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
.ub-img7
|
|
{
|
|
-webkit-background-size:100% 100%;
|
|
-moz-background-size:100% 100%;
|
|
-ms-background-size:100% 100%;
|
|
-o-background-size:100% 100%;
|
|
background-size:100% 100%;
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
}
|
|
|
|
|