blash/blash.css
2010-12-30 03:27:26 +01:00

84 lines
933 B
CSS

body
{
background-color : black;
color : #888;
font-family : Terminus, courier, monospace, fixed;
font-size : 13px;
tabindex : -1;
}
input.promptInput
{
background-color : black;
border : 0;
color : #888;
font-family : Terminus, courier, monospace, fixed;
font-size : 13px;
width : 500px;
}
input.password
{
background-color : black;
border : 0;
color : #888;
font-family : Terminus, courier, monospace, fixed;
font-size : 13px;
width : 500px;
}
div#blashWindow
{
width : 800px;
height : 400px;
margin : auto;
padding : 10px;
border : 1px solid #888;
overflow : auto;
tabindex : -1;
}
span.directory
{
color : #2553ee;
}
a
{
color : green;
tabindex : -1;
}
a:visited
{
color : green;
tabindex : -1;
}
span.syntax
{
color : white;
font-weight : bold;
}
span.brief
{
color : green;
}
span.filematch
{
color : #672377;
}
span.linematch
{
color : #73d216;
}
span.match
{
color : #992010;
}