Difference between revisions of "MediaWiki:Common.css"

From WikiSpiv
Jump to: navigation, search
Line 29: Line 29:
     line-height: 1.4;
     line-height: 1.4;
     /*position: relative;*/
     /*position: relative;*/
     font-size: 17pt;
     font-size: 14pt;
}
}


Line 44: Line 44:
/* Make main editor legible */
/* Make main editor legible */
.wikiEditor-ui-text textarea {
.wikiEditor-ui-text textarea {
     font-size: 17pt;
     font-size: 14pt;
}
}


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


Line 63: Line 63:


label {
label {
     font-size: 17pt;
     font-size: 14pt;
}
}


Line 79: Line 79:


div#mw-content-text li {
div#mw-content-text li {
     font-size: 17pt;
     font-size: 14pt;
}
}


.credits {
.credits {
     padding-bottom: 17pt;
     padding-bottom: 14pt;
}
}


div#bodyContent {
div#bodyContent {
     padding-bottom: 17pt;
     padding-bottom: 14pt;
}
}

Revision as of 11:45, 13 May 2016

/* 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;
    /* Makes the text "bold" without changing its width #kludge */
    /*text-shadow: .25px 0px 0px #7D7D7D, -.25px 0px 0px #7D7D7D;*/
    font-weight: bold;
    margin-bottom: -0.4em;
}

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

.spiv div {
    text-indent: -2em;
    padding-left: 2em;
}

.mw-bodytext {
    font-family: 'Ubuntu Mono', Courier, monospace;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    /*position: relative;*/
    font-size: 14pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu Mono', Courier, monospace;
    margin-top: 1em;
}

/* Disable TOC */
.toc, #toc { display: none; }

#tagline { display:none; }

/* Make main editor legible */
.wikiEditor-ui-text textarea {
    font-size: 14pt;
}

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

/* Make select boxes in Special:Book expand */
table#mw-collection-title-table select {
    width: 100%;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    font-size: 1.4rem;
    font-family: font-family: 'Ubuntu Mono', Courier, monospace;;
}

label {
    font-size: 14pt;
}

.suggestions-result, .suggestions-special, .suggestions-result-current {
    font-family: font-family: 'Ubuntu Mono', Courier, monospace;;
}

pre {
    background-color: #DEDEDE;
    font-family: "alfios";
    border-color: grey;
    border-style: solid;
    border-width: 1px;
}

div#mw-content-text li {
    font-size: 14pt;
}

.credits {
    padding-bottom: 14pt;
}

div#bodyContent {
    padding-bottom: 14pt;
}