Skip to content

Instantly share code, notes, and snippets.

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#
@Jaswetz
Jaswetz / dabblet.css
Created October 14, 2014 18:38
Untitled
#main-photo
{
width: 300px;
height: 300px;
border: 1px solid #f2f2f2;
}
.preloader
{
height: 20px;
@Jaswetz
Jaswetz / dabblet.css
Created March 6, 2014 00:08
Untitled
.tip_shape {
position: absolute;
top: 22px;
left: 7px;
width: 10px;
height: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 0 2px black;
@Jaswetz
Jaswetz / dabblet.css
Created March 6, 2014 00:06
Untitled
#main-photo
{
width: 300px;
height: 300px;
border: 1px solid #f2f2f2;
}
.preloader
{
height: 20px;
@Jaswetz
Jaswetz / dabblet.css
Created February 10, 2014 23:02
Untitled
#main-photo
{
width: 300px;
height: 300px;
border: 1px solid #f2f2f2;
}
.preloader
{
height: 20px;
@Jaswetz
Jaswetz / dabblet.css
Created May 1, 2013 20:53
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%;
@Jaswetz
Jaswetz / dabblet.css
Created January 25, 2013 20:56
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#navsite ul li ul
{
position: absolute;
width: 7em;
left: -999em;
float: none;
@Jaswetz
Jaswetz / dabblet.css
Created January 10, 2013 21:51
position: relative;
ul
{
padding: 0;
margin: 0;
list-style: none;
}
header
{
border: 1px solid red;
@Jaswetz
Jaswetz / dabblet.css
Created January 10, 2013 20:25
Untitled
ul
{
padding: 0;
margin: 0;
list-style: none;
}
#header
{
position: relative;
@Jaswetz
Jaswetz / dabblet.css
Created January 10, 2013 20:11
Untitled
body
{
background: seaShell;
position: relative
}
.tip-shape
{
position: absolute;
top: 50px;