Skip to content

Commit

Permalink
Add new documentation art created by Andrea Caprotti
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Sep 6, 2018
1 parent e60fc21 commit 7cbf30f
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 4 deletions.
Binary file added docs/_static/alice-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/alice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 103 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Annie Use Your Telescope');

a {
color: #027bab;
}

a:hover {
color: #750076;
}

div.body h1 {
color: #750076;
font-family: 'Annie Use Your Telescope', cursive;
font-weight: bold;
font-size: 300%;
}

div.sphinxsidebarwrapper h1.logo {
text-align: center;
margin: 0 0 -20px 0;
}

div.sphinxsidebar p.blurb {
font-size: 130%;
text-align: center;
font-family: 'Annie Use Your Telescope', cursive;
}

div.sphinxsidebar h1 a {
font-size: 160%;
color: #750076;
text-decoration: none;
border: none;
font-family: 'Annie Use Your Telescope', cursive;
}

div.sphinxsidebar h1 a:hover {
border: none;
}

div.sphinxsidebar h3 {
display: none;
}

div.sphinxsidebar a {
color: #720073;
}

code.descname {
color: #6840ab;
Expand All @@ -11,11 +57,66 @@ th.field-name {

tt, code {
color: #F8F8F2;
background: #433e56;
background: #015259;
border-radius: 0.3em;
padding: 0.0em 0.3em;
}

a.reference.internal code.xref span.pre {
color: #027bab;
background: none;
border-radius: 0;
padding: 0;
}

pre {
padding: 20px 30px;
background: #003038;
}

div > dl {
border-left: 2px solid #00384021;
padding-left: 5px;
}

dt {
color: #027bab;
}



div.footer::before {
display: block;
content: '';
border-top: 1px solid #f8a5a9;
width: 50%;
margin: 2em auto 2em auto;
}

div.footer {
text-align: center;
color: #029be2;
}

div.footer a {
color: #027bab;
text-decoration: none;
}

@media screen and (max-width: 875px) {
div.sphinxsidebar {
background: #003039;
}
div.sphinxsidebar h1.logo, div.sphinxsidebar p.blurb{
text-align: left;
}
div.sphinxsidebar h1 a {
color: #1bc5e0;
}
div.sphinxsidebar a {
color: #ceb1ff;
}
div.sphinxsidebar ul {
color: #ceb1ff;
}
}
1 change: 0 additions & 1 deletion docs/_templates/fonts.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'logo': 'alice.gif',
'logo': 'alice.png',
'logo_name': True,
'description': 'Flexible test automation',
'github_user': 'theacodes',
Expand Down

0 comments on commit 7cbf30f

Please sign in to comment.