Jump to content

MediaWiki:Common.css: Difference between revisions

From TVSWiki
No edit summary
No edit summary
Line 12: Line 12:
     background-color: transparent;
     background-color: transparent;
     border: 0px;
     border: 0px;
}
div.gallerytext {
    padding: 9px 4px 17px;
    text-align: center;
}
}

Revision as of 02:49, 22 April 2025

/* CSS placed here will be applied to all skins */
.pi-data-label {
  min-width: 90px;
  text-align: right;
}

html.skin-theme-clientpref-night {
    --background-color-base: #0e0e0e;
}

li.gallerybox div.thumb {
    background-color: transparent;
    border: 0px;
}

div.gallerytext {
    padding: 9px 4px 17px;
    text-align: center;
}