Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
jijisa
/
porch
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f03ea50e
authored
Mar 22, 2017
by
Heechul Kim
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added css for shellinabox
parent
412460b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
porch/static/white-on-black.css
porch/static/white-on-black.css
0 → 100755
View file @
f03ea50e
#vt100
#cursor
.bright
{
background-color
:
white
;
color
:
black
;
}
#vt100
#cursor
.dim
{
background-color
:
black
;
opacity
:
0.2
;
-moz-opacity
:
0.2
;
filter
:
alpha
(
opacity
=
20
);
}
#vt100
#scrollable
{
color
:
#ffffff
;
background-color
:
#000000
;
}
#vt100
#scrollable
.inverted
{
color
:
#000000
;
background-color
:
#ffffff
;
}
#vt100
.ansiDef
{
color
:
#ffffff
;
}
#vt100
.ansiDefR
{
color
:
#000000
;
}
#vt100
.bgAnsiDef
{
background-color
:
#000000
;
}
#vt100
.bgAnsiDefR
{
background-color
:
#ffffff
;
}
#vt100
#scrollable
.inverted
.ansiDef
{
color
:
#000000
;
}
#vt100
#scrollable
.inverted
.ansiDefR
{
color
:
#ffffff
;
}
#vt100
#scrollable
.inverted
.bgAnsiDef
{
background-color
:
#ffffff
;
}
#vt100
#scrollable
.inverted
.bgAnsiDefR
{
background-color
:
#000000
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment