Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 39551
1
.special
2
color : #f00
3
4
.webapp-console
5
background-color : #eaeaea
6
padding : 0px
7
margin : 0px
8
border : 0px solid black
9
10
.webapp-console-topbar
11
padding : 0px
12
margin : 0px
13
overflow : hidden
14
border : 1px solid lightgrey
15
16
.webapp-console-filename
17
padding : 10px
18
font-weight : bold
19
color : #555
20
padding-top : 4px
21
padding-bottom : 0
22
23
.webapp-console-title
24
padding : 10px
25
font-weight : bold
26
overflow : hidden
27
color : #555
28
max-width : 40%
29
max-height : 1.5em
30
padding-top : 4px
31
padding-bottom : 0
32
padding-right : 50px
33
34
.webapp-console-description
35
color : #888
36
37
.webapp-console-for-mobile
38
position : absolute
39
opacity : 0
40
color : #fff
41
42
.webapp-console-terminal
43
height : 100%
44
width : 100%
45
position : absolute
46
font-family : droid-sans-mono
47
padding : 1px
48
margin : 0px
49
padding : 5px
50
white-space : nowrap
51
flex : 1
52
53
.webapp-console-scrollbar
54
height : 99.5%
55
overflow-x : hidden
56
overflow-y : scroll
57
z-index : 1 /* so terminal text doesn't appear visible when horizontally resizing */
58
59
.webapp-console-cursor-blur
60
border : 1px solid grey
61
border-radius : 3px
62
63
.webapp-console-cursor-focus
64
animation : webapp-cursor-blink 1.3s linear 0s infinite
65
background : #fff
66
color : #555
67
border : 1px solid #555
68
margin : -1px
69
70
@keyframes webapp-cursor-blink
71
0%, 40%
72
-webkit-filter: invert(1.0)
73
filter: invert(1.0)
74
50%, 90%
75
-webkit-filter: invert(0.0)
76
filter: invert(0.0)
77
78
.webapp-console-textarea
79
height : 0px
80
width : 0px
81
border : 0px solid white
82
opacity : 0
83
position : fixed
84
85
.webapp-console-focus
86
border : 1px solid #77b6e8
87
border-radius : 4px
88
box-shadow : inset 0 0 4px #77b6e8
89
90
.webapp-console-blur
91
border : 1px solid lightgrey
92
border-radius : 4px
93
94