/* hide the "edit" imported from mw*/ span.mw-editsection { display: none; } span.mw-headline { font-size: 1em; } /* hide the marker for image gallery imported from mw*/ ul.mw-gallery-traditional { list-style-type: none; } .gallery::marker { display: none; } ul .mw-gallery-traditional::marker { display: none; } body { font-family: sans-serif; color: black; height: 100% width: 100%; display: block; } pre { overflow-x: auto; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } /* id for button that SHOULD open "Tasks of the Contingent Librarian" text in modal popup*/ #tasksBtn { display: inline-block; color: black; padding-left: 0px; padding-right: 0px; background-color: white; border: none; } /* id for button that opens "*A note to the reader" text in modal popup*/ #noteBtn { display: inline; font-family: serif; color: blue; font-size: 1.6em; padding-left: 0px; padding-right: 0px; margin-top: 0px; background-color: white; border: none; } /* hover state for buttons */ #tasksBtn:hover, #noteBtn:hover { background-color: yellow; color: black; } /* the modal */ .modal { font-family: sans-serif; position: fixed; padding: 10%; top: 0; left: 0; z-index: 1; display: none; width: 50% auto; height: 50% auto; overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* the modal content*/ .modal-content { font-family: sans-serif; padding: 18px; background-color: grey; border-radius: 0px; } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } p.imgcaption { position: relative; } a:hover { background-color: yellow; color: black; text-decoration: none; } .snippets { font-family: monospace; position: absolute; margin-top: 400px; } div.container-fluid { max-width: 100%; } .cardback { width: 100%; height: 100%; font-family: monospace; } .pad { font-family: monospace; } .col { width: 50%; } /* main card image div class */ .thumbinner { border: 1px dotted blue; width: 100%; padding: 6px; font-family: sans-serif; font-size: 0.9em; } .thumbimage { width: 100%; } .row { display: inline-block; } .gallerytext { font-family: sans-serif; font-size: 11px; margin-top: -10px; } h2 { } .heading { color: black; font-family: serif; font-size: 1.6em; margin-left: 18px; margin-top: 6px; margin-bottom: 0px; } pre { background-color: lavender; padding: 6px; } iframe { border: 1px solid blue; width: 100%; height: 563px; margin: 0; } iframe[name="verso"] { background-color: Gainsboro; } iframe[name="recto"] { border: 1px dotted blue; } .alert { font-family: serif; font-size: 1em; display: inline-block; margin-top: 18px; margin-right: 6px; padding-left: 36px; padding-top: 6px; background-color: white; width: 40%; z-index: 2; } .cards { box-shadow: 5px 8px #888888; } .note { margin: auto; display: none; position: absolute; width: 80% auto; background-color: white; z-index: 10; } .cardbackimg { width: auto; height: auto; z-index: -2; }