Difference between revisions of "MediaWiki:Vector.css"

From LinnDocs
Jump to: navigation, search
m (Replaced content with "CSS placed here will affect users of the Vector skin: @media print { ol.references {display: none;} }")
(Tag: Replaced)
m
 
Line 2: Line 2:
 
@media print {
 
@media print {
 
     ol.references {display: none;}
 
     ol.references {display: none;}
 +
}
 +
 +
.left-column {
 +
  position: fixed;
 +
  top: 0;
 +
  bottom: 0;
 +
  overflow: scroll;
 
}
 
}

Latest revision as of 07:16, 8 August 2023

/* CSS placed here will affect users of the Vector skin */
@media print {
    ol.references {display: none;}
}

.left-column {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
}