Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 65: Line 65:
}
}


nowiki {
div.stack {
font-family: monospace;
    width: 50%;
    padding: 1em;
    border: 1px solid #3FA9F5;
    margin: 1em;"
}
}


/*sidebar*/
/*sidebar*/

Revision as of 14:33, 1 October 2021

@font-face {
font-family: "ED";
src: url("fonts/ED_Regular.ttf") format("opentype");
font-weight:  400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
}

hr {
    background-color: #3FA9F5;
}

/*typography*/

b {
    letter-spacing: 0.035em;
}

.firstHeading {
    color: #3FA9F5;
    font-size: 1.2em;
}
 
h1.firstHeading, h2, h3, h4 {
    font-family: ED, Arial, sans-serif;
}

h1, h2 {
    border-bottom: 1px solid #3FA9F5;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
    font-family: ED, Arial, sans-serif;
    color: #3FA9F5;
}

body, .mw-body, #mw-head, #mw-panel {
    font-family: ED, Arial, sans-serif;
    background-color: white;
    color: black;
}

.mw-body {
    border: 1px solid #3FA9F5;
}

div.article {
    border: 1px solid #3FA9F5;
    padding: 1em;
    margin: 1em;
    max-width: 100%;
    max-height: 100%;
}

div.coverbox {
}

div.left-coverbox {
    display: inline-block;
    width: 50%;
    padding: 1em;
    border: 1px solid #3FA9F5;
    margin: 1em;"
}

div.stack {
    width: 50%;
    padding: 1em;
    border: 1px solid #3FA9F5;
    margin: 1em;"
}


/*sidebar*/

.vector-menu-portal h3 {
    background-image: none;
    color: #3FA9F5;
    border-bottom: 1px solid #3FA9F5;
}

div#mw-panel {
    padding: 0;
    margin: 0;
}

/*nav#p-navigation {
    padding: 0;
    margin: 0;
}*/



/*images*/

div.thumbinner {
    border: 1px solid #3FA9F5;
}

/* We don't use these pages now */
#footer-places-privacy, #footer-places-disclaimer { display: none; }
/* Ensure Code Borders (even with GeSHI) */
pre {
border: 1px dashed #2F6FAB !important;
padding: 10px !important;
}