Git Repository Public Repository

CPE_learningsite

URLs

Copy to Clipboard

This repository has no backups
This repository's network speed is throttled to 100KB/sec

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
html, body, iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
}
div.sidebar_layer {
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15px;
    background-color:gray;
}
div.control_layer {
    position:absolute;
    bottom:0;
    background-color:gray;
    height:45px;
    width:100%;
    float: left;
}
div.ie_layer {
    position:absolute;
    bottom: -1px;
    background-color:gray;
    height:45px;
    width:100%;
    float: left;
}
object { display: block;}
#btnQuestion {
    font-size: 18px;
    margin-top: 3px;
    margin-right: 15px;
    float: right;
}
.tooltip{
  text-align: center;
  color: black;
  display: none;
  position: absolute;
}
.tooltip .text{
  background-color: black;
  color:white;
  margin-top: -15px;
}
.tooltip .arrow {margin-bottom: 8px;margin-top: -5px;}
input[type="button"] {
    -webkit-appearance: square-button;
}

Commits for CPE_learningsiteCPE/CPE.App/CPE.App.Web/static/css/index/recording.css

Diff revisions: vs.
Revision Author Commited Message
4cd176 ... v.shishlov Fri 27 Aug, 2021 14:33:17 +0000

initial commit