summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 44274f50..d27ef7bf 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -54,6 +54,25 @@ nav a:visited {
text-decoration: underline;
}
+.skip
+{
+position:absolute;
+left:-10000px;
+top:auto;
+width:1px;
+height:1px;
+overflow:hidden;
+}
+
+.skip:focus
+{
+position:static;
+width:auto;
+height:auto;
+background: white;
+padding: 5px;
+}
+
#body_content a:hover {
transition: background-color 0.3s;
background-color: rgba(200, 200, 200, 0.5);