From 8866b31f28b69c5dd2857960ddeea08bcb9725d5 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 9 Oct 2007 18:38:15 +0000 Subject: [PATCH] start menu --- web/index.php | 18 ++++++++++++++++-- web/room.css | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/web/index.php b/web/index.php index 209780a..ed166e0 100644 --- a/web/index.php +++ b/web/index.php @@ -215,7 +215,21 @@ google_color_url = "000000"; $brisk_vertical_menu = '
- + + +


sponsored by:

'.$altout_carousel.'


@@ -350,7 +364,7 @@ else { \n"); - printf($brisk_vertical_menu, '




', + printf($brisk_vertical_menu, '



', $brisk_donate); printf(""); ?> diff --git a/web/room.css b/web/room.css index bcbd20a..48a1169 100644 --- a/web/room.css +++ b/web/room.css @@ -242,9 +242,41 @@ div.esco { } .proxhr { - /*background-color: green; */ + /* background-color: green; */ align: center; text-align: center; width: 100%; top: 28px; } + +.webstart { + position: absolute; + background-color: white; + left: 100px; + visibility: hidden; + border: 1px solid gray; + align: left; + text-align: left; + /* width: 100px; + height: 300px; */ + padding: 8px; + +} + +.webstart a:link { + color: black; + line-height: 20px; + text-decoration: none; +} + +.webstart a:visited { + color: black; + line-height: 20px; + text-decoration: none; +} + +.webstart a:hover { + color: RGB(255,174,0); + line-height: 20px; + text-decoration: none; +} -- 2.17.1