-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvideo.css
More file actions
58 lines (53 loc) · 1.22 KB
/
video.css
File metadata and controls
58 lines (53 loc) · 1.22 KB
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
55
56
57
58
body { margin:0; font-size:12px; line-height:24px; background:url(../images/bg_video.png) 0 0 repeat; font-family:"΢ÈíÑźÚ"; color:#fff;}
.content-box-table-vedio a:HOVER {
cursor: pointer;
}
.content-box-table-vedio tbody tr.content{
background-color:#6F6F6F;color:#555;
text-align:center;
}
.content-box-table-vedio table thead
{
font-weight: bold;
font-size: 12px;
border-bottom: 2px solid #ddd;
}
.content-box-table-vedio tbody tr{
background-color: #2e2e2e
}
.content-box-table-vedio tbody tr:hover,
.content-box-table-vedio tbody tr.alt-row:hover
{
background-color:#8B8B8B;
}
.content-box-table-vedio table th
{
font-weight: bold;
font-size: 12px;
border-bottom: 0px solid #ddd;
}
.content-box-table-vedio tbody
{
border-bottom: 0px solid #ddd;
}
#modify-user {
background: url("http://tts8.tmooc.cn/script/css/${ctx}/images/icons/cry.png") no-repeat scroll transparent;
height: 50px;
margin-left: 0;
padding-left: 80px;
padding-top: 30px;
}
div.pdf {
padding: 20px;
}
.pdf_div {
margin: 0 auto;
width: 960px;
background:#202020;
}
.pdf_div2 {
background-color: #2e2e2e;
float: right;
height: 500px;
width: 210px;
}