<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: USC Wordpress
Theme URI: https://github.com/daveagp/usc-wp-theme
Author: david.pritchard@usc.edu based on theme by Ramy
Author URI: http://ints.io/daveagp
Description: A basic theme with the USC look and feel. 
Version: S15
License: GPL v2

A basic theme.
*/

pre {
    overflow: auto;
}
pre, tt, code {
    font-family: "Droid Sans Mono", "Monaco", "Courier New";
    border: 1px solid #d8d8d8; 
    background: #f9f9f9; 
    padding-left: 0.5ch;
    padding-right: 0.5ch;
}

.wscontainer pre, .wscontainer tt, .wscontainer code {
    border: none;
}

li &gt; tt, li &gt; code {
    border: none;
}

#main img {
max-width: 100%;
height: auto;
}

#content blockquote {
margin: 20px 0;
padding: 0 20px 0 50px;
background: url(quote.png) 5% 0% no-repeat;
border: none;
font-style: italic;
}

#content blockquote &gt; * {
margin-left: 20px !important;
}

#content .CodeMirror-scroll {
    min-height: 0px;
}

.highlight .CodeMirror * {
    line-height: 22px !important;
    font-size: 18px !important;
}


html.notop {
margin-top: 0px !important;
}

.spoiler pre, .spoiler tt, .spoiler code, 
.wscontainer .description pre, .wscontainer .description tt, .wscontainer .description code, 
.wscontainer .results pre, .wscontainer .results tt, .wscontainer .results code, 
.wscontainer .nocode-ui pre, .wscontainer .nocode-ui tt, .wscontainer .nocode-ui code, 
{
    border: none; 
    background: none; 
    padding-left: 0;
    padding-right: 0;
}

#content .wscontainer {
    font-size: 16px;
    line-height: 20px;
}


.qa &gt; li:nth-child(odd) {
  margin-top: 10px;
  font-weight: bold;  
}
.qa &gt; li:nth-child(odd)::before {
    content: "Q: ";
}
.qa &gt; li:nth-child(even)::before {
    content: "A: ";
    font-weight: bold;  
}
.qa {
    list-style-type: none;
    padding: 0;
}

.expand {display: none; border-radius: 5px;}
.expand-body {display: none; background-color: #EFE; border-radius: 5px; padding: 5px}
.expand-header {background-color: #CFC; border-radius: 5px; padding: 5px; cursor: pointer}
#content .expand-body p {margin:0px;}

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,300,900);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
/* @import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic); */

html, body {
    padding: 0;
    margin: 0;
    background: #efefea;
    font-family: "Helvetica Neue", arial, sans-serif;
}

.center {
    max-width: 105ch;
    margin: 0 auto;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

#top_bar {
    background: #990000;
    height: 10px;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
    z-index: 6;
    position: fixed;
    border-bottom: 1px solid #740909;
}

#logo_wrapper {
    /* padding: 5px 10px 60px 20px;
       background:-webkit-linear-gradient(#990000 0%, #990000 50%, rgba(153, 0, 0, 0) 100%);
       */
    padding: 0px 15px 10px;
    background : #990000;
    width: 24%;
    min-width: 224px;
    float: right;
    margin-top: 10px;
    border: 1px solid #740909;
    border-width: 0px 1px 1px 1px;
    text-align: center;
    -webkit-box-sizing: brder-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo_wrapper #logo {
    height: 50px;
    width: 194px;
    margin: 0 auto;
/*    background: #990000 url("/wp-content/themes/uscwp/img/logo.gif") no-repeat; */
}

header {
/*    background: url("/wp-content/themes/uscwp/img/bg.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6e7983;
    height: 170px;
    width: 100%;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #333;
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5), 10px 10px 50px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

header h1 {
    font-family: "PT Serif", "Merriweather", arial, sans-serif;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: white;
    position: absolute;
    bottom: 0px;
}


header h1 span{
    font-family: "Helvetica Neue", arial, sans-serif;
    font-size: 15px;
    padding-left: 3px;
    display: block;
    font-weight: 200;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.8);
}

#content {
    border: solid #aaa;
    border-width: 0px 1px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    position: relative;
    /*z-index: 5;*/
    background: #fff;
    color: #333;
    font-weight: 300;
    
    font-size: 16px;
    line-height: 22px;
}

#content h2 {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 35px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    
    font-family: "PT Serif", "Merriweather", arial, sans-serif;
    font-variant: small-caps
}


#content h3 {
    font-size: 21px;
    line-height: 23px;
}

#content h4 {
    font-size: 19px;
    line-height: 21px;
}

#content h3, #content h4 {
    margin: 20px 0 0 0;
    padding: 0;
    
    font-family: "PT Serif", "Merriweather", arial, sans-serif;
    
    background: -webkit-linear-gradient(rgba(207, 192, 192, 0) 0%, rgba(207, 192, 192, 0) 30%, rgba(207, 192, 192, 0.15) 100%);
    background: -moz-linear-gradient(rgba(207, 192, 192, 0) 0%, rgba(207, 192, 192, 0) 30%, rgba(207, 192, 192, 0.15) 100%);
    background: linear-gradient(rgba(207, 192, 192, 0) 0%, rgba(207, 192, 192, 0) 30%, rgba(207, 192, 192, 0.15) 100%);
    border-bottom: 1px solid #CFC0C0;

    color: #990000;
}

#content h4 {
    margin: 7px 0 0 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}

#content h4 a {
    font-weight: 300;
    font-size: 14px;
}

#content p {
    margin: 5px 0 10px 0;
    padding: 0;
/*    font-size: 15px;
    line-height: 22px; */
}

#content .small_key {
    font-size: 12px;
    font-weight: bold;
    text-indent: 5em
}

#content .small_info {
    font-size: 12px;
    font-weight: bold;
    text-indent: 10em
}

#content .indented_info {
    text-indent: 15px
}

#content .info_box {
    font-size: 14px;
}

#content .info_footnote {
    font-size: 12px;
    font-weight: bold;
}

#content .info_key {
    width: 100px;
    float: left;
    display: inline-block;
}

#content .info_value {
    width: auto;
    float: left;
    display: inline-block;
}

#content table {
    width: 100%;
}

#content table th {
    border-bottom: 2px solid #ccc;
}

#content table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

#content table tr:nth-child(even) td {
    background: #f6f6f6;
}

#content table a {
    color: inherit;
}

#main {
    width: 75%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
        overflow: auto;
}

#sidebar {
    float: right;
    width: 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: -webkit-linear-gradient(#eee 0%, #eee 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(#eee 0%, #eee 90%, rgba(255, 255, 255, 0) 100%);
    background: -linear-gradient(#eee 0%, #eee 90%, rgba(255, 255, 255, 0) 100%);
}

#sidebar nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#sidebar nav ul a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 7px;
    font-size: 15px;
    color: #990000;
}
#sidebar nav ul a.active {
    font-weight: bold;
}
#sidebar nav ul a:last-of-type {
    border-bottom: none;
}

#sidebar &gt; a {
    font-size: 13px;
    float: right;
    color: #ccc;
    border-bottom: none;
    text-decoration: underline;
}

footer {
    border-top: 1px solid #ccc;
    background: #eee;
    color: #aaa;
    padding: 5px 20px;
    font-size: 12px;
    z-index: 5;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

.mobileonly-inline {display:none;}
.mobileonly-span {display:none;}

@media screen {
 .noscreen {display:none;}
}

@media print {
 .noprint {display:none;}
 h1, h1 * {color: black !important; position: inherit; margin-top:0px; margin-bottom:0px;}
 h2, h3, h4, a {color: black !important;}
 * {
     background: none !important;
     background-color: none !important;
     border: none !important;
     box-shadow: none !important;
     text-shadow: none !important;
 }
 h1 {padding: 10px !important; font-size: 18px !important;}
 #main {padding-top: 5px !important;}
 #content, #main {width: auto !important;}
}

@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
    html, body {
	overflow-x: hidden;
	}
    #main {
	width: 100%;
	float: none;
	}
    #sidebar {
	border-top: 1px solid #aaa;
	width: 100%;
	position: static !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	}
    
    #top_bar{
	position: static;
	height: auto;
	padding: 0 10px;
	}
    
    #logo_wrapper {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	}
    
    
    header {
	height: 150px;
	}
    
    header h1 {
	line-height: 50px;
	margin-bottom: 10px;
	}
    
    header h1 span {
	line-height: 30px;
	}
    .mobileonly-block {display:block;}
    .mobileonly-inline {display:inline;}

}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) { 

    header {
	height: 150px;
	}
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    transition: 0.2s opacity;
    border-bottom: 1px dashed #ccc;
    color: #999;
}

a:hover {
    opacity: 0.6;
}


.current_page_item {
    font-weight: bold;
}

.spoiler {
    color: white;
    border: 1px solid black;
}

.spoiler:hover {
    color: inherit;
    border: 1px dashed purple;
    background: #DFE;
}

.smaller {
   font-size: 80% !important;
}

div.wp-caption img{
   margin: 5px;
   max-width: 630px;
}

div.wp-caption {
   background: #EEE;
   border: 1px solid grey;
   margin: 5px;
   max-width: 100%;
}

p.wp-caption-text {
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   margin: 3px;
}

.alignright {float: right;}
.alignleft {float: left;}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
</pre></body></html>