Pony.fm/public/styles/body.less

169 lines
2.1 KiB
Text
Raw Normal View History

2013-08-13 07:11:14 +02:00
@import-once 'variables';
@import-once 'base/bootstrap/bootstrap';
a {
color: #C2889C;
&:hover {
text-decoration: none;
}
}
2013-08-13 07:11:14 +02:00
.site-content{
.box-sizing(border-box);
padding: 10px;
h1 {
margin: 0px;
margin-bottom: 5px;
font-size: 15pt;
2013-08-21 04:40:11 +02:00
color: #C2889C;
2013-08-13 07:11:14 +02:00
line-height: normal;
overflow: hidden;
font-weight: normal;
2013-08-23 02:48:40 +02:00
}
}
.about-page {
h2 {
margin: 0px;
margin-bottom: 5px;
font-size: 13pt;
color: #C2889C;
line-height: normal;
overflow: hidden;
font-weight: normal;
}
}
.welcome {
padding: 5px;
margin-bottom: 10px;
background: lighten(@pfm-purple, 30%);
}
2013-08-23 02:48:40 +02:00
.revealable {
font-size: 10pt;
color: #222;
position: relative;
overflow: hidden;
padding: 0px;
margin: 0px;
h2 {
}
.reveal {
#gradient>.vertical(rgba(255,255,255,0), rgba(255,255,255,1));
.box-sizing(border-box);
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 400;
border: 2px solid #fff;
cursor: pointer;
&:hover {
border: 2px solid @blue;
}
2013-08-13 07:11:14 +02:00
a {
2013-08-23 02:48:40 +02:00
.box-sizing(border-box);
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background: #eee;
padding: 3px;
z-index: 500;
text-decoration: none;
2013-08-13 07:11:14 +02:00
font-size: 10pt;
2013-08-23 02:48:40 +02:00
}
}
}
.details-columns {
.left {
margin-right: 310px;
margin-left: 5px;
}
.right {
float: right;
width: 290px;
height: 100%;
padding-right: 10px;
img.cover {
.img-polaroid();
padding: 2px;
}
.stats {
list-style: none;
padding: 0px;
margin: 0px;
font-size: 9pt;
color: #555;
2013-08-13 07:11:14 +02:00
2013-08-23 02:48:40 +02:00
li {
padding: 5px 0px;
margin: 0px;
border-bottom: 1px solid #ddd;
strong {
color: #111;
}
2013-08-13 07:11:14 +02:00
}
}
}
}
2013-08-23 02:48:40 +02:00
.comments {
form {
margin: 0px;
margin-bottom: 10px;
.form-row {
margin: 0px;
}
input[type=text] {
margin: 0px;
padding: 5px;
}
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
li {
line-height: normal;
padding: 5px 0px;
margin: 0px;
overflow: hidden;
img {
.img-polaroid();
float: left;
padding: 1px;
height: 32px;
width: 32px;
}
.meta {
font-size: 8pt;
padding: 5px 0px;
}
.content {
margin-left: 42px;
}
}
}
}