MediaWiki:Common.css: Difference between revisions
Nazarzadeh (talk | contribs)  Created page with "p br { 	display: none; }  .rootpage-Main_Page .firstHeading { 	dis play: none; }  .page-Main_Page #content{ 	padding-top: 0; }  img { 	max-width: 100%;  	height: auto !important;     clip: rect(auto, auto, auto, auto) !important; }  →* New image thumb design  *  * @dependencies none  * @source en.wikipedia.org/wiki/MediaWiki:Gadget-NewImageThumb.css  * @revision 2  * @author: Edokter ([[User:Edokter]]):   .tocnumber {     color: #333; } .toc, #toc, .catlinks, .mw-ga..."  | 
				Nazarzadeh (talk | contribs) No edit summary  | 
				||
| Line 1: | Line 1: | ||
/* Amiri Font */  | |||
@font-face {  | |||
  font-family: 'Amiri';  | |||
  font-style: normal;  | |||
  font-weight: 400;  | |||
  src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');  | |||
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;  | |||
}  | |||
p br {  | p br {  | ||
	display: none;  | 	display: none;  | ||