Changeset 540:4b43a57ad9b3 in documentViewer for css
- Timestamp:
- Aug 16, 2012, 5:09:49 PM (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r539 r540 127 127 margin-bottom: 0.5em; 128 128 } 129 div.tocbody div.ruler {129 div.tocbody div.ruler.top { 130 130 text-align: center; 131 margin-bottom: 0.5em; 131 padding-bottom: 0.5em; 132 } 133 div.tocbody div.ruler.bottom { 134 clear: both; 135 text-align: center; 136 padding-top: 0.5em; 132 137 } 133 138 … … 197 202 min-width: 30em; 198 203 background-color: white; 199 font-family: Junicode,Gentium,Georgia,serif;200 font-size: 14px;201 line-height: 1.3;202 204 border: 1px solid silver; 203 205 padding: 1em; … … 232 234 margin-bottom: 0.5em; 233 235 } 234 235 236 div.options.digilib li img { 236 237 vertical-align: middle; … … 238 239 239 240 /* 241 * text page 242 */ 243 div.col.main div.content.text { 244 font-family: Junicode,Gentium,Georgia,serif; 245 font-size: 14px; 246 line-height: 1.3; 247 } 248 249 /* 240 250 * search results 241 251 */ 242 252 div.col.results { 243 253 max-width: 20em; 254 padding-right: 5px; 255 } 256 div.col.results div.result { 257 border: 1px solid silver; 258 border-radius: 5px; 259 padding: 0.5em; 260 } 261 div.col.results h4 { 262 margin-top: 0; 263 margin-bottom: 0.5em; 264 } 265 div.col.results div.ruler { 266 text-align: center; 267 margin-bottom: 0.5em; 268 } 269 div.col.results div.query { 270 margin-bottom: 0.5em; 244 271 } 245 272 … … 260 287 margin-bottom: 0.5em; 261 288 } 289 div.index-info td { 290 vertical-align: top; 291 } 262 292 div.index-info td.type { 263 293 font-weight: bold; … … 279 309 * image page 280 310 */ 281 div.col.main div.content-images { 282 border: 1px solid silver; 283 } 284 div.col.main div.content-images table { 311 div.col.main div.content.images { 312 background-color: inherit; 313 padding: 0; 314 } 315 div.col.main div.content.images table { 285 316 border-collapse: collapse; /* for tight digilib */ 286 317 } 287 318 288 319 /* 320 * xml page 321 */ 322 div.col.main div.content.xml { 323 font-family: Monaco,Courier,monospace; 324 font-size: 12px; 325 } 326 div.col.main div.content.xml div.pageHeaderTitle { 327 display: none; 328 } 329 330 331 332 /* 289 333 * thumbnail overview 290 334 */ 291 335 div.col.main div.content-thumbs { 292 336 border: 1px solid silver; 293 padding: 1em;337 padding: 0.5em; 294 338 } 295 339 div.col.main table.thumbs td {
Note: See TracChangeset
for help on using the changeset viewer.