<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * site.css - stylesheet for the Caltech Library's Digital Library Development Group's sandbox.
 *
 * orange: #FF6E1E;
 *
 * Secondary pallet:
 *
 * lightgrey: #C8C8C8
 * grey: #76777B
 * darkgrey: #616265
 * slategrey: #AAA99F
 *
 * Impact Pallete see: http://identity.caltech.edu/web/colors
 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
body {
     margin: 0;
     border: 0;
     padding: 0;
     width: 100%;
     height: 100%;
     color: #FF6E1E;
     background-color: white;
     font-family: Open Sans, Helvetica, Sans-Serif;
     font-size: calc(1em+1vm);
}

header {
     position: relative;
     display: block;
     color: white;
     background-color: white;
     z-index: 2;
     height: 80px;
     vertical-align: middle;
}

header img {
     position: relative;
     display: inline;
     padding-left: 20px;
     margin: 0;
     height: 42px;
     padding-top: 32px;
}

header h1 {
     position: relative;
     display: inline-block;
     margin: 0.3em;
     border: 0;
     padding: 0;
     font-size: 3em;
     font-weight: normal;
     color: #FF6E1E;
}

header a, header a:link, header a:visited, header a:active, header a:hover, header a:focus {
     color: #FF6E1E;
     background-color: inherit;
}


a, a:link, a:visited {
     color: #FF6E1E;
     background-color: inherit;
     text-decoration: none;
}

a:active, a:hover, a:focus {
    color: #76777B;
    font-weight: bolder;
}

nav {
     position: relative;
     display: block;
     width: 100%;
     margin: 0;
     padding: 0;
     font-size: 1.0em;
     vertical-align: middle;
     color: black;
     background-color: #AAA99F; /* #76777B;*/
     text-align: right;
}

nav div {
     display: inline-block;
     /* padding-left: 10em; */
     margin-left: 10em;
     margin-right: 10em;
}

nav a, nav a:link, nav a:visited, nav a:active {
     color: white;
     background-color: inherit;
     text-decoration: none;
}

nav a:hover, nav a:focus {
     color: #FF6E1E;
     background-color: inherit;
     text-decoration: none;
}

nav div h2 {
     position: relative;
     display: block;
     min-width: 20%;
     margin: 0;
     font-size: 1.24em;
     font-style: normal;
}

nav div &gt; ul {
     display: none;
     padding-left: 0.24em;
     text-align: left;
}

nav ul {
     display: inline-block;
     padding-left: 0.24em;
     list-style-type: none;
     text-align: left;
     text-decoration: none; 
}

nav ul li {
     display: inline;
     padding: 1em;
}

body img {
    padding: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

form {
    padding: 0;
    display: inline-block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

section {
     position: relative;
     display: inline-block;
     width: 98%;
     min-height: 84%;
     color: black;
     background-color: white;
     margin-left: 1vw;
     margin-right: 1vw;
     margin-bottom: 2em;
     padding 0;
}

section p {
    width: 97%;
    text-align: center;
    font-family: Open Sans, Helvetica, Sans-Serif;
}

li {
    margin-right: 1vw;
}

section h1 {
    text-align: center;
    font-family: Open Sans, Helvetica, Sans-Serif;
    font-size: 2.0em;
    font-weight: 600;
}

section h2 {
    font-size: 1.5em;
    font-weight: 600;
}

section h3 {
    font-size: 1.25em;
    font-weight: 600;
}

section ul {
    display: block;
    list-style: inside;
    list-style-type: '- ';
    margin: 0;
    padding-left: 1.24em;
}

aside {
     margin: 0;
     border: 0;
     padding-left: 1em;
     position: relative;
     display: inline-block;
     text-align: right;
}

aside h2 {
     font-size: 1em;
     text-transform: uppercase;
}

aside h2 &gt; a {
     font-style: normal;
}

aside ul {
     margin: 0;
     padding: 0;
     display: block;
     list-style-type: none;
}

aside ul li {
     font-size: 0.82em;
}

aside ul &gt; ul {
     padding-left: 1em;
     font-size: 0.72em;
}

table {
     border-collapse: collapse;
}

table, th, td {
     border: 1px solid black;
     padding: 1em;
}

input {
    border: 1px solid black;
    padding: 1em;
}

tr:nth-child(odd) {background-color: #f2f2f2}

footer div.logotxt {
  position: absolute;
  height: 3em;
  width: 200px;
  right: 0;
  border: 1em;
} 

footer div.logoimg {
  position: absolute;
  top: 1.5em;
  right: 0;
}

footer {
     position: relative;
     bottom: 0;
     display: block;
     width: 100%;
     height: 4em;
     color: white;
     background-color: #616265;
     text-aligh: center;
     font-size: 80%;
     vertical-align: middle;
     z-index: 2;
}

footer span {
     position: relative;
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 100px;
     padding-left: 0.24em;
     text-align: center;
     font-family: Open Sans, Helvetica, Sans-Serif;
     font-size: 1em;
}

footer img {
     position: relative;
     display: inline;
     padding-right: 20px;
     margin: 0;
     height: 2em;
}

footer h1 {
     font-weight: normal;
}

footer a, footer a:link, footer a:visited, footer a:active, footer a:focus, footer a:hover {
     padding: 0;
     display: inline;
     margin: 0;
     color: #FF6E1E;
     text-decoration: none;
}

</pre></body></html>