Skip to content

Instantly share code, notes, and snippets.

View pepelsbey's full-sized avatar
🚧
Working Hard

Vadim Makeev pepelsbey

🚧
Working Hard
View GitHub Profile
@pepelsbey
pepelsbey / dabblet.css
Created September 19, 2012 06:24
Untitled
button {
position:relative;
display:block;
margin:50px;
padding:0;
width:250px;
height:50px;
border:none;
border-radius:50px;
background-color:#0A0;
@pepelsbey
pepelsbey / dabblet.css
Created September 25, 2012 13:43
Untitled
div, img {
float:left;
width:100px;
height:100px;
}
body > img {
border-radius:50%;
}
div {
border-radius:50%;
@pepelsbey
pepelsbey / poetry.css
Created October 7, 2012 21:18
Poetry
/* This CSS file generated on Sat Sep 29 02:48:20 MSK 2012 */
.AFInstructionText,.x0,.AFFieldText,.x6,.xm,.x23,.x24,.x2d,.x2e,.x2f,.x2j,.x1u.x2n .x25,.x1u.p_AFDisabled.x2n .x25,.x1u.x2p .x25,.x1u.x2q .x25,.x1u.x2r .x25,.x1u.x2s .x25,.x22.x2n .x24,.x22.p_AFDisabled.x2n .x24,.x22.x2p .x24,.x22.x2q .x24,.x22.x2r .x24,.x22.x2s .x24,.x1t.x2n .x26,.x1t.p_AFDisabled.x2n .x26,.x1t.x2p .x26,.AFFieldTextLTR,.x9k,.AFPhoneFieldText,.x9m,.AFPostalCodeFieldText,.x9o,.AFAddressFieldText,.x9q,.PortletSubHeaderText,.xcf,.PortletText1,.xcg,.PortletText2,.xch,.PortletText3,.xci,.PortletText4,.xcj,.portlet-font,.xck,.portlet-msg-info,.xcm,.portlet-form-input-field,.xd3,.portlet-form-field,.xd8 {font-family:Tahoma, Helvetica;font-weight:normal;font-size:11px;color:#000000}
.AFInstructionTextDisabled,.x1,.AFFieldTextDisabled,.x7,.x1u.p_AFDisabled.x2p .x25,.x1u.p_AFDisabled.x2q .x25,.x1u.p_AFDisabled.x2r .x25,.x1u.p_AFDisabled.x2s .x25,.x22.p_AFDisabled.x2p .x24,.x22.p_AFDisabled.x2q .x24,.x22.p_AFDisabled.x2r .x24,.x22.p_AFDisable
@pepelsbey
pepelsbey / dabblet.css
Created October 11, 2012 16:15
Untitled
div, button {
display:block;
margin:20px;
padding:20px;
width:100px;
height:50px;
border:none;
background:#999;
}
.bb {
@pepelsbey
pepelsbey / dabblet.html
Created October 15, 2012 14:29
Untitled
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 14">
<path d="M8,3V1H3v2H1v1h9V3H8z M4,3V2h3v1H4z"/>
<path d="M1,5v7h1v1h7v-1h1V5H1z M3,11H2V7h1V11z M6,11H5V7h1V11z M9,11H8V7h1V11z"/>
</svg>
@pepelsbey
pepelsbey / dabblet.css
Created October 23, 2012 15:38
Untitled
body {
padding:2em;
background:#E8F5FF;
font-family:sans-serif;
}
div {
position:relative;
overflow:hidden;
width:500px;
background:#FFF;
@pepelsbey
pepelsbey / .bash_profile
Created November 3, 2012 05:16
SVG to SVGZ and back
# Functions
svgz() {
gzip $1 -S z
}
svg() {
file=$1
name=${file%.*}
mv ${file} ${name}.svg.gz && gunzip ${name}.svg.gz
}
@pepelsbey
pepelsbey / dabblet.css
Created November 7, 2012 13:07
Untitled
.video {
position:relative;
width:640px;
height:360px;
background:#CCC;
}
.video:before,
.video:after {
position:absolute;
top:0;
@pepelsbey
pepelsbey / at.css
Created November 7, 2012 17:02
CSS At-Rules Test
@charset "UTF-8";
@charset 'UTF-8';
@namespace "http://www.w3.org/1999/xhtml";
@namespace 'http://www.w3.org/1999/xhtml';
@namespace svg "http://www.w3.org/2000/svg";
@namespace svg 'http://www.w3.org/2000/svg';
@import "foo.scss";
@import 'foo.scss';
<script>(function(b,c,a){(c[a]=c[a]||[]).push(function(){try{c.yaCounter00000000=new Ya.Metrika({id:00000000})}catch(a){}});var e=b.getElementsByTagName('script')[0],d=b.createElement('script'),a=function(){e.parentNode.insertBefore(d,e)};d.async=!0;d.src='//mc.yandex.ru/metrika/watch.js';'[object Opera]'==c.opera?b.addEventListener('DOMContentLoaded',a):a()})(document,window,'yandex_metrika_callbacks');</script><noscript><img src="//mc.yandex.ru/watch/00000000" alt=""></noscript>