No edit summary
No edit summary
Line 1: Line 1:
#bottom-nav {
#bottom-nav {
position: relative;
  position: absolute;
top: 0px;
  z-index: 3;
width: 100%;
  top: 150px;
font-size: 75%;
  left: 1em;
padding-bottom: 2em;
  height: 64px;
margin: 2em 3.3em 0;
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff;
background-color: rgba(255,255,255,0.5); /* colors the background  behind the box*/
text-align: center;
}
}



Revision as of 22:31, 7 March 2017

#bottom-nav {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 1em;
  height: 64px;
}

#bottom-nav .portlet {
	margin: .5em 0 0;
border: 1px solid red;
}

#bottom-nav h3 {
	color: #444;
	text-align: left;
	display: inline;
border: 1px black solid;
}
#bottom-nav h3:after {
	content: ':';
}

#bottom-nav .pBody {
	display: inline;
border: 1px solid blue;
}