forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default highlight.js off, dockerfile > conf highlighting, pygments (d…
…ocker#2757) * Default highlight.js off, dockerfile > conf highlighting, pygments * Address feedback, style changes, markdownify reductions * Getting rid of more markdownify * Fix for right-hand nav spacing
- Loading branch information
1 parent
859d02b
commit add2f68
Showing
19 changed files
with
136 additions
and
257 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
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/* | ||
.highlight .hll { background-color: #ffffcc } | ||
.highlight { background: #eeeedd } */ | ||
.highlight .c { color: #228B22 } /* Comment */ | ||
.highlight .err { color: #a61717 } /* Error */ | ||
.highlight .k { color: #8B008B } /* Keyword */ | ||
.highlight .ch { color: #228B22 } /* Comment.Hashbang */ | ||
.highlight .cm { color: #228B22 } /* Comment.Multiline */ | ||
.highlight .cp { color: #1e889b } /* Comment.Preproc */ | ||
.highlight .cpf { color: #228B22 } /* Comment.PreprocFile */ | ||
.highlight .c1 { color: #228B22 } /* Comment.Single */ | ||
.highlight .cs { color: #8B008B } /* Comment.Special */ | ||
.highlight .gd { color: #aa0000 } /* Generic.Deleted */ | ||
.highlight .ge { font-style: italic } /* Generic.Emph */ | ||
.highlight .gr { color: #aa0000 } /* Generic.Error */ | ||
.highlight .gh { color: #000080 } /* Generic.Heading */ | ||
.highlight .gi { color: #00aa00 } /* Generic.Inserted */ | ||
.highlight .go { color: #888888 } /* Generic.Output */ | ||
.highlight .gp { color: #555555 } /* Generic.Prompt */ | ||
.highlight .gs {} /* Generic.Strong */ | ||
.highlight .gu { color: #800080 } /* Generic.Subheading */ | ||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */ | ||
.highlight .kc { color: #8B008B } /* Keyword.Constant */ | ||
.highlight .kd { color: #8B008B } /* Keyword.Declaration */ | ||
.highlight .kn { color: #8B008B } /* Keyword.Namespace */ | ||
.highlight .kp { color: #8B008B } /* Keyword.Pseudo */ | ||
.highlight .kr { color: #8B008B } /* Keyword.Reserved */ | ||
.highlight .kt { color: #00688B } /* Keyword.Type */ | ||
.highlight .m { color: #B452CD } /* Literal.Number */ | ||
.highlight .s { color: #CD5555 } /* Literal.String */ | ||
.highlight .na { color: #658b00 } /* Name.Attribute */ | ||
.highlight .nb { color: #658b00 } /* Name.Builtin */ | ||
.highlight .nc { color: #008b45 } /* Name.Class */ | ||
.highlight .no { color: #00688B } /* Name.Constant */ | ||
.highlight .nd { color: #707a7c } /* Name.Decorator */ | ||
.highlight .ne { color: #008b45 } /* Name.Exception */ | ||
/*.highlight .nf { color: #008b45 } Name.Function */ | ||
.highlight .nn { color: #008b45 } /* Name.Namespace */ | ||
.highlight .nt { color: #8B008B } /* Name.Tag */ | ||
.highlight .nv { color: #00688B } /* Name.Variable */ | ||
.highlight .ow { color: #8B008B } /* Operator.Word */ | ||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | ||
.highlight .mb { color: #B452CD } /* Literal.Number.Bin */ | ||
.highlight .mf { color: #B452CD } /* Literal.Number.Float */ | ||
.highlight .mh { color: #B452CD } /* Literal.Number.Hex */ | ||
.highlight .mi { color: #B452CD } /* Literal.Number.Integer */ | ||
.highlight .mo { color: #B452CD } /* Literal.Number.Oct */ | ||
.highlight .sa { color: #CD5555 } /* Literal.String.Affix */ | ||
.highlight .sb { color: #CD5555 } /* Literal.String.Backtick */ | ||
.highlight .sc { color: #CD5555 } /* Literal.String.Char */ | ||
.highlight .dl { color: #CD5555 } /* Literal.String.Delimiter */ | ||
.highlight .sd { color: #CD5555 } /* Literal.String.Doc */ | ||
.highlight .s2 { color: #CD5555 } /* Literal.String.Double */ | ||
.highlight .se { color: #CD5555 } /* Literal.String.Escape */ | ||
.highlight .sh { color: #1c7e71 } /* Literal.String.Heredoc */ | ||
.highlight .si { color: #CD5555 } /* Literal.String.Interpol */ | ||
.highlight .sx { color: #cb6c20 } /* Literal.String.Other */ | ||
.highlight .sr { color: #1c7e71 } /* Literal.String.Regex */ | ||
.highlight .s1 { color: #CD5555 } /* Literal.String.Single */ | ||
.highlight .ss { color: #CD5555 } /* Literal.String.Symbol */ | ||
.highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */ | ||
.highlight .fm { color: #008b45 } /* Name.Function.Magic */ | ||
.highlight .vc { color: #00688B } /* Name.Variable.Class */ | ||
.highlight .vg { color: #00688B } /* Name.Variable.Global */ | ||
.highlight .vi { color: #00688B } /* Name.Variable.Instance */ | ||
.highlight .vm { color: #00688B } /* Name.Variable.Magic */ | ||
.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */ |
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
Oops, something went wrong.