You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.6 KiB
82 lines
1.6 KiB
/* |
|
Document : islandora_basic_collection.theme |
|
Created on : May 23, 2012, 11:23:56 AM |
|
Description: |
|
Purpose of the stylesheet follows. |
|
*/ |
|
|
|
/* |
|
* Thumbnails float optionally to the left or right of descriptive lists. |
|
*/ |
|
|
|
.islandora-object-thumb img { |
|
max-width: 100%; |
|
*width: 100%; |
|
} |
|
|
|
dl.islandora-object-thumb { |
|
float: left; |
|
width: 15%; |
|
margin: 0.75em auto; |
|
} |
|
|
|
.islandora-object-thumb dt, |
|
.islandora-object-thumb dd { |
|
margin: 0; |
|
} |
|
|
|
/* |
|
* These rules will display DTs/DDs as columns. |
|
* Constructs must follow a key/value pair pattern. |
|
* The three last declarations are meant to kill white space between DTs/DDs |
|
* (result of inline-block styling) |
|
*/ |
|
dl.islandora-object-fields { |
|
float: right; |
|
width:83%; |
|
margin: 0.75em auto; |
|
letter-spacing:-0.34em; |
|
*letter-spacing:normal; |
|
word-spacing:-0.44em; |
|
border-top:3px solid #ddd; |
|
} |
|
|
|
/* |
|
* The width + left/right padding of DTs/DDs equals 88% when compensating for an image |
|
*/ |
|
.islandora-object-fields dt { |
|
margin-right:-1px; |
|
width:22.5%; |
|
font-weight: bold; |
|
} |
|
|
|
.islandora-object-fields dd { |
|
width:67%; |
|
} |
|
|
|
/* |
|
* In this rule, we reset the white-space (see hack above) |
|
*/ |
|
.islandora-object-fields dt, |
|
.islandora-object-fields dd { |
|
display:inline-block; |
|
*display:inline; |
|
zoom:1; |
|
letter-spacing:normal; |
|
word-spacing:normal; |
|
vertical-align:top; |
|
padding:6px 2% 4px; |
|
margin:0; |
|
border-top:1px solid #ddd; |
|
-ms-word-break: break-all; |
|
word-break: break-all; |
|
word-break: break-word; /* webkit */ |
|
-webkit-hyphens: auto; |
|
-moz-hyphens: auto; |
|
hyphens: auto; |
|
} |
|
|
|
.islandora-object-fields dt.first, |
|
.islandora-object-fields dd.first { |
|
border-top: 0; |
|
} |