From c81e7600e746cf4f6014782458d96135e4280ca2 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 15 Oct 2013 02:04:35 +0200 Subject: Clean up web site CSS file This commit just move the CSS directives around, it doesn't change them. diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index cf2390f..299c6d4 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css @@ -1,6 +1,6 @@ /* * Nagios Plugins style sheet. - * + * * Color scheme: * * - See . @@ -14,8 +14,8 @@ @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); body { - font-family: "Source Sans Pro", sans-serif; color: #000; + font-family: "Source Sans Pro", sans-serif; text-rendering: optimizeLegibility; -webkit-hyphens: auto; -moz-hyphens: auto; @@ -25,8 +25,8 @@ body { } h1, h2, h3, h4, h5, h6 { - font-family: "Bitter", serif; color: #004e8f; + font-family: "Bitter", serif; } code, kbd { @@ -76,20 +76,8 @@ div#page { margin: 1em auto; } -div#breadcrumb { - padding: 1em 1em 0.2em; -} - -div#content { - padding: 0.2em 1em 1em; -} - -div#footer { - padding: 1em; -} - div#menu { - padding: 0.6em 0 0.6em 0; + padding: 0.6em 0; background-color: #1b476b; font-weight: bold; } @@ -122,6 +110,21 @@ div#menu a:hover { color: #eeb76b; } +div#breadcrumb { + padding: 1em 1em 0.2em; + color: #696969; + font-size: small; +} + +div#breadcrumb span#release { + float: right; + font-weight: bold; +} + +div#content { + padding: 0.2em 1em 1em; +} + table /* Nginx Fancy Index. */ { font-family: "Source Code Pro", monospace; font-size: small; @@ -140,17 +143,8 @@ table a:hover { border-bottom: 1px solid #3283c7; } -div#breadcrumb { - color: #696969; - font-size: small; -} - -div#breadcrumb span#release { - float: right; - font-weight: bold; -} - div#footer { + padding: 1em; color: #696969; text-align: center; font-size: small; -- cgit v0.10-9-g596f