Páginas filhas
  • Manual Operacional da Customização- Integração ThriveDX - Curso de Segurança Cibernética

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style>
.aui-tabs.vertical-tabs>.tabs-menu{
	width: 30% !important;
}
.plugin_pagetree_children_list{
    margin: 0 10px;
}
.plugin_pagetree_children_list li{
    border-radius: 2px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
	padding: 5px
}
.sectionMacroWithBorder .columnMacro{
 	border-style: solid;
	border-color: rgba(202, 202, 202, 1);
	border-radius: 5px;
	padding: 10px;
 }

.plugin_pagetree_children_span:hover{
    font-weight: bolder;
}
.plugin_pagetree_children_list li:hover{
	background: rgb(240,240,240);
}
 
.cloakToggle strong {
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:16px;
	font-weight:bold;
	padding: 8px 32px;
	text-decoration:none;
	margin: 1px;
	width: 300px;
 	min-width: 50%; 
	max-width: 600px;  
    text-decoration: none;
}

.cloakToggle strong:active {
	position:relative;
	top:1px;
}
span.cloakToggle{
	display: none;
}
.cloakToggle strong {
  	background-color:#609af7; 
}

.cloakToggle strong:hover {
	background-color:#4d84db;
	text-decoration: none;
}
</style>

...