Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
82b11daf
Commit
82b11daf
authored
May 10, 2010
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New documentation theme
parent
a3b9e782
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
359 additions
and
3 deletions
+359
-3
doc/gt_theme/static/flasky.css
doc/gt_theme/static/flasky.css
+345
-0
doc/gt_theme/static/gt_style.css
doc/gt_theme/static/gt_style.css
+12
-2
doc/gt_theme/theme.conf
doc/gt_theme/theme.conf
+2
-1
No files found.
doc/gt_theme/static/flasky.css
0 → 100644
View file @
82b11daf
/*
* flasky.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- flasky theme based on nature theme.
*
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@import
url("basic.css")
;
/* -- page layout ----------------------------------------------------------- */
body
{
font-family
:
'Georgia'
,
serif
;
font-size
:
17px
;
background-color
:
#ddd
;
color
:
#000
;
margin
:
0
;
padding
:
0
;
}
div
.document
{
background
:
#fafafa
;
}
div
.documentwrapper
{
float
:
left
;
width
:
100%
;
}
div
.bodywrapper
{
margin
:
0
0
0
230px
;
}
hr
{
border
:
1px
solid
#B1B4B6
;
}
div
.body
{
background-color
:
#ffffff
;
color
:
#3E4349
;
padding
:
0
30px
30px
30px
;
min-height
:
34em
;
}
img
.floatingflask
{
padding
:
0
0
10px
10px
;
float
:
right
;
}
div
.footer
{
position
:
absolute
;
right
:
0
;
margin-top
:
-70px
;
text-align
:
right
;
color
:
#888
;
padding
:
10px
;
font-size
:
14px
;
}
div
.footer
a
{
color
:
#888
;
text-decoration
:
underline
;
}
div
.related
{
line-height
:
32px
;
color
:
#888
;
}
div
.related
ul
{
padding
:
0
0
0
10px
;
}
div
.related
a
{
color
:
#444
;
}
div
.sphinxsidebar
{
font-size
:
14px
;
line-height
:
1.5
;
}
div
.sphinxsidebarwrapper
{
padding
:
0
20px
;
}
div
.sphinxsidebarwrapper
p
.logo
{
padding
:
20px
0
10px
0
;
margin
:
0
;
text-align
:
center
;
}
div
.sphinxsidebar
h3
,
div
.sphinxsidebar
h4
{
font-family
:
'Garamond'
,
'Georgia'
,
serif
;
color
:
#222
;
font-size
:
20px
;
font-weight
:
normal
;
margin
:
20px
0
5px
0
;
padding
:
0
;
}
div
.sphinxsidebar
h4
{
font-size
:
20px
;
}
div
.sphinxsidebar
h3
a
{
color
:
#444
;
}
div
.sphinxsidebar
p
{
color
:
#555
;
margin
:
10px
0
;
}
div
.sphinxsidebar
ul
{
margin
:
10px
0
;
padding
:
0
;
color
:
#000
;
}
div
.sphinxsidebar
a
{
color
:
#444
;
text-decoration
:
none
;
}
div
.sphinxsidebar
a
:hover
{
text-decoration
:
underline
;
}
div
.sphinxsidebar
input
{
border
:
1px
solid
#ccc
;
font-family
:
'Georgia'
,
serif
;
font-size
:
1em
;
}
/* -- body styles ----------------------------------------------------------- */
a
{
color
:
#004B6B
;
text-decoration
:
underline
;
}
a
:hover
{
color
:
#6D4100
;
text-decoration
:
underline
;
}
div
.body
{
padding-bottom
:
40px
;
/* saved for footer */
}
div
.body
h1
,
div
.body
h2
,
div
.body
h3
,
div
.body
h4
,
div
.body
h5
,
div
.body
h6
{
font-family
:
'Garamond'
,
'Georgia'
,
serif
;
font-weight
:
normal
;
margin
:
30px
0px
10px
0px
;
padding
:
0
;
}
div
.body
h1
{
margin-top
:
0
;
padding-top
:
20px
;
font-size
:
240%
;
}
div
.body
h2
{
font-size
:
180%
;
}
div
.body
h3
{
font-size
:
150%
;
}
div
.body
h4
{
font-size
:
130%
;
}
div
.body
h5
{
font-size
:
100%
;
}
div
.body
h6
{
font-size
:
100%
;
}
a
.headerlink
{
color
:
white
;
padding
:
0
4px
;
text-decoration
:
none
;
}
a
.headerlink
:hover
{
color
:
#444
;
background
:
#eaeaea
;
}
div
.body
p
,
div
.body
dd
,
div
.body
li
{
line-height
:
1.4em
;
}
div
.admonition
{
background
:
#fafafa
;
margin
:
20px
-30px
;
padding
:
10px
30px
;
border-top
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
div
.admonition
p
.admonition-title
{
font-family
:
'Garamond'
,
'Georgia'
,
serif
;
font-weight
:
normal
;
font-size
:
24px
;
margin
:
0
0
10px
0
;
padding
:
0
;
line-height
:
1
;
}
div
.admonition
p
.last
{
margin-bottom
:
0
;
}
div
.highlight
{
background-color
:
white
;
}
dt
:target
,
.highlight
{
background
:
#FAF3E8
;
}
div
.note
{
background-color
:
#eee
;
border
:
1px
solid
#ccc
;
}
div
.seealso
{
background-color
:
#ffc
;
border
:
1px
solid
#ff6
;
}
div
.topic
{
background-color
:
#eee
;
}
div
.warning
{
background-color
:
#ffe4e4
;
border
:
1px
solid
#f66
;
}
p
.admonition-title
{
display
:
inline
;
}
p
.admonition-title
:after
{
content
:
":"
;
}
pre
,
tt
{
font-family
:
'Consolas'
,
'Menlo'
,
'Deja Vu Sans Mono'
,
'Bitstream Vera Sans Mono'
,
monospace
;
font-size
:
0.9em
;
}
img
.screenshot
{
}
tt
.descname
,
tt
.descclassname
{
font-size
:
0.95em
;
}
tt
.descname
{
padding-right
:
0.08em
;
}
img
.screenshot
{
-moz-box-shadow
:
2px
2px
4px
#eee
;
-webkit-box-shadow
:
2px
2px
4px
#eee
;
box-shadow
:
2px
2px
4px
#eee
;
}
table
.docutils
{
border
:
1px
solid
#888
;
-moz-box-shadow
:
2px
2px
4px
#eee
;
-webkit-box-shadow
:
2px
2px
4px
#eee
;
box-shadow
:
2px
2px
4px
#eee
;
}
table
.docutils
td
,
table
.docutils
th
{
border
:
1px
solid
#888
;
padding
:
0.25em
0.7em
;
}
table
.field-list
,
table
.footnote
{
border
:
none
;
-moz-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
table
.footnote
{
margin
:
15px
0
;
width
:
100%
;
border
:
1px
solid
#eee
;
}
table
.field-list
th
{
padding
:
0
0.8em
0
0
;
}
table
.field-list
td
{
padding
:
0
;
}
table
.footnote
td
{
padding
:
0.5em
;
}
dl
{
margin
:
0
;
padding
:
0
;
}
dl
dd
{
margin-left
:
30px
;
}
pre
{
background
:
#eee
;
padding
:
7px
30px
;
margin
:
15px
-30px
;
line-height
:
1.3em
;
}
dl
pre
{
margin-left
:
-60px
;
padding-left
:
60px
;
}
dl
dl
pre
{
margin-left
:
-90px
;
padding-left
:
90px
;
}
tt
{
background-color
:
#ecf0f3
;
color
:
#222
;
/* padding: 1px 2px; */
}
tt
.xref
,
a
tt
{
/* background-color: #FBFBFB; */
background-color
:
transparent
;
}
/* a:hover tt { */
/* background: #EEE; */
/* } */
\ No newline at end of file
doc/gt_theme/static/gt_style.css
View file @
82b11daf
@import
url("
default
.css")
;
@import
url("
flasky
.css")
;
table
.docutils
td
{
padding-left
:
0.5em
;
...
...
@@ -25,4 +25,14 @@ div.float-right {
p
.rubric
{
clear
:
both
;
}
\ No newline at end of file
}
table
.docutils
td
{
padding-left
:
0.5em
;
}
table
.citation
td
,
table
.citation
th
,
table
.citation
{
-moz-box-shadow
:
None
;
border
:
0px
;
padding
:
0.25em
0.7em
;
}
doc/gt_theme/theme.conf
View file @
82b11daf
[
theme
]
inherit
=
default
inherit
=
nature
stylesheet
=
gt_style
.
css
pygments_style
=
tango
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