Vikidia currently has 4,641 articles. Improve it!

Join Vikidia: create your account now and improve it!

User:Wynter/common.css

From Vikidia, the encyclopedia for 8 to 13-year-old children that everybody can make better
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.
/* Hide the "your edit was saved" message */
.postedit {display: none;}

/* copied from https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-NewImageThumb.css&oldid=598864585 */

#toc, .toc,
.catlinks,
.mw-gallery-traditional li.gallerybox div.thumb,
div.thumbinner {
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0;
    -moz-box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:  0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    box-shadow:  0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
}
div.thumbinner {
    padding: 0 !important;
}
html .thumbimage {
    border: none;
}
html .thumbcaption {
    padding: 4px !important;
}
img.thumbborder {
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0;
}