mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
update theme
This commit is contained in:
parent
78a808705c
commit
bb8d87cddd
@ -1,6 +1,6 @@
|
||||
{% extends "basic/layout.html" %}
|
||||
{% set script_files = script_files + ['_static/bootstrap.js'] %}
|
||||
{% set css_files = [ '_static/css/bootstrap.css', '_static/css/responsive.css', '_static/bootstrap-sphinx.css'] + css_files %}
|
||||
{% set css_files = [ '_static/css/bootstrap.css', '_static/css/responsive.css'] + css_files %}
|
||||
|
||||
{# Sidebar: Rework into our Boostrap nav section. #}
|
||||
{% macro navBar() %}
|
||||
@ -35,6 +35,7 @@
|
||||
{% endmacro %}
|
||||
|
||||
{%- block extrahead %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
/**
|
||||
|
||||
@ -879,7 +879,8 @@ table td,table th{padding:10px;border:1px solid rgba(58, 135, 173, 0.55);}
|
||||
.headersearch{position:absolute;right:0;top:25px;}
|
||||
.headersearch input:focus{border-color:#b3c6d3 !important;color:#597e91 !important;}
|
||||
.page-content{margin-left:20px;}
|
||||
.section:hover>*>.headerlink{display:none;}
|
||||
.section:hover>*>.headerlink{display:inline;color:rgba(58, 135, 173, 0.65);font-size:18px;padding-left:5px;line-height:18px;}
|
||||
.section:hover>*>.headerlink:hover{color:#E8733B;}
|
||||
.section>*>.headerlink{display:none;}
|
||||
.page-content h1{font-size:35px;font-weight:normal;}
|
||||
.page-content h2{font-size:27px;font-weight:500;border-bottom:1px solid #B1C3D0;margin-top:33px;}
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
_shared_assets/themes/owncloud_com/static/img/logo-small.png
Normal file
BIN
_shared_assets/themes/owncloud_com/static/img/logo-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@ -55,7 +55,8 @@ table td, table th { padding: 10px; border: 1px solid rgba(58, 135, 173, 0.55);
|
||||
|
||||
//Page Content
|
||||
.page-content { margin-left: 20px;}
|
||||
.section:hover > * > .headerlink { display: none;}
|
||||
.section:hover > * > .headerlink { display: inline; color: rgba(58,135,173,0.65); font-size: 18px; padding-left: 5px; line-height: 18px;}
|
||||
.section:hover > * > .headerlink:hover { color:#E8733B; }
|
||||
.section > * > .headerlink { display: none;}
|
||||
|
||||
.page-content h1 {font-size: 35px; font-weight: normal; }
|
||||
|
||||
@ -25,10 +25,17 @@
|
||||
|
||||
//Header
|
||||
.follow, .headersearch { display: none;}
|
||||
.header_con h1 a {background: url("../img/logo-small.png") no-repeat scroll left top transparent; display: block;height: 79px;text-indent: -9999px; width: 275px;}
|
||||
|
||||
//Content
|
||||
.page-content { margin-left: 0px;}
|
||||
|
||||
//Footer
|
||||
ul#menu-footer-navigation {margin-top: 10px; float: left;}
|
||||
ul#menu-footer-navigation li a {float: none; display: inherit;}
|
||||
ul#menu-footer-navigation li {float: none;}
|
||||
footer p.copyright { margin-top: 10px;}
|
||||
|
||||
|
||||
// TYPOGRAPHY
|
||||
// ----------
|
||||
|
||||
@ -21,5 +21,11 @@
|
||||
.follow .visible:last-child { padding-right: 0;}
|
||||
|
||||
.page-content { margin-left: 10px;}
|
||||
|
||||
//Footer
|
||||
ul#menu-footer-navigation {margin-top: 10px; float: left;}
|
||||
ul#menu-footer-navigation li a {float: none; display: inherit;}
|
||||
ul#menu-footer-navigation li { float: none;}
|
||||
footer p.copyright { margin-top: 10px;}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user