beets/beets.css
2012-08-01 11:51:13 -07:00

100 lines
1.6 KiB
CSS

#header {
margin-top: 10px;
}
#header.leader {
margin-top: 20px;
height: 7em;
}
.fixed-header {
display: none;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#header.leader {
height: auto;
margin-bottom: 10px;
}
.rotating-header {
display: none;
}
.fixed-header {
display: block;
}
}
.flair {
margin-top: 1em;
text-align: center;
}
#sidebar h3 a {
color: inherit;
}
#sidebar h3 a:hover {
text-decoration: none;
}
li {
color: inherit;
}
ul, ol {
margin-bottom: 1em;
}
.screen p:first-of-type {
margin-top: 1em;
}
.newslist {
margin-bottom: 0;
}
.newslist, .newslist li {
margin-left: 0;
padding-left: 0;
list-style: none;
}
.newslist li {
margin-bottom: 0.5em;
}
.newslist .date {
font-weight: bold;
font-size: small;
display: block;
color: #999;
}
/* Responsive video embed.
* http://amobil.se/2011/11/responsive-embeds/
*/
.embed {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Undo Bootstrap's form styling for donate buttons. */
#donate input[type=image] {
width: auto;
height: auto;
-webkit-appearance: none;
border: none;
background: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
#donate input[type=text] {
width: 5em;
}