video thumb css + eventname hover
This commit is contained in:
parent
a2844bc2ce
commit
8bc0fcada2
|
@ -61,12 +61,14 @@ a img {
|
||||||
|
|
||||||
.videoWrapper {
|
.videoWrapper {
|
||||||
float: left;
|
float: left;
|
||||||
width: 400px;
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoWrapper img {
|
.videoWrapper img {
|
||||||
width: 340px;
|
width: 75px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imagesWrapper {
|
.imagesWrapper {
|
||||||
|
@ -100,6 +102,10 @@ a img {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.eventName:hover {
|
||||||
|
color: #140DA2;
|
||||||
|
}
|
||||||
|
|
||||||
.event {
|
.event {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user