|
@@ -642,7 +642,7 @@ ul.share li:hover i {
|
|
}
|
|
}
|
|
|
|
|
|
/*************************************************
|
|
/*************************************************
|
|
- * Blog Articles
|
|
|
|
|
|
+ * Page content style
|
|
**************************************************/
|
|
**************************************************/
|
|
|
|
|
|
article {
|
|
article {
|
|
@@ -652,12 +652,45 @@ article {
|
|
|
|
|
|
.article-container {
|
|
.article-container {
|
|
max-width: 760px;
|
|
max-width: 760px;
|
|
- padding: 1rem 20px 0 20px;
|
|
|
|
|
|
+ padding: 0 20px 0 20px;
|
|
margin: 0 auto 0 auto;
|
|
margin: 0 auto 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.split-header {
|
|
|
|
+ margin-bottom: 2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.split-header .share-box {
|
|
|
|
+ float: left;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.page-subtitle {
|
|
|
|
+ font-size: 1.15rem;
|
|
|
|
+ color: rgba(0,0,0,.54);
|
|
|
|
+ margin-bottom: 1rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.split-header .page-subtitle {
|
|
|
|
+ margin-bottom: 1.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.split-header-content {
|
|
|
|
+ max-width: 612px;
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding: 60px 60px 32px 0;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.split-header-image {
|
|
|
|
+ position: relative; /* Required for caption positioning */
|
|
|
|
+ clear: both;
|
|
|
|
+ max-width: 580px;
|
|
|
|
+}
|
|
|
|
+
|
|
.article-header {
|
|
.article-header {
|
|
- position: relative;
|
|
|
|
|
|
+ position: relative; /* Required for caption positioning */
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -700,12 +733,16 @@ article {
|
|
transition: color 0.6s ease;
|
|
transition: color 0.6s ease;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.text-muted {
|
|
|
|
+ color: rgba(0,0,0,0.54) !important; /* Override Bootstrap */
|
|
|
|
+}
|
|
|
|
+
|
|
.article-metadata {
|
|
.article-metadata {
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
letter-spacing: 0.03em;
|
|
letter-spacing: 0.03em;
|
|
- color: #888;
|
|
|
|
|
|
+ color: rgba(0,0,0,0.54);
|
|
}
|
|
}
|
|
|
|
|
|
/* For article page only, not lists. */
|
|
/* For article page only, not lists. */
|
|
@@ -841,13 +878,13 @@ article .article-metadata {
|
|
.pub-list-item .pub-authors {
|
|
.pub-list-item .pub-authors {
|
|
line-height: normal;
|
|
line-height: normal;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
- font-size: 1rem;
|
|
|
|
- color: #3170A5;
|
|
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
+ color: rgba(0,0,0,0.54);
|
|
}
|
|
}
|
|
|
|
|
|
.pub-list-item .pub-publication {
|
|
.pub-list-item .pub-publication {
|
|
- color: #090;
|
|
|
|
- font-size: 1rem;
|
|
|
|
|
|
+ color: rgba(0,0,0,0.54);
|
|
|
|
+ font-size: 0.9rem;
|
|
}
|
|
}
|
|
|
|
|
|
.pub-list-item .pub-links {
|
|
.pub-list-item .pub-links {
|
|
@@ -1029,7 +1066,7 @@ article .article-metadata {
|
|
}
|
|
}
|
|
|
|
|
|
.card .card-text p {
|
|
.card .card-text p {
|
|
- color: #999999;
|
|
|
|
|
|
+ color: rgba(0,0,0,0.54);
|
|
font-size: 0.75rem;
|
|
font-size: 0.75rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1126,7 +1163,7 @@ footer p {
|
|
|
|
|
|
.site-footer,
|
|
.site-footer,
|
|
footer a#back_to_top i {
|
|
footer a#back_to_top i {
|
|
- color: #899596;
|
|
|
|
|
|
+ color: rgba(0,0,0,0.54);
|
|
}
|
|
}
|
|
|
|
|
|
/**************************************************
|
|
/**************************************************
|
|
@@ -1237,18 +1274,18 @@ a.badge:hover {
|
|
|
|
|
|
.btn-toolbar .btn.btn-primary:hover,
|
|
.btn-toolbar .btn.btn-primary:hover,
|
|
.btn-toolbar .btn.btn-primary:focus {
|
|
.btn-toolbar .btn.btn-primary:focus {
|
|
- background-color: {{ .Get "primary_dark" }} !important;
|
|
|
|
|
|
+ background-color: {{ .Get "primary_light" }} !important;
|
|
}
|
|
}
|
|
|
|
|
|
.btn-toolbar .btn.btn-primary:active,
|
|
.btn-toolbar .btn.btn-primary:active,
|
|
.btn-toolbar .btn.btn-primary.active {
|
|
.btn-toolbar .btn.btn-primary.active {
|
|
- background-color: {{ .Get "primary_light" }} !important;
|
|
|
|
|
|
+ background-color: {{ .Get "primary_dark" }} !important;
|
|
}
|
|
}
|
|
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled):active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled):active:focus,
|
|
.show > .btn-primary.dropdown-toggle:focus {
|
|
.show > .btn-primary.dropdown-toggle:focus {
|
|
- box-shadow: 0 0 0 .2rem {{ .Get "primary_dark" }};
|
|
|
|
|
|
+ box-shadow: 0 0 0 .2rem {{ .Get "primary_light" }};
|
|
}
|
|
}
|
|
|
|
|
|
/*************************************************
|
|
/*************************************************
|