Difference between revisions of "MediaWiki:Common.css"

From DevOps Notebook
Line 3: Line 3:
 
font-weight: normal;
 
font-weight: normal;
 
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
 
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
 +
}
 +
.mw-body {
 +
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
 
}
 
}
  
.mw-body .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
+
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
 
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
 
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
 
}
 
}

Revision as of 23:00, 10 November 2019

/* CSS placed here will be applied to all skins */
body {
font-weight: normal;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;		
}
.mw-body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#p-logo-text{
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;	
}
.color-right {
    display: inline-block;
    height: 0.25em;
    background: #0e283a;

}

.color-left {
    height: 0.25em;
    background: 
    #0e283a;
}

.color-middle {
    height: 0.25em;
    background: 
    #1f99bf;
}

#firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 2px #0e283a;
}


#mw-page-header-links li.selected {
    border-bottom-color: #1f99bf;
}