Bloodborne Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Bloodborne 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.
/* CSS placed here will affect users of the mobile site */

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

.header .branding-box h1 {
    border-bottom: none;
}

.nomobile {
    display: none;
}

a.watch-this-article {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.pre-content #page-actions {
    background: rgba(0, 0, 0, 0.85) !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
}

.overlay .overlay-header-container {
    background: rgba(0, 0, 0, 0.85) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #c0c0c0;
}

.search-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important; 
}

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(0, 0, 0, 0.85);
    color: #c0c0c0;
}

ul.suggestions-results li.suggestions-result {
    color: #c0c0c0;
}

/* general header *
#mw-mf-header form,
#mw-mf-sq {
    background: rgba(0, 0, 0, 0.85);
}

/* non-content area */
.overlay-enabled, #content {
    background: #000000 url("https://bloodborne.gamepedia.com/media/bloodborne.gamepedia.com/b/bd/Project_beast_wiki_background.png") no-repeat fixed center 30px / 100% auto;
    color: white;
}

footer {
    border-top: 1px solid #666668;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

footer a {
    color: #fef1a4;
    text-shadow: 1px 1px #000000;
}

footer h2 {
    color: #fef1a4;
    text-shadow: 1px 1px #000000;
}

/* content area */
a,
a.external {
    color: #ffdb0c;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid white;
    color: white;
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
}

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}

a:visited {
    color: #fef1a4;
}

/* Fix black on black section arrows */
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

.header {
    background-color: #ffdb0c;
    border: #ffdb0c;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 150%;
    margin-bottom: 10px;
    text-align: center;
}

img.percentage {
width: 95%;
height: auto;
padding-top:1%;
}

ul.gallery, li.gallerybox {
  background-color: transparent;
  border-color: transparent;
}

li.gallerybox div.thumb {
  background-color: #181818;
  border-color: #303030;
}

#action-table tr td .action-image {
  position: relative;
  padding: 5px;
  background-color: #1f3850;
  border: #46ffdd 1px solid;
  border-radius: 3px;
}

#action-table tr td .animated {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  line-height: 1.1em;
  padding:0 1px 0 1px;
  color: #46ffdd;
  border: #46ffdd 1px solid;
  border-radius: 3px;
}

/* Tablet */
@media screen and (min-width: 600px) {
  #action-table tr td .animated {
    font-size: 75%;
    padding: 1px 1px 0 1px;
  }
}

/* Table layout for phones */
@media screen and (max-width: 600px) and (orientation:portrait) {
    #action-table {
      border: 0;
    }

    #action-table thead, #action-table th {
      display: none;
    }

    #action-table tr {
      margin-bottom: 15px;
      display: block;
      float: left;
    }

    #action-table td {
      display: block;
      text-align: left;
      border: none;
      float: left;
      clear: right;
      width: 70%;
      padding: 0;
    }

    #action-table td:first-child {
      display: inline-block;
      border: none;
      float: left;
      clear: none;
      width: 23%;
      padding-right: 5px;
    }

    #action-table td:last-child {
      min-height: 26px;
      text-align: right;
      float: left;
      width: 98%
    }

    #action-table td:last-child:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
}


.globalNotice {
 color: white;
}


img.scalable {
    max-width: 100%;
    height:auto;
}
.globalNotice .globalNoticeDismiss {
    display: none;
}
Advertisement