diff --git a/pelicanconf.py b/pelicanconf.py index cfbf275..03e0d0a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -45,4 +45,5 @@ THEME = 'themes/bs3' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg' + HIDE_SIDEBAR = True \ No newline at end of file diff --git a/themes/bs3/static/css/bootstrap.cyborg.min.css b/themes/bs3/static/css/bootstrap.cyborg.min.css index c63d050..d2f0255 100644 --- a/themes/bs3/static/css/bootstrap.cyborg.min.css +++ b/themes/bs3/static/css/bootstrap.cyborg.min.css @@ -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 diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index a99f23b..0e82b60 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -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); @@ -13,4 +15,8 @@ } .navbar-default .navbar-nav > li > a { color: #85CC95; +} +.navbar-brand { + font-family: HugFemmesBold; + font-weight: 700; } \ No newline at end of file diff --git a/themes/bs3/static/fonts/hug-femmes-bold.ttf b/themes/bs3/static/fonts/hug-femmes-bold.ttf new file mode 100644 index 0000000..bcc5b74 Binary files /dev/null and b/themes/bs3/static/fonts/hug-femmes-bold.ttf differ diff --git a/themes/bs3/static/fonts/hug-femmes.ttf b/themes/bs3/static/fonts/hug-femmes.ttf new file mode 100644 index 0000000..1b6f8c3 Binary files /dev/null and b/themes/bs3/static/fonts/hug-femmes.ttf differ diff --git a/themes/bs3/static/fonts/roboto-bold.ttf b/themes/bs3/static/fonts/roboto-bold.ttf new file mode 100644 index 0000000..19090af Binary files /dev/null and b/themes/bs3/static/fonts/roboto-bold.ttf differ diff --git a/themes/bs3/static/fonts/roboto-regular.ttf b/themes/bs3/static/fonts/roboto-regular.ttf new file mode 100644 index 0000000..7b25f3c Binary files /dev/null and b/themes/bs3/static/fonts/roboto-regular.ttf differ diff --git a/themes/bs3/templates/base.html b/themes/bs3/templates/base.html index aba191a..1c47484 100644 --- a/themes/bs3/templates/base.html +++ b/themes/bs3/templates/base.html @@ -73,109 +73,111 @@ -
-
- - - - - - image/svg+xml - - - - - - +
+
+
+ + + + + + image/svg+xml + + + + + + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-308.04215,-475.70593)"> - - - - - - - - hackit - 0x12 + transform="translate(-562.67967,444.69145)" + style="opacity:0.63999999" + id="g3682"> + + + + + + + + + hackit + 0x12 + - - -
+ +
+
{% if BANNER and BANNER_ALL_PAGES %} @@ -184,7 +186,7 @@ {% block banner %}{% endblock %} {% endif %} -
+
@@ -194,7 +196,7 @@
{% endif %}