Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5f0ecb74
Commit
5f0ecb74
authored
Feb 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start pygmentizing css.html; add new theme for pygments
parent
d709dba2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
185 additions
and
153 deletions
+185
-153
docs/_includes/header.html
docs/_includes/header.html
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+17
-4
docs/assets/css/pygments-manni.css
docs/assets/css/pygments-manni.css
+62
-0
docs/assets/css/pygments_monokai.css
docs/assets/css/pygments_monokai.css
+0
-60
docs/css.html
docs/css.html
+105
-88
No files found.
docs/_includes/header.html
View file @
5f0ecb74
...
...
@@ -16,7 +16,7 @@
<!-- Documentation extras -->
<link
href=
"/assets/css/docs.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/pygments
_monoka
i.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/pygments
-mann
i.css"
rel=
"stylesheet"
>
<link
href=
"/assets/js/google-code-prettify/prettify.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
...
...
docs/assets/css/docs.css
View file @
5f0ecb74
...
...
@@ -214,7 +214,8 @@ section > ul li {
}
/* Tweak display of the examples */
.bs-docs-example
+
.prettyprint
{
.bs-docs-example
+
.prettyprint
,
.bs-docs-example
+
.highlight
{
margin-top
:
0
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
...
...
@@ -486,9 +487,12 @@ input.focused {
}
.highlight
{
padding
:
9px
14px
;
margin-bottom
:
14px
;
padding
:
14px
;
border-radius
:
5px
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;
border-radius
:
4px
;
box-shadow
:
inset
40px
0
0
#fbfbfc
,
inset
41px
0
0
#ececf0
;
}
.highlight
pre
{
padding
:
0
;
...
...
@@ -497,7 +501,16 @@ input.focused {
border
:
0
;
}
.highlight
pre
code
{
color
:
#ccc
;
font-size
:
inherit
;
color
:
#333
;
/* Effectively the base text color */
}
.highlight
pre
.lineno
{
display
:
inline-block
;
width
:
18px
;
padding-right
:
5px
;
margin-right
:
10px
;
text-align
:
right
;
color
:
#bebec5
;
}
...
...
docs/assets/css/pygments-manni.css
0 → 100644
View file @
5f0ecb74
.hll
{
background-color
:
#ffffcc
}
{
background
:
#f0f3f3
;
}
.c
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment */
.err
{
color
:
#AA0000
;
background-color
:
#FFAAAA
}
/* Error */
.k
{
color
:
#006699
;
}
/* Keyword */
.o
{
color
:
#555555
}
/* Operator */
.cm
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Multiline */
.cp
{
color
:
#009999
}
/* Comment.Preproc */
.c1
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Single */
.cs
{
color
:
#0099FF
;
;
font-style
:
italic
}
/* Comment.Special */
.gd
{
background-color
:
#FFCCCC
;
border
:
1px
solid
#CC0000
}
/* Generic.Deleted */
.ge
{
font-style
:
italic
}
/* Generic.Emph */
.gr
{
color
:
#FF0000
}
/* Generic.Error */
.gh
{
color
:
#003300
;
}
/* Generic.Heading */
.gi
{
background-color
:
#CCFFCC
;
border
:
1px
solid
#00CC00
}
/* Generic.Inserted */
.go
{
color
:
#AAAAAA
}
/* Generic.Output */
.gp
{
color
:
#000099
;
}
/* Generic.Prompt */
.gs
{
}
/* Generic.Strong */
.gu
{
color
:
#003300
;
}
/* Generic.Subheading */
.gt
{
color
:
#99CC66
}
/* Generic.Traceback */
.kc
{
color
:
#006699
;
}
/* Keyword.Constant */
.kd
{
color
:
#006699
;
}
/* Keyword.Declaration */
.kn
{
color
:
#006699
;
}
/* Keyword.Namespace */
.kp
{
color
:
#006699
}
/* Keyword.Pseudo */
.kr
{
color
:
#006699
;
}
/* Keyword.Reserved */
.kt
{
color
:
#007788
;
}
/* Keyword.Type */
.m
{
color
:
#FF6600
}
/* Literal.Number */
.s
{
color
:
#CC3300
}
/* Literal.String */
.na
{
color
:
#330099
}
/* Name.Attribute */
.nb
{
color
:
#336666
}
/* Name.Builtin */
.nc
{
color
:
#00AA88
;
}
/* Name.Class */
.no
{
color
:
#336600
}
/* Name.Constant */
.nd
{
color
:
#9999FF
}
/* Name.Decorator */
.ni
{
color
:
#999999
;
}
/* Name.Entity */
.ne
{
color
:
#CC0000
;
}
/* Name.Exception */
.nf
{
color
:
#CC00FF
}
/* Name.Function */
.nl
{
color
:
#9999FF
}
/* Name.Label */
.nn
{
color
:
#00CCFF
;
}
/* Name.Namespace */
.nt
{
color
:
#330099
;
}
/* Name.Tag */
.nv
{
color
:
#003333
}
/* Name.Variable */
.ow
{
color
:
#000000
;
}
/* Operator.Word */
.w
{
color
:
#bbbbbb
}
/* Text.Whitespace */
.mf
{
color
:
#FF6600
}
/* Literal.Number.Float */
.mh
{
color
:
#FF6600
}
/* Literal.Number.Hex */
.mi
{
color
:
#FF6600
}
/* Literal.Number.Integer */
.mo
{
color
:
#FF6600
}
/* Literal.Number.Oct */
.sb
{
color
:
#CC3300
}
/* Literal.String.Backtick */
.sc
{
color
:
#CC3300
}
/* Literal.String.Char */
.sd
{
color
:
#CC3300
;
font-style
:
italic
}
/* Literal.String.Doc */
.s2
{
color
:
#CC3300
}
/* Literal.String.Double */
.se
{
color
:
#CC3300
;
}
/* Literal.String.Escape */
.sh
{
color
:
#CC3300
}
/* Literal.String.Heredoc */
.si
{
color
:
#AA0000
}
/* Literal.String.Interpol */
.sx
{
color
:
#CC3300
}
/* Literal.String.Other */
.sr
{
color
:
#33AAAA
}
/* Literal.String.Regex */
.s1
{
color
:
#CC3300
}
/* Literal.String.Single */
.ss
{
color
:
#FFCC33
}
/* Literal.String.Symbol */
.bp
{
color
:
#336666
}
/* Name.Builtin.Pseudo */
.vc
{
color
:
#003333
}
/* Name.Variable.Class */
.vg
{
color
:
#003333
}
/* Name.Variable.Global */
.vi
{
color
:
#003333
}
/* Name.Variable.Instance */
.il
{
color
:
#FF6600
}
/* Literal.Number.Integer.Long */
\ No newline at end of file
docs/assets/css/pygments_monokai.css
deleted
100644 → 0
View file @
d709dba2
.highlight
.hll
{
background-color
:
#49483e
}
.highlight
{
background
:
#272822
;
color
:
#f8f8f2
}
.highlight
.c
{
color
:
#75715e
}
/* Comment */
.highlight
.err
{
color
:
#960050
;
background-color
:
#1e0010
}
/* Error */
.highlight
.k
{
color
:
#66d9ef
}
/* Keyword */
.highlight
.l
{
color
:
#ae81ff
}
/* Literal */
.highlight
.n
{
color
:
#f8f8f2
}
/* Name */
.highlight
.o
{
color
:
#f92672
}
/* Operator */
.highlight
.p
{
color
:
#f8f8f2
}
/* Punctuation */
.highlight
.cm
{
color
:
#75715e
}
/* Comment.Multiline */
.highlight
.cp
{
color
:
#75715e
}
/* Comment.Preproc */
.highlight
.c1
{
color
:
#75715e
}
/* Comment.Single */
.highlight
.cs
{
color
:
#75715e
}
/* Comment.Special */
.highlight
.ge
{
font-style
:
italic
}
/* Generic.Emph */
.highlight
.gs
{
font-weight
:
bold
}
/* Generic.Strong */
.highlight
.kc
{
color
:
#66d9ef
}
/* Keyword.Constant */
.highlight
.kd
{
color
:
#66d9ef
}
/* Keyword.Declaration */
.highlight
.kn
{
color
:
#f92672
}
/* Keyword.Namespace */
.highlight
.kp
{
color
:
#66d9ef
}
/* Keyword.Pseudo */
.highlight
.kr
{
color
:
#66d9ef
}
/* Keyword.Reserved */
.highlight
.kt
{
color
:
#66d9ef
}
/* Keyword.Type */
.highlight
.ld
{
color
:
#e6db74
}
/* Literal.Date */
.highlight
.m
{
color
:
#ae81ff
}
/* Literal.Number */
.highlight
.s
{
color
:
#e6db74
}
/* Literal.String */
.highlight
.na
{
color
:
#a6e22e
}
/* Name.Attribute */
.highlight
.nb
{
color
:
#f8f8f2
}
/* Name.Builtin */
.highlight
.nc
{
color
:
#a6e22e
}
/* Name.Class */
.highlight
.no
{
color
:
#66d9ef
}
/* Name.Constant */
.highlight
.nd
{
color
:
#a6e22e
}
/* Name.Decorator */
.highlight
.ni
{
color
:
#f8f8f2
}
/* Name.Entity */
.highlight
.ne
{
color
:
#a6e22e
}
/* Name.Exception */
.highlight
.nf
{
color
:
#a6e22e
}
/* Name.Function */
.highlight
.nl
{
color
:
#f8f8f2
}
/* Name.Label */
.highlight
.nn
{
color
:
#f8f8f2
}
/* Name.Namespace */
.highlight
.nx
{
color
:
#a6e22e
}
/* Name.Other */
.highlight
.py
{
color
:
#f8f8f2
}
/* Name.Property */
.highlight
.nt
{
color
:
#f92672
}
/* Name.Tag */
.highlight
.nv
{
color
:
#f8f8f2
}
/* Name.Variable */
.highlight
.ow
{
color
:
#f92672
}
/* Operator.Word */
.highlight
.w
{
color
:
#f8f8f2
}
/* Text.Whitespace */
.highlight
.mf
{
color
:
#ae81ff
}
/* Literal.Number.Float */
.highlight
.mh
{
color
:
#ae81ff
}
/* Literal.Number.Hex */
.highlight
.mi
{
color
:
#ae81ff
}
/* Literal.Number.Integer */
.highlight
.mo
{
color
:
#ae81ff
}
/* Literal.Number.Oct */
.highlight
.sb
{
color
:
#e6db74
}
/* Literal.String.Backtick */
.highlight
.sc
{
color
:
#e6db74
}
/* Literal.String.Char */
.highlight
.sd
{
color
:
#e6db74
}
/* Literal.String.Doc */
.highlight
.s2
{
color
:
#e6db74
}
/* Literal.String.Double */
.highlight
.se
{
color
:
#ae81ff
}
/* Literal.String.Escape */
.highlight
.sh
{
color
:
#e6db74
}
/* Literal.String.Heredoc */
.highlight
.si
{
color
:
#e6db74
}
/* Literal.String.Interpol */
.highlight
.sx
{
color
:
#e6db74
}
/* Literal.String.Other */
.highlight
.sr
{
color
:
#e6db74
}
/* Literal.String.Regex */
.highlight
.s1
{
color
:
#e6db74
}
/* Literal.String.Single */
.highlight
.ss
{
color
:
#e6db74
}
/* Literal.String.Symbol */
.highlight
.bp
{
color
:
#f8f8f2
}
/* Name.Builtin.Pseudo */
.highlight
.vc
{
color
:
#f8f8f2
}
/* Name.Variable.Class */
.highlight
.vg
{
color
:
#f8f8f2
}
/* Name.Variable.Global */
.highlight
.vi
{
color
:
#f8f8f2
}
/* Name.Variable.Instance */
.highlight
.il
{
color
:
#ae81ff
}
/* Literal.Number.Integer.Long */
\ No newline at end of file
docs/css.html
View file @
5f0ecb74
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment