Esempio n. 1
0
background: -moz-linear-gradient(top, #a2a0a0 0%, #131313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a0a0), color-stop(100%,#131313));
background: -webkit-linear-gradient(top, #a2a0a0 0%,#131313 100%);
background: -o-linear-gradient(top, #a2a0a0 0%,#131313 100%);
background: -ms-linear-gradient(top, #a2a0a0 0%,#131313 100%);
background: linear-gradient(to bottom, #a2a0a0 0%,#131313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a0a0', endColorstr='#131313',GradientType=0 );
display: block;
text-align: center;
padding: 7px;
font-size: 14px;
color: #fff;
font-weight: 600;
width: 90%;
margin: 0 auto;
}
span.hotelprice {
font-weight: 700;
font-size: 30px;
text-align: center;
display: block;
margin-bottom: 15px;
margin-top: 7px;
}


</style>

<?php 
\Website::bottom();
Esempio n. 2
0
    ?>
 <?php 
    echo $events['zip'];
    ?>
</span>
				</div>
				<p><?php 
    echo $event['description'];
    ?>
</p>
				<div class="listing_btns">
					<a href="<?php 
    echo $events['url'];
    ?>
"><div class="info_btn btn">more info</div></a>
					<a href="<?php 
    echo $events['buy_url'];
    ?>
"><div class="buy_btn btn">buy now</div></a>
				</div>
			</div>
		<?php 
}
?>
		</div>
	</main>
</section>

<?php 
\Website::bottom($this);