Gwent Wiki
Advertisement

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.
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/***** Custom cursor *****/
/* Global cursor */
/*
body {
  cursor: url('/wiki/special:Filepath/Cursor.png'), pointer; 
}
*/
/* Custom Cursor End*/

/* Module */
#toc,
.article-categories { border-radius: 5px }
.mainpage .article-categories { display: none }
 
.WikiaRail .module,
.WikiaRail .rail-module {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    padding: 20px 15px 15px;
    background: rgba(196, 196, 196, .45);
    border: none;
    border-radius: 5px;
    word-wrap: break-word;
}
 
.WikiaRail .module h2,
.WikiaRail .rail-module h2 {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 2px;
    border-bottom: 1px solid #bcbcbc;
    font-size: 16px;
    font-weight: bold;
}

.mainpage .accent {
	background-color:	transparent;
}
Advertisement