Subversion Repository Public Repository

Nextrek

Diff Revisions 775 vs 779 for /legal-map/css/articolo.css

Diff revisions: vs.
  @@ -1,7 +1,8 @@
1 1 .articolo {
2 2 border: 1px solid;
3 3 margin-top: 14px;
4 - position: relative
4 + position: relative;
5 + z-index: 1;
5 6 }
6 7
7 8 /*.articolo:before */
  @@ -240,4 +241,31 @@
240 241 .cat-node-4 .articolo .tab {
241 242 background-color: #FDE9D2;
242 243 border-bottom: 1px solid #FDE9D2;
244 + }
245 +
246 + .articolo .articolo-popup {
247 + position: absolute;
248 + top: 20px;
249 + right: 0px;
250 + width: 600px;
251 + z-index: 1000;
252 + color: white;
253 + background-color: #2F3131;
254 + border: 1px #C6C6C5;
255 + border-radius: 10pt;
256 + padding: 24px;
257 + font-family: "Roboto", serif;
258 + font-size: 13pt;
259 + }
260 +
261 + .popup-arrow {
262 + width: 0;
263 + height: 0;
264 + border-top: 10px solid transparent;
265 + border-bottom: 10px solid transparent;
266 + border-right:10px solid #C6C6C5;
267 + position: absolute;
268 + /*top: 50%;*/
269 + left: 0px;
270 + opacity: 0.5;
243 271 }