diff options
| -rw-r--r-- | web/input/resources/plugins.css | 46 |
1 files changed, 20 insertions, 26 deletions
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 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Nagios Plugins style sheet. | 2 | * Nagios Plugins style sheet. |
| 3 | * | 3 | * |
| 4 | * Color scheme: | 4 | * Color scheme: |
| 5 | * | 5 | * |
| 6 | * - See <http://colorschemedesigner.com/#3y21T--rOw0w0>. | 6 | * - See <http://colorschemedesigner.com/#3y21T--rOw0w0>. |
| @@ -14,8 +14,8 @@ | |||
| 14 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | 14 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); |
| 15 | 15 | ||
| 16 | body { | 16 | body { |
| 17 | font-family: "Source Sans Pro", sans-serif; | ||
| 18 | color: #000; | 17 | color: #000; |
| 18 | font-family: "Source Sans Pro", sans-serif; | ||
| 19 | text-rendering: optimizeLegibility; | 19 | text-rendering: optimizeLegibility; |
| 20 | -webkit-hyphens: auto; | 20 | -webkit-hyphens: auto; |
| 21 | -moz-hyphens: auto; | 21 | -moz-hyphens: auto; |
| @@ -25,8 +25,8 @@ body { | |||
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | h1, h2, h3, h4, h5, h6 { | 27 | h1, h2, h3, h4, h5, h6 { |
| 28 | font-family: "Bitter", serif; | ||
| 29 | color: #004e8f; | 28 | color: #004e8f; |
| 29 | font-family: "Bitter", serif; | ||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | code, kbd { | 32 | code, kbd { |
| @@ -76,20 +76,8 @@ div#page { | |||
| 76 | margin: 1em auto; | 76 | margin: 1em auto; |
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | div#breadcrumb { | ||
| 80 | padding: 1em 1em 0.2em; | ||
| 81 | } | ||
| 82 | |||
| 83 | div#content { | ||
| 84 | padding: 0.2em 1em 1em; | ||
| 85 | } | ||
| 86 | |||
| 87 | div#footer { | ||
| 88 | padding: 1em; | ||
| 89 | } | ||
| 90 | |||
| 91 | div#menu { | 79 | div#menu { |
| 92 | padding: 0.6em 0 0.6em 0; | 80 | padding: 0.6em 0; |
| 93 | background-color: #1b476b; | 81 | background-color: #1b476b; |
| 94 | font-weight: bold; | 82 | font-weight: bold; |
| 95 | } | 83 | } |
| @@ -122,6 +110,21 @@ div#menu a:hover { | |||
| 122 | color: #eeb76b; | 110 | color: #eeb76b; |
| 123 | } | 111 | } |
| 124 | 112 | ||
| 113 | div#breadcrumb { | ||
| 114 | padding: 1em 1em 0.2em; | ||
| 115 | color: #696969; | ||
| 116 | font-size: small; | ||
| 117 | } | ||
| 118 | |||
| 119 | div#breadcrumb span#release { | ||
| 120 | float: right; | ||
| 121 | font-weight: bold; | ||
| 122 | } | ||
| 123 | |||
| 124 | div#content { | ||
| 125 | padding: 0.2em 1em 1em; | ||
| 126 | } | ||
| 127 | |||
| 125 | table /* Nginx Fancy Index. */ { | 128 | table /* Nginx Fancy Index. */ { |
| 126 | font-family: "Source Code Pro", monospace; | 129 | font-family: "Source Code Pro", monospace; |
| 127 | font-size: small; | 130 | font-size: small; |
| @@ -140,17 +143,8 @@ table a:hover { | |||
| 140 | border-bottom: 1px solid #3283c7; | 143 | border-bottom: 1px solid #3283c7; |
| 141 | } | 144 | } |
| 142 | 145 | ||
| 143 | div#breadcrumb { | ||
| 144 | color: #696969; | ||
| 145 | font-size: small; | ||
| 146 | } | ||
| 147 | |||
| 148 | div#breadcrumb span#release { | ||
| 149 | float: right; | ||
| 150 | font-weight: bold; | ||
| 151 | } | ||
| 152 | |||
| 153 | div#footer { | 146 | div#footer { |
| 147 | padding: 1em; | ||
| 154 | color: #696969; | 148 | color: #696969; |
| 155 | text-align: center; | 149 | text-align: center; |
| 156 | font-size: small; | 150 | font-size: small; |
