Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMurali Mohan Rath <murali@mmrath.com>2017-11-05 07:25:54 +0300
committerMurali Mohan Rath <murali@mmrath.com>2017-11-05 07:25:54 +0300
commitbe9f4de7aa0beacd56b0c1e1b5c863a79aa04739 (patch)
tree00a463a1314c2267e990ef869ca0da009aca7c56 /static
parente98532d506bb78ccf074ebc35781fc32565ea130 (diff)
Change theme
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/style.css90
1 files changed, 54 insertions, 36 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index dca7d35..4ed2960 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -1,79 +1,101 @@
+@import url('https://fonts.googleapis.com/css?family=Open+Sans');
+@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:300');
-body {
- /* Margin bottom by footer height */
- margin-bottom: 100px;
-}
html {
position: relative;
min-height: 100%;
}
+body {
+ font-family: 'Open Sans', sans-serif;
+ padding-top: 4rem;
+ /* Margin bottom by footer height */
+ margin-bottom: 100px;
+ padding-bottom: 2rem;
+}
+
+/*Sticky footer*/
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 100px;
- font-size: 0.8em;
- padding-top: 2em;
}
-.blog-masthead {
- margin-bottom: 3rem;
- background-color: #428bca;
- -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
- box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
-}
-.navbar-light .navbar-nav .nav-link {
- padding: 0.5rem;
- color: rgba(0, 0, 0, 0.9);
+code {
+ font-family: 'Source Code Pro', monospace;
+ font-weight: 300;
+ font-size: 0.8rem;
}
-.blog-header {
- margin-bottom: 1rem;
- background-color: #fff !important;
+
+iframe {
+ max-width: 100%;
}
-h1.post-title {
+
+.no-decoration {
text-decoration: none;
- margin-top: 0.75em;
- margin-bottom: 0px;
}
-h1.post-title a{
- text-decoration: none;
+
+.site-navbar div ul li {
+ line-height: 1;
+ margin-left: 1em;
+ padding-left: 1em;
+ font-size: 0.9rem;
}
+
+
+
+
.post-meta {
margin-bottom: 1rem;
display: table;
font-size: 0.8rem;
color: rgba(0, 0, 0, 0.6);
text-transform: uppercase;
- ;
}
+
.post-meta-item {
margin-right: 10px;
float: left;
}
+
.post-meta-item > a {
text-decoration: none;
color: rgba(0, 0, 0, 0.6);
}
-.post-more-link {
- margin-top: 0px;
+
+.blog-masthead {
+ margin-bottom: 3rem;
+ background-color: #428bca;
+ -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
+ box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
}
-pre code {
- font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
+.navbar-light .navbar-nav .nav-link {
+ padding: 0.5rem;
+ color: rgba(0, 0, 0, 0.9);
}
-/* Responsive video? */
+.blog-header {
+ margin-bottom: 1rem;
+}
-iframe {
- max-width: 100%;
+h1.post-title a{
+ text-decoration: none;
}
+
+.post-more-link {
+ margin-top: 0px;
+}
+
+/* Responsive video? */
.sidebar > .card {
-webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 0px rgba(0, 0, 0, .125);
background-color: inherit;
border: 0px;
+ padding-bottom: 1.5rem;
}
.sidebar > .card-block {
padding-left: 0px;
@@ -214,11 +236,7 @@ iframe {
opacity: 0.8;
}
-.post-container {
- background-color: #fff;
- margin-bottom: 1rem;
- padding-top: 1rem;
-}
+
img.post-thumbnail{
vertical-align: middle;