You've already forked mkey
mirror of
https://github.com/nh-server/mkey.git
synced 2026-04-30 11:25:12 -07:00
118 lines
1.8 KiB
CSS
118 lines
1.8 KiB
CSS
body {
|
|
font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
|
|
color: #d2dcef;
|
|
line-height: 1.2;
|
|
width: 100%;
|
|
margin: auto;
|
|
background: #2E3440 !important;
|
|
}
|
|
.container{
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
}
|
|
.container-flex{
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header {
|
|
background: #434c5e;
|
|
width: 100%;
|
|
top: 0;
|
|
position: fixed;
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
}
|
|
.logo {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
}
|
|
.badge {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
padding-top: 10px;
|
|
}
|
|
.content {
|
|
margin-top: 100px;
|
|
margin-bottom: 75px;
|
|
}
|
|
.content-index {
|
|
margin-top: 0px;
|
|
}
|
|
.nav a {
|
|
color: #d2dcef;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
}
|
|
.nav li {
|
|
list-style: none;
|
|
float: left;
|
|
margin-left: 15px;
|
|
padding-top: 15px;
|
|
}
|
|
.nav {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
}
|
|
.nav2 a {
|
|
color: #d2dcef;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
}
|
|
.nav2 li {
|
|
list-style: none;
|
|
float: left;
|
|
margin-left: 15px;
|
|
}
|
|
.nav2 ul {
|
|
padding-left: 0px;
|
|
}
|
|
.nav2 {
|
|
float: right;
|
|
display: inline-flex;
|
|
}
|
|
.little{
|
|
font-size: 10px;
|
|
}
|
|
a {
|
|
color: #7694b8;
|
|
text-decoration: underline;
|
|
}
|
|
form {
|
|
display: table;
|
|
border-collapse: separate;
|
|
border-spacing: 0px 10px;
|
|
}
|
|
p {
|
|
display: table-row;
|
|
}
|
|
label {
|
|
display: table-cell;
|
|
padding-right:10px;
|
|
}
|
|
select {
|
|
display: table-cell;
|
|
margin-right:2px;
|
|
}
|
|
input {
|
|
display: table-cell;
|
|
margin-right:2px;
|
|
}
|
|
ul {
|
|
margin-top: 5px;
|
|
}
|
|
input[type="text"] {
|
|
width: 127px;
|
|
}
|
|
input[type="checkbox"] {
|
|
height: 10px;
|
|
width: 10px;
|
|
vertical-align: middle;
|
|
margin-top: -1px;
|
|
} |