MediaWiki:Monobook.css

From Chibi Robo Wiki
Jump to navigationJump to search

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 / Edge: 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.
body { 
background-color:#FFDF60;
background-image:url('http://www.shoutwiki.com/w/images/chibirobo/2/24/Lightstripedbg.png'); 
/* animation-name: bodybg;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-delay: 0s;
animation-timing-function:linear; */
background-repeat:repeat;
}

#staf {
display:none;
}

@keyframes bodybg
{
0% { background-position:0px 0px; }
100% { background-position:0px 48px; }  
}

div#content, div#content.mw-body-primary { background-color:white; border-radius:5px; border:2px solid black !important; }

#p-cactions li.selected { border:2px solid black; border-bottom:0px; border-radius:5px; }

#p-cactions li { border:2px solid black; border-bottom:0px; border-radius:5px; }

#p-cactions li a { border-top-left-radius:inherit; border-top-right-radius:inherit; }

div#searchBody, div#p-tb > div.pBody, div.generated-sidebar > div.pBody { background-color:white; border-top-right-radius:5px; border-bottom-right-radius:5px; border:2px solid black; border-left:0px; }

input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
border:0px;
background-color:#001474;
color:white;
border-radius:3px;
}

input#wpSummary, input[type="search"] {
-webkit-appearance:none;
border:2px solid #001474;
background:white;
border-radius:3px;
}