MediaWiki:Common.css: Difference between revisions
Avinasharora (talk | contribs) No edit summary |
Avinasharora (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
background-color: rgba(255,255,255,0.5); /* colors the background behind the box*/ | background-color: rgba(255,255,255,0.5); /* colors the background behind the box*/ | ||
text-align: center; | text-align: center; | ||
} | |||
#bottom-nav h3 { | |||
color: #444; | |||
text-align: left; | |||
display: inline; | |||
border: 1px black; | |||
} | |||
#bottom-nav h3:after { | |||
content: ':'; | |||
} | |||
#bottom-nav .pBody { | |||
display: inline; | |||
} | } | ||
Revision as of 22:28, 7 March 2017
#bottom-nav {
position: relative;
top: 0px;
width: 100%;
font-size: 75%;
padding-bottom: 2em;
margin: 2em 3.3em 0;
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff;
float:left; /*makes the entire box enclose the list */
background-color: rgba(255,255,255,0.5); /* colors the background behind the box*/
text-align: center;
}
#bottom-nav h3 {
color: #444;
text-align: left;
display: inline;
border: 1px black;
}
#bottom-nav h3:after {
content: ':';
}
#bottom-nav .pBody {
display: inline;
}