Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
c8090a1c
Commit
c8090a1c
authored
Sep 04, 2020
by
Hendrik Kleikamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] add logo to documentation and adjust colors
parent
24b2bbb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
4 deletions
+43
-4
docs/source/_static/pymor.css
docs/source/_static/pymor.css
+40
-0
docs/source/conf.py
docs/source/conf.py
+3
-4
No files found.
docs/source/_static/pymor.css
View file @
c8090a1c
...
...
@@ -12,3 +12,43 @@
.cell_output
{
display
:
inline-block
;
}
.md-header
{
background-color
:
#3155a0
!important
;
color
:
white
!important
;
}
@media
only
screen
and
(
max-width
:
76.1875em
)
{
.md-nav--primary
.md-nav__title--site
{
background-color
:
#3155a0
!important
;
}
}
.md-tabs
{
background-color
:
white
!important
;
color
:
rgba
(
0
,
0
,
0
,
.87
)
!important
;
}
.md-typeset
a
{
color
:
#3155a0
!important
;
}
.md-nav__link--active
,
.md-nav__link
:active
{
color
:
#3155a0
!important
;
}
.md-typeset
a
:hover
{
color
:
#469ecc
!important
;
}
.md-nav__item
a
:hover
{
color
:
#469ecc
!important
;
}
.md-search__input
{
background-color
:
#242e60
!important
;
}
.md-search__input
::placeholder
{
color
:
#f5f5f5
!important
;
}
docs/source/conf.py
View file @
c8090a1c
...
...
@@ -161,10 +161,9 @@ html_theme_options = {
'html_minify'
:
on_gitlab_ci
,
'css_minify'
:
on_gitlab_ci
,
'nav_title'
:
'pyMOR Documentation'
,
'logo_icon'
:
''
,
'globaltoc_depth'
:
5
,
'theme_color'
:
'
58c9f5
'
,
'color_primary'
:
'
light-blue
'
,
'theme_color'
:
'
indigo
'
,
'color_primary'
:
'
indigo
'
,
'color_accent'
:
'blue'
,
'version_dropdown'
:
True
,
'version_json'
:
'/versions.json'
...
...
@@ -175,7 +174,7 @@ html_title = "%s v%s Manual" % (project, version)
# The name of an image file (within the static path) to place at the top of
# the sidebar.
#html_logo = 'scipyshiny_small.pn
g'
html_logo
=
'../../logo/pymor_logo_white.sv
g'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
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