Template:TabRow/themes.scss: Difference between revisions

From TowersWiki
(Created page with ".tabPanel { display: none; } .tab a { text-decoration: none; } .anchor_target { display: none; } .anchor_target:target + .tab a { opacity: 1; } .anchor_target:target + .tab.theme_headline a { border-bottom: 1px solid #41000; } .tab a { display: inline-block; padding: 0 1em; margin: 0 .5em .5em; opacity: 0.5; border-bottom: none; }")
 
(minor updates to the coloring)
Line 1: Line 1:
.tabPanel {
.tabPanel {
   display: none;
   display: none;
}
.tab {
  font-weight: bold;
}
}


Line 16: Line 20:


.anchor_target:target + .tab.theme_headline a {
.anchor_target:target + .tab.theme_headline a {
   border-bottom: 1px solid #41000;
   border-bottom: 1px solid #410000;
}
}



Revision as of 05:13, 25 July 2024

.tabPanel {

 display: none;

}

.tab {

 font-weight: bold;

}

.tab a {

 text-decoration: none;

}

.anchor_target {

 display: none;

}

.anchor_target:target + .tab a {

 opacity: 1;

}

.anchor_target:target + .tab.theme_headline a {

 border-bottom: 1px solid #410000;

}

.tab a {

 display: inline-block;
 padding: 0 1em;
 margin: 0 .5em .5em;
 opacity: 0.5;
 border-bottom: none;

}