<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling for Virginia Tech's Weather Widget
 * for use on Web3D.org
*/


body {background-color:#04344c; margin:0; padding:0; font-size:10pt; }
.main-content {margin:0; padding:0; width:300px; }
.content-text {color:white; margin:1em; }
h1 {}
.title {text-align:center; }
.description {}
.content3d-scene {background: url("globe-weather.jpg"); }
.x3dom-logContainer, #x3d-create-init-failed {display: none !important; }
.content-3d {width:240px; margin-left:auto; margin-right:auto; }
.content3d-top {}
.content3d-scene {}
.content3d-bottom {width:120px; margin-left:auto; margin-right:auto; }
#model {width:240px; height: 200px;}
#resetViewButton {z-index:1; height:2.5em; border:none; background-color:#202021; color:#ccc; }
#resetViewButton:hover {background-color:blue; }
#content2 {margin:2em 0 0 3em; color:white; }
#dataDump u b {font-size:125%; }
#dataDump a {color:yellow; }

/* This size needs to agree with the size in the HTML, .content-3d, and #model */
X3D {border:0px; z-index:1; width:240px; height:200px;}

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