mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
37 lines
778 B
CSS
37 lines
778 B
CSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-02-04 16:47:54
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-03-19 12:06:51
|
|
*/
|
|
|
|
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
|
|
body, .ply-layer {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
.main-header .logo .logo-lg {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
input {
|
|
width: 100%;
|
|
margin: 10px 0 20px;
|
|
}
|
|
input[type=checkbox] {
|
|
width: initial;
|
|
margin: 0;
|
|
margin: 0 5px 0 5px;
|
|
}
|
|
label {
|
|
display: block;
|
|
margin: 6px 0;
|
|
}
|
|
.key {
|
|
vertical-align: middle !important;
|
|
}
|
|
.value > input {
|
|
margin: 0 !important;
|
|
}
|
|
td[class='key'], td[class='value'] {
|
|
border-top: 0 !important;
|
|
}
|