diff options
Diffstat (limited to 'template/rooms/dump2.st')
| -rwxr-xr-x | template/rooms/dump2.st | 58 |
1 files changed, 2 insertions, 56 deletions
diff --git a/template/rooms/dump2.st b/template/rooms/dump2.st index 35a61a2..200250b 100755 --- a/template/rooms/dump2.st +++ b/template/rooms/dump2.st @@ -17,6 +17,8 @@ <html> <head> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/rooms_dump2.css?v=20260129"> <title>no $roomname$ dump.fm</title> <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> @@ -54,51 +56,6 @@ $endif$ </script> - <style> - #chat-wrapper { - position: absolute; - z-index: 2; - right: 100px; - bottom: 100px; - height: 40px; - width: 300px; - } - #welcome-rapper{ - position:fixed; - width:100%; - height:100%; - display:table; - z-index:10; - } - #welcome-rapper span{ - width:50%; - height:50%; - display:table-cell; - float:left; - } - #welcome-rapper span h1{ - display:table-cell; - vertical-align:middle; - } - - #welcome-rapper span:nth-child(5){ - background:url(https://archive.hump.fm/images/20121011/1349988916417-dumpfm-natasaurus-goes8_hg.gif)no-repeat center; - background-size:cover; - } - #welcome-rapper span:nth-child(2){ - background:url(https://archive.hump.fm/images/20121001/1349067392929-dumpfm-kiptok-fuckyousmall.png)no-repeat center; - background-size:cover; - } - #welcome-rapper span:nth-child(4){ - background:url(http://logo.ec/wp-content/uploads/2012/10/4.jpg)no-repeat center; - background-size:cover; - } - #welcome-rapper span iframe { - width: 100%; - background:white; - height: 100%; - } - </style> </head> <body> $if(dis)$ @@ -149,17 +106,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$ |
