| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .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;
- }
|