welsonjs/app/assets/css/style.css
2020-06-29 01:37:15 +09:00

185 lines
3.3 KiB
CSS

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
width: 100%;
height: 100%;
font-size: 1em;
font-family: "맑은 고딕",, "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
}
input.text {
font-size: 1em;
font-family: "맑은 고딕",, "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
}
#app {
width: 100%;
height: 100%;
overflow: hidden;
background: url(../img/bg.png) repeat-x;
}
#aside {
float: left;
width: 30%;
height: 100%;
background-color: #333333;
font-size: 0.8em;
}
#aside .searchbox {
position: relative;
height: 35px;
background: #1d1d1d url(../img/search-3-16.png) no-repeat 10px 10px;
}
#aside .searchbox input.text {
left: 32px;
position: absolute;
height: 100%;
background: none;
border: none;
color: #505050;
}
#aside .serverbox ul li {
border-top: 1px solid #2a2c2b;
border-bottom: 1px solid #343635;
background-color: #27282a;
color: #fff;
}
#aside .serverbox ul li a {
display: block;
text-decoration: none;
color: #fff;
}
#aside .serverbox ul li span {
display: block;
padding: 10px;
text-align: center;
}
#aside .serverbox ul li span img {
vertical-align: middle;
}
#aside .serverbox ul.sub li {
background-color: #3b3c3e;
}
#aside .serverbox ul.sub li span {
padding-left: 30px;
text-align: left;
}
#content {
float: right;
width: 70%;
height: 100%;
background: url(../img/World-Map-PNG-Picture.png) no-repeat center 50px;
}
#content .logobox {
margin: 50px 0;
text-align: center;
}
#content .loginbox {
text-align: center;
}
#content .loginbox label {
display: none;
}
#content .loginbox ul li {
margin: 8px 0;
}
#content .loginbox ul li input.text {
width: 200px;
border: 1px solid #888;
border-radius: 8px;
padding: 5px 10px;
}
#content .loginbox button.submit {
border: 0;
background: none;
background-color: #43a747;
color: #fff;
font-weight: bold;
padding: 10px 20px;
border-radius: 8px;
font-size: 1em;
cursor: pointer;
}
#content .loginbox .box2 {
margin-top: 30px;
}
#content .statusbox {
width: 360px;
margin: 60px auto;
}
#content .statusbox ul li {
float: left;
width: 180px;
margin: 10px 0;
}
#content .statusbox ul li dl dt {
color: #616686;
display: inline;
}
#content .statusbox ul li dl dd {
display: inline;
}