view static/css/variables.less @ 80:eaa36eaaf74a

Start integration of new design * New stylesheets, templates, javascript, and images * Added some new template files with filler content for now. * Split up the contents of the static/ directory into img/, js/ and css/ Still in progress. Snippet-posting and -viewing will come soon.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 17:09:07 -0400
parents
children 343d79b20dd5
line wrap: on
line source

// Colour scheme
@black:             #000;
@darkerGrey:        #333;
@darkGrey:          #555;
@mediumGrey:        #AAA;
@lightGrey:         #E6E6E6;
@lighterGrey:       #F0F0F0;
@offWhite:          #FBFBFB;
@white:             #FFF;

@orange:            #FF7F2A;
@darkOrange:        #D45500;

@darkBlue:          #1B749D;
@mediumBlue:        #22A2CA;
@lightBlue:         #60CAE1;

@darkSheer:         rgba(0, 0, 0, 0.5);

// Dimensions and positioning
@fixedWidth:        960px;
@headerHeight:      100px;