Mahou Shoujo of the End 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.
.portable-infobox .pi-image-collection-tabs li {
	width: 50%;
	text-align: center;
}
.pi-image-collection-tabs {
    margin: 0!important;
}
.portable-infobox {
	border-radius: 10px;
	width:270px !important;
    overflow: hidden;
	border: 1px solid purple;
}
ul.pi-image-collection-tabs li.current {
	background: -webkit-linear-gradient(360deg, #7d2181, #d834df 50%,#7d2181 100.0%);
	color: #fff
}
.portable-infobox .pi-collapse .pi-header:first-child::after {
	border-color: #fff !important;
}
.portable-infobox .pi-navigation {
	background-color: transparent;
	border-bottom: 1px solid #000;
}

.portable-infobox .pi-image-thumbnail {
    max-width:270px !important;
    border-radius: 6px; 
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
}
.portable-infobox .pi-background {
    border: none;
    text-align: center !important;
    background: transparent;
}
.portable-infobox .pi-secondary-background {
    padding: 3px !important;
    background-image: -webkit-linear-gradient(360deg, #7d2181, #d834df 50%,#7d2181 100.0%);
    border-radius: 6px;
    color: White;
}
.portable-infobox .pi-header {
    text-align: center; 
    text-shadow: #000 0 0 2px;
    padding: 3px !important;
    background: #6a02a2;
    background-image: -webkit-linear-gradient(360deg, #7d2181, #d834df 50%,#7d2181 100.0%);
    border-radius: 6px;
    color: White;
    font-weight: bold;
    font-size:120%;
}
.portable-infobox .pi-item-spacing {
    padding: 2px;
    border: none;
    background: transparent;
}
.portable-infobox .pi-secondary-font {
    background: #6a02a2;
    background-image: -webkit-linear-gradient(360deg, #7d2181, #d834df 50%,#7d2181 100.0%);
    padding: 3px !important;
    border:1px solid #7d2181;
    border-radius: 6px;
    color: white;
    text-shadow: #000 0 0 2px;
    text-align: center; 
}
.portable-infobox .pi-title {
	font-family: 'Berkshire+Swash';
    border: 1px solid #7d2181;
    text-align: center; 
    text-shadow: #000 0 0 2px;
    background: #6a02a2;
    background-image: -webkit-linear-gradient(360deg, #7d2181, #d834df 50%,#7d2181 100.0%);
    padding: 3px !important;
    border-radius: 6px;
    color: White;
    font-weight: bold;
    font-size:120%;
}
Advertisement