comparison client/digitallibrary/jquery/jquery.digilib.css @ 835:9fa078dcb493 jquery

predefine region content with a rel=
author hertzhaft
date Tue, 01 Mar 2011 17:12:25 +0100
parents e4133946a9ad
children 77248c6d2a5f
comparison
equal deleted inserted replaced
832:e4133946a9ad 835:9fa078dcb493
64 64
65 div.digilib div.region:hover { 65 div.digilib div.region:hover {
66 opacity: 0.5; 66 opacity: 0.5;
67 } 67 }
68 68
69 div.regionnumber a { 69 div.region a {
70 color: white; 70 color: white;
71 text-decoration: none; 71 text-decoration: none;
72 font-size: 11px; 72 font-size: 11px;
73 font-weight: bold; 73 font-weight: bold;
74 height: 15px; 74 height: 15px;
76 margin: 3px; 76 margin: 3px;
77 } 77 }
78 78
79 div.regioncontent { 79 div.regioncontent {
80 display: none; 80 display: none;
81 padding: 3px;
82 } 81 }
83 82
84 div.regioncontent a { 83 div.regionHTML {
85 color: white;
86 text-decoration: none;
87 font-size: 11px;
88 font-weight: bold;
89 }
90
91 div.regioninfo {
92 display: none;
93 color: white;
94 background-color: black;
95 }
96
97 div.regionhtml {
98 display: none; 84 display: none;
99 position: absolute; 85 position: absolute;
100 top: 100px; 86 top: 100px;
101 left: 250px; 87 left: 250px;
102 padding: 10px; 88 padding: 10px;
103 font-family: Verdana, Arial, Helvetica, sans-serif; 89 font-family: Verdana, Arial, Helvetica, sans-serif;
104 font-size: 12px; 90 font-size: 12px;
105 border: 2px solid lightcyan; 91 border: 2px solid lightcyan;
106 background-color: lightgrey; 92 background-color: lightgrey;
107 z-index: 1000; 93 z-index: 1000;
94 }
95
96 div.regionHTML a {
97 color: white;
98 text-decoration: none;
99 font-size: 11px;
100 font-weight: bold;
108 } 101 }
109 102
110 /* special definitions for fullscreen */ 103 /* special definitions for fullscreen */
111 div.digilib.dl_fullscreen div.buttons { 104 div.digilib.dl_fullscreen div.buttons {
112 position: fixed; 105 position: fixed;