From a5ad9c789e7e6b0a2d0033036811fe5b480d2f06 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 20 Dec 2010 21:54:51 +0000 Subject: [PATCH] css/style.css: a style sheet for GF web pages --- css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 css/style.css 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