Difference between revisions of "MediaWiki:Common.css"

From WikiSpiv
Jump to: navigation, search
Line 16: Line 16:
.spiv {
.spiv {
     /* Puts a border padding-right to the right of the actual wrapping point (width - padding-right) */
     /* Puts a border padding-right to the right of the actual wrapping point (width - padding-right) */
     width: 300px;
     width: 350px;
     padding-right: 24px;
     padding-right: 24px;
     border-right: thin solid #C3C3C3;
     border-right: thin solid #C3C3C3;

Revision as of 14:48, 6 January 2018

/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);

/* Guitar Chord Formatting  */
.chord {
    color: #7D7D7D;
    font-weight: bold;
    margin-bottom: -0.4em;
    font-size: 0.75em;
}

.chord, .lyric {
    float: left;
}

.spiv {
    /* Puts a border padding-right to the right of the actual wrapping point (width - padding-right) */
    width: 350px;
    padding-right: 24px;
    border-right: thin solid #C3C3C3;
}

.spiv div {
    line-height: 1;
}

.chordtext {
    padding-bottom: 0.5em;
}

.indented {
    padding-left: 1.5em;
}

.credits {
    padding-bottom: 1em;
}

/* Make main editor legible */
.wikiEditor-ui-text textarea {
    font-size: 14pt;
    font-family: 'Ubuntu Mono', Courier, monospace;
}

/* Make fallback editor legible (ex [[MediaWiki:Common.css]]) */
#editform, #toolbar, #wpTextbox1 {
    font-size: 14pt;
    font-family: 'Ubuntu Mono', Courier, monospace;
}