Daily Lives of High School Boys Wiki
(-)
(-)
Line 144: Line 144:
   
 
.WikiaArticle h2 {
 
.WikiaArticle h2 {
margin: 10px px;
+
margin-top: 10px;
  +
margin-bottom: 10px;
 
}
 
}

Revision as of 19:42, 9 January 2021

ul.tabbernav li a {
    border:none !important;
    font-family: Arial !important;
    margin:0 !important;
    padding:2px 12px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 13px !important;
    cursor:default;
}
ul.tabbernav li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.tabbernav li:last-of-type a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabberlive .tabbertab {
    border: none !important;
    border-radius: 3px !important;
    padding:10px 10px 5px 0px !important;
    width: 100% !important;
}
ul.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
    text-align:center;
    margin: 0 0 -10px 0 !important;
}


/* Infoboxes */
.portable-infobox.pi-theme-north .pi-title,
.portable-infobox.pi-theme-north .pi-header,
.portable-infobox.pi-theme-north .pi-data-label{
   background-color: #344F85;
}

.portable-infobox .pi-title,
.portable-infobox .pi-header
{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.portable-infobox .pi-title,
.portable-infobox .pi-header,
.portable-infobox .pi-data-label
{
    color:#fff;
}

.portable-infobox .pi-image-collection-tabs {
    text-align: center;
}

.portable-infobox.pi-theme-central .pi-title,
.portable-infobox.pi-theme-central .pi-header,
.portable-infobox.pi-theme-central .pi-data-label{
   background-color: #09A31B;
}

.portable-infobox.pi-theme-west .pi-title,
.portable-infobox.pi-theme-west .pi-header,
.portable-infobox.pi-theme-west .pi-data-label{
   color: #6A6B67;
   background-color: #FFFEA5;
}

.portable-infobox.pi-theme-east .pi-title,
.portable-infobox.pi-theme-east .pi-header,
.portable-infobox.pi-theme-east .pi-data-label{
   background-color: #8A0400;
}

.portable-infobox.pi-theme-other .pi-title,
.portable-infobox.pi-theme-other .pi-header,
.portable-infobox.pi-theme-other .pi-data-label{
   background-color: #C1D0C3;
}

.portable-infobox.pi-theme-media .pi-data-label{
  color: #666363;
}

.portable-infobox .pi-data
{
    padding: 0px;
    margin: 0px;
}

.portable-infobox .pi-data-label
{
    margin: 0px;
    padding: 1px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    text-align: center;
}

.portable-infobox .pi-data-value
{
    padding-left: 1.5em;
    margin: 0px;
}

.portable-infobox
{
    border: 1px solid #999;
}

.portable-infobox.pi-theme-source {
  margin: auto;
  float: none;
}

.portable-infobox.pi-theme-source .pi-title,
.portable-infobox.pi-theme-source .pi-header,
.portable-infobox.pi-theme-source .pi-data-label{
   background-color: #FFFFFF;
   color:#000000;
}

a.new:hover
{
	color: #ff0000;
}

a:hover
{
	color: #800000;
}

ul.wikiaPhotoGallery-slider-list a
{
	color:#03a9f4;
}
	
.wikia-photogallery-add 
{
    display: none !important;
}

.WikiaArticle h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}