Page template-protected

Template:Collapsed toc/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
  .toctogglelabel { display: none; }
  .toctogglelabel { display: none; }
   
   
  /* Styling for jQuery makeCollapsible, matching that of collapseButton */
  /* Styling to force the show/hide to be in normal weight */
.wikitable th {
.wikitable th {
font-weight: normal;
font-weight: normal;

Revision as of 21:19, 1 July 2023

/* {{pp|small=y}} */

 #toc { border: 0px; }
 .toc h2 { display: none; }
 .toctogglespan { display: none; }
 .toctogglelabel { display: none; }
 
 /* Styling to force the show/hide to be in normal weight */
.wikitable th {
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.2em;
}