Difference between revisions of "MediaWiki:Vector.css"

From English Wiki
Jump to navigation Jump to search
m
m
 
Line 4: Line 4:
 
   font-size: 1.4em;
 
   font-size: 1.4em;
 
}
 
}
 +
 +
 +
 +
/* --------  E x t e r n a l  l i n k s --------------------- */
 +
 +
 +
/* Disable printing URL links
 +
.mediawiki .mw-body a.external.text:after,
 +
.mediawiki .mw-body a.external.autonumber:after {}
 +
 +
#content a[href^="https://"].external
 +
  {background: center irght no-repeat; padding-right 0px; }
 +
#content a[href^="http://"].external
 +
  {background: center irght no-repeat; padding-right 0px; }

Latest revision as of 07:40, 8 December 2021

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px ; formerly 0.95em */
.mw-content-text {
  font-size: 1.4em;
}



/* --------  E x t e r n a l   l i n k s --------------------- */ 


/* Disable printing URL links
.mediawiki .mw-body a.external.text:after, 
.mediawiki .mw-body a.external.autonumber:after {} 

#content a[href^="https://"].external 
  {background: center irght no-repeat; padding-right 0px; }
#content a[href^="http://"].external 
  {background: center irght no-repeat; padding-right 0px; }