Bomberman 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.
/* ------------------------------------------ */
/* ---------------- imports ----------------- */
/* ------------------------------------------ */

/* import Common.css so it serves its function */
@import url("http://bomberman.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/* ------------------------------------------ */
/* --------------- end imports -------------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ---------- Wikia header/footer ----------- */
/* ------------------------------------------ */

/*-----Wikia clock-----*/
#displayTimer { font-size: 12px !important; }
 
#showdate a { color: white !important; }

/*-----header (with the video games/entertainment/lifestyle) customization-----*/
.WikiaHeader {
   background-image:-moz-linear-gradient(top left, #FFBF00 15%, #F08418 85%);
   background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(15%, #FFBF00), color-stop(85%, #F08418));
}

/*-----footer (with the My Tools, etc.) customization-----*/
.WikiaFooter .toolbar {
   background-image:-moz-linear-gradient(top left, #F09D54 5%, #C75F04 95%);
   background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(5%, #F09D54), color-stop(95%, #C75F04));

}

/* ------------------------------------------ */
/* -------- end Wikia header/footer --------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* -------------- search custom ------------- */
/* ------------------------------------------ */

.WikiaSearch input[type="text"] {
  color: #000000;
border: 1px solid  #ccc;
position: relative;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
 
.WikiaSearch button {
  border: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

/* ------------------------------------------ */
/* ----------- end search custom ------------ */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* --------------- toc custom --------------- */
/* ------------------------------------------ */

/*-----table of contents-----*/
#toc {
    width: 300px;
    max-width: 330px;
    color: #000;
    font-size: 8pt;
    background: #fcfcfc;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left:none;
    border-right:none;
    padding: 0.2em;
}
 
#toctitle {
    background: #ececec;
         color: #000;
  font-variant: small-caps;
}

/* ------------------------------------------ */
/* ------------- end toc custom ------------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------- thumbnail custom ------------- */
/* ------------------------------------------ */

a.image { outline:none; }
 
div.thumbinner, .WikiaArticle .thumbinner {
        border: 1px solid #cecece;
	background-color:#fefefe;
	color:#000000;
        font-size: 8pt;
	padding-top:4px !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
 
.thumbinner a, .thumbinner a:visited { color:#295BE6; }
 
img.thumbimage {
	background-color:#fff;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* ------------------------------------------ */
/* ---------- end thumbnail custom ---------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* -------------- module custom ------------- */
/* ------------------------------------------ */

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
border: 1px solid #C7C7C7;
background: #fff;
position: relative;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

/*--chat module--*/
.Chatmodule, .module {
    padding: 8px 8px 8px !important;
}

/* ------------------------------------------ */
/* ----------- end module custom ------------ */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ------------ category custom ------------- */
/* ------------------------------------------ */

.WikiaArticleCategories {
      border: 1px solid #c7c7c7;
  background: #fff;
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
     -o-border-radius: 20px;
        border-radius: 20px;
-webkit-box-shadow:2px 2px 3px #e0e0e0;
   -moz-box-shadow:2px 2px 3px #e0e0e0;
     -o-box-shadow:2px 2px 3px #e0e0e0;
        box-shadow:2px 2px 3px #e0e0e0;
}

/* ------------------------------------------ */
/* --------- end category custom ------------ */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ------------------ misc ------------------ */
/* ------------------------------------------ */

/*-----icons-----*/
/* source: avatar wiki */
/* displays icons within the bottom border in page header */
#icons {position:absolute; right:0; bottom:-1.2em}

/*-----inactive user; see MediaWiki:Common.js for java-----*/
.inactive-user {
            top: -1px;
            color: #000000;
            background-color: #5097FA;
            font-size: 11px;
            text-transform: capitalize;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}

/* ------------------------------------------ */
/* --------------- end misc ----------------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ------- user profile masthead custom ----- */
/* ------------------------------------------ */

 .WikiaUserPagesHeader {
    width: 1000px;
    float: left;
    margin-top: -10px;
    padding-top: 10px;
    background-color: transparent;
    background-image: none !important;
}
 
.WikiaUserPagesHeader.WikiaBlogPostHeader {
    width: 660px;
    background: none;
    background-image: none;
    float: none;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0 10px 6px;
}

/*
.UserProfileMastheadSearch .WikiaSearch {
    float: right;
    margin-right: 3px;
    margin-bottom: -39px;
    width: 260px;
    z-index: 1002;
}
 
.UserProfileMastheadSearch .WikiaSearch input[type="text"] {
            width: 195px;
            background: #fff;
            border: none;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}
*/

/* Establish top line of floated elements */
.UserProfileMasthead {
    position: relative;
    padding: 0px 10px;
    z-index: 999;
}
 
.UserProfileMasthead .masthead-avatar {
    height: 140px;
    width: 140px;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    margin-top: -5px;
    margin-right: 0px;
    padding: 0px;
    border: none;
    background: none;
}
 
.UserProfileMasthead .masthead-avatar .avatar {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
            border: none;
}
 
.UserProfileMasthead .masthead-info {
    color: #000000;
    background: #FFFFFF;
    background-position: center;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 830px;
    z-index: 1000;
}
 
/* Remove chevron */
.UserProfileMasthead .masthead-info-lower::before {
    display: none;
}
 
/* Masthead top half */
.UserProfileMasthead .masthead-info hgroup {
    color: #FFFFFF;
    background-image:url(http://images3.wikia.nocookie.net/__cb20110723084850/bomberman/images/2/26/Background.png);
    background-position: bottom;
    padding: 1px 15px 1px 15px;
    height: auto;
    min-height: 40px;
}
 
.UserProfileMasthead .tally {
    padding-left: 0px;
    margin-bottom: 10px;
}
 
/* Username field */
.UserProfileMasthead .masthead-info h1 {
    font-size: 20px;
}
 
/* Real name field */
.UserProfileMasthead .masthead-info h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
 
/* Masthead bottom half */
.UserProfileMasthead .masthead-info > div {
    padding: 6px 15px 6px 15px;
}
 
.UserProfileMasthead .masthead-info h2 span {
    color: #5097FA;
}

.UserProfileMasthead .details span {
    color:#000000;
}
 
.UserProfileMasthead .wikis span {
    color:#000000;
}
 
.UserProfileMasthead .masthead-info .tag {
            top: -1px;
            color: #000000;
            background-color: #5097FA;
            font-size: 11px;
            text-transform: capitalize;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}
 
.WikiaUserPagesHeader div.tabs-container {
    overflow: hidden;
    min-width: 500px;
    margin: 0px;
}
 
.WikiaUserPagesHeader .tabs,
#UPPLightboxWrapper .tabs {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
 
.WikiaUserPagesHeader .tabs li,
#UPPLightboxWrapper .tabs li {
    margin-bottom: -3px;
}

.WikiaUserPagesHeader .tabs li a {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: -3px;
    padding: 3px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.WikiaUserPagesHeader .tabs li a,
#UPPLightboxWrapper .tabs li a {
    background-color: #f5f5f5;
}

.WikiaUserPagesHeader .tabs .selected a {
    border: none;
    color: #000000;
    background: #ededed;
    font-weight: bold;
    margin-top: 0px;
    padding: 6px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

/* ------------------------------------------ */
/* ----------- end masthead custom ---------- */
/* ------------------------------------------ */
Advertisement