MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


/* Custom backport of sidebar TOC from Vector 2022 skin */
/* Custom backport of sidebar TOC from Vector 2022 skin
.toc {
.toc {
   font-size:12px;
   font-size: 12px;
   position:fixed;
   position: relative;
   width:12%;
   top: 0;
   height:5%;
   max-height: 100vh;
}
  overflow: auto;
}*/

Latest revision as of 06:16, 22 February 2024

/* All CSS here will be loaded for users of the Vector skin */

/* Custom backport of sidebar TOC from Vector 2022 skin
.toc {
   font-size: 12px;
   position: relative;
   top: 0;
   max-height: 100vh;
   overflow: auto;
}*/