comparison 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
comparison
equal deleted inserted replaced
79:96ad476f52df 80:eaa36eaaf74a
1 // Colour scheme
2 @black: #000;
3 @darkerGrey: #333;
4 @darkGrey: #555;
5 @mediumGrey: #AAA;
6 @lightGrey: #E6E6E6;
7 @lighterGrey: #F0F0F0;
8 @offWhite: #FBFBFB;
9 @white: #FFF;
10
11 @orange: #FF7F2A;
12 @darkOrange: #D45500;
13
14 @darkBlue: #1B749D;
15 @mediumBlue: #22A2CA;
16 @lightBlue: #60CAE1;
17
18 @darkSheer: rgba(0, 0, 0, 0.5);
19
20 // Dimensions and positioning
21 @fixedWidth: 960px;
22 @headerHeight: 100px;