diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 66 |
1 files changed, 28 insertions, 38 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index b2204dca..a0645198 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -2,10 +2,6 @@ body { padding-bottom: 20px; } -.navbar .nav > li > a { - color: #ccc; -} - .nav i { opacity: 0.5; } @@ -17,12 +13,12 @@ body { .tooltip-inner { max-width: 500px; } - + .alert a { font-weight: bold; text-decoration: underline; } - + .alert p { margin: 0; } @@ -30,13 +26,8 @@ body { .hero-unit { margin-top: 60px; margin-bottom: 60px; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); } -.hero-unit, .thumbnail { - background-color: #e3e3e3; -} - .hero-unit h1, .hero-unit p { text-align: center; margin-bottom: 15px; @@ -45,11 +36,11 @@ body { #social { margin-top: 45px; } - + .twitter-follow-button { width: 160px !important; } - + .rss-button { width: 40px; height: 14px; @@ -69,26 +60,26 @@ body { .icon-envelope { opacity: .65; } - + .about { margin-top: 20px; } - + .about h3 { margin: 0 0 5px 35px; } - + .about img { float: left; - opacity: 0.8; + opacity: 0.6; } - + #gallery { margin: 45px 0 30px 0; padding-right: 20px; text-align: center; } - + .thumbnail img { max-width: 100%; -webkit-border-radius: 7px; @@ -98,7 +89,7 @@ body { .thumbnail .label { vertical-align: top; -} +} .thumbnail p { max-width: 352px; @@ -126,37 +117,37 @@ body { /* Landscape phones and down */ @media (max-width: 480px) { - + body, .navbar { margin: 0; } - + body { padding: 0; } - + .container { padding: 20px; } - + .span4 { width: 100%; } - + .hero-unit { padding: 40px 20px 80px; margin-bottom: 20px; } - + .hero-unit h1 { font-size: 36px; } - + .hero-unit p { font-size: 13px; line-height: 20px; } - + #social { margin-top: 0px; margin-bottom: 40px; @@ -165,25 +156,25 @@ body { .about { margin-top: -10px; } - + .about h3 { margin-top: 20px; } - + } - + /* Landscape phone to portrait tablet */ @media (max-width: 767px) { - + .hero-unit { margin-top: 0; padding-bottom: 80px; } } - + /* Portrait tablet to landscape and desktop */ -@media (min-width: 768px) and (max-width: 980px) { +@media (min-width: 768px) and (max-width: 980px) { .hero-unit { margin-top: 0; @@ -192,12 +183,11 @@ body { .thumbnail .btn { font-size: 11px; } - + } - + /* Large desktop */ @media (min-width: 1200px) { - + } -
\ No newline at end of file |