87 lines
1.1 KiB
CSS
87 lines
1.1 KiB
CSS
#body_div {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
.layout_wrapper {
|
|
padding: 20px;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
footer {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
header .topbar .container {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
.web-head-section {
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
|
|
min-width: 180px;
|
|
}
|
|
|
|
.web-main-section {
|
|
width: 65%;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.web-side-section {
|
|
width: 30%;
|
|
float: right;
|
|
margin-bottom: 20px;
|
|
margin-right: 15px;
|
|
color: #606060;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
footer {
|
|
color: #777;
|
|
}
|
|
|
|
.web-footer {
|
|
color: inherit;
|
|
text-align: center;
|
|
margin: 10px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
.web-footer div, .web-footer a {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.web-footer-menu {
|
|
margin-bottom: 7px;
|
|
}
|
|
footer a, footer a:visited {
|
|
color: #777;
|
|
}
|
|
|
|
footer a:hover {
|
|
background-color: #777;
|
|
color: #fff;
|
|
}
|
|
|
|
.web-footer-menu ul {
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.web-footer-menu ul li {
|
|
display: inline;
|
|
padding: 2px 15px;
|
|
border-right: 1px solid #999;
|
|
}
|
|
|
|
.web-footer-menu ul li:last-child {
|
|
border-right: 0px solid #777 !important;
|
|
} |