Home
Welcome and how to use the site
Latest
Resources
About Tony Bates
Contact
Search
Monday, October 2, 2023
Tony Bates
Home
Welcome and how to use the site
Latest
Resources
About Tony Bates
Contact
Home
Contact
Contact
Mail
Dr. Tony Bates
Tony Bates Associates Ltd.,
Vancouver, B.C.,
Canada V6K 2B7
Email
tony.bates@ubc.ca
Phone
1-604-733-9449
Mobile
1-604-418-7484
(works inside and outside of North America)
Skype
drtonybates
Edit with Live CSS
/*********************************** UTILITY CLASSES ***********************************/ /* Add .stretch-images to grids/blocks to force images to take available space:*/ .stretch-images .td-module-thumb img { min-width: 100%; min-height: 100% } /*********************************** HOME CONTENT ***********************************/ /* Hide meta info in .home-grid-1: */ .home-grid-1 .td-module-meta-info { /*display: none; visibility: hidden;*/ } /* Make grid items in mobile view taller */ @media (max-width: 767px) { .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb { height: 220px; /* originally 170px */ } } /* Recent tweets */ .latest-tweets li { margin-bottom: 18px; } .latest-tweets .tweet-text { margin-bottom: 0; } .latest-tweets .tweet-details { line-height: 1; margin-top: 5px; margin-bottom: 5px; color: #888; font-size: 80%; } /* Home category block headers */ .home-category-wrapper .td-block-title { border-bottom: 2px solid; } .home-category-wrapper .home-category-tech .td-block-title { border-color: #1e74bf; } .home-category-wrapper .home-category-teaching .td-block-title { border-color: #752cb2; } .home-category-wrapper .home-category-strategies .td-block-title { border-color: #8b1818; } .home-category-wrapper .home-category-general .td-block-title { border-color: #e5a12b; } /* Home featured boxes */ .home-featured-blocks-wrapper { } .home-featured-box { } .home-featured-box .td-module-meta-info { background-color: rgba(28, 90, 73, 0.7); padding: 17px; margin: 0; } @media (max-width: 767px) { .home-featured-box { width: 100%; max-width: 100%; } .home-featured-box .td-block-span12 { width: 100%; max-width: 100%; margin-bottom: 15px; } } @media (min-width: 768px) { .home-featured-box { } .home-featured-box .td-block-inner { height: 100%; } .home-featured-box .td-module-thumb img { min-width: 130%; min-height: 130%; margin-top: -15% } .home-featured-box-1, .home-featured-box-1 .td-module-wrap, .home-featured-box-1 .td-module-thumb { height: 378px; max-height: 378px; overflow: hidden; } .home-featured-box-2, .home-featured-box-2 .td-module-wrap, .home-featured-box-2 .td-module-thumb { height: 200px; max-height: 200px; overflow: hidden; } .home-featured-box-3, .home-featured-box-3 .td-module-wrap, .home-featured-box-3 .td-module-thumb { height: 172px; max-height: 172px; overflow: hidden; } .home-featured-box-3 { top: 3px } } @media (min-width: 1025px) { .home-featured-box-1, .home-featured-box-1 .td-module-wrap, .home-featured-box-1 .td-module-thumb { //height: 500px; //max-height: 500px; } .home-featured-box-2, .home-featured-box-2 .td-module-wrap, .home-featured-box-2 .td-module-thumb { //height: 300px; //max-height: 280px; } .home-featured-box-3, .home-featured-box-3 .td-module-wrap, .home-featured-box-3 .td-module-thumb { //height: 214px; //max-height: 214px; } } /* Recent comments */ .recent-comment { line-height: 1.4; margin-bottom: 18px; } .recent-comment h3 { margin-top: 0; margin-bottom: 8px; line-height: 1.4 } .recent-comment p { margin-bottom: 0; } .recent-comment .comment-meta { line-height: 1; margin-top: 5px; margin-bottom: 5px; color: #888; font-size: 80%; } /* Home share this btn */ @media (min-width: 1180px) { .home .st_sharethis { margin-left: 44px; } } /*********************************** MISC. ***********************************/ /* Last widget in a footer column */ .td-footer-wrapper [class*=" td-pb-span"] .widget:last-child, .td-footer-wrapper [class^="td-pb-span"] .widget:last-child { margin-bottom: 14px; }