aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/static/css/style.css')
-rw-r--r--pelican-bootstrap3/static/css/style.css64
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;
+ }
+}