From d5647e1f6277864cb776e4f958a54f6f5c30b6e6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 14 Dec 2014 14:31:02 +0000 Subject: Make skip link look less "bare bones" Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs. --- docs/_layouts/default.html | 2 +- docs/_layouts/home.html | 2 +- docs/assets/css/src/docs.css | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 51191dc5eb..ea69962ee3 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip to main content +
Skip to main content
{% include nav/main.html %} diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 9b1eee6ed3..15a78adee7 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -5,7 +5,7 @@ {% include header.html %} - Skip to main content +
Skip to main content
{% include nav/main.html %} diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 4cc1fa843a..4f63b33cd8 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -89,6 +89,26 @@ body { } +/* + * Fancy skip link + * + * Make it look a bit less "bare bones" + */ + +#skippy { + display: block; + padding: 1em; + color: #fff; + background-color: #6F5499; + outline: 0; +} + +#skippy .skiplink-text { + padding: 0.5em; + outline: 1px dotted; +} + + /* * Main navigation * -- cgit v1.2.3