summaryrefslogtreecommitdiff
path: root/info/pstdoc/psthelp.css
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/pstdoc/psthelp.css
Initial commit
Diffstat (limited to 'info/pstdoc/psthelp.css')
-rw-r--r--info/pstdoc/psthelp.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/info/pstdoc/psthelp.css b/info/pstdoc/psthelp.css
new file mode 100644
index 0000000000..38e18aa556
--- /dev/null
+++ b/info/pstdoc/psthelp.css
@@ -0,0 +1,44 @@
+body {font-size: medium;
+}
+h1, h2 {font-weight: normal;
+ color: #cc6600;
+ border-bottom: thin dotted #888888;
+}
+h1 {
+ font-size: 170%;
+}
+h2 {
+ font-size: 130%;
+}
+table {
+ margin-left: 10px;
+ margin-right: 10px;
+ border: thin dotted gray;
+ border-collapse: collapse;
+}
+th, td {
+ border: thin dotted gray;
+ padding: 4px;
+}
+th {
+ background-color: #cc6600;
+}
+.cellcolor {
+ background-color: #fcba7a;
+}
+.opt {
+ background-color: silver;
+}
+#syntax {
+ font: "Courier New";
+ font-size: large;
+}
+.center {
+ text-align: center;
+}
+.right {
+ text-align: right;
+}
+#ask {
+ text-align: right;
+} \ No newline at end of file