Advertisement
shazichan

Fully Defined - Hide Boxes

Jul 20th, 2022
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. Plain but defined accordions and hideboxes~
  2.  
  3. [display=Defined]ALL THE COLOURS[/display]
  4. [accordion]
  5.   [a-section=TITLE 1] CONTENTS 1 [/a-section]
  6.   [a-section=TITLE 2] CONTENTS 2 [/a-section]
  7.   [a-section=TITLE 3] CONTENTS 3 [/a-section]
  8.   [a-section=TITLE 4] CONTENTS 4 [/a-section]
  9. [/accordion]
  10.  
  11. [style]
  12.  .panel {
  13.     background:black;
  14.     border: solid 1px white;
  15.     color: white;
  16.     >h3 {
  17.             >a { color:white;}
  18.             border: solid 1px white;
  19.             background:grey;
  20.             color:white;
  21.             }
  22.             >div {
  23.             .page;
  24.             color:white;
  25.         }
  26. }
  27.  
  28. a:link, a:visited {
  29.     color: #808080;
  30. }
  31. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement