summaryrefslogtreecommitdiff
path: root/tt-rss_compact.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 16:17:12 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 16:17:12 +0100
commit7dc66a616e00559aeed9cd49f0c65208170e122f (patch)
treef67e55adc801535add7b66bf061cec03c19bc8db /tt-rss_compact.css
parent6e0584e9308e0dc0049d2d59d2b0c86f619720b0 (diff)
add SQL expression help and placeholder for help mechanism
Diffstat (limited to 'tt-rss_compact.css')
-rw-r--r--tt-rss_compact.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/tt-rss_compact.css b/tt-rss_compact.css
index 7f49402de..cef4e47dc 100644
--- a/tt-rss_compact.css
+++ b/tt-rss_compact.css
@@ -379,3 +379,38 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
font-size:9pt;
}
+a.helpLink {
+ color : #808080;
+}
+
+a.helpLink:hover {
+ color : #5050aa;
+}
+
+div.helpResponse {
+ margin : 10px;
+ background-image : url("images/vgrad_light_rev2.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ padding : 10px 20px 10px 20px;
+ border : 1px solid #f0f0f0;
+}
+
+div.helpResponse h1 {
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #c0c0c0;
+ font-size : 16pt;
+}
+
+div.helpResponse h2 {
+ border-width : 0px 0px 0px 0px;
+ font-size : 12pt;
+
+}
+
+pre {
+ border : 1px solid #c0c0c0;
+ padding : 5px;
+ background : #f0f0f0;
+}