comparison client/digitallibrary/jquery/jquery.digilib.css @ 816:36fbccbaf413 jquery

fixed automatic region links and region content
author hertzhaft
date Wed, 23 Feb 2011 02:06:41 +0100
parents 29de310ed4f3
children f07b8ed13194
comparison
equal deleted inserted replaced
815:b4b7c1618c19 816:36fbccbaf413
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 { 69 div.regionnumber a {
70 color: white; 70 color: white;
71 text-decoration: none;
71 font-size: 11px; 72 font-size: 11px;
72 font-weight: bold; 73 font-weight: bold;
73 height: 15px; 74 height: 15px;
74 width: 16px; 75 width: 16px;
75 margin: 3px; 76 margin: 3px;
76 } 77 }
77 78
78 div.regioncontent { 79 div.regioncontent {
79 display: none; 80 display: none;
81 padding: 3px;
82 }
83
84 div.regioncontent a {
85 color: white;
86 text-decoration: none;
87 font-size: 11px;
88 font-weight: bold;
80 } 89 }
81 90
82 div.regioninfo { 91 div.regioninfo {
83 display: none; 92 display: none;
84 color: white; 93 color: white;