mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
55 lines
1.0 KiB
CSS
55 lines
1.0 KiB
CSS
/*
|
|
* @Author: prpr
|
|
* @Date: 2016-02-03 17:11:53
|
|
* @Last Modified by: prpr
|
|
* @Last Modified time: 2016-02-04 22:50:43
|
|
*/
|
|
.pure-form > *, .pure-button {
|
|
width: 100%;
|
|
margin: 10px 0 !important;
|
|
}
|
|
.container {
|
|
margin: 0 auto;
|
|
position: relative !important;
|
|
}
|
|
@media screen and (min-width: 48em) {
|
|
.container {
|
|
width: 85%;
|
|
}
|
|
}
|
|
body {
|
|
color: #444;
|
|
}
|
|
|
|
.home-menu-blur {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -100;
|
|
}
|
|
.home-menu-wrp {
|
|
height: 100%;
|
|
background-color: rgba(255,255,255,0.4);
|
|
}
|
|
.home-menu-bg {
|
|
background-image: url("../images/bg_stone.png");
|
|
background-repeat: repeat;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -1;
|
|
filter: blur(2px);
|
|
-webkit-filter: blur(2px);
|
|
-moz-filter: blur(2px);
|
|
-o-filter: blur(2px);
|
|
-ms-filter: blur(2px);
|
|
box-shadow: rgba(0,0,0,0.1) 0 1px 2px;
|
|
}
|
|
|
|
body {
|
|
background-image:
|
|
url("../images/bg_stone.png");
|
|
background-repeat: repeat;
|
|
}
|