update theme

This commit is contained in:
Daniel Molkentin 2013-01-17 16:20:04 +01:00
parent 78a808705c
commit bb8d87cddd
7 changed files with 20 additions and 4 deletions

View File

@ -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 () {
/**

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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; }

View File

@ -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
// ----------

View File

@ -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;}
}