Changes

Collapsible classes additions. Edit for gk as his custom edit group no longer exists, so he can't currently push css/js edits
Line 1,465: Line 1,465:  
width: 6em;
 
width: 6em;
 
}
 
}
 +
 +
/*COLLAPSIBLE CLASSES ADDITIONS
 +
Used by: ????
 +
Added by: gk (edit pushed by Chocolatecravinghobo)
 +
----------------------------------------------*/
 +
 +
a:hover {
 +
  text-decoration: underline;
 +
}
 +
 +
.mw-collapsible-text:hover {
 +
  text-decoration: none;
 +
}
 +
 +
.mw-collapsible .mw-collapsible-toggle,
 +
h1 .mw-collapsible-toggle,
 +
h2 .mw-collapsible-toggle,
 +
h3 .mw-collapsible-toggle,
 +
h4 .mw-collapsible-toggle,
 +
h5 .mw-collapsible-toggle,
 +
h6 .mw-collapsible-toggle {
 +
  float: left !important;
 +
  margin-left: 0;
 +
  margin-right: 1em;
 +
}
 +
 +
.mw-collapsible-toggle:after {
 +
  content: "";
 +
}
 +
 +
.mw-collapsible-toggle-collapsed:before {
 +
  content: "▼ ";
 +
}
 +
 +
.mw-collapsible-toggle-expanded:before {
 +
  content: "▲ ";
 +
}
 +
 +
/* ----------------------------------------------*/
    
/* Standard Navigationsleisten, aka box hiding thingy
 
/* Standard Navigationsleisten, aka box hiding thingy
advmod, cssedit, Interface administrators, janitor, Moderators, prechecked, Widget editors
7,932

edits