MediaWiki:Common.css: Difference between revisions
Avinasharora (talk | contribs) No edit summary |
Avinasharora (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
#bottom-nav { | #bottom-nav { | ||
position: relative; | position: relative; | ||
| Line 84: | Line 7: | ||
margin: 2em 3.3em 0; | margin: 2em 3.3em 0; | ||
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff; | text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff; | ||
text-align: center; | |||
} | } | ||
#bottom-nav .portlet { | #bottom-nav .portlet { | ||
Revision as of 23:15, 8 March 2017
#bottom-nav {
position: relative;
top: 10px;
font-size: 75%;
width: 750px;
padding-bottom: 2em;
margin: 2em 3.3em 0;
text-shadow: 0 2px 4px #fff, 0 2px 4px #fff, 0 1px 4px #fff;
text-align: center;
}
#bottom-nav .portlet {
margin: .5em 0 0;
}
#bottom-nav h3 {
color: #ccc;
text-align: left;
display: inline;
}
#bottom-nav h3:after {
content: ':';
}
#bottom-nav .pBody {
display: inline;
}
#bottom-nav a {
color: #aaa;
}
#bottom-nav ul {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
#bottom-nav ul li {
margin: 0 .5em;
display: inline;
}