MediaWiki:Common.css
From Starsonata Wiki
Revision as of 20:03, 1 June 2014 by Thecrazygamemaster (talk | contribs)
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#toc {
border: 5px outset #36b;
border-radius: 10px;
}
.editsection, #bodyContent a.external {
margin-left: 5px;
color: #fff;
background: rgba(0,0,0,0.6);
border-radius: 5px;
padding: 2px;
margin: 10px;
top: -3px;
left: -3px;
position: relative;
box-shadow: 3px 3px 3px 3px #000;
}
.editsection:hover, #bodyContent a.external:hover {
color: #7af5ff;
top:0px;
left:0px;
-webkit-transition:all .3s;
box-shadow: 0px 0px 3px 3px #7af5ff;
}
.editsection a {
color:#fff;
}
.editsection a:hover {
color:#7af5ff;
}
div#content {
background-color: rgba(255, 255, 255, 0.1)!important;
margin-right:20px;
}