File size: 2.15Kb
/*TEMPLATE by SHISUI aka BloodBoy aka Debian*/
/*http://vk.com/shisui14 */
body {
background: #595959;
margin: 0 auto;
color: #fff;
line-height: 21px;
font-size: 14px;
max-width: 900px;
font-family: 'Lato', sans-serif;
}
p {
margin-top: 2px;
margin-bottom: 0px;
}
a {
color: #a1a8b4;
text-decoration: none;
}
img {
vertical-align: -3px;
border: 0px;
}
.left {
float: left;
width: 30%;
}
.right {
float: right;
width: 69%;
}
.head {
background: #ef6565;
color: #fff;
font: 16px Oswald;
display: block;
}
.head a {
background: #ef6565;
padding: 10px 12px;
text-align: center;
color: #ffffff;
display: inline-block;
}
.head a:hover {
background: #dc5d5d;
transition: 0.3s;
}
.button {
background: #ef6565;
padding: 7px 10px;
margin-top: 10px;
color: #fff;
display: inline-block;
}
.user {
background: #2287d8;
padding: 10px;
color: #fff;
display: block;
}
.menu-page {
background: #494949;
padding: 10px;
overflow: hidden;
}
.title {
background: #ef6565;
padding: 10px 12px;
text-transform: uppercase;
color: #ffffff;
display: block;
overflow: hidden;
position: sticky;
font-size: 12px;
font-weight: 700;
}
.link {
background: #595959;
padding: 10px;
color: #d9d9d9;
border-top: 1px solid #494949;
display: block;
margin-top: -1px;
}
.content {
margin-top: 15px;
}
.count {
background: #484848;
height: 21px;
padding: 0 10px;
color: #fff;
border-radius: 10px;
float: right;
font-size: 11px;
display: inline-block;
}
.foot {
background: #494949;
padding: 10px;
color: #adadad;
font: 14px Oswald;
display: block;
}
.text {
color: #ffffff;
font-weight: 700;
}
.fcount {
float: right;
font-size: 12px;
}
.pull-right {
float: right;
}
.media-object {
width: 40px;
height: 40px;
float: left;
border: 2px solid #ef6565;
border-radius: 5px;
margin-right: 10px;
}
.media-body {
margin-left: 10px;
margin-top: -3px;
margin-bottom: 0;
overflow: hidden;
}