Template:TabRow/themes.scss: Difference between revisions
From TowersWiki
(minor updates to the coloring) |
(Creating a default underline (it looks good in all of the themes)) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
.tab a { | .tab a { | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
.tab.theme_skyline a, .tab.theme_skyline a:visited, .tab.theme_skyline a:hover { | |||
color: #87CEFA; | |||
} | } | ||
Line 17: | Line 21: | ||
.anchor_target:target + .tab a { | .anchor_target:target + .tab a { | ||
opacity: 1; | opacity: 1; | ||
} | |||
.anchor_target:target + .tab a { | |||
border-bottom: 1px solid #36b; | |||
} | } | ||
.anchor_target:target + .tab.theme_headline a { | .anchor_target:target + .tab.theme_headline a { | ||
border-bottom: 1px solid #410000; | border-bottom: 1px solid #410000; | ||
} | |||
.anchor_target:target + .tab.theme_skyline a { | |||
border-bottom: 1px solid #87CEFA; | |||
} | } | ||
Latest revision as of 05:44, 25 July 2024
.tabPanel {
display: none;
}
.tab {
font-weight: bold;
}
.tab a {
text-decoration: none;
}
.tab.theme_skyline a, .tab.theme_skyline a:visited, .tab.theme_skyline a:hover {
color: #87CEFA;
}
.anchor_target {
display: none;
}
.anchor_target:target + .tab a {
opacity: 1;
}
.anchor_target:target + .tab a {
border-bottom: 1px solid #36b;
}
.anchor_target:target + .tab.theme_headline a {
border-bottom: 1px solid #410000;
}
.anchor_target:target + .tab.theme_skyline a {
border-bottom: 1px solid #87CEFA;
}
.tab a {
display: inline-block; padding: 0 1em; margin: 0 .5em .5em; opacity: 0.5; border-bottom: none;
}