diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 22:06:30 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 22:06:30 -0400 |
| commit | 8faf08aca6e0a251f13e7217487e6b18c463e02e (patch) | |
| tree | d34a36500a34ee9114ec9d72934dcdee649850df | |
| parent | 2f166037d567f7215cb7799419da32a74a5d19fe (diff) | |
Add mgmt rooms
| -rw-r--r-- | static/css/mgmt.css | 9 | ||||
| -rw-r--r-- | template/rooms/mgmt.st | 13 |
2 files changed, 15 insertions, 7 deletions
diff --git a/static/css/mgmt.css b/static/css/mgmt.css index 5abff26..e63a078 100644 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -3,7 +3,7 @@ v1.0 | 20080212 */ - +.fulltxt{position:fixed;bottom:0;right:5;} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, @@ -65,6 +65,7 @@ a.img_roll:link, .img_roll{ display:block; background-image:url(http://dump.fm/static/img/dumppixel.png); } +.fulltxt a{color:red;} a.img_roll:hover{ width:130px; height:46px; @@ -243,10 +244,10 @@ color:#000;font-family:verdana;background-color:#ffffff; font-family: Monaco, "C float:left; margin-top:-1px; } -#logo7 a{font-size:28px; - +#logo7 a{font-size:22px; +font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif; letter-spacing:-1; -font-weight:bold; text-decoration: none; +font-weight:300; text-decoration: none; color:#000; } #logo7 a:hover{ diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index 33c74f9..480fe46 100644 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -81,7 +81,15 @@ window.location = "http://dump.fm/error/ie"; <div id="chatrap"> <div id="dcontent"> <div id="messagePane"> - $if(user_nick)$ + <div id="logo7"> + <div align="center"> + <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> + <a class="img_roll" href="$domain$"></a> + <span class="fulltxt"> <a href="http://dump.fm/m/mgmtfull">View in fullscreen!</a></span> + </div> + </div> + + <div id="userList"> $users: { u | <div class="username"><a href="/$u.nick$" target="_blank"> @@ -94,7 +102,7 @@ window.location = "http://dump.fm/error/ie"; $u.nick$</a><br> </div> }$ - </div>$endif$ + </div> <div id="favbox" style="display: hidden"></div> <div id="messageList"> $messages: { m | @@ -110,7 +118,6 @@ window.location = "http://dump.fm/error/ie"; <span class="content">$m.content$</span> </div> }$ - <hr /> </div> </div> </div> |
