Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Tag: Manual revert
 
(54 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@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 {
body, .mw-body, #mw-head, #mw-panel {
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     font-family: ED, Arial, sans-serif;
     background-color: white;
     background-color: white;
     color: black;
     color: black;
Line 10: Line 45:
     border: 1px solid #3FA9F5;
     border: 1px solid #3FA9F5;
}
}
div.article {
    border: 1px solid #3FA9F5;
    padding: 1em;
    margin: 1em;
    max-width: 100%;
    max-height: 100%;
}
.tasks-text {
/*font-size: large;*/
/*line-height: 130%;*/
max-width: 60%;
}
#wrapper {
    width: 80%;
    padding: 1em;
    border: 1px solid #3FA9F5;
    overflow: hidden; /* will contain if #first is longer than #second */
}
#left-coverbox {
    width: 45%;
    padding: 1em;
    float:left; /* add this */
    border: 1px solid #3FA9F5;
}
#right-coverbox {
    width: 45%;
    /*border: 1px solid #3FA9F5;*/
    padding: 1em;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
/*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 #3FA9F5 !important;*/
/*padding: 10px !important;*/
/*}*/

Latest revision as of 16:56, 24 November 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%;
}

.tasks-text {
	/*font-size: large;*/
	/*line-height: 130%;*/
	max-width: 60%;
}

#wrapper {
    width: 80%;
    padding: 1em;
    border: 1px solid #3FA9F5;
    overflow: hidden; /* will contain if #first is longer than #second */
}
#left-coverbox {
    width: 45%;
    padding: 1em;
    float:left; /* add this */
    border: 1px solid #3FA9F5;
}
#right-coverbox {
    width: 45%;
    /*border: 1px solid #3FA9F5;*/
    padding: 1em;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}


/*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 #3FA9F5 !important;*/
/*padding: 10px !important;*/
/*}*/