summaryrefslogtreecommitdiffstats
path: root/website/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/style.css')
-rw-r--r--website/src/style.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/website/src/style.css b/website/src/style.css
new file mode 100644
index 0000000..67c31f7
--- /dev/null
+++ b/website/src/style.css
@@ -0,0 +1,45 @@
+/* Local stylesheet for home page. */
+
+img#vtboximage {
+ position: absolute;
+ left: 40em;
+ top: 5em;
+}
+
+div#vtleft {
+ width: 16em;
+ position: absolute;
+ left: 1em;
+ top: 14em;
+}
+
+div#vtleft h2, div#vtmid h2, div#vtright h2 {
+ /*background-color: #93c5c2;*/
+}
+
+div#vtmid {
+ width: 16em;
+ position: absolute;
+ left: 18em;
+ top: 14em;
+}
+
+div#vtright {
+ width: 16em;
+ position: absolute;
+ left: 35em;
+ top: 14em;
+}
+
+ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+
+/* Don't display footer on the front page, because the columns in
+ the center of the page don't make this easy. */
+
+p#vtfooter {
+ display: none;
+} \ No newline at end of file