Killing Bites Wiki
Register
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.
/* Censorship */
.spoilerblur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  opacity: .40;
  display: inline-block;
  -webkit-transition: all 1s 0 linear;
  -moz-transition: all 1s 0 linear;
  -o-transition: all 1s 0 linear;
  -ms-transition: all 1s 0 linear;
  transition: all 1s 0 linear;
}

/* Ratel */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-ratel .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-ratel .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-ratel .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-ratel .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-ratel .pi-secondary-background {
    background: #121212;
    color: #ffffff;
}
.portable-infobox.pi-theme-ratel .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-ratel .pi-title, 
.portable-infobox.pi-theme-ratel .pi-header {
    background: #121212;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-ratel .pi-header {
    border-top: 1px #ffffff solid;
}
.portable-infobox.pi-theme-ratel .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-ratel .pi-navigation a {
    color: #121212;
}
.portable-infobox.pi-theme-ratel .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-ratel .pi-data-label {
    background: #2D2D2D;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-ratel .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-ratel .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-ratel .pi-group {
    border: none;
}
.portable-infobox.pi-theme-ratel .center {
    text-align:center;
}
.portable-infobox.pi-theme-ratel ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-ratel ul.pi-image-collection-tabs li {
    border: 0;
}


.portable-infobox.pi-theme-ratel .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-ratel .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-ratel .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Centered tabs in infoboxes */
.pi-europa .pi-image-collection-tabs {
    text-align: center;
}
#wmDiv img {
    max-width:100%;
}

/* Cheetah */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-cheetah .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-cheetah .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-cheetah .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-cheetah .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-cheetah .pi-secondary-background {
    background: #4e3328;
    color: #ffffff;
}
.portable-infobox.pi-theme-cheetah .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-cheetah .pi-title, 
.portable-infobox.pi-theme-cheetah .pi-header {
    background: #e3ae3a;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-cheetah .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-cheetah .pi-navigation a {
    /* color: #4e3328; */
}
.portable-infobox.pi-theme-cheetah .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-cheetah .pi-data-label {
    background: #4e3328;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-cheetah .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-cheetah .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-cheetah .pi-group {
    border: none;
}
.portable-infobox.pi-theme-cheetah .center {
    text-align:center;
}
.portable-infobox.pi-theme-cheetah .pi-image-collection-tabs {
    text-align: center;
	color: #ffffff;
	font-weight: bold;
    font-size: 79%;
	margin: 0;
	width: 100%;
}
.portable-infobox.pi-theme-cheetah ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-cheetah ul.pi-image-collection-tabs li {
    border: 0;
}

.portable-infobox.pi-theme-cheetah .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-cheetah .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-cheetah .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Rabbit */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-rabbit .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-rabbit .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-rabbit .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-rabbit .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-rabbit .pi-secondary-background {
    background: #FAB6C3;
    color: #000000;
}
.portable-infobox.pi-theme-rabbit .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-rabbit .pi-title, 
.portable-infobox.pi-theme-rabbit .pi-header {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-rabbit .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-rabbit .pi-navigation a {
    /* color: #FAB6C3; */
}
.portable-infobox.pi-theme-rabbit .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-rabbit .pi-data-label {
    background: #FAB6C3;
    color: #000000;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-rabbit .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-rabbit .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-rabbit .pi-group {
    border: none;
}
.portable-infobox.pi-theme-rabbit .center {
    text-align:center;
}
.portable-infobox.pi-theme-rabbit .pi-image-collection-tabs {
    text-align: center;
	color: #ffffff;
	font-weight: bold;
    font-size: 79%;
	margin: 0;
	width: 100%;
}
.portable-infobox.pi-theme-rabbit ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-rabbit ul.pi-image-collection-tabs li {
    border: 0;
}

.portable-infobox.pi-theme-rabbit .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-rabbit .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-rabbit .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Leo */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-leo .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-leo .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-leo .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-leo .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-leo .pi-secondary-background {
    background: #826242;
    color: #ffffff;
}
.portable-infobox.pi-theme-leo .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-leo .pi-title, 
.portable-infobox.pi-theme-leo .pi-header {
    background: #826242;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-leo .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-leo .pi-navigation a {
    color: #826242;
}
.portable-infobox.pi-theme-leo .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-leo .pi-data-label {
    background: #D2A55A;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-leo .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-leo .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-leo .pi-group {
    border: none;
}

/* Crow */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-crow .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-crow .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-crow .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-crow .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-crow .pi-secondary-background {
    background: #2a2f39;
    color: #ffffff;
}
.portable-infobox.pi-theme-crow .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-crow .pi-title, 
.portable-infobox.pi-theme-crow .pi-header {
    background: #121212;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-crow .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-crow .pi-navigation a {
    /* color: #2a2f39; */
}
.portable-infobox.pi-theme-crow .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-crow .pi-data-label {
    background: #2a2f39;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-crow .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-crow .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-crow .pi-group {
    border: none;
}
.portable-infobox.pi-theme-crow .center {
    text-align:center;
}
.portable-infobox.pi-theme-crow .pi-image-collection-tabs {
    text-align: center;
	color: #ffffff;
	font-weight: bold;
    font-size: 79%;
	margin: 0;
	width: 100%;
}
.portable-infobox.pi-theme-crow ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-crow ul.pi-image-collection-tabs li {
    border: 0;
}

.portable-infobox.pi-theme-crow .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-crow .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-crow .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Killing Bites */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-kb .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-kb .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-kb .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-kb .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-kb .pi-secondary-background {
    background: #01000E;
    color: #db0720;
}
.portable-infobox.pi-theme-kb .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-kb .pi-title, 
.portable-infobox.pi-theme-kb .pi-header {
    background: #01000E;
    color: #db0720;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-kb .pi-header {
    border-top: 1px #db0720 solid;
}
.portable-infobox.pi-theme-kb .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-kb .pi-navigation a {
    color: #01000E;
}
.portable-infobox.pi-theme-kb .pi-data {
    border-top: 1px solid red;
}
.portable-infobox.pi-theme-kb .pi-data-label {
    background: #05031f;
    color: #db0720;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-kb .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-kb .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-kb .pi-group {
    border: none;
}
.portable-infobox.pi-theme-kb .center {
    text-align:center;
}
.portable-infobox.pi-theme-kb ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-kb ul.pi-image-collection-tabs li {
    border: 0;
}


.portable-infobox.pi-theme-kb .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-kb .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-kb .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Beagle */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-beagle .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-beagle .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-beagle .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-beagle .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-beagle .pi-secondary-background {
    background: #58261D;
    color: #ffffff;
}
.portable-infobox.pi-theme-beagle .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-beagle .pi-title, 
.portable-infobox.pi-theme-beagle .pi-header {
    background: #58261D;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-beagle .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-beagle .pi-navigation a {
    color: #58261D;
}
.portable-infobox.pi-theme-beagle .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-beagle .pi-data-label {
    background: #924C28;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-beagle .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-beagle .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-beagle .pi-group {
    border: none;
}
.portable-infobox.pi-theme-beagle .center {
    text-align:center;
}
.portable-infobox.pi-theme-beagle ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-beagle ul.pi-image-collection-tabs li {
    border: 0;
}


.portable-infobox.pi-theme-beagle .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-beagle .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-beagle .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Tasmanian Devil */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-td .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-td .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-td .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-td .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-td .pi-secondary-background {
    background: #0E0206;
    color: #ffffff;
}
.portable-infobox.pi-theme-td .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-td .pi-title, 
.portable-infobox.pi-theme-td .pi-header {
    background: #0E0206;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-td .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-td .pi-navigation a {
    color: #0E0206;
}
.portable-infobox.pi-theme-td .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-td .pi-data-label {
    background: #1A0B0E;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-td .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-td .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-td .pi-group {
    border: none;
}
.portable-infobox.pi-theme-td .center {
    text-align:center;
}
.portable-infobox.pi-theme-td ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-td ul.pi-image-collection-tabs li {
    border: 0;
}


.portable-infobox.pi-theme-td .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-td .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-td .pi-image-collection-tabs li.current {
    background: transparent;
}

/* Raudi Devil */
.portable-infobox {
    width: 300px;
}
.portable-infobox.pi-theme-raudi .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-raudi .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-raudi .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-raudi .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-raudi .pi-secondary-background {
    background: #555f8E;
    color: #ffffff;
}
.portable-infobox.pi-theme-raudi .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-raudi .pi-title, 
.portable-infobox.pi-theme-raudi .pi-header {
    background: #555f8E;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.portable-infobox.pi-theme-raudi .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-raudi .pi-navigation a {
    color: #555f8E;
}
.portable-infobox.pi-theme-raudi .pi-data {
    border-top: 1px solid silver;
}
.portable-infobox.pi-theme-raudi .pi-data-label {
    background: #0A090E;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-raudi .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-raudi .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-raudi .pi-group {
    border: none;
}
.portable-infobox.pi-theme-raudi .center {
    text-align:center;
}
.portable-infobox.pi-theme-raudi ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-raudi ul.pi-image-collection-tabs li {
    border: 0;
}


.portable-infobox.pi-theme-raudi .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-raudi .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-raudi .pi-image-collection-tabs li.current {
    background: transparent;
}
Advertisement