Skip to content

Instantly share code, notes, and snippets.

View varya's full-sized avatar
🏠
Working from home

Varya Stepanova varya

🏠
Working from home
View GitHub Profile
@varya
varya / dabblet.css
Created June 26, 2012 18:51 — forked from tyv/dabblet.css
— четные строки выделить цветом #ddebf7
/*
— четные строки выделить цветом #ddebf7
— третий и далее через один от него столбец
выделить #f2f2de
— http://clck.ru/d/TiOhh2nF142wp
*/
tr:nth-child(2n)
{
background-color:#ddebf7;
@varya
varya / gist:3878795
Created October 12, 2012 11:32
Задание для стажера
({
block: 'b-page',
title: 'index',
head: [
{ elem: 'css', url: '_index.css', ie: false},
{ elem: 'css', url: '_index.ie.css', ie: true },
{ block: 'i-jquery', elem: 'core'},
{ elem: 'js', url:'_index.js'},
],
content: [
({
block: 'b-page',
title: 'index',
head: [
{ elem: 'css', url: '_index.css', ie: false},
{ elem: 'css', url: '_index.ie.css', ie: true },
{ block: 'i-jquery', elem: 'core'},
{ elem: 'js', url:'_index.js'},
],
content: [
.layout
{
position: relative;
min-height: 130px;
}
.layout__left
{
padding-right: 200px;
}
({
block: 'b-page',
title: 'index',
head: [
{ elem: 'css', url: '_index.css', ie: false},
{ elem: 'css', url: '_index.ie.css', ie: true },
{ block: 'i-jquery', elem: 'core'},
{ elem: 'js', url:'_index.js'},
],
content: [
.b-logo .b-link
{
color: #666;
text-decoration: none;
}
.b-logo__slogan
{
font: 11px Verdana, sans-serif;
.b-search
{
position: relative;
top: 44px;
}
.b-search__input,
.b-search__button
{
font-size: 16px;
block b-page, content: {
elem: 'body-i',
content: this.ctx.content
}
.b-page__body
{
font: 13px Helvetica, Arial, sans-serif;
background: #979797;
}
.b-page__body-i
{
width: 800px;
max-width: 100%;