-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
6,405 additions
and
128 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
108 changes: 108 additions & 0 deletions
108
src/BlazorNodaTimeDateTimePicker.Demo/wwwroot/css/highlight/agate.css
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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
/*! | ||
* Agate by Taufik Nurrohman <https://github.com/tovic> | ||
* ---------------------------------------------------- | ||
* | ||
* #ade5fc | ||
* #a2fca2 | ||
* #c6b4f0 | ||
* #d36363 | ||
* #fcc28c | ||
* #fc9b9b | ||
* #ffa | ||
* #fff | ||
* #333 | ||
* #62c8f3 | ||
* #888 | ||
* | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #333; | ||
color: white; | ||
} | ||
|
||
.hljs-name, | ||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-code, | ||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-tag { | ||
color: #62c8f3; | ||
} | ||
|
||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-selector-id, | ||
.hljs-selector-class { | ||
color: #ade5fc; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-bullet { | ||
color: #a2fca2; | ||
} | ||
|
||
.hljs-type, | ||
.hljs-title, | ||
.hljs-section, | ||
.hljs-attribute, | ||
.hljs-quote, | ||
.hljs-built_in, | ||
.hljs-builtin-name { | ||
color: #ffa; | ||
} | ||
|
||
.hljs-number, | ||
.hljs-symbol, | ||
.hljs-bullet { | ||
color: #d36363; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-literal { | ||
color: #fcc28c; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-deletion, | ||
.hljs-code { | ||
color: #888; | ||
} | ||
|
||
.hljs-regexp, | ||
.hljs-link { | ||
color: #c6b4f0; | ||
} | ||
|
||
.hljs-meta { | ||
color: #fc9b9b; | ||
} | ||
|
||
.hljs-deletion { | ||
background-color: #fc9b9b; | ||
color: #333; | ||
} | ||
|
||
.hljs-addition { | ||
background-color: #a2fca2; | ||
color: #333; | ||
} | ||
|
||
.hljs a { | ||
color: inherit; | ||
} | ||
|
||
.hljs a:focus, | ||
.hljs a:hover { | ||
color: inherit; | ||
text-decoration: underline; | ||
} |
66 changes: 66 additions & 0 deletions
66
src/BlazorNodaTimeDateTimePicker.Demo/wwwroot/css/highlight/androidstudio.css
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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/* | ||
Date: 24 Fev 2015 | ||
Author: Pedro Oliveira <kanytu@gmail . com> | ||
*/ | ||
|
||
.hljs { | ||
color: #a9b7c6; | ||
background: #282b2e; | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
} | ||
|
||
.hljs-number, | ||
.hljs-literal, | ||
.hljs-symbol, | ||
.hljs-bullet { | ||
color: #6897BB; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-deletion { | ||
color: #cc7832; | ||
} | ||
|
||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-link { | ||
color: #629755; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-quote { | ||
color: #808080; | ||
} | ||
|
||
.hljs-meta { | ||
color: #bbb529; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-attribute, | ||
.hljs-addition { | ||
color: #6A8759; | ||
} | ||
|
||
.hljs-section, | ||
.hljs-title, | ||
.hljs-type { | ||
color: #ffc66d; | ||
} | ||
|
||
.hljs-name, | ||
.hljs-selector-id, | ||
.hljs-selector-class { | ||
color: #e8bf6a; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight: bold; | ||
} |
Oops, something went wrong.