Create a header with a welcome message. You can customize the header, subtitle, and background color to match your company brand and culture.
/*Style for Header widget*/ .axero-widget-full-header { color: #FFF; padding: 30px 0; margin: -30px 0 30px; background: radial-gradient(ellipse farthest-side at 100% 100%, #dbf6c8 20%, #1cafc6 50%, #012690 110%); }
<div class="container-fluid axero-widget-full-header"> <div class="container"> <div class="row-fluid"> <div class="span12 "> <div class="axero-entity-formatted-content "> <h3 style="text-align: center;">Welcome to the Communifire Intranet</h3> <p style="text-align: center;">Get help, access company information, stay updated, and connect with coworkers.</p> </div> </div> </div> </div> </div>
background: radial-gradient(ellipse farthest-side at 100% 100%, #dbf6c8 20%, #1cafc6 50%, #012690 110%);
color: #FFF;
/*Style for Header widget*/ .axero-widget-full-header { color: #FFF; padding: 30px 0; margin: -30px 0 30px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */ background: #b5bdc8; /* Old browsers */ background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */ }
Example result:
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/27012/header-widget
Your session has expired. You are being logged out.