Update layout
This commit is contained in:
parent
5b11614da9
commit
0efaad9af2
3 changed files with 31 additions and 7 deletions
|
|
@ -15,3 +15,24 @@ a, a:hover, a:visited{
|
|||
.sphinxsidebarwrapper a{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.admonition.note .first.admonition-title {
|
||||
font-family: century gothic;
|
||||
font-weight: bold;
|
||||
text-align : center;
|
||||
line-height: 30px;
|
||||
overflow:hidden;
|
||||
-webkit-border-radius:50px;
|
||||
-moz-border-radius:50px;
|
||||
border-radius:50px;
|
||||
background-color: blue;
|
||||
box-shadow: 0.5px 0.5px 2px #343434;;
|
||||
color:white;
|
||||
width:50px;
|
||||
margin-right:1em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.admonition.note .last {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,3 +12,7 @@ h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
|
|||
.hero-unit{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.admonition.note .first.admonition-title {
|
||||
background-color:#B17F4A;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
PHP FFMpeg documentation
|
||||
========================
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 4
|
||||
|
||||
Recipes
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
|
|
@ -93,6 +87,11 @@ Recipes
|
|||
|
||||
You'll find usefull recipes in our :doc:`Recipes`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
Recipes
|
||||
|
||||
Handling Exceptions
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue