| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .modal-block {
- max-width: 80%;
- }
- #content {
- position: absolute;
- top: 0;
- width: 100%;
- z-index: 1;
- padding: 3em 0 0 0;
- }
- #c {
- position: absolute;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .list-item {
- display: inline-block;
- margin: 1em;
- padding: 1em;
- box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
- }
- .list-item>div:nth-child(1) {
- width: 200px;
- height: 200px;
- }
- .list-item>div:nth-child(2) {
- color: #888;
- font-family: sans-serif;
- font-size: large;
- width: 200px;
- margin-top: 0.5em;
- }
- .thumbnail a {
- display: inline-block;
- position: relative;
- z-index: 1;
- padding: 2em;
- margin: -2em;
- }
- .thumbnail2 a {
- display: inline-block;
- position: relative;
- z-index: 1;
- }
- .control-label {
- font-weight: bold;
- color: black;
- }
- td,
- th {
- font-weight: bold;
- color: black;
- }
- .panel {
- position: relative;
- }
- .thumbnails {
- width: 100%;
- }
- .video-static {
- width: 100%;
- position: absolute;
- background: white;
- }
- .video-static:hover {
- opacity: 0;
- }
- .video-active {
- width: 100%;
- }
- .video {
- color: #0088CC;
- }
- ul.nav-main > li > .list-a:hover {
- background-color: #B3E5FF;
- }
- .video-text{
- height:44px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp:2;
- -webkit-box-orient: vertical;
- }
- .video-font{
- color:black;
- }
|