Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 39550
1
.webapp-completions
2
background : lightyellow
3
position : absolute
4
z-index : 999
5
overflow : hidden
6
box-shadow : 8px 8px 4px #bbb
7
border : 3px solid #99f
8
border-radius : 5px
9
select
10
background : lightyellow
11
outline : none
12
border : none
13
padding : 3px
14
margin : 3px
15
font-family : monospace
16
17
// .webapp-codemirror-introspect-title
18
19
.webapp-codemirror-introspect-content-source-code
20
white-space : pre
21
font-family : monospace
22
padding : 1ex
23
overflow : auto
24
25
.webapp-codemirror-introspect-content-docstring
26
white-space : pre
27
font-family : monospace
28
overflow : auto
29
margin-left : 2em
30
margin-right : 2em
31
32
// See https://github.com/twitter/bootstrap/issues/2764
33
34
.nav-tabs > .disabled > a, .nav-pills > .disabled > a
35
color : #999
36
cursor : pointer
37
border : none
38
// add this for tabs/pills *
39
40
.nav-tabs > .disabled > a:hover,
41
.nav-pills > .disabled > a:hover
42
background-color : transparent
43
44
45
.smc-toggle-show
46
border-bottom : 1px solid grey;
47
48
#smc-idle-notification
49
z-index : 9999
50
position : fixed
51
margin : 0
52
padding : 0
53
top : 0
54
bottom : 0
55
left : 0
56
right : 0
57
background : rgba(150, 150, 150, 0.5)
58
cursor : pointer
59
div
60
color : white
61
position : absolute
62
background-color : $COL_BLUE_D
63
min-height : 100px
64
width : 350px
65
border-radius : 5px
66
padding : 15px
67
text-align : center
68
position : absolute
69
margin : auto
70
top : 100px
71
left : 0
72
right : 0
73
cursor : pointer
74
h1
75
font-size : 22px
76
img
77
width : 150px
78
height : 150px
79
80