99 lines
1.6 KiB
CSS
99 lines
1.6 KiB
CSS
body{background: #333333; line-height:1; font-family: arial;}
|
|
h1{font-size: 25px;}h2{font-size: 21px;}h3{font-size: 18px;}h4{font-size: 16px;}
|
|
table{border-collapse:collapse;border-spacing:0}
|
|
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
|
|
|
|
#pageContent {
|
|
margin:0;padding:0;border:0;outline:0
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
border: none;
|
|
}
|
|
|
|
#header {
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
main {
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
aside {
|
|
float: right;
|
|
width: 30%;
|
|
}
|
|
article {
|
|
border-bottom: 2px dotted #999;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
article h2 {
|
|
font-weight: normal;
|
|
margin-bottom: 12px;
|
|
}
|
|
article p {
|
|
|
|
}
|
|
main section {
|
|
|
|
}
|
|
footer {
|
|
background: #AEC6CF;
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
clear: both;
|
|
text-align: right;
|
|
}
|
|
footer p {
|
|
padding: 20px;
|
|
}
|
|
|
|
aside > div {
|
|
margin: 10px auto;
|
|
background: #AEC6CF;
|
|
min-height: 100px;
|
|
}
|
|
|
|
body > section {
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
padding: 30px 0px;
|
|
border-bottom: 1px solid #999;
|
|
color: #fff;
|
|
}
|
|
|
|
table.Input td, table.Input th {
|
|
border: 0px solid #AAAAAA;
|
|
padding: 2px 2px;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0px 0px 0px 10px
|
|
}
|
|
|
|
.inner {
|
|
overflow: auto;
|
|
word-wrap: break-word;
|
|
background-color: transparent;
|
|
width: 330px;
|
|
padding: 0px 0px 30px 0px
|
|
}
|
|
|
|
.strname {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.struser {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #0f0
|
|
}
|
|
.strviews{
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #f00
|
|
}
|
|
|