Skip to content

Commit

Permalink
Add custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Meems committed Feb 11, 2019
1 parent 30441c3 commit f5d553c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
28 changes: 28 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.wy-side-nav-search {
/* Rainforest alliance green */
background-color: #4e917a;
}

.wy-nav-side {
/* GCP brown */
background: #834f3d;
/* GCP green on brown */
color: #799d44;
}

.rst-versions .rst-current-version {
/* GCP red */
background: #cc3d3b;
}

.wy-nav-content {
max-width: inherit;
}

p {
margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
margin-bottom: 12px;
}
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,7 @@


# -- Extension configuration -------------------------------------------------
todo_include_todos = True
todo_include_todos = True

def setup(app):
app.add_stylesheet('css/custom.css')
5 changes: 0 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,21 @@ Partners of this project
########################

.. image:: _static/images/GCP.png
:height: 110
:alt: The Global Coffee Platform believes that sustainability is a shared responsibility.

.. image:: _static/images/COSA.jpg
:width: 170
:alt: COSA: To advance systematic and science-based measurement tools for understanding, managing, and accelerating sustainability.

.. image:: _static/images/Rainforest-Alliance.png
:width: 190
:alt: Our green frog certification seal indicates that a farm, forest, or tourism enterprise has been audited to meet standards that require environmental, social, and economic sustainability.

.. image:: _static/images/waterwatch-cooperative.png
:width: 250
:alt: The mission of Waterwatch Cooperative is to make essential information services for AgriFood accessible and affordable to all actors in the value chain: farmers, producer cooperatives, processors, traders, financial institutions and insurance companies.

Funders of this project
########################

.. image:: _static/images/iseal.png
:height: 100
:alt: ISEAL is the global membership association for credible sustainability standards.


Expand Down

0 comments on commit f5d553c

Please sign in to comment.