]> andersk Git - test.git/blob - shellinabox/styles.css
Included example style sheets that allow switching to white-on-black or to
[test.git] / shellinabox / styles.css
1 #vt100 a { 
2   text-decoration:  none;
3   color:            inherit;
4 }
5
6 #vt100 a:hover { 
7   text-decoration:  underline;
8 }
9
10 #vt100 #reconnect {
11   position:         absolute;
12   z-index:          2;
13 }
14
15 #vt100 #reconnect input { 
16   padding:          1ex;
17   font-weight:      bold;
18   font-size:        x-large;
19 }
20
21 #vt100 #cursize {
22   background:       #EEEEEE;
23   border:           1px solid black;
24   font-family:      sans-serif;
25   font-size:        large;
26   font-weight:      bold;
27   padding:          1ex;
28   position:         absolute;
29   z-index:          2;
30 }
31
32 #vt100 pre { 
33   margin:           0px;
34 }
35
36 #vt100 pre pre {
37   overflow:         hidden;
38 }
39
40 #vt100 #scrollable {
41   overflow-x:       hidden;
42   overflow-y:       scroll;
43   position:         relative;
44   padding:          1px;
45 }
46
47 #vt100 #console, #vt100 #alt_console, #vt100 #cursor, #vt100 #lineheight { 
48   font-family:      "DejaVu Sans Mono", "Everson Mono", FreeMono, "Andale Mono", "Lucida Console", monospace;
49 }
50
51 #vt100 #lineheight { 
52   position:         absolute;
53   visibility:       hidden;
54 }
55
56 #vt100 #cursor {
57   position:         absolute;
58   left:             0px;
59   top:              0px;
60   overflow:         hidden;
61   z-index:          1;
62 }
63
64 #vt100 #cursor.bright { 
65   background-color: #e60000;
66   color:            white;
67 }
68
69 #vt100 #cursor.dim {
70   visibility:       hidden;
71 }
72
73 #vt100 #cursor.inactive {
74   border:           1px solid #e60000;
75   margin:           -1px;
76 }
77
78 #vt100 #padding { 
79   visibility:       hidden;
80   width:            1px;
81   height:           0px;
82   overflow:         hidden;
83 }
84
85 #vt100 .hidden {
86   position:         absolute;
87   top:              -10000px;
88   left:             -10000px;
89   width:            0px;
90   height:           0px;
91 }
92
93 #vt100 #menu { 
94   overflow:         visible;
95   position:         absolute;
96   z-index:          3;
97 }
98
99 #vt100 #menu .popup {
100   background-color: #EEEEEE;
101   border:           1px solid black;
102   font-family:      sans-serif;
103   position:         absolute;
104 }
105
106 #vt100 #menu .popup ul { 
107   list-style-type:  none;
108   padding:          0px;
109   margin:           0px;
110   min-width:        10em;
111 }
112
113 #vt100 #menu .popup li { 
114   padding:          3px 0.5ex 3px 0.5ex;
115 }
116
117 #vt100 #menu .popup li.hover {
118   background-color: #444444;
119   color:            white;
120 }
121
122 #vt100 #menu .popup li.disabled {
123   color:            #AAAAAA;
124 }
125
126 #vt100 #menu .popup hr { 
127   margin:           0.5ex 0px 0.5ex 0px;
128 }
129
130 #vt100 #menu img { 
131   margin-right:     0.5ex;
132   width:            1ex;
133   height:           1ex;
134 }
135
136 #vt100 #scrollable.inverted { color:            #ffffff;
137                               background-color: #000000; }
138 #vt100 .ansi0               {                            }
139 #vt100 .ansi1               { color:            #cd0000; }
140 #vt100 .ansi2               { color:            #00cd00; }
141 #vt100 .ansi3               { color:            #cdcd00; }
142 #vt100 .ansi4               { color:            #0000ee; }
143 #vt100 .ansi5               { color:            #cd00cd; }
144 #vt100 .ansi6               { color:            #00cdcd; }
145 #vt100 .ansi7               { color:            #e5e5e5; }
146 #vt100 .ansi8               { color:            #7f7f7f; }
147 #vt100 .ansi9               { color:            #ff0000; }
148 #vt100 .ansi10              { color:            #00ff00; }
149 #vt100 .ansi11              { color:            #e8e800; }
150 #vt100 .ansi12              { color:            #5c5cff; }
151 #vt100 .ansi13              { color:            #ff00ff; }
152 #vt100 .ansi14              { color:            #00ffff; }
153 #vt100 .ansi15              { color:            #ffffff; }
154
155 #vt100 .bgAnsi0             { background-color: #000000; }
156 #vt100 .bgAnsi1             { background-color: #cd0000; }
157 #vt100 .bgAnsi2             { background-color: #00cd00; }
158 #vt100 .bgAnsi3             { background-color: #cdcd00; }
159 #vt100 .bgAnsi4             { background-color: #0000ee; }
160 #vt100 .bgAnsi5             { background-color: #cd00cd; }
161 #vt100 .bgAnsi6             { background-color: #00cdcd; }
162 #vt100 .bgAnsi7             { background-color: #e5e5e5; }
163 #vt100 .bgAnsi8             { background-color: #7f7f7f; }
164 #vt100 .bgAnsi9             { background-color: #ff0000; }
165 #vt100 .bgAnsi10            { background-color: #00ff00; }
166 #vt100 .bgAnsi11            { background-color: #e8e800; }
167 #vt100 .bgAnsi12            { background-color: #5c5cff; }
168 #vt100 .bgAnsi13            { background-color: #ff00ff; }
169 #vt100 .bgAnsi14            { background-color: #00ffff; }
170 #vt100 .bgAnsi15            {                            }
171
172 @media print {
173   #vt100 .scrollback {
174     display:        none;
175   }
176
177   #vt100 #reconnect, #vt100 #cursor, #vt100 #menu { 
178     visibility:     hidden;
179   }
180
181   #vt100 #scrollable { 
182     overflow:       hidden;
183   }
184
185   #vt100 #console, #vt100 #alt_console { 
186     overflow:       hidden;
187     width:          1000000ex;
188   }
189 }
This page took 0.376174 seconds and 5 git commands to generate.