Pixel Dungeon 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.
@import "/load.php?mode=articles&only=styles&articles=MediaWiki:Common.css";

td {
  vertical-align: top !important;
}

.wikia-infobox {
    width: 300px;
    border-radius:7px;
    border-image: url("https://images.wikia.nocookie.net/__cb20140612104337/pixeldungeon/images/f/fd/Description_box3.png") 16 16 round;
    border-width: 16px;
    background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
    padding: 0;
    overflow: hidden;
}

/*hides the wikia rail on the draft main page*/
.page-Main_Page_Draft .WikiaRail {
    display: none !important;
}
.page-Main_Page_Draft .WikiaMainContent {
    width: 100% !important;
}


#WikiaPageBackground{
    background-image: url("https://images.wikia.nocookie.net/__cb20140612002901/pixeldungeon/images/4/4c/Muddy_background.png");
    box-shadow: 0px 0px 8px 8px #1e1e1e;
}

.wikia-infobox-header {
  background-image: url("https://images.wikia.nocookie.net/__cb20140611201832/pixeldungeon/images/c/cc/Content.png");
  text-align: center !important;
  padding: 1em !important;
  border: 1px solid #222;
}

.wikia-infobox-section-header {
  background-color: #535353;
  text-align: center;
  padding: 0.5em !important;
}

.activityfeed-inserted-media li {
  list-style: none;
  background-color: #515151;
  border-radius: 7px;
  border: 3px outset #383838 !important;
}

.module {
  border-radius:7px;
  background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
  box-shadow: 0px 0px 8px 8px #1e1e1e;
}
.WikiaRail .module {
  background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
}

.article-table {
  background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
}

.ajax-poll {
    width: 300px;
    border: none !important;
    background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
    padding: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.ajax-poll .header{
    background-image: url("https://images.wikia.nocookie.net/__cb20140611201832/pixeldungeon/images/c/cc/Content.png");
    text-align: center !important;
    padding: 1em !important;
    border: 1px solid #222;
    font-size: 17px;
}

#scrollpane {
    position: relative;
    float:left;
    overflow:hidden;
    height: 400px;
    padding:24px 0;
    border-radius: 10px;
    background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
}
#scrollcontent {
    overflow:auto;
    height:100%;
    width:100%;
    padding-right:18px; /* remove scroll bar */
}
.scrollarrow {
    cursor:pointer;
    position:absolute;
    text-align:center;
    width: 100%;
    height:24px;
    background:black;
    color: white;
    z-index:10;
    border-radius: 10px;
    background-color: #1e1e1e;
    opacity: 0.85;
}
#up {
    top:0px;
}
#down {
    bottom:0px;
}

/*.article-table tbody tr:nth-child(1){
    height: 50px;
}

.article-table tbody tr:nth-child(2){
    height: 200px;
}*/

.WikiaActivityModule{
    border-radius: 0;
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ForumFeed{
    border-image: url("https://images.wikia.nocookie.net/__cb20140612104337/pixeldungeon/images/f/fd/Description_box3.png") 16 16 round;
    border-width: 16px;
    margin-top: 10px;
    background-image: url("https://images.wikia.nocookie.net/__cb20140611204322/pixeldungeon/images/4/49/Infoboxbg3.png");
}

/* Custom CSS for main page activity feeds */
.wikia-infobox .activity-type-new,
.wikia-infobox .activity-type-edit,
.wikia-infobox .activity-type-talk {
    padding: 3px 0;
    border-bottom: 1px solid #222;
}

.wikia-infobox .activity-type-new cite,
.wikia-infobox .activity-type-edit cite,
.wikia-infobox .activity-type-talk cite {
    font-weight:normal;
    font-size: 8pt;
}
 
.wikia-infobox .activity-type-new table,
.wikia-infobox .activity-type-edit table,
.wikia-infobox .activity-type-talk table {
    display: none;
}

.mw-content-ltr .ForumActivityModule em a {
    white-space: normal;
}

#ForumFeed p:nth-child(1){
    margin: 0;
}

.pollAnswer{
    width: calc(100% - 20px);
}

/*.article-table tbody tr td{
    background-image: url("https://images.wikia.nocookie.net/__cb20140611201832/pixeldungeon/images/c/cc/Content.png");
    border-radius: 10px;
    box-shadow: #1e1e1e 0 0 8px 4px inset;
}

.article-table tbody tr {
    padding: 10px !important;
}

.article-table tbody tr:nth-child(1) td:nth-child(1), .article-table tbody tr:nth-child(3) td:nth-child(1), .article-table tbody tr:nth-child(1) td:nth-child(2), .article-table tbody tr:nth-child(3) td:nth-child(2){
    background-image: none;
    border-radius: none;
    box-shadow: none;
}*/
.related-topics .related-topic, .related-topics .edit-topic {
    background-color: #525252;
}

/* style all quote boxes the same */
.quote {
    background-color: #4F4E4E;
    border: 1px solid #595858;
    font-style: italic;
    margin: 8px 0px;
    padding: 10px;
}

#mPage_Content{
    width: 210%;
    padding-top: 10px;
    transition: transform 0.5s;
}

#mPage_nav{
    text-align: center;
    font-size: 20px;
}

#mPage_Text_Comm{
    display: inline-block;
    width: 47%;
}

#mPage_Text_Wiki{
    display: inline-block;
    width: 47%;
    margin-right: 5%;
    position: relative;
    bottom: 455px;
}

#mPage_Button_Wiki, #mPage_Button_Comm{
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid #BC1700;
    background-color: #891100;
    padding: 7px;
    color: #FFF;
}

/* custom badge styling */
.badges-icons .badge-icon {
    margin: 10px;
    width: 64px;
    height: 64px;
}
#about-achievements ul .bronze span {
    background-image: url( "https://vignette.wikia.nocookie.net/pixeldungeon/images/f/f1/Badg-bronze-10.png/revision/latest?cb=20150703062053" );
}
#about-achievements ul .silver span {
    background-image: url( "https://vignette.wikia.nocookie.net/pixeldungeon/images/7/7d/Badge-silver-50.png/revision/latest?cb=20150703062054" );
}
#about-achievements ul .gold span {
    background-image: url( "https://vignette.wikia.nocookie.net/pixeldungeon/images/a/a0/Badge-gold-100.png/revision/latest?cb=20150703062053" );
}
#about-achievements ul li span {
    font-size: 0;
}

/* make the arcane stylus the edit pencil */
.skin-venus .sprite.edit-pencil, .skin-oasis .sprite.edit-pencil {
	background-image:url('https://vignette.wikia.nocookie.net/pixeldungeon/images/c/c0/Edit-pencil.png/revision/latest?cb=20151026225558');
	background-position:top left;
}

/*Overrides default wikia resizing logic so that the ultra-wide layout is triggered at ~1280px instead of ~1600px. This gives a better experience for medium res desktop users*/
@media only screen and (min-width:1258px){
    
    /*Wikia page layout*/
    .WikiaPage{
        padding: 0 30px;
        width: 1178px;
    }
    
    .wds-community-header{
        width: 1240px;
    }
    .WikiaBarWrapper .wikia-bar{
        width: 1240px;
    }
    .wds-banner-notification__container{
        width: 1198px;
    }
    
    /*Font Styling*/
    .WikiaPage .WikiaArticle{
        font-size: 16px;
        line-height: 26px;
    }
    .WikiaPage .WikiaArticle .infobox{
        font-size: 14px;
        line-height: 22px;
    }
    .WikiaPage .WikiaArticle li{
        line-height:inherit;
    }
    .WikiaPage h1,.WikiaPage .WikiaRail .module h3,.WikiaRail .module .WikiaPage h3{
        font-size: 34px;
        line-height: 34px;
    }
    .WikiaPage h2{
        font-size: 28px;
        line-height: 30px;
    }
    .WikiaPage h3{
        font-size: 22px;
        line-height: 24px;
    }
    .WikiaPage h4,.WikiaPage blockquote{
        font-size: 20px;
        line-height: 28px;
    }
    /*fixes stupidly large font on blockquotes at this size*/
    .WikiaPage .WikiaArticle blockquote {
        font-size: inherit;
        line-height: inherit;
    }
    
    /*No idea what these do but they're in the regular CSS so in they go!*/
    .mcf-card{
        width: 386px;
        height: 337.46108px;
    }
    .mcf-card-tall{
        height: 386px;
    }
    .mcf-en .mcf-card-related-wikis{
        height: 434.53892px;
    }
    .mcf-card-discussions{
        height: 686.92216px;
        width: 386px;
    }
    .mcf-card-discussions__zero-state{
        width: 302px;
    }
}
Advertisement