summaryrefslogtreecommitdiff
path: root/Xpo.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-06-21 11:17:40 +0200
committerJonas Smedegaard <dr@jones.dk>2017-01-11 19:58:26 +0100
commit8239b901b09ce8b19901867dfa8fe1c59ba3acbd (patch)
treeed895ac070da7fd9d12972aca338a7ed3fbd74fe /Xpo.css
parent2d03108f2de587539f2cec570a8fe393a25815f4 (diff)
Snapshot as of 2007-06-21.
Diffstat (limited to 'Xpo.css')
-rwxr-xr-xXpo.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/Xpo.css b/Xpo.css
new file mode 100755
index 0000000..4c15bac
--- /dev/null
+++ b/Xpo.css
@@ -0,0 +1,32 @@
+.no1 {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ color: #FFFFFF;
+ border-top: 0px none;
+ border-right: 0px none;
+ border-bottom: thin none;
+ border-left: 0px none;
+}
+h1 {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ color: #FFFFFF;
+ font-weight: bolder;
+ border-top: thin none;
+ border-right: thin none;
+ border-bottom: thin none #99FF00;
+ border-left: thin none;
+}
+h2 {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: #000000;
+ border: none;
+}
+h3 {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ color: #CCFF00;
+ font-weight: bold;
+}