2013-09-16 05:19:07 -04:00
|
|
|
// colors
|
|
|
|
|
|
|
|
$header = #404040
|
|
|
|
$bodybg = #202020
|
|
|
|
|
|
|
|
$red = #c80000
|
|
|
|
$text = #333
|
|
|
|
$subtext = #777
|
|
|
|
|
|
|
|
$pink = #EB008B
|
|
|
|
$ltgray = #EBECEC
|
|
|
|
$dkgray = #202020
|
|
|
|
$blue = #00aeef
|
|
|
|
$dkblue = #006991
|
|
|
|
|
2013-09-18 12:28:09 -04:00
|
|
|
// new colors
|
|
|
|
|
|
|
|
$activeBlue = #00aeef
|
|
|
|
$actionPink = #ec008c
|
|
|
|
|
|
|
|
$sidebarBg = #0b1316
|
|
|
|
$sidebarActive = #192a47
|
|
|
|
|
|
|
|
$baseText = #565656
|
|
|
|
$textSecondary = #b7b7b7
|
|
|
|
|
|
|
|
$grayBackground = #f7f7f7
|
|
|
|
$grayOutline = #e4e4e4
|
2013-09-16 05:19:07 -04:00
|
|
|
|
|
|
|
// font sizes
|
|
|
|
|
|
|
|
$fontLG = 20px
|
|
|
|
$fontMD = 16px
|
|
|
|
$fontSM = 13px
|
|
|
|
|
|
|
|
|
|
|
|
// dimensions
|
|
|
|
|
|
|
|
$base = 10px
|
|
|
|
$seven = 7 * $base
|
|
|
|
$five = 5 * $base
|
|
|
|
$three = 3 * $base
|
|
|
|
$page = 38 * $base
|