Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Signatures/Signatures.css: Difference between revisions

From FiguraMC
PenguinEncounter (talk | contribs)
No edit summary
PenguinEncounter (talk | contribs)
No edit summary
Line 3: Line 3:
     flex-flow: row nowrap;
     flex-flow: row nowrap;
     padding: 1px 1px;
     padding: 1px 1px;
     gap: 2px;
     gap: 3px;
     border-radius: 4px;
     border-radius: 4px;
     border: 1px solid #404040; /* FIXME: theming */
     border: 1px solid #404040; /* FIXME: theming */
Line 10: Line 10:
     display: block;
     display: block;
     width: 2px;
     width: 2px;
    margin: 3px 0;
     align-self: stretch;
     align-self: stretch;
     background-color: #404040; /* FIXME: theming */
     background-color: #404040; /* FIXME: theming */

Revision as of 01:20, 31 March 2025

.lua-type-union {
    display: inline-flex;
    flex-flow: row nowrap;
    padding: 1px 1px;
    gap: 3px;
    border-radius: 4px;
    border: 1px solid #404040; /* FIXME: theming */
}
.lua-type-union > .lua-type-union-bar {
    display: block;
    width: 2px;
    margin: 3px 0;
    align-self: stretch;
    background-color: #404040; /* FIXME: theming */
}

.lua-type-explicit {
    font-family: monospace;
    display: contents;
}
.lua-type-explicit > .external::after {
    display: none;
}
.lua-type-explicit > a {
    border-radius: 4px;
    border: 1px solid #404040; /* FIXME: theming */
    padding: 0 4px;
}