MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.starry{background-image:url('/images/6/69/Alnilam-Stars-Pattern.png');}
.starry img{
display:block;
margin:auto;
max-width:100%;
height:auto;
}
.nav{
color:white;text-transform: uppercase;background:linear-gradient(darkred,rgba(255,10,10,.9));font-family: Consolas, Courier New, monospace;display:table;margin:auto;padding:2px 10px;transform: perspective(10px) rotateX(4deg);
box-shadow: 0px 1px 5px rgb(0, 0, 0);
}
.navcontent{
transform: perspective(10px) rotateX(-4deg);
}
.navcontent a{
color:white;
text-decoration:none;
display:inline-block;
}