summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 16:57:14 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 16:57:14 +0100
commit4298481d698393bbc2950330416af549599b595f (patch)
tree0e46eacd9d90fefa7b47a5d51f61cb40c1c5e450 /tt-rss.css
parent61992f57718b766c5a8e345f3b3bd5b3a99e115f (diff)
rework hotkeys (incomplete)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css54
1 files changed, 53 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 47cce5eb7..14256b610 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -239,7 +239,7 @@ input.editbox {
display : none;
float : right;
font-size : 9pt;
- z-index : 999;
+ z-index : 998;
-moz-border-radius : 2px;
padding : 5px 5px 5px 5px;
}
@@ -1790,3 +1790,55 @@ img.hlScorePic {
height : 16px;
}
+div#hotkey_help_overlay {
+ position : absolute;
+ left : 15%;
+ right : 15%;
+ top : 15%;
+ z-index : 999;
+/* background-color : #f8fcf5;
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #99d67a; */
+ padding : 1em;
+ background : url("images/shadow_dark.png");
+ color : white;
+ border : 1px solid black;
+}
+
+div#hotkey_help_overlay h1 {
+ text-align : center;
+}
+
+div#hotkey_help_overlay ul {
+ list-style-type : none;
+ margin : 0px;
+}
+
+div#hotkey_help_overlay li {
+ margin : 0px;
+}
+
+div#hotkey_help_overlay p {
+ text-align : center;
+}
+
+div#hotkey_help_overlay td.n {
+ text-align : right;
+ font-weight : bold;
+ width : 6em;
+ color : #a0ffa0;
+ padding-right : 5px;
+}
+
+div#hotkey_help_overlay h1 {
+ margin : 0px 0px 0.5em 0px;
+}
+
+div#hotkey_help_overlay h2 {
+ font-size : 13pt;
+ border-width : 0px;
+ margin : 0.7em 0px 0.5em 0px;
+ text-align : center;
+ color : #88b0f0;
+}