mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #986 from nextcloud/bugfix/noid/reducre-logo-size-and-background
Reduce size of logo and remove background on hover
This commit is contained in:
@@ -2,16 +2,26 @@
|
||||
* FIX THE DESIGN OF THE RTD THEME
|
||||
*/
|
||||
|
||||
/* NC blue */
|
||||
.wy-side-nav-search {
|
||||
background-color: #0082c9;
|
||||
}
|
||||
/* NC blue */
|
||||
.wy-side-nav-search {
|
||||
background-color: #0082c9;
|
||||
}
|
||||
|
||||
/* Reduce size of logo in top left */
|
||||
.wy-side-nav-search > a img.logo {
|
||||
max-width: 180px;
|
||||
}
|
||||
|
||||
/* Remove unwanted background on top left logo on hover */
|
||||
.wy-side-nav-search > a:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Remove unwanted data on the bottom left sidebar */
|
||||
.rst-versions.shift-up .rst-other-versions > dl:not(:nth-child(1)),
|
||||
.rst-versions.shift-up .rst-other-versions > a,
|
||||
.rst-versions.shift-up .rst-other-versions > hr {
|
||||
display:none
|
||||
display:none
|
||||
}
|
||||
.rst-versions.shift-up .rst-other-versions {
|
||||
color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user