Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch from Website_Test to Website.
  • Loading branch information
Chris Hallberg committed May 19, 2018
1 parent 260cfa1 commit b4734a5
Show file tree
Hide file tree
Showing 68 changed files with 4,384 additions and 13,246 deletions.
113 changes: 113 additions & 0 deletions Website/circle-circle.html

Large diffs are not rendered by default.

89 changes: 0 additions & 89 deletions Website/circle-circle.php

This file was deleted.

127 changes: 127 additions & 0 deletions Website/circle-rect.html

Large diffs are not rendered by default.

120 changes: 0 additions & 120 deletions Website/circle-rect.php

This file was deleted.

185 changes: 185 additions & 0 deletions Website/css/atom-light.css
@@ -0,0 +1,185 @@
.editor,
.editor .gutter {
background-color: #ffffff;
color: #555555;
}
.editor .invisible-character {
color: rgba(85, 85, 85, 0.2);
}
.editor .indent-guide {
color: rgba(85, 85, 85, 0.2);
}
.editor .wrap-guide {
background-color: rgba(85, 85, 85, 0.2);
}
.editor .gutter {
color: #555555;
background: #ffffff;
}
.editor .gutter .line-number.folded,
.editor .gutter .line-number:after,
.editor .fold-marker:after {
color: #e87b00;
}
.editor .invisible {
color: #555;
}
.editor .selection .region {
background-color: #e1e1e1;
}
.editor.is-focused .cursor {
border-color: #000000;
}
.editor.is-focused .selection .region {
background-color: #afc4da;
}
.editor.is-focused .line-number.cursor-line-no-selection,
.editor.is-focused .line.cursor-line {
background-color: rgba(255, 255, 134, 0.34);
}
.editor .comment {
color: #999988;
font-style: italic;
}
.editor .string {
color: #D14;
}
.editor .source .string .source,
.editor .source .string .meta.embedded.line {
color: #5A5A5A;
}
.editor .source .string .punctuation.section.embedded {
color: #920B2D;
}
.editor .source .string .punctuation.section.embedded .source {
color: #920B2D;
}
.editor .constant.numeric {
color: #D14;
}
.editor .constant.language {
color: #606aa1;
}
.editor .constant.character,
.editor .constant.other {
color: #606aa1;
}
.editor .constant.symbol {
color: #990073;
}
.editor .constant.numeric.line-number.find-in-files .match {
color: rgba(143, 190, 0, 0.63);
}
.editor .variable {
color: #008080;
}
.editor .variable.parameter {
color: #606aa1;
}
.editor .keyword {
color: #222;
font-weight: bold;
}
.editor .keyword.unit {
color: #445588;
}
.editor .keyword.special-method {
color: #0086B3;
}
.editor .storage {
color: #222;
}
.editor .storage.type {
color: #222;
}
.editor .entity.name.class {
text-decoration: underline;
color: #606aa1;
}
.editor .entity.other.inherited-class {
text-decoration: underline;
color: #606aa1;
}
.editor .entity.name.function {
color: #900;
}
.editor .entity.name.tag {
color: #008080;
}
.editor .entity.other.attribute-name {
color: #458;
font-weight: bold;
}
.editor .entity.name.filename.find-in-files {
color: #E6DB74;
}
.editor .support.constant,
.editor .support.function,
.editor .support.type {
color: #458;
}
.editor .support.class {
color: #008080;
}
.editor .invalid {
color: #F8F8F0;
background-color: #00A8C6;
}
.editor .invalid.deprecated {
color: #F8F8F0;
background-color: #8FBE00;
}
.editor .meta.structure.dictionary.json > .string.quoted.double.json,
.editor .meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
color: #000080;
}
.editor .meta.structure.dictionary.value.json > .string.quoted.double.json {
color: #d14;
}
.editor .meta.diff,
.editor .meta.diff.header {
color: #75715E;
}
.editor .css.support.property-name {
font-weight: bold;
color: #333;
}
.editor .css.constant {
color: #099;
}
.editor .source.gfm {
color: #444;
}
.editor .gfm .markup.heading {
color: #111;
}
.editor .gfm .link {
color: #888;
}
.editor .gfm .variable.list {
color: #888;
}
.editor .markdown .paragraph {
color: #444;
}
.editor .markdown .heading {
color: #111;
}
.editor .markdown .link {
color: #888;
}
.editor .markdown .link .string {
color: #888;
}
.editor .search-results .marker .region {
background-color: transparent;
border: 1px solid #999999;
}
.editor .search-results .marker.current-result .region {
border: 1px solid #000000;
}
.bracket-matcher {
background-color: #C9C9C9;
opacity: .7;
border-bottom: 0 none;
}

0 comments on commit b4734a5

Please sign in to comment.