User:Lizz/common.css: Difference between revisions

From Dreamlight Valley Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 53: Line 53:
/* Used in Template:LinkedGallery */
/* Used in Template:LinkedGallery */
ul.linked-gallery {
ul.linked-gallery {
    /* 2022-02-06 would be nice to get these left-aligned, but was doing wonky things with a header immediately below it
     float: left;
     float: left;
     display: inline-block;
     display: inline-block;
     padding-bottom: 10px;
     padding-bottom: 10px;
    */
}
}

Revision as of 22:15, 6 February 2023

/* https://www.mediawiki.org/wiki/Manual:Collapsible_elements */
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

.mw-collapsible-left span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}

/*
.mw-collapsible-toggle-default:before, .mw-collapsible-toggle-default:after {
    display: none;
}
*/


td#cell_scrooge {
   background-color: #fef6e7;
   text-align: center;
   font-size: 13px;
}

span.playtime {
  color: maroon;
}

th.navbox-landscaping-row {
  text-align: left; /* this is being overridden atm */
  width: 105px;
}

.inverted-icon {
/* testing inverting icon colors...*/
-webkit-filter: invert(100%); /* Safari/Chrome */
filter: brightness(3);
    filter: invert(100%);
}

#black-link a {
color: black;
}

/* Color Swatch Template */
div.color-swatch {
    background: #757cdc;
    display: inline-block;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

/* Used in Template:LinkedGallery */
ul.linked-gallery {
    /* 2022-02-06 would be nice to get these left-aligned, but was doing wonky things with a header immediately below it
    float: left;
    display: inline-block;
    padding-bottom: 10px;
    */
}