generated from anexia-it/open-source-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
0 parents
commit f5eba3f
Showing
122 changed files
with
28,015 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 @@ | ||
go.anx.io |
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,87 @@ | ||
/* Background */ .bg { ; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4 } | ||
/* PreWrapper */ .chroma { ; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } | ||
/* LineNumbers targeted by URL anchor */ .chroma .ln:target { background-color: #e5e5e5 } | ||
/* LineNumbersTable targeted by URL anchor */ .chroma .lnt:target { background-color: #e5e5e5 } | ||
/* Other */ .chroma .x { } | ||
/* Error */ .chroma .err { } | ||
/* CodeLine */ .chroma .cl { } | ||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } | ||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } | ||
/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 } | ||
/* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||
/* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||
/* Line */ .chroma .line { display: flex; } | ||
/* Keyword */ .chroma .k { color: #008000; font-weight: bold } | ||
/* KeywordConstant */ .chroma .kc { color: #008000; font-weight: bold } | ||
/* KeywordDeclaration */ .chroma .kd { color: #008000; font-weight: bold } | ||
/* KeywordNamespace */ .chroma .kn { color: #008000; font-weight: bold } | ||
/* KeywordPseudo */ .chroma .kp { color: #008000 } | ||
/* KeywordReserved */ .chroma .kr { color: #008000; font-weight: bold } | ||
/* KeywordType */ .chroma .kt { color: #b00040 } | ||
/* Name */ .chroma .n { } | ||
/* NameAttribute */ .chroma .na { color: #7d9029 } | ||
/* NameBuiltin */ .chroma .nb { color: #008000 } | ||
/* NameBuiltinPseudo */ .chroma .bp { } | ||
/* NameClass */ .chroma .nc { color: #0000ff; font-weight: bold } | ||
/* NameConstant */ .chroma .no { color: #880000 } | ||
/* NameDecorator */ .chroma .nd { color: #aa22ff } | ||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold } | ||
/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold } | ||
/* NameFunction */ .chroma .nf { color: #0000ff } | ||
/* NameFunctionMagic */ .chroma .fm { } | ||
/* NameLabel */ .chroma .nl { color: #a0a000 } | ||
/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold } | ||
/* NameOther */ .chroma .nx { } | ||
/* NameProperty */ .chroma .py { } | ||
/* NameTag */ .chroma .nt { color: #008000; font-weight: bold } | ||
/* NameVariable */ .chroma .nv { color: #19177c } | ||
/* NameVariableClass */ .chroma .vc { } | ||
/* NameVariableGlobal */ .chroma .vg { } | ||
/* NameVariableInstance */ .chroma .vi { } | ||
/* NameVariableMagic */ .chroma .vm { } | ||
/* Literal */ .chroma .l { } | ||
/* LiteralDate */ .chroma .ld { } | ||
/* LiteralString */ .chroma .s { color: #ba2121 } | ||
/* LiteralStringAffix */ .chroma .sa { color: #ba2121 } | ||
/* LiteralStringBacktick */ .chroma .sb { color: #ba2121 } | ||
/* LiteralStringChar */ .chroma .sc { color: #ba2121 } | ||
/* LiteralStringDelimiter */ .chroma .dl { color: #ba2121 } | ||
/* LiteralStringDoc */ .chroma .sd { color: #ba2121; font-style: italic } | ||
/* LiteralStringDouble */ .chroma .s2 { color: #ba2121 } | ||
/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold } | ||
/* LiteralStringHeredoc */ .chroma .sh { color: #ba2121 } | ||
/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold } | ||
/* LiteralStringOther */ .chroma .sx { color: #008000 } | ||
/* LiteralStringRegex */ .chroma .sr { color: #bb6688 } | ||
/* LiteralStringSingle */ .chroma .s1 { color: #ba2121 } | ||
/* LiteralStringSymbol */ .chroma .ss { color: #19177c } | ||
/* LiteralNumber */ .chroma .m { color: #666666 } | ||
/* LiteralNumberBin */ .chroma .mb { color: #666666 } | ||
/* LiteralNumberFloat */ .chroma .mf { color: #666666 } | ||
/* LiteralNumberHex */ .chroma .mh { color: #666666 } | ||
/* LiteralNumberInteger */ .chroma .mi { color: #666666 } | ||
/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 } | ||
/* LiteralNumberOct */ .chroma .mo { color: #666666 } | ||
/* Operator */ .chroma .o { color: #666666 } | ||
/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold } | ||
/* Punctuation */ .chroma .p { } | ||
/* Comment */ .chroma .c { color: #408080; font-style: italic } | ||
/* CommentHashbang */ .chroma .ch { color: #408080; font-style: italic } | ||
/* CommentMultiline */ .chroma .cm { color: #408080; font-style: italic } | ||
/* CommentSingle */ .chroma .c1 { color: #408080; font-style: italic } | ||
/* CommentSpecial */ .chroma .cs { color: #408080; font-style: italic } | ||
/* CommentPreproc */ .chroma .cp { color: #bc7a00 } | ||
/* CommentPreprocFile */ .chroma .cpf { color: #bc7a00 } | ||
/* Generic */ .chroma .g { } | ||
/* GenericDeleted */ .chroma .gd { color: #a00000 } | ||
/* GenericEmph */ .chroma .ge { font-style: italic } | ||
/* GenericError */ .chroma .gr { color: #ff0000 } | ||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold } | ||
/* GenericInserted */ .chroma .gi { color: #00a000 } | ||
/* GenericOutput */ .chroma .go { color: #888888 } | ||
/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold } | ||
/* GenericStrong */ .chroma .gs { font-weight: bold } | ||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold } | ||
/* GenericTraceback */ .chroma .gt { color: #0044dd } | ||
/* GenericUnderline */ .chroma .gl { text-decoration: underline } | ||
/* TextWhitespace */ .chroma .w { color: #bbbbbb } |
Oops, something went wrong.