summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything/docs/NA.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NotifyAnything/docs/NA.css')
-rw-r--r--plugins/NotifyAnything/docs/NA.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/docs/NA.css b/plugins/NotifyAnything/docs/NA.css
new file mode 100644
index 0000000000..21655b76ff
--- /dev/null
+++ b/plugins/NotifyAnything/docs/NA.css
@@ -0,0 +1,34 @@
+BODY
+{
+ font-size: 11pt;
+ color: #000000;
+ font-family: Tahoma;
+ background-color: #ffffff;
+ text-align: justify;
+}
+TD
+{
+ font-size: 11pt;
+ font-family: Tahoma;
+ vertical-align: top;
+}
+PRE
+{
+ color: #002277;
+ text-align: left;
+ margin-bottom: 3pt;
+}
+TABLE
+{
+ border: thin;
+}
+.crow
+{
+ background-color: #f7f7f7;
+}
+.popup
+{
+ font-size: 12px;
+ padding-left: 5px;
+ border: solid 1px #000000;
+}