.title, h1, h2, h3, h4, h5, h6 {
font-family: 'Droid Serif', Georgia, 'Times New Roman', serif !important;
box-shadow: 0 0px 0 #330000;
color: #7C1A09 !important;
text-shadow: 0px 1px 2px #cccccc;
border-bottom: 0px solid #D1D1D1;
}
#rt-sidebar-a #aiContactSafeSendButton {
background-color: #F3ECD4;
background-image: linear-gradient(to bottom, #E6DEC2, #D5C38E);
background-repeat: repeat-x;
border: 1px solid #A5976E !important;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
color: #2A271C !important;
text-shadow: 0 2px 3px #cccccc;
border-radius: 5px;
width:90% !important;
}
/* Smartphones */
@media (max-width: 480px) {
}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
}
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
}
/* Large Display */
@media (min-width: 1200px) {
}
<?php gantry_import('core.utilities.gantrymobiledetect'); ?>
<?php $detector = new GantryMobileDetect(); ?>
<?php if ($detector->isTablet()) : ?>
test
<?php endif; ?>
<?php gantry_import('core.utilities.gantrymobiledetect'); ?>
<?php $detector = new GantryMobileDetect(); ?>
<?php if ($detector->isMobile()) : ?>
<?php header('Location: mobile.site.com/ '); ?>
<?php endif; ?>
Time to create page: 0.083 seconds