This commit is contained in:
bisco 2015-06-03 17:38:42 +02:00
commit 15ff95d0ab
8 changed files with 134 additions and 101 deletions

View file

@ -45,4 +45,5 @@ THEME = 'themes/bs3'
# Pelican bootstrap 3 theme settings
BOOTSTRAP_THEME = 'cyborg'
HIDE_SIDEBAR = True

View file

@ -1,3 +1,27 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-regular.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto-bold.ttf) format('truetype');
}
@font-face {
font-family: 'HugFemmes';
font-style: normal;
font-weight: 400;
src: url(../fonts/hug-femmes.ttf) format('truetype');
}
@font-face {
font-family: 'HugFemmesBold';
font-style: normal;
font-weight: 700;
src: url(../fonts/hug-femmes-bold.ttf) format('truetype');
}
/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com

View file

@ -3,6 +3,8 @@
background-position: top left, center center fixed;
background-repeat: no-repeat;
background-size: auto, cover;
background-attachment: fixed;
padding-top: 45px;
color: #66BF7A; }
#main-block {
background-color: rgba(61, 66, 59, .53);
@ -14,3 +16,7 @@
.navbar-default .navbar-nav > li > a {
color: #85CC95;
}
.navbar-brand {
font-family: HugFemmesBold;
font-weight: 700;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -73,7 +73,8 @@
</head>
<body>
<div class="row">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-sm-offset-9"><svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
@ -174,8 +175,9 @@
</g>
</g>
</g>
</svg>
</div>
</svg>
</div>
</div>
</div>
<!-- Banner -->
{% if BANNER and BANNER_ALL_PAGES %}
@ -184,7 +186,7 @@
{% block banner %}{% endblock %}
{% endif %}
<!-- End Banner -->
<div class="container{% if BOOTSTRAP_FLUID %}-fluid{% endif %}">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2" id="main-block">
<div class="row">
@ -194,7 +196,7 @@
<div class="col-lg-12">
{% endif %}
<div class="navbar {% if BOOTSTRAP_NAVBAR_INVERSE %}navbar-inverse{% else %}navbar-default{% endif %}" id="navbar-block" role="navigation">
<div class="container{% if BOOTSTRAP_FLUID %}-fluid{% endif %}">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>