Skip to content

Instantly share code, notes, and snippets.

View gera3d's full-sized avatar

Gera Yeremin gera3d

View GitHub Profile
@gera3d
gera3d / gist:75992af176b45d4ef9fa2201baa98f5d
Created February 5, 2019 18:45
Homepage Button for the full video with play
<a class="button secondary_color" style="margin-top: 2.5rem; border-radius: 0px; font-size: 2.5rem; opacity: 0.8;" href="/academicadvantage">Academic Advantage</a>
@gera3d
gera3d / custom.css
Created February 6, 2019 22:21
Add custom logo just to mobile
@media (max-width: 1025px) {
.wrap > .title-area.show > .site-title > a {
min-height: 50px;
width: 100%;
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important;
background-size: 150px 50px !important;
background-position: left center !important;
}
}
@gera3d
gera3d / Custom_Main.css
Created October 10, 2019 23:16
Custom Wine Styles
New Styles
/**Custom styles for the king estate winery**/
body {
background-color: #f7f7f5 !important;
color: #8e6a02 !important;
}
.nav-tabs>li.active>a {
@gera3d
gera3d / match.js
Last active December 7, 2019 23:56
Match Height
jQuery(function() {
// apply your matchHeight on DOM ready
// apply matchHeight to each item container's items
jQuery('.product_item_inner').each(function() {
jQuery(this).children('.product_item_excerpt').matchHeight({
byRow: true
});
});
});
@gera3d
gera3d / Books
Created March 9, 2020 07:10
Books
<style type="text/css" media="screen">
.gr_grid_container {
/* customize grid container div here. eg: width: 500px; */
}
.gr_grid_book_container {
/* customize book cover container div here */
float: left;
width: 98px;
height: 160px;