added footer menu, insert module, image field to page

This commit is contained in:
2017-02-24 17:00:41 +01:00
parent 65f6be158a
commit fc8070a669
27 changed files with 1750 additions and 65 deletions
@@ -298,6 +298,22 @@ input {
width: 100%;
height: 100%; }
#block-menu-menu-footer-menu ul {
margin: 0;
padding: 0;
text-align: center; }
#block-menu-menu-footer-menu li {
display: inline-block;
list-style: none; }
#block-menu-menu-footer-menu a {
text-decoration: none;
color: inherit; }
.footer-block .block {
font-size: 0.75em; }
#footer-bottom {
text-align: center; }
@@ -380,16 +380,14 @@ body{
}
// .block, .panel-pane{
// border: 1px solid #D1D1D1; padding:0.5em; margin:0.5em;
// -moz-border-radius: 5px;
// -webkit-border-radius: 5px;
// border-radius: 5px;
// background-color: #EAEAEA;
// }
#block-menu-menu-footer-menu{
ul{ margin:0; padding:0; text-align: center;}
li{display:inline-block; list-style: none;}
a{ text-decoration: none; color: inherit;}
}
.footer-block .block{
// background-color: #353535; border: 1px solid #1a1a1a;
font-size: 0.75em;
}
#footer-bottom{ text-align: center;}
#footer-bottom .block{