comparison client/digitallibrary/jquery/jquery.digilib.css @ 848:a43810d16ee5 jquery

better region info
author hertzhaft
date Mon, 07 Mar 2011 15:16:51 +0100
parents a2b90ad772a0
children 34b20eec036b
comparison
equal deleted inserted replaced
845:a2b90ad772a0 848:a43810d16ee5
90 90
91 div.regionHTML { 91 div.regionHTML {
92 display: none; 92 display: none;
93 position: absolute; 93 position: absolute;
94 top: 100px; 94 top: 100px;
95 left: 250px;
96 padding: 10px; 95 padding: 10px;
97 font-family: Verdana, Arial, Helvetica, sans-serif; 96 font-family: Verdana, Arial, Helvetica, sans-serif;
98 font-size: 12px; 97 font-size: 12px;
99 border: 2px solid lightcyan; 98 border: 2px solid lightcyan;
100 background-color: lightgrey; 99 background-color: lightgrey;
104 div.regionHTML a { 103 div.regionHTML a {
105 color: white; 104 color: white;
106 text-decoration: none; 105 text-decoration: none;
107 font-size: 11px; 106 font-size: 11px;
108 font-weight: bold; 107 font-weight: bold;
108 }
109
110 div.infobutton {
111 background-color: white;
112 color: grey;
113 padding: 0px 4px;
114 margin: 0px 2px;
115 float: left;
116 }
117
118 div.info {
119 clear: both;
120 display: none;
121 margin: 10px;
122 }
123
124 div.infoheader {
125 width: 300px;
126 margin-bottom: 20px;
109 } 127 }
110 128
111 /* special definitions for fullscreen */ 129 /* special definitions for fullscreen */
112 div.digilib.dl_fullscreen div.buttons { 130 div.digilib.dl_fullscreen div.buttons {
113 position: fixed; 131 position: fixed;