MediaWiki:Common.css

From Albion Wiki
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 on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/*body {
  background-image: url(https://albion.wiki.gg/images/f/f5/WikiBackground.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/

.categorylist{
    list-style: square outside none;
    margin: 0.4em 0 0.5em 2.5em;
}

.categorylist .CategoryTreeLabelPage{
    font-style: normal;
}

.categorylist .CategoryTreeItem{
    display: list-item;
}

.categorylist .CategoryTreeBullet{
    display: none;
}

.pixelated img, .nbimage, #mw-category-media img{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.doublesize .article-thumb{
    width: auto !important;
    text-align: center;
}

.doublesize .image{
    display: inline-block !important;
    padding-right: 40%;
}

.doublesize .image img{
    width: 200%;
    height: 200%;
    
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.itemlink img{
    margin-right: 3px;
}

.thumblist{
    clear: right;
    float: right;
}

.thumblist figure{
    margin: 0;
    display: inline-block;
    clear: none !important;
    float: none !important;
}

/*
body.skin-fandomdesktop, button, input, textarea, .page-content * {
  font-family: helvetica,arial,sans-serif;
}
*/