Skip to content

Instantly share code, notes, and snippets.

@mkdizajn
Last active December 20, 2015 03:49
Show Gist options
  • Save mkdizajn/6066800 to your computer and use it in GitHub Desktop.
Save mkdizajn/6066800 to your computer and use it in GitHub Desktop.
magento misc infortis theme snippets for frontend
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<!-- BANNER STYLE -::- TEXT OVER PICTURE -->
<a class="banner" href="">
<img src="" alt="">
<div class="caption dark3 full-width right top-right">
dark1, dark2, dark3, light1, light2, light3
</div>
</a>
<!-- nice box with css transitions -->
<div class="grid12-3 link">
<div class="feature">
<h3>Our story</h3>
<p>lorem ipsum lorem ,, ispus</p>
</div>
</div>
<!-- LINE DIVIDER -->
<span class="section-line"></span>
<!-- blog widget lattest posts -->
<div>{{widget type="blog/last" blocks_count="2" categories="1,2"}}</div>
<!-- CSS misc display styles -->
<style>
.hide-below-768
.hide-below-480
.grid12-3
.clearer /*<!-- CLEARS BOTH -->*/
.alpha /*<!-- REMOVE MARGIN-LEFT -->*/
.omega /*<!-- REMOVE MARGIN-RIGHT -->*/
.section /*<!-- PADDING TOP AND BOTTOM -->*/
.collapsible /*<!-- TOGGLE -->*/
.mobile-collapsible /*<!-- TOGGLE ONLY ON MOBILE -->*/
label[for=s_method_freeshipping_freeshipping] {} /*<!-- STYLE ONLY LABEL FOR ONE SHIPPING TYPE VIA CSS -->*/
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment