Versões comparadas

Chave

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

Product_template
DescEsta página destina-se a disponibilizar os modelos dos documentos necessários à gestão dos projetos de acordo com a MIT Digital.

HTML
<!-- HTML DO ICONE DE HOME -->
<a href="https://tdn.totvs.com/display/MD/MIT+Digital"><span id="icon-home">
<b>Voltar à HOME</b><img src="https://tdn.totvs.com/download/attachments/632845879/home-icon-branca.png?api=v2"/>
</span> </a>

<style>
	#icon-home img{
		width: 40px;
		height: 40px;
	}
	#icon-home{
		display: flex;
		justify-content: flex-end;
		padding-right:10px;
		margin-top: -80px;
		padding-bottom:20px;
	}
	#icon-home>b{
		color:#fff;
		padding-top:15px;
		padding-right: 5px;
	}

</style>

Esta página destina-se a disponibilizar os modelos dos documentos necessários à gestão dos projetos de acordo com a MIT Digital.

Dica
titleImportante

Use sempre templates atualizados da Metodologia. Os templates atualizados estão disponíveis neste guia.

HTML
<style>
#title-text{
			font-size:0px;
}

h1#title-text a{color:#ffffff;margin-top:-40px;}
.page-description{color:#ffffff;}

h1#title-text.with-breadcrumbs{background-image:url(https://tdn.totvs.com/download/attachments/636728811/BG-guia%20de%20templates.png?api=v2);}

.sr-showcase>.showcase-title    {
    text-align: center;
	font-weight: bold;
}
.sr-showcase {
    margin:0;
}

.sr-showcase> img{
	width: 80px;
	height: 80px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
	margin-top: 30px;
}

.sr-showcase>.showcase-caption>.showcase-action {
    text-align:center;
}
</style>

...