summaryrefslogtreecommitdiff
path: root/man/html/pcpdoc.css
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /man/html/pcpdoc.css
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'man/html/pcpdoc.css')
-rw-r--r--man/html/pcpdoc.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/man/html/pcpdoc.css b/man/html/pcpdoc.css
new file mode 100644
index 0000000..80201cc
--- /dev/null
+++ b/man/html/pcpdoc.css
@@ -0,0 +1,45 @@
+h1 {
+ color: #000060;
+ font-family: Verdana,Arial,sans-serif;
+ font-size: 28pt;
+ font-style: bold;
+ font-weight: medium;
+ text-align: center;
+ margin-top: 0.48cm;
+ margin-bottom: 0.32cm;
+}
+
+h2 {
+ color: #ffffff;
+ background-color: #081c59;
+ font-family: Verdana,Arial,sans-serif;
+ font-size: 16pt;
+ font-style: bold;
+ font-weight: medium;
+}
+
+p, td {
+ color: #000060;
+ font-family: Verdana,Arial,sans-serif;
+ font-size: 11pt;
+}
+
+li {
+ color: #000060;
+ font-family: Verdana,Arial,sans-serif;
+ font-size: 11pt;
+ padding-bottom: 5px;
+}
+
+pre {
+ color: #000060;
+ font-size: 10pt;
+}
+
+th {
+ color: #000060;
+ font-family: Verdana,Arial,sans-serif;
+ font-size: 11pt;
+ font-style: bold;
+ font-weight: medium;
+}