diff options
Diffstat (limited to 'template/rooms/frontpage.st')
| -rwxr-xr-x | template/rooms/frontpage.st | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index 927cbec..6761a4d 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.st @@ -15,9 +15,10 @@ (c)2011 dump.fm --> <html> - <head> - $head()$ - <title>$roomname$ dump.fm</title> + <head> + $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> + <title>$roomname$ dump.fm</title> <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> <script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script> @@ -54,16 +55,6 @@ $endif$ </script> - <style> - #chat-wrapper { - position: absolute; - z-index: 1000000; - right: 100px; - bottom: 100px; - height: 40px; - width: 300px; - }; - </style> </head> <body> $if(dis)$ @@ -90,18 +81,6 @@ var topZ = 7; CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70); </script> - <style> - .divDragTitle { - left:50%!important; - margin-left: -250px!important; - } - .divDragContent { - z-index:666; - left:50%!important; - margin-left: -250px!important; - - } - </style> $endif$ $endif$ @@ -133,4 +112,3 @@ </div> </body> </html> - |
