initial commit - cross reference with 5th port - obviously has compile errors

This commit is contained in:
LetterJay
2016-07-03 02:17:19 -05:00
commit 35a1723e98
4355 changed files with 2221257 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
body.nanotrasen
background: data-url('images/nanotrasen.svg') no-repeat fixed center/70% 70%,
linear-gradient(to bottom,
background-color-start 0%,
background-color-end 100%)
@import "util/*"
@import "components/*"
+30
View File
@@ -0,0 +1,30 @@
body.syndicate
color-good = pale-green
color-highlight = black
background-color-start = #750000
background-color-end = #340404
rule-color-normal = dark-gray
titlebar-color-text = pale-red
titlebar-color-button = pale-red
display-color-background = alpha(#000, 0.5)
display-color-shadow = alpha(#000, 0.75)
notice-color-first = #750000
notice-color-second = #910101
section-color-label = white
bar-color-normal = black
bar-color-good = pale-green
bar-color-border = black
button-color-normal = dark-green
button-color-disabled = gray
button-color-selected = dark-red
button-color-caution = yellow-orange
button-color-danger = yellow
input-color-text = white
input-color-background = dark-red
background: data-url('images/syndicate.svg') no-repeat fixed center/70% 70%,
linear-gradient(to bottom,
background-color-start 0%,
background-color-end 100%)
@import "util/*"
@import "components/*"