Skip to content

Instantly share code, notes, and snippets.

View impressivewebs's full-sized avatar

Louis Lazaris impressivewebs

View GitHub Profile
@impressivewebs
impressivewebs / dabblet.css
Created February 16, 2012 09:28
The Big List of Link/Hover Styles
.link-list { font-size: 20px; font-family: Georgia, san-serif; padding: 0 0 0 100px; line-height: 40px; color: #555; }
.link-list a:link, a:visited { color: darkblue; }
.link-list li:nth-of-type(2) a { text-decoration: none; }
.link-list li:nth-of-type(2) a:hover { text-decoration: underline; }
.link-list li:nth-of-type(3) a { }
.link-list li:nth-of-type(3) a:hover { text-decoration: none; }
@impressivewebs
impressivewebs / zenburn-notepad-theme
Created November 2, 2012 19:03
Zenburn (customized) for Notepad++
<?xml version="1.0" encoding="Windows-1252" ?>
<!--
File name: Zenburn.xml
Style Name: Zenburn
Description: Zenburn-like style for Notepad++.
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
Official Vim Zenburn home page: http://slinky.imukuppi.org/zenburnpage/
Supported languages: All the languages supported by release 5.6.4
Created by: Jani Kesänen (jani dot kesanen gmail com)
Released: 12.01.2010
@impressivewebs
impressivewebs / SassMeister-input.scss
Last active August 29, 2015 13:56
Generated by SassMeister.com.
.parent p {
color: lightgreen;
margin-bottom: 15px;
span {
background-color: goldenrod;
color: #000000;
}
}
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 17:18
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
nav li a {
color: cadetblue;
text-decoration: none;
&:hover {
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 19:39
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.example-1 {
font: {
family: Arial;
size: 1.5em;
weight: bold;
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 19:49
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
/* This will output
as usual */
.example {
display: inline-block;
margin: 10px;
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 20:20
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$bgcolor: lavenderblush;
$bordercolor: peachpuff;
.example {
background-color: $bgcolor;
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 20:48
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$bgcolor: lavenderblush;
.example {
background-color: $bgcolor;
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 21:12
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.column {
width: 100px + 7in;
}
.module {
@impressivewebs
impressivewebs / SassMeister-input.scss
Created February 5, 2014 21:40
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.column {
width: 100px + 7in;
}
.module {