fandomwiki>@DeletedUser40302604 |
fandomwiki>TheSatanicSanta |
| Line 798: |
Line 798: |
| } | | } |
| /* End of new Navbox styling */ | | /* End of new Navbox styling */ |
|
| |
| /* Claim wiki button - this section can be removed if you remove the claim button from the main page */
| |
| .claimwikibutton {
| |
| text-align: center;
| |
| }
| |
|
| |
| .claimwikibutton a {
| |
| background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
| |
| color: rgba(0, 0, 0, 0);
| |
| display: block;
| |
| height: 57px;
| |
| margin: 0 auto;
| |
| max-width: 100%;
| |
| width: 200px;
| |
| }
| |
|
| |
| .claimwikibutton a:hover {
| |
| background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
| |
| color: rgba(0, 0, 0, 0);
| |
| }
| |
|
| |
|
| /* copyright images tweak */ | | /* copyright images tweak */ |
| Line 825: |
Line 805: |
| height: 32px; | | height: 32px; |
| width: 32px; | | width: 32px; |
| }
| |
|
| |
| /* Workaround for redirection arrow */
| |
|
| |
| .mw-content-ltr .redirectText li:first-child {
| |
| background: transparent none no-repeat scroll left bottom;
| |
| }
| |
|
| |
| .redirectText {
| |
| padding: 10px !important;
| |
| } | | } |
|
| |
|