Je kunt niet meer dan 25 onderwerpen selecteren
Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
79 regels
1.1 KiB
79 regels
1.1 KiB
.me-menu {
|
|
position: fixed;
|
|
top: 60px;
|
|
left: 20px;
|
|
width: 260px;
|
|
height: 100%;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.me-menu p {
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
color: #555;
|
|
margin: 0;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.me-menu .active {
|
|
color: #3CBEF8 !important
|
|
}
|
|
|
|
.me-menu p a {
|
|
margin-left: 5px;
|
|
color: #555;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.me-menu .active span {
|
|
display: inline-block;
|
|
height: 100%;
|
|
width: 2px;
|
|
background-color: #3CBEF8;
|
|
}
|
|
|
|
.me-menu .active a {
|
|
color: #3CBEF8;
|
|
vertical-align: top;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.me-blog-root {
|
|
height: 100%;
|
|
margin: 50px 4% 0 0;
|
|
}
|
|
|
|
.me-blog-list {
|
|
margin-left: 300px;
|
|
}
|
|
|
|
.me-blog-list p {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 0;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.me-footer{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 110px;
|
|
padding: 0 4%;
|
|
}
|
|
|
|
.me-blog-footer{
|
|
height: 110px;
|
|
padding: 0 4%;
|
|
margin-left: 290px;
|
|
}
|
|
.info-header{
|
|
flex: 1;
|
|
}
|
|
.info-header span{
|
|
margin-right: 6px;
|
|
}
|