diff options
Diffstat (limited to 'cutest-1.5/style.css')
-rw-r--r-- | cutest-1.5/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cutest-1.5/style.css b/cutest-1.5/style.css new file mode 100644 index 0000000..7759d5a --- /dev/null +++ b/cutest-1.5/style.css @@ -0,0 +1,21 @@ +BODY {
+ font-family: "Verdana,Arial,sans-serif";
+ font-size: 10pt;
+}
+PRE.LIST {
+ background: #CFD9FF;
+ border: 1ex solid #AAAAE6;
+ padding: 1ex;
+}
+
+PRE.SNIP {
+ background: #CFD9FF;
+ padding: 1ex;
+}
+
+PRE.CONSOLE {
+ color: #CCCCCC;
+ background: #000000;
+ font-family: "Courier New,Courier";
+ padding: 1ex;
+}
|