Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery.digilib.css @ 872:df78d6b36540 jquery
arrows: positioning works in embedded mode, too
author | hertzhaft |
---|---|
date | Thu, 17 Mar 2011 19:21:25 +0100 |
parents | 5d811828347b |
children | baf4b376fcf7 |
comparison
equal
deleted
inserted
replaced
871:36b38738ed3e | 872:df78d6b36540 |
---|---|
134 div.digilib div.arrows div.button { | 134 div.digilib div.arrows div.button { |
135 position: absolute; | 135 position: absolute; |
136 text-align: center; | 136 text-align: center; |
137 background-color: black; | 137 background-color: black; |
138 opacity: 0.08; | 138 opacity: 0.08; |
139 z-index: 200; | |
139 } | 140 } |
140 | 141 |
141 div.digilib div.arrows div.button:hover { | 142 div.digilib div.arrows div.button:hover { |
142 opacity: 0.5; | 143 opacity: 0.5; |
144 } | |
145 | |
146 div.digilib div.arrows div.button a { | |
147 position: relative; | |
143 } | 148 } |
144 | 149 |
145 /* special definitions for fullscreen */ | 150 /* special definitions for fullscreen */ |
146 div.digilib.dl_fullscreen div.buttons { | 151 div.digilib.dl_fullscreen div.buttons { |
147 position: fixed; | 152 position: fixed; |
148 right: 0px; | 153 right: 0px; |
149 top: 0px; | 154 top: 0px; |
150 padding: 2px; | 155 padding: 2px; |
151 background-color: transparent; | 156 background-color: transparent; |
152 z-index: 100; | 157 z-index: 200; |
153 } | 158 } |
154 | 159 |
155 div.digilib.dl_fullscreen div.buttons div.button:hover { | 160 div.digilib.dl_fullscreen div.buttons div.button:hover { |
156 background-image: url('img/fullscreen/corona.png'); | 161 background-image: url('img/fullscreen/corona.png'); |
157 background-repeat: no-repeat; | 162 background-repeat: no-repeat; |