From 8b56f5c2394aa09d7ffd29b8cf6ccd51876feed3 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 23 Oct 2010 04:08:09 +0000 Subject: started rewrite to accommodate mobile and use fluid grid --- media/sass/_oldmixins.sass | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 media/sass/_oldmixins.sass (limited to 'media/sass/_oldmixins.sass') diff --git a/media/sass/_oldmixins.sass b/media/sass/_oldmixins.sass new file mode 100644 index 0000000..b6b1ca1 --- /dev/null +++ b/media/sass/_oldmixins.sass @@ -0,0 +1,58 @@ +=small-serif + font-size: 1.1em + letter-spacing: 1px + line-height: 1.2em + +=tiny-serif + font-size: 0.8em + letter-spacing: 1px + line-height: 1.2em + text-transform: uppercase + +=sm-headline-sans + font-family: Helvetica, Verdana, sans-serif + font-size: 24px + line-height: 1.3em + font-weight: normal + +=sm-sans + font-family: Helvetica, Verdana, sans-serif + font-size: 1em + font-weight: normal + +=headline-sans + font-family: Helvetica, Verdana, sans-serif + font-size: 2em + line-height: 1.5em + font-weight: normal + +=transparent_class + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" + filter: alpha(opacity = 90) + -moz-opacity: 0.9 + -khtml-opacity: 0.9 + opacity: 0.9 + +=transparent_class_light + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" + filter: alpha(opacity = 85) + -moz-opacity: 0.85 + -khtml-opacity: 0.85 + opacity: 0.85 + +=transparent_class_lighter + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)" + filter: alpha(opacity = 65) + -moz-opacity: 0.65 + -khtml-opacity: 0.65 + opacity: 0.65 + +=transparent_clear + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" + filter: alpha(opacity = 100) + -moz-opacity: 1 + -khtml-opacity: 1 + opacity: 1 + +$luxagraf_brown: #201a11 +$luxagraf_orange: #b53a04 -- cgit v1.2.3-70-g09d2