cirandas.net

ref: master

plugins/video/public/style.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.video-gallery-thumbnail {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 115px;
  margin: 1em;
  border: solid #F0F0F0 1px;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  padding-top: 7px;
  margin-botton: 10px;
  text-overflow: ellipsis;
}

.video-gallery-top-box{
  height: 73px;
}

.video-duration{
  position: absolute;
  bottom: 0px;
  background-color: black;
  font-size: 1em;
  text-color: white;
}

.video-title{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-author{
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-gallery-thumbnail:hover div{
  display: inline-block;
}

.video-gallery-table-big{
  width: 100%;
  overflow: hidden;
}

.video-gallery-left-column-big{
  width: 350px;
  float: left;
}

.video-gallery-right-column-big{
  margin-left: 370px;
}

.video-title-big{
  font-size: 2em;
}

.video-block-center{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

form.video-plugin_video .type-text input,
form.video-plugin_video .type-textarea textarea {
  width: 100%;
}