Skip to content

Instantly share code, notes, and snippets.

View tevko's full-sized avatar
🇺🇲

Tim tevko

🇺🇲
  • NY
View GitHub Profile
@tevko
tevko / css easy off canvas
Created March 26, 2014 15:50
css transition type used for moving menus
// since I always forget - http://css-tricks.com/almanac/properties/t/transform/
.mainHeader-nav {
width: 100%;
position: absolute;
left: 100%;
transition: 1s ease;
-webkit-transform: translate(-100%,-60px);
}
@include bp(large) {
.grid {
position: relative;
&.left {
float: left;
padding-right: 20px;
}
&.right {
float: right;
padding-left: 20px;
@tevko
tevko / check_dead.sh
Last active August 29, 2015 14:06 — forked from omgmog/check_dead.sh
#!/bin/bash
# usage:
# cd Resources
# sh check_dead.sh
for file in *.md; do
echo "====== Reading file: ${file} ======"
while read line; do
url=$(echo "$line" | sed s/.*\(// | sed s/\)// | sed s/^##.*//)
<html>
<head>
<title>Select styles with CSS only</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #fff;
font-family: helvetica, sans-serif;
margin: 4% 10%
}
@tevko
tevko / dabblet.css
Created October 18, 2014 02:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<?php
/*
Plugin Name: WP Tevko Responsive Images
Plugin URI: http://timevko.com
Description: Fully responsive image solution using picturefill and the ID of your image.
Version: 1.0.1
Author: Tim Evko
Author URI: http://timevko.com
License: MIT
@tevko
tevko / SassMeister-input.scss
Created December 8, 2014 22:02
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.h2 {
color: black;
}
jQuery(window).width() > 749 ? scrollFilterStart() : rtn();
//if the case is false, do nothing by invoking the function below
function rtn() {
return false;
}
.account_dashboard_orderTable {
border: none;
width: 100%;
thead {
border-bottom: solid 1px black;
& > tr {
border-bottom: solid 1px black;
th {
font-weight: normal;
font-size: 11px;
<table class="data-table account_dashboard_orderTable" id="my-orders-table">
<colgroup><col width="1">
<col width="1">
<col>
<col width="105">
<col width="1">
<col width="150">
</colgroup><thead>
<tr class="first last">
<th>Order # </th>