| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .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%;
- }
- .static {
- width: 100%;
- position: absolute;
- background: white;
- }
- .static:hover {
- opacity: 0;
- }
- .active {
- width: 100%;
- }
- .video {
- color: #0088CC;
- }
|