2012-02-01 12:32:33 +00:00
|
|
|
.layout_wrapper {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
h1 {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2012-02-17 06:36:33 +00:00
|
|
|
h2 {
|
|
|
|
margin-bottom: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
2012-02-08 04:53:16 +00:00
|
|
|
pre {
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-radius: 3px 3px 3px 3px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 19px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 6px 10px;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2012-01-25 13:18:46 +00:00
|
|
|
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
|
|
|
|
min-width: 180px;
|
|
|
|
}
|
|
|
|
|
2012-02-20 07:05:23 +00:00
|
|
|
.web-head-section {
|
|
|
|
margin-bottom: 20px
|
|
|
|
}
|
|
|
|
|
2012-01-25 09:36:28 +00:00
|
|
|
.web-main-section {
|
|
|
|
width: 65%;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-side-section {
|
|
|
|
width: 30%;
|
|
|
|
float: right;
|
|
|
|
margin-bottom: 20px;
|
2012-01-27 06:47:09 +00:00
|
|
|
margin-right: 15px;
|
|
|
|
color: #606060;
|
|
|
|
overflow-x: hidden;
|
2012-01-31 12:31:16 +00:00
|
|
|
}
|
|
|
|
|
2012-02-08 07:03:13 +00:00
|
|
|
.web-page-status {
|
|
|
|
padding: 7px;
|
|
|
|
color: #777;
|
|
|
|
clear: both;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-page-status a,
|
|
|
|
.web-page-status a:hover,
|
|
|
|
.web-page-status a:visited {
|
|
|
|
padding: 2px;
|
|
|
|
background-color: #777;
|
|
|
|
color: #FFF;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-page-status a:hover {
|
|
|
|
background-color: #444;
|
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
footer {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2012-01-31 12:31:16 +00:00
|
|
|
.web-footer {
|
2012-02-02 08:12:28 +00:00
|
|
|
color: inherit;
|
2012-01-31 12:31:16 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 10px;
|
|
|
|
line-height: 1.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-footer div, .web-footer a {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-footer-menu {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
2012-02-02 08:12:28 +00:00
|
|
|
footer a, footer a:visited {
|
2012-01-31 12:31:16 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
footer a:hover {
|
2012-01-31 12:31:16 +00:00
|
|
|
background-color: #777;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-footer-menu ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px;
|
2012-02-07 09:27:49 +00:00
|
|
|
padding: 0px;
|
2012-01-31 12:31:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.web-footer-menu ul li {
|
|
|
|
display: inline;
|
|
|
|
padding: 2px 15px;
|
|
|
|
border-right: 1px solid #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.web-footer-menu ul li:last-child {
|
2012-02-02 08:12:28 +00:00
|
|
|
border-right: 0px solid #777 !important;
|
2012-01-25 05:07:35 +00:00
|
|
|
}
|