MediaWiki:Common.css: Difference between revisions

1,353 bytes added ,  21:39, 30 October 2020
re-style category pages on Desktop only
(+ more inline gif styles)
(re-style category pages on Desktop only)
Line 1,744: Line 1,744:
   background: #0f3b3a;
   background: #0f3b3a;
}
}
 
/*
*  Qud Style for Category Pages
*  ============================
*/
span.CategoryTreeEmptyBullet,
span.CategoryTreeToggle {
    position: relative;
    padding-right:19px;
    color:transparent;
}
span.CategoryTreeToggle {
    color: transparent;
    position: relative;
    line-height:30px;
}
span.CategoryTreeEmptyBullet:before,
span.CategoryTreeToggle:before {
    position: absolute;
    left:0;
    font-family: var(--qud-font-terminal1);
    font-weight: bold;
    font-size: 18px;
    color: var(--qud-color-y-dark);
    z-index: 1;
}
span.CategoryTreeToggle[title="collapse"]:before {
    content:'[-]';
}
span.CategoryTreeToggle[title="expand"]:before {
    content:'[+]';
}
span.CategoryTreeEmptyBullet:before {
    color: var(--qud-color-k);
    content:'\00a0>';
    line-height:22px;
}
#mw-pages .mw-category li {
    position: relative;
    padding-left: 36px;
    margin-left: -19px;
}
#mw-pages .mw-category li::marker {
    position: relative;
    padding-right:19px;
    color:transparent;
}
#mw-pages .mw-category li:before {
    position: absolute;
    left:0;
    font-family: var(--qud-font-terminal1);
    font-weight: bold;
    font-size: 18px;
    z-index: 1;
    color: var(--qud-color-k);
    content:'\00a0>';
    line-height:22px;
}
#mw-subcategories li a,
#mw-pages .mw-category li a {
    font-family: 'Open Sans';
}
/*  
/*  
  *  QUD INFOBOX - PNG/GIF ANIMATOR
  *  QUD INFOBOX - PNG/GIF ANIMATOR