Line 1,357: | Line 1,357: | ||
z-index:0; | z-index:0; | ||
} | } | ||
+ | |||
+ | .fotorama__nav__frame { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .fotorama__wrap * { | ||
+ | box-sizing: content-box; | ||
+ | } | ||
+ | |||
+ | .fotorama--fullscreen, .fotorama__img { | ||
+ | max-width: 99999px !important; | ||
+ | max-height: 99999px !important; | ||
+ | min-width: 0 !important; | ||
+ | min-height: 0 !important; | ||
+ | border-radius: 0 !important; | ||
+ | box-shadow: none !important; | ||
+ | padding: 0 !important; | ||
+ | } | ||
+ | |||
+ | .fotorama__arr:focus::after, .fotorama__fullscreen-icon:focus::after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot::after, .fotorama__nav__frame:focus .fotorama__thumb::after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | |||
+ | .fotorama__nav__shaft { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .fotorama__nav { | ||
+ | font-size: 0; | ||
+ | line-height: 0; | ||
+ | text-align: center; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | .fotorama__wrap { | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | direction: ltr; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
Line 1,833: | Line 1,878: | ||
</style> | </style> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- 33 KB --> | ||
+ | <link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet"> <!-- 3 KB --> | ||
+ | <script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script> <!-- 16 KB --> | ||
<link rel="stylesheet" href="https://2015.igem.org/Team:TU_Delft/bootstrap?action=raw&ctype=text/css" type="text/css"> | <link rel="stylesheet" href="https://2015.igem.org/Team:TU_Delft/bootstrap?action=raw&ctype=text/css" type="text/css"> |
Revision as of 20:34, 13 October 2016