MediaWiki

Difference between revisions of "Common.css"

From MEDS Wiki

Line 3: Line 3:
 
@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")
 
@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")
  
/* div#content {font-family: 'Montserrat', sans-serif} */
+
#p-navigation {font-family: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki headings to Montserrat sans serif */
+
.fa *{font-family: 'Montserrat', sans-serif}
 
 
 
body {font-family: 'Montserrat', sans-serif}  
 
body {font-family: 'Montserrat', sans-serif}  
 
 
div#content h1 ,h2 ,h3 ,h4 a, body {font-family: 'Montserrat', sans-serif}
 
div#content h1 ,h2 ,h3 ,h4 a, body {font-family: 'Montserrat', sans-serif}
 
 
#navwrapper a {font-family: 'Montserrat', sans-serif}
 
#navwrapper a {font-family: 'Montserrat', sans-serif}
 
 
div#p-cactions {font-family: 'Montserrat', sans-serif}
 
div#p-cactions {font-family: 'Montserrat', sans-serif}
 
 
.button {font-family: 'Montserrat', sans-serif}
 
.button {font-family: 'Montserrat', sans-serif}
 +
/*change all visible fonts to Montserrat, except code*/
  
 
/*.top-bar-right .button.background-color: #ff7c86;*/
 
/*.top-bar-right .button.background-color: #ff7c86;*/
/* bg color: #ff7c86 pressed: ff4351 */
+
/* trying to change the color of the search button to match the meds website bg color: #ff7c86 pressed: ff4351 */
 
 
.fa *{font-family: 'Montserrat', sans-serif}
 
  
 
#top-bar-left .has-dropdown a:after{content : none}
 
#top-bar-left .has-dropdown a:after{content : none}
 
+
/* removes the arrows in the dropdown menu */
/* footer.row a {font-family: 'Montserrat', sans-serif} */
 
 
 
#p-navigation {font-family: 'Montserrat', sans-serif}
 

Revision as of 18:18, 23 May 2019

/* CSS placed here will be applied to all skins */

@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")

#p-navigation {font-family: 'Montserrat', sans-serif}
.fa *{font-family: 'Montserrat', sans-serif}
body {font-family: 'Montserrat', sans-serif} 
div#content h1 ,h2 ,h3 ,h4 a, body {font-family: 'Montserrat', sans-serif}
#navwrapper a {font-family: 'Montserrat', sans-serif}
div#p-cactions {font-family: 'Montserrat', sans-serif}
.button {font-family: 'Montserrat', sans-serif}
/*change all visible fonts to Montserrat, except code*/

/*.top-bar-right .button.background-color: #ff7c86;*/
/* trying to change the color of the search button to match the meds website bg color: #ff7c86 pressed: ff4351 */

#top-bar-left .has-dropdown a:after{content : none}
/* removes the arrows in the dropdown menu */