Cleanup, converted png to gif for IEs sake

git-svn-id: file:///home/svn/framework3/trunk@4431 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-02-18 07:23:20 +00:00
parent 24f0608974
commit f46d7de211
6 changed files with 23 additions and 28 deletions

View File

@ -17,7 +17,8 @@
<div id="console_window">
<div id="console_output">
<%=h @console.read %>
Welcome to the Metasploit Web Console!
<br/><br/>
</div>
<table id="console_command_bar" border=0 padding=4 cellspacing=0 width='100%'>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,18 +1,16 @@
/*
* Copyright (c) 2006, LMH <lmh@info-pull.com>
* All Rights Reserved.
*
* Standards compliant:
* Valid, warning-free CSS: http://jigsaw.w3.org/css-validator
*/
/*
* Copyright (c) 2006 LMH <lmh[at]info-pull.com>
* Added to Metasploit under the terms of the Metasploit Framework License v1.2
* Additions Copyright (C) 2006-2007 Metasploit LLC
*/
html,body {
width: 100%;
height: 100%;
background: #000000;
color: #eeeeee;
font-family: fixed;
font-size: 12px;
font-family: monospace, console, fixed, terminal;
font-size: 11px;
}
#console_window {
@ -48,13 +46,13 @@ html,body {
.input {
font: inherit;
font-family: fixed;
font-family: fixed, console, terminal;
background: #000000;
border: 0;
color: white;
width: 600px;
overflow: hidden;
font-size: 12px;
font-size: 11px;
}
.prompt {
@ -62,7 +60,7 @@ html,body {
font: inherit;
text-align: right;
font-family: fixed;
font-size: 12px;
font-size: 11px;
}
#console_command_bar {

View File

@ -1,10 +1,8 @@
/*
* Copyright (c) 2006, LMH <lmh@info-pull.com>
* All Rights Reserved.
*
* Standards compliant:
* Valid, warning-free CSS: http://jigsaw.w3.org/css-validator
*/
/*
* Copyright (c) 2006 LMH <lmh[at]info-pull.com>
* Added to Metasploit under the terms of the Metasploit Framework License v1.2
* Additions Copyright (C) 2006-2007 Metasploit LLC
*/
html,body {
padding: 0;
@ -15,7 +13,7 @@ html,body {
}
body {
background: #444444 url(/images/banner.png) fixed center no-repeat;
background: #444444 url(/images/banner.gif) fixed center no-repeat;
color: #fff;
font-family: Trebuchet, Sans, Arial, serif;
}

View File

@ -1,10 +1,8 @@
/*
* Copyright (c) 2006, LMH <lmh@info-pull.com>
* All Rights Reserved.
*
* Standards compliant:
* Valid, warning-free CSS: http://jigsaw.w3.org/css-validator
*/
/*
* Copyright (c) 2006 LMH <lmh[at]info-pull.com>
* Added to Metasploit under the terms of the Metasploit Framework License v1.2
* Additions Copyright (C) 2006-2007 Metasploit LLC
*/
body {
background: #fff;