Skip to content

Instantly share code, notes, and snippets.

// Adapted from [mbilalsiddique1]'s comment on this gist:
// https://gist.github.com/alanhogan/2878758
//
// Note that sprites are ordered for first by file size (ascendingly) and then
// by name.
// https://github.com/chriseppstein/compass/issues/690#issuecomment-3729204
@import "compass/utilities/sprites"
@import "compass/css3/background-size"
@donut
donut / confess.html
Created February 23, 2009 01:53 — forked from anonymous/confess
{assign_variable:my_weblog="default_site"}
{assign_variable:my_template_group="site"}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Boil The Bunny | How Bad Could Your Ex Be?</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet=site/css2}' />
@donut
donut / gist:68643
Created February 22, 2009 22:21 — forked from anonymous/gist:68641
<!-- start content -->
<div id="content_confess">
<div class="post">
<h2 class="title">Confess your story to us</h2>
<div class="entry"> {exp:weblog:entry_form weblog="default_site" return="site/index" preview="site/entry"}
<table width="100%" border="0">
<tr>
<td width="22%"><label for="title">Title:</label></td>
<td width="78%">
@donut
donut / gist:68582
Created February 22, 2009 19:44 — forked from anonymous/gist:68581
<!-- start content -->
<div id="content_confess">
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"}
<div class="post">
<h2 class="title">{title}</h2>
<div class="entry">
<p>{name}</p>
<p>{body_content}</p>
<p>&nbsp;</p>
</div><!--.entry-->