User:Lizz/common.css

From Dreamlight Valley Wiki
< User:Lizz
Revision as of 22:49, 18 March 2023 by Lizz (talk | contribs) (font-style: italic; for .playtime and .properName)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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, span.properName {
  color: maroon;
  font-style: italic;
}

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;
    padding: 2px;
    margin: 2px;
    margin-bottom: -5px;
}

/* 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;
    */
}

ul.dialogueOptions {
/* used in Ariel's "Let's talk about you." Daily Discussion */
}