mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-01-12 05:02:02 +03:00
Yet another commit
This commit is contained in:
@@ -1,38 +1,46 @@
|
||||
/* Styling for Nav bar. Bg color, link color etc */
|
||||
.navbar-inner {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
background-color: #2E435E;
|
||||
background-image: -moz-linear-gradient(top, #2e435e, #172e50);
|
||||
background-image: -ms-linear-gradient(top, #2e435e, #172e50);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
|
||||
background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
|
||||
background-image: -o-linear-gradient(top, #2e435e, #172e50);
|
||||
background-image: linear-gradient(top, #2e435e, #172e50);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
|
||||
.blog-header {
|
||||
position: relative;
|
||||
padding: 16px 0;
|
||||
background-color:#EEE;
|
||||
}
|
||||
|
||||
.navbar .nav > li > a { color: #49AFCD; }
|
||||
.navbar .nav > li > a { color: #FF0F00; }
|
||||
.navbar .divider-vertical { border-right: 1px solid #4D4D4D; }
|
||||
.navbar { margin-bottom: 4em; }
|
||||
.navbar { margin-bottom: 4em; background-color: rgba(0,0,0,0)}
|
||||
|
||||
.nav-pills > .active > a,
|
||||
.nav-pills > .active > a:hover {
|
||||
color: #0A5693;
|
||||
background-color:#bbb;
|
||||
/* background-color:#E9EFF6; Initial colour to match bottom */
|
||||
}
|
||||
|
||||
|
||||
#blog-nav{
|
||||
padding: 5px 0;
|
||||
font-size:16px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
ul#sitelinks.nav.nav-list > li > a >i {
|
||||
color: #1f334b;}
|
||||
/* Styling for elements */
|
||||
body { font-size: 100%; }
|
||||
p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
|
||||
a {color: #0A5693}
|
||||
body {font-family: 'Gudea', 'Gill Sans', 'Arial'; font-size: 16px; line-height: 1.2em}
|
||||
p { font-family: 'Gudea', 'Gill Sans', 'Arial'; font-size: 16px; line-height: 1.2em; margin-top: 0.8em; margin-bottom: 0.8em; text-align: justify}
|
||||
li { line-height: 1.6em; }
|
||||
h3 { margin-top: 2.5em; }
|
||||
h3 { font-family: 'Alegreya SC', 'Garamond', 'Georgia'; font-weight: normal}
|
||||
h2 { font-family: 'Alegreya SC', 'Garamond', 'Georgia' ; font-weight: normal;}
|
||||
h1 { font-family: 'Alegreya SC', 'Garamond', 'Georgia' ; font-weight: normal;}
|
||||
h1,h2,h3,h4,h5,h6 { color: #000001; margin-bottom: 0px}
|
||||
.table th, .table td { line-height: 1.3em; }
|
||||
|
||||
.brand { font-family: 'Alegreya SC', 'Garamond', 'Georgia'; font-weight: normal; font-size: 42px; line-height:40px; margin-top: 10px; display: block; color:#000001; }
|
||||
|
||||
/* Styling for articles */
|
||||
.article { padding-bottom:20px; padding-right: 40px; }
|
||||
.article { padding-bottom:15px; padding-right: 40px; }
|
||||
.content-title { margin-bottom: 30px; }
|
||||
.article a:hover { text-decoration: none; }
|
||||
|
||||
@@ -53,11 +61,10 @@ h3 { margin-top: 2.5em; }
|
||||
}
|
||||
|
||||
/* Article summary */
|
||||
.summary { margin-bottom: 4em; }
|
||||
.summary { margin-bottom: 2em; margin-top: 0.8em; font-size: 16px; line-height: 1.2em }
|
||||
.summary pre { display: none; }
|
||||
|
||||
|
||||
/* Styling for Sidebar */
|
||||
/* Styling for Sidebar
|
||||
.social a[href*='activestate.com']:before {content: url('./images/icons/activestate.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='atom.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='bitbucket.org']:before {content: url('./images/icons/bitbucket.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
@@ -66,7 +73,6 @@ h3 { margin-top: 2.5em; }
|
||||
.social a[href*='digg.com']:before {content: url('./images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='facebook.com']:before {content: url('./images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='github.com']:before {content: url('./images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='gitorious.org']:before {content: url('./images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='google.com/reader']:before {content: url('./images/icons/reader.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='jamendo.com']:before {content: url('./images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='last.fm']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
@@ -74,3 +80,14 @@ h3 { margin-top: 2.5em; }
|
||||
.social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
*/
|
||||
|
||||
#blog-footer{ display: table; width: 100%}
|
||||
|
||||
@media(max-width: 768px){
|
||||
#socialist { display: table-footer-group;}
|
||||
#colophon { display: table-header-group;}
|
||||
#sitelinks { display: table-footer-group;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user