Forskjell mellom versjoner av «MediaWiki:Vector.css»

Fra heimskringla.no
Hopp til navigering Hopp til søk
Linje 1: Linje 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
/* Hide the arrow in the header */
+
/* force the display of the contents of the section */
 +
#p-coll-print_export  .body {
 +
display:block !important;
 +
}
 +
/* Option 1: hide the header */
 +
#p-coll-print_export h3 {
 +
display:none;
 +
}
 +
/* Option 2: just hide the arrow in the header */
 
#p-coll-print_export h3 {
 
#p-coll-print_export h3 {
 
background:none !important;
 
background:none !important;
 
}
 
}

Revisjonen fra 11. des. 2013 kl. 19:47

/* CSS placed here will affect users of the Vector skin */

/* force the display of the contents of the section */
#p-coll-print_export  .body {
	display:block !important;
}
/* Option 1: hide the header */
#p-coll-print_export h3 {
	display:none;
}
/* Option 2: just hide the arrow in the header */
#p-coll-print_export h3 {
	background:none !important;
}