blash/blash.css

59 lines
661 B
CSS
Raw Normal View History

2010-12-21 22:47:39 +01:00
body
{
background-color : black;
color : #888;
font-family : Terminus, courier, monospace, fixed;
font-size : 13px;
2010-12-23 18:10:50 +01:00
tabindex : -1;
2010-12-21 22:47:39 +01:00
}
input.promptInput
{
background-color : black;
border : 0;
color : #888;
font-family : Terminus, courier, monospace, fixed;
font-size : 13px;
width : 500px;
2010-12-21 22:47:39 +01:00
}
div#blashWindow
{
width : 800px;
2010-12-21 22:47:39 +01:00
height : 400px;
margin : auto;
padding : 10px;
border : 1px solid #888;
overflow : auto;
2010-12-23 18:10:50 +01:00
tabindex : -1;
2010-12-21 22:47:39 +01:00
}
span.directory
{
color : #2553ee;
}
2010-12-23 15:45:53 +01:00
a
2010-12-21 22:47:39 +01:00
{
2010-12-23 15:45:53 +01:00
color : green;
2010-12-23 18:10:50 +01:00
tabindex : -1;
2010-12-23 15:45:53 +01:00
}
a:visited
{
color : green;
2010-12-23 18:10:50 +01:00
tabindex : -1;
2010-12-21 22:47:39 +01:00
}
span.syntax
{
color : white;
font-weight : bold;
}
span.brief
{
color : green;
}