-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSC_Tools_Panel.css
54 lines (53 loc) · 999 Bytes
/
SC_Tools_Panel.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
* SC_Tools_Panel.css
* Author : Jean-Ferdy Susini
* Created : 15/02/2015 19:53
* Part of the SugarCubes Project
* version : 5.0 alpha
* implantation : 0.2
* Copyright 2014-2023.
*/
/*
* Styles used in the ControlPanel.
*/
#SC_console {
width:300px;
height:200px;
background-color:white;
color:black;
border: solid 1px black;
overflow: scroll;
font-size:10px;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
#SC_ScreenShot_pic{
width:64px;
height:40px;
border: solid 1px black;
vertical-align:middle;
}
#SC_mouse_tracker{
display:inline-block;
border-collapse: collapse;
border:solid 1px black;
width:110px;
}
#SC_reactive_machine_info{
width:198px;
display:inline-block;
border-collapse: collapse;
border:solid 1px black;
}
#SC_ControlPanel{
position:fixed;
display:inline-block;
background-color:rgba(0,0,0,0.45);
color:white;
padding:5px;
margin:0;
top:0;
left:0;
border-bottom-right-radius: 10px;
}