diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
commit | 271cf1987ef0dc4d6561d14e0ba89c17bb125903 (patch) | |
tree | ef7d07417ad78bb9701dee50ee5877f044f8fde4 /plugins/NotifyAnything/docs/NA.css | |
parent | e8688ad378c46c963c66fa6a4c09b9419e02efc0 (diff) |
NotifyAnything plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@3539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/docs/NA.css')
-rw-r--r-- | plugins/NotifyAnything/docs/NA.css | 34 |
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;
+}
|