From 4292592a0fb0f419d40ab079cbc1f9c497904945 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 4 Dec 2012 13:58:15 +0100 Subject: Minor improvements in style.css. --- source/css/style.css | 59 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'source/css/style.css') diff --git a/source/css/style.css b/source/css/style.css index 05fe43b8..86036357 100755 --- a/source/css/style.css +++ b/source/css/style.css @@ -1,7 +1,6 @@ html, body { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; - width: 100%; height: 100%; overflow-x: hidden; background-color: white; @@ -204,32 +203,32 @@ blockquote.right { } /* CSS ToolTips */ - .tooltip { - color: #FFF; - outline: none; - text-decoration: none; - position: relative; - } - - .tooltip span { - color: #FFF; - margin-left: -999em; - position: absolute; - } - - .tooltip:hover span { - border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); - font-family: Calibri, Tahoma, Geneva, sans-serif; - position: absolute; left: 1em; top: 2em; z-index: 99; - margin-left: 0; width: 250px; - } - .classic { - padding: 0.8em 1em; - background: rgba(0, 0, 0, 0.85); - border: 5px 5px; - } - - * html a:hover { - background: transparent; - } +.tooltip { + color: #FFF; + outline: none; + text-decoration: none; + position: relative; +} + +.tooltip span { + color: #FFF; + margin-left: -999em; + position: absolute; +} + +.tooltip:hover span { + border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); + font-family: Calibri, Tahoma, Geneva, sans-serif; + position: absolute; left: 1em; top: 2em; z-index: 99; + margin-left: 0; width: 250px; +} +.classic { + padding: 0.8em 1em; + background: rgba(0, 0, 0, 0.85); + border: 5px 5px; +} + +* html a:hover { + background: transparent; +} \ No newline at end of file -- cgit