-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merging new example
- Loading branch information
Bruce Hauman
committed
Feb 13, 2015
1 parent
c14f2fd
commit 1975983
Showing
14 changed files
with
130 additions
and
16,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,56 @@ | ||
@import url("imported.css"); | ||
body { | ||
color: #333; | ||
} | ||
|
||
@font-face { | ||
font-family: 'source_sans_proregular'; | ||
src: url('../webfonts/sourcesanspro-regular-webfont.ttf'); | ||
} | ||
/* ankah */ | ||
.toggle-button { | ||
font-weight: bold; | ||
} | ||
|
||
body { | ||
color: blue; | ||
font-family: 'source_sans_proregular'; | ||
background: #fff url(../webfonts/wrap-bg.png) repeat 0 0; | ||
.edit-button { | ||
margin-left: 2px; | ||
} | ||
|
||
.ellipsis { | ||
color: grey; | ||
} | ||
|
||
.number { | ||
color: forestgreen; | ||
} | ||
|
||
.keyword { | ||
color: darkviolet; | ||
} | ||
|
||
.symbol { | ||
color: inherit; | ||
} | ||
|
||
.symbol:before { | ||
content: "'"; | ||
} | ||
|
||
.string { | ||
color: dodgerblue; | ||
} | ||
|
||
.boolean { | ||
color: goldenrod; | ||
} | ||
|
||
.nil { | ||
color: silver; | ||
} | ||
|
||
.function { | ||
color: firebrick; | ||
} | ||
|
||
.regex { | ||
color: darkgreen; | ||
} | ||
|
||
.object .key:after { | ||
content: ":"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.