diff options
author | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
---|---|---|
committer | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
commit | 524cfb091d7d3993f81091f0cba9e194951a17a6 (patch) | |
tree | 54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/css/style.css | |
parent | 6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff) | |
download | pelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz |
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/css/style.css')
-rw-r--r-- | pelican-bootstrap3/static/css/style.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/pelican-bootstrap3/static/css/style.css b/pelican-bootstrap3/static/css/style.css index ef22cb9..f9e65fa 100644 --- a/pelican-bootstrap3/static/css/style.css +++ b/pelican-bootstrap3/static/css/style.css @@ -42,6 +42,13 @@ body { font-size: 6pt; } +#aboutme { + padding-top: 0px; + padding-bottom: 5px; + -ms-word-break: normal; + word-break: normal; +} + #sidebar { padding-top: 0px; -ms-word-break: break-all; @@ -91,6 +98,12 @@ a, a:hover { margin-bottom: 2px; } +.summary img { + max-width: 100%; + height: auto; +} + + .floatright, .align-right { float: right; } @@ -157,3 +170,54 @@ figure.floatcenter, .align-center { .tagcloud li { padding: 0px; } + +#banner { + background-repeat: no-repeat; + background-position: top center; + background-attachment: scroll; + background-size: cover; + background-color: #C4C4C4; + margin: 0 0 20px; + padding: 70px 0; /*controls padding around inner text*/ + position: relative; +} + +#banner .copy { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); + display: inline; + float: left; + max-width: 600px; + padding: 20px; + position: relative; + z-index: 1; +} + +#banner h1 { + color: #fff; + font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 60px; + font-stretch: condensed; + font-weight: 700; + line-height: 0.9; + margin: 0; + text-transform: uppercase; +} +#banner .intro { + color: #fff; + font-size: 21px; + line-height: 1.33; + opacity: 0.75; +} +#banner .btn, #banner .intro { + margin-left: 4px; +} + +/* Solutions for mobile and small screens */ +@media (max-width: 650px) { + #banner h1{ + font-size: 30px; /* !important;*/ + } + #banner .intro{ + font-size: 16px; + } +} |