Skip to content

Instantly share code, notes, and snippets.

@nex3
Forked from Sutto/gist:36673
Created December 17, 2008 06:42
Show Gist options
  • Save nex3/36969 to your computer and use it in GitHub Desktop.
Save nex3/36969 to your computer and use it in GitHub Desktop.
// General PowWow Stylesheets
=round_corners( !radius_tl = 1em, !radius_tr = !radius_tl, !radius_br = !radius_tl, !radius_bl = !radius_tr )
:-moz-border-radius
:topleft= !radius_tl
:topright= !radius_tr
:bottomleft= !radius_bl
:bottomright= !radius_br
:-webkit-border
:top
:left-radius= !radius_tl
:right-radius= !radius_tr
:bottom
:left-radius= !radius_bl
:right-radius= !radius_br
=shadowed_background(!color)
:background= !color url('/images/relayrelay/gradient-tile.png') center top repeat-x
/*
Example Usage:
#my-main-container
+round_corners(1em)
+shadowed_background(#444)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment