blash/blash.css

59 lines
661 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;
}
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;
}