Alli Fitz Wiki
No edit summary
No edit summary
Line 38: Line 38:
 
color: #fff;
 
color: #fff;
 
background-color: #2F2E2A;
 
background-color: #2F2E2A;
  +
font-weight: normal;
 
}
 
}

Revision as of 16:25, 8 December 2018

/* staff */
a[href="/wiki/User:AestheticFaraz"] {color:#be8e57; font-weight: bold; }
a[href="/wiki/User:Cold_Alex"] {color:#be8e57; font-weight: bold; }

.comments li[data-user="AestheticFaraz"] blockquote {
    background:#D3ABCE  ;
}
.comments li[data-user="AestheticFaraz"] blockquote: after {
    border-color: transparent #D3ABCE #D3ABCE transparent ;
}
.comments li[data-user="AestheticFaraz"] blockquote div {
    background: transparent ;
}
.comments li[data-user="Cold Alex"] blockquote {
    background: #ACCEE2 ;
}
.comments li[data-user="Cold Alex"] blockquote: after {
    border-color: transparent #ACCEE2 #ACCEE2 transparent ;
}
.comments li[data-user="Cold Alex"] blockquote div {
    background: transparent ;
}

/* infoboxes format */
/*infobox format*/
.portable-infobox {
   width: 270px;
}
.portable-infobox.pi-background {
   background-color: #EEECEC; 
}
.portable-infobox .pi-secondary-background {
   background-color: #2F2E2A;
}
.portable-infobox .pi-header,
.portable-infobox .pi-title {
    color: #fff;
    background-color: #2F2E2A;
    font-weight: normal;
}