css.bootswatch.css Maven / Gradle / Ivy
Go to download
Reflow is an Apache Maven site skin built on Twitter Bootstrap.
It allows various structural and stylistic customizations to create
a modern-looking Maven-generated website. Requires Reflow Velocity Tools.
body {
padding-top: 80px;
padding-bottom: 20px;
}
.navbar a > i {
opacity: 0.5;
}
.navbar a:hover > i {
opacity: 1;
}
.subhead {
padding-bottom: 0;
margin-bottom: 9px;
}
.subhead h1 {
font-size: 54px;
}
@media (max-width: 480px) {
.modal {
position: fixed !important;
top: 25% !important;
}
}
@media (max-width: 767px) {
body {
padding-top: 0;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.thumbnail p {
font-size: 12px;
}
.thumbnail .btn {
padding: 8px 12px;
font-size: 12px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
}