diff options
author | robiscool <robrob2626@yahoo.com> | 2009-11-24 00:03:21 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-11-24 00:03:21 -0800 |
commit | f1c0379a5678842736ae8c6bc6e142e5108d57f9 (patch) | |
tree | a3a472cba2f419fec13170511dfabcec3086a2c7 /config/snort-dev/style.css | |
parent | 904ca0c758b5e399c15c80267bbe4e0f27f5c891 (diff) | |
download | pfsense-packages-f1c0379a5678842736ae8c6bc6e142e5108d57f9.tar.gz pfsense-packages-f1c0379a5678842736ae8c6bc6e142e5108d57f9.tar.bz2 pfsense-packages-f1c0379a5678842736ae8c6bc6e142e5108d57f9.zip |
snort-dev, add misc files, add emty rule checks
Diffstat (limited to 'config/snort-dev/style.css')
-rw-r--r-- | config/snort-dev/style.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/snort-dev/style.css b/config/snort-dev/style.css new file mode 100644 index 00000000..bc1289a9 --- /dev/null +++ b/config/snort-dev/style.css @@ -0,0 +1,27 @@ +@charset "utf-8";
+.textstyle {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-style: normal;
+ background-color: #666;
+ color: #CCC;
+}
+.textstyle p2 a {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-style: normal;
+ color: #CCC;
+}
+
+.textstyle p {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 24px;
+ font-weight: bold;
+ color: #FFF;
+ text-decoration: underline;
+}
+.textstyle p2 {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #CCC;
+}
|