Puroresu System 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.
/* Table styling */
.wikitable > caption {
    text-align: center;
}

.wikitable {
    border-collapse: collapse;
}

.wikitable tr th {
    text-align: center;
}

.wikitable tr td:first-child,
.wikitable tr th:first-child {
    border-left: 1px solid var(--theme-border-color);
}

/*Template:Icon */
#icons {
    top: 45px;
    right: 43px;
}
#icons > p {
    margin: 0;
}

.page-header__categories>:last-child {
    padding-bottom: 12px !important;
}

/* Infobox universal */
/* Table styling */
.wikitable > caption {
    text-align: center;
}

.wikitable {
    border-collapse: collapse;
}

.wikitable tr th {
    text-align: center;
}

.wikitable tr td:first-child,
.wikitable tr th:first-child {
    border-left: 1px solid var(--theme-border-color);
}

/*Template:Icon */
#icons {
    top: 45px;
    right: 43px;
}
#icons > p {
    margin: 0;
}

.page-header__categories>:last-child {
    padding-bottom: 12px !important;
}

/* Infobox universal */
.portable-infobox {
    width: 286px;
    --pi-border-color: var(--theme-page-background-color);
   --pi-secondary-background: var(--theme-page-background-color);
    border-left: var(--theme-page-text-color);
}

.portable-infobox,
.portable-infobox .pi-title {
     font-size:104%;
}

.portable-infobox .pi-secondary-font,
.portable-infobox .pi-data-value {
	font-size:80%;
	line-height: 22px;
}

.portable-infobox .pi-secondary-background {
    color: var(--theme-page-text-color);
    --pi-border-color: var(--theme-border-color);
}
 
.portable-infobox.pi-theme-universal a {
    color: var(--theme-link-color);
}

.portable-infobox .pi-image .pi-caption {
	font-size:80%;
}

.portable-infobox .pi-header { background:#d0d0d0; text-align:center; font-weight:bolder; box-shadow: inset 0 0 0px 4px #e6e6e6; padding: 7px 10px; font-size:80%;}

.portable-infobox .pi-horizontal-group .pi-data-value { 
	padding: 7px;
	font-size:80%;
}

.portable-infobox .pi-data[data-source="caption"] .pi-data-value {
    font-size:80%;
}

.portable-infobox .pi-item-spacing {
    padding-bottom: 9px;
    padding-top: 9px;
}

/* Infobox company */
.portable-infobox.type-company,
.portable-infobox.type-company .pi-title {
   --pi-border-color: var(--theme-page-background-color);
   --pi-secondary-background: var(--theme-page-background-color);
}

.portable-infobox.type-company .pi-data[data-source="logo_caption"] .pi-data-value {
    font-size:80%;
}

.portable-infobox.type-company .pi-data[data-source="image_caption"] .pi-data-value {
    font-size:80%;
}

.rail-module.recent-wiki-activity.activity-module#wikia-recent-activity,
.rail-module#page-tools-module {
  padding: 10px;
  color: #A22600;
  background-color: #e9e205;
  border:2px solid #808080;
  border-radius: 10px;
  margin-bottom: 15px;
}

section.page-tools-module {
  padding: 10px;
  color: #A22600;
  background-color: #e9e205;
  border:2px solid #808080;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Infobox championship */
.portable-infobox.pi-theme-championship {
    width: 37%;
    border:1px solid #c2c2c2;
}

.portable-infobox.pi-theme-championship .pi-title { 
    font-weight: bold;
    padding: 0.5em;
    text-align: center;
    background:#e6e6e6;
}

.portable-infobox.pi-theme-championship .pi-secondary-font,
.portable-infobox.pi-theme-championship .pi-data-value {
	font-size: 80%;
}

.portable-infobox.pi-theme-championship .pi-image .image-thumbnail:only-child .pi-image-thumbnail {
  padding-bottom: 0;
}
Advertisement