Skip to content

Instantly share code, notes, and snippets.

View robhrt7's full-sized avatar

Robert Haritonov robhrt7

View GitHub Profile
@robhrt7
robhrt7 / dabblet.css
Created January 3, 2012 16:57
Rainbow glow
body {
background-image: url(http://www.bmwcarswallpapers.com/bulkupload//hd/2//BMW%20HD/BMW%20Pics%20Full%20HD.jpg);
background-size: 100%;
background-repeat: no-repeat;
}
.rainbow-shadow {
position: relative;
width: 200px;
height: 200px;
@robhrt7
robhrt7 / dabblet.css
Created January 13, 2012 15:59
Click zoom
/*Glamour*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
font-family: Arial;
}
@dokterbob
dokterbob / encode_web.sh
Created May 10, 2013 12:28
Script for encoding web video with FFMPEG.
# This script transcodes a single MP4 video to WebM and Theora and
# creates a still for the video after 2 seconds
# Inspiration: http://johndyer.name/ffmpeg-settings-for-html5-codecs-h264mp4-theoraogg-vp8webm/
INFILE=$1
FORMAT=$2
BASENAME="${INFILE%.*}"
VIDEO_BITRATE="1500k"
@robhrt7
robhrt7 / Fronteers_2013_text_ru.md
Last active December 26, 2015 03:49 — forked from h4/1.fronteers.dump.md
Структурированная версия текстовой трансляции c Fronteers 2013 от @webstandards_up

Текстовая трансляция с Fronteers 2013

Большое спасибо @webstandards_up за текстовую трансляцию!

Вступление

Тест Мы начинаем текстовую трансляцию Fronteers 2013, двухдневной конференции в Амстердаме — http://t.co/QB5SYQ3cMx

Пол Айриш из Google открывает шестую конференцию Fronteers. Россия на шестом месте по количеству участников, например.

Port Forwarding in Mavericks (80 to 8080)


Guide to add localhost:80 to localhost:8080 forwarding.

Since Mavericks stopped using the deprecated ipfw (as of Mountain Lion), we'll be using pf to allow port forwarding.

####1. anchor file

@robhrt7
robhrt7 / headings.css
Last active August 29, 2015 13:56
CSS headings
/*
CSS hedings
==============================================================================================
*/
/* Level 1
---------------------------------------------------------------------------------- */
.somecode {
@robhrt7
robhrt7 / order.css
Last active August 29, 2015 13:56
CSS properties order
/*
CSS properties order
==============================================================================================
*/
.class {
position: relative;
right: 0;
left: 0;
z-index: 77;
@robhrt7
robhrt7 / comments.css
Last active August 29, 2015 13:56
Комментарии в CSS
/*
Комментарии в CSS
==============================================================================================
*/
/*
Нужно комментировать все не однозначные свойства и значения.
*/
@robhrt7
robhrt7 / organisation.css
Last active August 29, 2015 13:56
CSS organisation
/*
CSS organisation principles
==============================================================================================
*/
.elem-no-rules {}
.elem-no-rules_child {
display: inline-block;
}
@robhrt7
robhrt7 / description.css
Created February 17, 2014 20:57
Description and TODOs in CSS
/**
* author: robert.haritonov | skype : haritonov.r
* spec: http://link
* created: 05.12.13
*
* comments:
* @project class:
* @project colors:
**/