/* Document : islandora_basic_collection.base.css Created on : May 23, 2012, 11:22:04 AM Description: Purpose of the stylesheet follows. */ .islandora img { max-width: 100%; width: 100%; } .islandora * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .islandora fieldset{ min-width: 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-inline-metadata { margin: 0 auto; letter-spacing: -0.31em; *letter-spacing:normal; word-spacing: -0.43em; } .islandora-inline-metadata dt { margin-right: 0px; width: 100%; font-weight: bold; padding-right: 0; word-wrap: normal; text-align: left; } .islandora-inline-metadata dd { width: 100%; padding-left: 0px; border: 0; } /* * In this rule, we reset the white-space (see hack above) */ .islandora-inline-metadata dt, .islandora-inline-metadata dd { zoom: 1; letter-spacing: normal; word-spacing: normal; vertical-align: top; padding-top: 6px; padding-bottom: 4px; margin: 0; } .islandora-pdf-content { background-color: transparent; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0; } .islandora-pdf-content iframe{ width: 100%; } /* ---------------------------------- FACETS BLOCKS ---------------------------------- */ .islandora-solr-facet-wrapper{ border-top: 2px solid black; margin-bottom: 10px; } .islandora-solr-facet-wrapper h3{ padding-bottom: 9px; padding-top: 9px; padding-left: 10px; border-bottom: 1px solid black; } .block ul.islandora-solr-facet{ margin-top: 9px; padding: 0; list-style-type: none; font-family: 'Droid Sans Mono', sans-serif; font-size: 12px; } ul.islandora-solr-facet li{ background-color: rgb(249,229,220); padding: 5px 10px; margin-bottom: 5px; } ul.islandora-solr-facet li:hover{ background-color: red; color:white; } ul.islandora-solr-facet li:hover a{ color:white; } /* PaginaciĆ³n */ #islandora-solr-top{ border-top: 1px solid black; font-family: 'Droid Sans Mono', sans-serif; font-size: 12px; padding-left: 10px; padding: 5px 10px; min-height: 0; } .pager{ font-family: 'Droid Sans Mono', sans-serif; font-size: 12px; border-top: 1px solid black; } /* Mediaplayer */ div.mediaplayer { width:100%; min-height:10px; padding:10px; }