User:Lizz/common.css: Difference between revisions

From Dreamlight Valley Wiki
Jump to navigation Jump to search
(add span.friendshipImpact)
(span.timeLabel with fontsize = 13px, consistent with Time page table)
Line 66: Line 66:
ul.dialogueOptions {
ul.dialogueOptions {
/* used in Ariel's "Let's talk about you." Daily Discussion */
/* used in Ariel's "Let's talk about you." Daily Discussion */
}
span.timeLabel {
    font-size: 13px;
}
}

Revision as of 18:41, 26 April 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;
}
*/


span.playtime, span.properName {
  color: maroon;
  font-style: italic;
}

span.friendshipImpact {
  color: #FD58C9;
  font-style: italic;
  font-weight: bold;
}

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

span.timeLabel {
    font-size: 13px;
}