aboutsummaryrefslogtreecommitdiff
path: root/source/css/style.css
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-04 13:58:15 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-04 13:58:15 +0100
commit4292592a0fb0f419d40ab079cbc1f9c497904945 (patch)
tree06e21c920a6c88719405f9b7a4d6c41145cec705 /source/css/style.css
parentRemoved <hr /> tag from the main page. (diff)
downloadnewspipe-4292592a0fb0f419d40ab079cbc1f9c497904945.tar.gz
newspipe-4292592a0fb0f419d40ab079cbc1f9c497904945.tar.bz2
newspipe-4292592a0fb0f419d40ab079cbc1f9c497904945.zip
Minor improvements in style.css.
Diffstat (limited to 'source/css/style.css')
-rwxr-xr-xsource/css/style.css59
1 files changed, 29 insertions, 30 deletions
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
bgstack15