Difference between revisions of "MediaWiki:Common.css"

From Autopilot Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Show category links: #catlinks {display:block;}")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
/* Show category links */
 
/* Show category links */
 
#catlinks {display:block;}
 
#catlinks {display:block;}
 +
 +
.vid-responsive {
 +
  display: block;
 +
  max-width:100%;
 +
  height: auto !important;
 +
  width: auto !important;
 +
}

Latest revision as of 23:12, 25 May 2022

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

/* Show category links */
#catlinks {display:block;}

.vid-responsive {
  display: block;
  max-width:100%;
  height: auto !important;
  width: auto !important;
}