Árvore de páginas

Versões comparadas

Chave

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



HTML
<style type="text/css"> a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }  

.fluig * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.fluig-text-center {
text-align: center;
}

.fluig-full-height {
height: 100%;
}

.fluig-container {
margin-right: auto;
margin-left: auto;
max-width: 600px;
}

.fluig-row {
width: 100%;
display: -moz-box;
-moz-flex-flow: row wrap;
-moz-justify-content: center;

display: -ms-flexbox;
-ms-flex-flow: row wrap;
-ms-justify-content: center;
      
display: -webkit-flex;
display: -webkit-box;
-webkit-flex-flow: row wrap;
-webkit-justify-content: center;

display: flex;
flex-flow: row wrap;      
justify-content: center;     
}

.fluig-col {
width: 50%;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
}

.fluig-panel {
border: 1px solid #dadada;
border-radius: 8px;
padding: 30px;
}

.fluig-panel:hover {
background-color: #F3F3F3;
}

.fluig-panel .fluig-panel-thumb {
width: 65px;
}

.fluig-panel .fluig-panel-title {
font-size: 20px;
color: #58595b;
}

.fluig-panel .fluig-panel-title a {
color: #58595b;
font-weight: bold;
}

.fluig-panel .fluig-panel-text {
color: #58595b;
line-height: 1.75;
margin-bottom: 0;
}    
</style>

<div class="fluig">
    <div class="fluig-container">
      <div class="fluig-row">
        <div class="fluig-col">
			<a href="https://tdn.totvs.com/x/dPwlE">
				<div class="fluig-panel fluig-text-center fluig-full-height">
					<h1 class="fluig-panel-title">TOTVS Fluig Plataforma</h1>
            	</div>
			</a>
        </div>
	 	<div class="fluig-col">
			<a href="https://tdn.totvs.com/x/dPwlE">
				<div class="fluig-panel fluig-text-center fluig-full-height">
					<h1 class="fluig-panel-title">Flows</h1>
            	</div>
			</a>
        </div>
	 	<div class="fluig-col">
			<a href="https://tdn.totvs.com/x/dPwlE">
				<div class="fluig-panel fluig-text-center fluig-full-height">
					<h1 class="fluig-panel-title">TOTVS Analytics</h1>
            	</div>
			</a>
        </div>
	 	<div class="fluig-col">
			<a href="https://tdn.totvs.com/x/dPwlE">
				<div class="fluig-panel fluig-text-center fluig-full-height">
					<h1 class="fluig-panel-title">TOTVS Connector</h1>
            	</div>
			</a>
        </div>
      </div>
    </div>
</div>