Skip to end of banner
Go to start of banner

Examples of CSS style code in Composition Tabs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Custom CSS for HTML Macro

Macro Structure

Result

<style>
.tabs-menu>.menu-item.active-tab a {font-family:Lucida Console; font-style: italic; background-color: lightblue; font-size: 20px;}
.tabs-menu>.menu-item a {font-family: verdana; background-color:#F30289; color:white; font-size: 20px;}
</style>

<style>
.tabs-menu>.menu-item.active-tab a {border:2px black; background-color:#1282C5; color:white;}
.tabs-menu>.menu-item a {border:2px black; background-color:#1282C5; color:white;}
</style>




<style>
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item a {padding: 20px 50px 20px 20px}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a {padding: 20px 50px 20px 20px}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item a:hover {padding: 20px 50px 20px 20px}
</style>




  • No labels