summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-12-20 21:54:51 +0000
committerhallgren <hallgren@chalmers.se>2010-12-20 21:54:51 +0000
commit82d32af41007efd5972967441bfc730329735e5a (patch)
treeee384d6ecf18c0809289302349cdc347e89f6b77 /css
parent721fae10a2cba48a7b37069b73b1f5f328f7d71c (diff)
css/style.css: a style sheet for GF web pages
Diffstat (limited to 'css')
-rw-r--r--css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 000000000..122538ede
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,18 @@
+
+body { background-color: #f2f2f2; }
+
+h1,h2,h3 { font-family: sans-serif; }
+h2 { border-bottom: 2px solid black; clear: right; }
+
+div.center { text-align: center; }
+div.news { font-size: small; }
+
+table { border-collapse: collapse; }
+
+
+th,td { border: 1px solid #333; }
+
+td { background: white; }
+th { background: #9df; }
+
+h1>img { float: right; } \ No newline at end of file