@font-face { font-family: "Lato"; src: url('../../../../font/Lato-Light.ttf') format('truetype'); /* Safari, Android, iOS */ } /* Body CSS -------------------------------------------------- */ body { color: #555555; background-color: #FDFDFD; font-family: "Helvetica Nueue", "Helvetica", "Arial", "Lato", "sans serif"; font-weight: 400; font-size: 14px; line-height: 20px; } body p { font-weight: 400; font-size: 14px; line-height: 1.5; } article, aside, figure, footer, header, hgroup, menu, nav, section { display:block; } body > section, footer { margin: 0; z-index: 10; } #Content { /* max-width: 100%; width: 100%; margin-top: 20px; */ padding-bottom: 260px; /* Keeps footer down */ } body > section > article { min-height: 800px; margin: auto; padding-bottom: 40px; } .mapMode > section > article{ padding-bottom: 0px; } a { color: #006699; transition: color .5s; -webkit-transition: color .5s; } a:hover{ text-decoration:none; } h1 > a[name], h2 > a[name], h3 > a[name], h4 > a[name], h5 > a[name], h6 > a[name] { color: #555555; text-decoration: none; z-index: 20; /*keeps hidden anchor tags from blocking content*/ } /* make sure the anchors render with padding-top */ h1 > a[name]:before, h2 > a[name]:before, h3 > a[name]:before, h4 > a[name]:before, h5 > a[name]:before, h6 > a[name]:before { content: ""; padding-top: 115px; } h1{ font-weight: normal; } .bold-header{ font-size: 18px; line-height: 30px; color: #555555; text-transform: uppercase; } .pointer{ cursor: pointer; } .hidden, #clear-all.hidden{ display: none; } .webmaster-email{ display: block; margin-top: 1em; } .webmaster-email i{ margin-right: 5px; } .mapMode .collapse-me:hover{ cursor: pointer; } .row-fluid{ min-height: 0px; } /** Ellipsis Styles - both single line and multi-line, which needs particular markup structure to work. See http://codepen.io/romanrudenko/pen/ymHFh **/ .ellipsis{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .multi-line-ellipsis { overflow: hidden; height: 50px; line-height: 1em; } .multi-line-ellipsis:before { content:""; float: left; width: 5px; height: 50px; } .multi-line-ellipsis > *:first-child { float: right; width: 100%; margin-left: -5px; } .multi-line-ellipsis:after { content: "\02026"; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; float: right; position: relative; top: -25px; left: 99%; width: 3em; margin-left: -3em; padding-right: 5px; text-align: right; background-size: 100% 100%; /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC); background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white)); background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); } /* Offsets the anchor links by the same height as the fixed header */ #About a[name], #Tools a[name] { /*for eml parser docs */ position:relative; top: -95px; display: block; } div.row-fluid > a[name] { margin: 35px auto auto auto; } /* * Temp Message */ .has-temporary-message nav#Navbar { margin-top: 72px; } /* * Portal View */ .portal-view .toc-ul a{ font-weight: lighter; } /* Portal & Editor (minimal header common to both views) -------------------------------------------------- */ #Navbar .navbar-inner:before, .navbar-inner:after { display: none; } .Portal.Editor #HeaderContainer, .PortalView #HeaderContainer{ display: none !important; } .Portal.Editor #Navbar .brand, .PortalView #Navbar .brand { color: #992222; float: none; margin: 0px; display: inline; text-shadow: none; padding: 0px; margin-left: 2px; font-size: 20px; letter-spacing: 0; } .PortalView .navbar .nav { align-items: center; } .Portal.Editor #Navbar .brand::before, .PortalView #Navbar .brand::before { content: "Hosted by the "; color: #555555; font-family: "Helvetica Nueue", "Helvetica", "Arial", "Lato", "sans serif"; font-size: 14px; } .Portal.Editor #Navbar .nav .minimal-nav a:hover, .PortalView #Navbar .nav .minimal-nav a:hover { background-color: transparent; } .PortalView #Navbar .nav .minimal-nav .btn-primary{ color: #FFF; } .PortalView #Navbar .nav .minimal-nav .btn-primary:hover{ background-color: #0093DD; color: #FFF; } .PortalView #Navbar #editPortal{ padding: 5px; } /* Portal editor -------------------------------------------------- */ /* Theme specific colours for the add section 'button' images */ .port-editor-section svg .theme-primary-fill{ fill: #006699 } .port-editor-section svg .theme-secondary-fill{ fill: #1981cc } .port-editor-section svg .theme-accent-fill{ fill: #b90004 } .port-editor-sections .section-link-container.sortable-ghost { background-color: #007DBB !important; } /* Editor -------------------------------------------------- */ .Editor #Content { padding-top: 0px; } .data-package-item.message-row button{ height: 50px; border-width: 0px; } .side-nav-item .active { background-color: #006699; color: #FFFFFF; } /* MDQ -------------------------------------------------- */ #mdqResult { min-height: 800px; margin: auto; padding-bottom: 40px; width: 90%; max-width: 1024px; } /* FORM/INPUT CUSTOMIZATIONS -------------------------------------------------- */ .controls-well { border: 1px solid #E3E3E3; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; padding: 4px; } .control-label { cursor: default; } /* EML CUSTOMIZATIONS -------------------------------------------------- */ #Eml h4, .well, .control-label { color: #555555; } /* HEADER CSS -------------------------------------------------- */ #Header > img{ -webkit-transition: all 2s; transition: all 2s; } header#altHeader { position: relative; top: 0px; z-index: 0; min-height: 400px; } /* FOOTER CSS -------------------------------------------------- */ .mapMode #Footer h3, .mapMode #Footer h3 > span{ margin-top: 2px; } .mapMode #Footer:hover h3, .mapMode #Footer:hover h3 > span{ font-size: 1em; line-height: 1em; } #Footer { padding: 5px 1%; margin-top: 0px; color: #FDFDFD; background-color: #3F3F3F; width: 98%; z-index: 2; height: 250px; /* Keeps footer down */ } .mapMode #Footer{ position: fixed; bottom: 0; background-color: #3F3F3F; color: #FFF; height: 1.2em; transition: min-height 1s ease-out; -webkit-transition: min-height 1s ease-out; transition-delay: .5s; -webkit-transition-delay: .5s; z-index: 10; padding-top: 3px; } footer#Footer div#FooterHeading { max-width: 490px; } footer#Footer h2 { font-size: 14px; font-weight: 400; line-height: 16px; vertical-align: middle; padding: 0; margin-bottom: 3px; } footer#Footer h3 { font-size: 1em; line-height: 1em; font-weight: bold; text-align: center; padding: 0px 0px 20px 0px; margin-bottom: -25px; border-bottom: 1px solid #FDFDFD; } footer#Footer h3 > span { font-style: italic; } footer#Footer h4.subheading { vertical-align: baseline; padding: 0; text-align: center; } footer#Footer h4.subheading > span { font-style: italic; text-transform: uppercase; background-color: #3F3F3F; padding: 0px 15px 0px 15px; } footer #FooterContent { display: flex; flex-direction: row; justify-content: left; align-items: center; flex-wrap: wrap; } footer div.help-items{ min-width: 179px; } footer#Footer i{ margin-right: 5px; color: #CCCCCC; } footer#Footer ul{ margin: 0px; } footer#Footer ul.helpitems { margin: 0px; list-style: none; list-style-position: inside; } footer#Footer ul.helpitems li { font-size: 13px; line-height: 23px; vertical-align: baseline; } footer#Footer ul.helpitems li:hover i{ color: #FFFFFF; } ul.helpitems a { color: #CCCCCC; text-decoration: none; } footer#Footer a:hover { color: #FFFFFF; text-decoration: none; transition: color .5s; -webkit-transition: color .5s; } footer#Footer .disclaimer { color: #CCC; font-size: 12px; } footer#Footer .logo { color: #D9D9D9; font-size: 39px; line-height: 1.0; letter-spacing: -3px; font-family: "Lato"; font-weight: "lighter"; margin: 0px 0px 15px 0px; text-align: center; } footer#Footer img { opacity: .75; transition: opacity .5s; -webkit-transition: opacity .5s; } footer#Footer .logos { min-width: 320px; justify-content: center; display: flex; } footer#Footer .logos img:hover, footer#Footer .logos p:hover{ opacity: 1; } footer#Footer .logos .knb{ display: block; margin-top: 17px; } footer#Footer .dataone img{ height: 27px; width: auto; min-width: 120px; margin-top: 24px; } footer#Footer .logos .nceas{ display: block; margin-top: 0px; } footer#Footer .logos .nceas img{ width: 70px; height: auto; margin-top: 5px; } footer#Footer .acknowledgements { margin-top: 12px; } #footer_signup { position: relative; width: auto; font-size: inherit; padding: 5px; background-color: #992222; color: #FFFFFF; } .btn, .btn-primary, .btn-large, .btn-small, .btn-mini { font-weight: 400; background-image: none; background-repeat: none; text-shadow: none; box-shadow: none; border-color: #CCC; } .btn-primary a, .btn-info a, .btn-success a, .btn-warning a, .btn-danger a, .btn-inverse a { color: #FFFFFF; text-decoration:none; } .btn-primary { background-color: #007DBB; color: #FFFFFF; background-image: none; box-shadow: none; padding: 10px; border-width: 0px; } button.btn-primary a { color: #FFFFFF; text-decoration: none; } .btn-primary:hover { background-color: #0093DD; color: #FDFDFD; background-image: none; background-repeat: none; } #search_btn.btn { background-color: #992222; color: #FFFFFF; } #search_btn.btn:hover { background-color: #882222; color: #FFFFFF; } .btn-group > .dropdown-toggle{ -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-radius: 4px; } /* MAPS --------------------------------- */ #map-container{ display: none; height: 500px; width: 33%; /* IE fallback */ width: calc((100% - 217px) / 2); float: left; } #map-container.loading { opacity: 0.5; } .mapMode #map-container { display: block; } #map-canvas{ height: 100%; width: 100%; } .mapMode .navbar-inner { -webkit-box-shadow: 4px 2px 5px rgba(50, 50, 50, 0.4); -moz-box-shadow: 4px 2px 5px rgba(50, 50, 50, 0.4); box-shadow: 4px 2px 5px rgba(50, 50, 50, 0.4); width: auto; display: inline-block; } #toggle-map{ z-index: 1; position: fixed; top: 139px; left: -102px; padding: 0px 3px; background-color: #992222; color: #FFF; font-size: 20px; line-height: 33px; -webkit-box-shadow: 3px -4px 10px rgba(50, 50, 50, 0.44); -moz-box-shadow: 3px -4px 10px rgba(50, 50, 50, 0.44); box-shadow: 3px -4px 10px rgba(50, 50, 50, 0.44); border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; transition: left .5s; -webkit-transition: left .5s; cursor: pointer; } #toggle-map{ left: -124px; } .mapMode #toggle-map{ left: -104px; top: 124px; } #toggle-map i{ margin-left: 10px; font-size: 24px; margin-right: 4px; } #toggle-map:hover{ left: 0px; } #show-map-control{ display: block; } .mapMode #show-map-control{ display: none; } #hide-map-control{ display: none; } .mapMode #hide-map-control{ display: block; } #map-canvas{ height: 100%; width: 100%; } .gmaps-infowindow{ max-height: 400px; overflow-y:scroll; -webkit-transform: translate3d(0,0,0); } /* Fixes Infowindow popup problem - interaction with bootstrap? */ img[src*="gstatic.com/"], img[src*="googleapis.com/"] { max-width: 99999px; } #edit-map{ font-size: 14px; line-height: 17px; color: #1C6E84; border-bottom: 1px dotted #1C6E84; position: absolute; top: 25px; left: 160px; } /* Data Catalog CSS -------------------------------------------------- */ #mainBody { min-height: 800px; margin-top: 0px; padding-left: 10px; } /* FEATURES CSS -------------------------------------------------- */ #mainContent { background-color: #899CA6; padding-top: 20px; color: #FDFDFD; min-height: 420px; width: calc(100% + 80px); margin-left: -40px; margin-top: -40px; } section#mainContent h4 { font-size: 160%; font-weight: 300; } section#mainContent p { font-size: 110%; font-weight: 300; line-height: 1.75; margin-bottom: 30px; } section#mainContent a.btn-info { background-color: #6C94A4; color: #FFFFFF; /*border: none; text-shadow: none; box-shadow: none;*/ } section#mainContent a.btn-info:hover { background-color: #5C7F8C; } /* FEATURED DATA CSS -------------------------------------------------- */ #FeaturedData { background-color: #878787; color: #FDFDFD; width: calc(100% + 80px); margin-left: -40px; margin-top: -40px; } #FeaturedData > section.row { border-top: 1px solid #878787; height: 554px; position: relative; } #FeaturedData > section:nth-child(even){ background-color: #333366; } #FeaturedData > section:nth-child(odd){ background-color: #6C94A4; } #FeaturedData h2 { font-weight: 300; color: #FDFDFD; text-decoration: none; } #FeaturedData h2 a { color: #FDFDFD; text-decoration: none; } #FeaturedData h2 a.dark{ color: #333; } #FeaturedData .accordion{ position: absolute; color: #FDFDFD; top: 0px; padding: 20px 20px 20px 40px; width: calc(100% - 60px); } #FeaturedData .accordion-heading{ width: 50%; } #FeaturedData .accordion-body{ clear: both; } #FeaturedData .accordion-inner { border-top: 0px; background-color: #555555; background: rgba(0,0,0,0.6); color: #FFFFFF; border-radius: 6px 6px 6px 6px; width: 50%; } #FeaturedData > section.row:nth-child(even) .accordion-inner, #FeaturedData > section.row:nth-child(even) .accordion-heading, #FeaturedData > section.row:nth-child(even) .accordion-body .btn{ float: right; } #FeaturedData .accordion-inner a{ color: white; text-decoration: underline; } #FeaturedData .accordion-inner a.btn{ text-decoration: none; } /* Commenting these out for now. May not need them: .featured { border-radius: 6px 6px 6px 6px; margin-right: 20px; max-height: 300px; } #featured_list { margin: auto auto auto 20px; border-radius: 6px 6px 6px 6px; } #featured_list > li.nav-header { height: 30px; color: #9A8D72; background-color: #E8E7DA; font-size: 18px; font-weight: 400; padding-top: 15px; border-radius: 6px 6px 0px 0px; } #featured_list > li.active > a { background-color: #9A8D72; color: #FDFDFD; font-size: 18px; font-weight: 400; float: left; } #featured_list > li > a { height: 60px; width: 100%; padding: 10px 20px 10px 20px; color: #9A8D72; background-color: #E8E7DA; font-size: 18px; font-weight: 400; float: left; padding: 20px 10px 10px 10px; } #featured_list > li > a > span.citation { font-weight: 300; } #featured_list > li > a:hover { background-color: #F3F3F3; } #featured_list > li.active > a:hover { background-color: #9A8D72; } #featured_list > li:first-child > a { border-radius: 6px 6px 0px 0px; } #featured_list > li:last-child > a { border-radius: 0px 0px 6px 6px; } #featured_list .chevron-left { float: left; } */ /* CUSTOMIZE THE ACCORDIAN -------------------------------------------------- */ .accordion-heading a.accordion-toggle { display: inline-block; } /* NAVIGATION -------------------------------------------------- */ .breadcrumb{ margin-top: 120px; } .mapMode #Header{ position: relative; } .center { float: none; margin: 0 auto; } .show-new-dataCatalogView{ cursor: pointer; } .navbar { position: relative; border: none; margin-top: 20px; margin-bottom: 15px; } .navbar .navbar-inner { border: none; z-index: 220; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; } #nav-trigger{ margin-top: .5em; margin-right: .5em; font-size: 2em; float: right; color: #992222; } .navbar nav{ display: none; } .navbar a.brand { font-size: 48px; font-weight: 300; font-family: "Lato", Helvetica, sans-serif; color: #992222; letter-spacing: -3px; padding: 10px 10px 10px 0px; text-transform: none; margin: 0; } .navbar .nav > li > * { margin: 0px 5px 7px 5px; } .navbar-inner .nav > li > a { color: #555555; font-size: 18px; font-weight: 400; text-transform: uppercase; } .navbar-inner .nav > li > a:focus, .navbar-inner .nav > li > a:hover { color: #555555; font-weight: 400; background-color: #E5E5E5; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /*background-color: transparent;*/ } .navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus { color: #555555; font-weight: 400; text-decoration: none; background-color: #E5E5E5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: none; /*inset 0 3px 8px rgba(0, 0, 0, 0.125);*/ -moz-box-shadow: none; /*inset 0 3px 8px rgba(0, 0, 0, 0.125);*/ box-shadow: none; /*inset 0 3px 8px rgba(0, 0, 0, 0.125);*/ } .navbar .nav li > .user{ font-size: 15px; text-transform: capitalize; white-space: nowrap; } .navbar a.brand:focus, .navbar a.brand:hover { color: #992222; background-color: transparent; } /* Offset the responsive button for proper vertical alignment */ .navbar .btn-navbar { margin-top: 10px; } /* Offset the search div for proper vertical alignment */ .navbar .input-append { margin: 5px 0px 0px 0px; z-index: 290; } #Navbar form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .navbar .nav { margin-top: 8px; display: flex; flex-wrap: nowrap; } #Content > .nav-tabs{ padding-left: 25px; width: calc(100% - 50px); padding-right: 25px; } .navbar .login-container .login.btn{ border: 0px; background-color: transparent; font-size: 1em; box-shadow: none; text-shadow: none; font-size: 18px; font-weight: 400; text-transform: uppercase; color: #555; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #666; } /** Backbone override for dropdowns so they dsplay on hover rather than click **/ .dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .dropdown:hover .dropdown-menu.hidden, .dropdown-menu.hidden{ display: none; } .navbar .nav li.dropdown.open > .dropdown-toggle{ color: #555555; background-color: transparent; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; } /** Inputs in the navbar **/ .nav .input > form > input[type="text"]{ border: 1px solid #CCC; border-right: 0px; } .nav .input > form > .btn{ background-color: #EEE; border: 1px solid #CBCBCB; } /* CAROUSEL CSS -------------------------------------------------- */ #Slides { position: relative; top: 0px; z-index: 110; } /* Carousel base class */ .carousel { width: 100%; margin-bottom: 0px; max-height: 400px; } .carousel-control { height: 80px; margin-top: 0; font-size: 50px; font-weight: 300; text-shadow: 0 1px 1px rgba(0,0,0,.4); background-color: transparent; border: 0; z-index: 189; } .carousel .left { left: 50px; z-index: 190; } .carousel .right { right: 30px; z-index: 191; } /* Fallback colors for the carousel while images are loading */ .carousel .item:nth-child(2n){ background-color: #6C78A4; } .carousel .item:nth-child(2n+1){ background-color: #6C94A4; } .carousel .item:nth-child(3n){ background-color: #6C8AA4; } /************/ .carousel .item { height: 400px; z-index: 170; /* -webkit-transition: opacity 4s; -moz-transition: opacity 4s; -ms-transition: opacity 4s; -o-transition: opacity 4s; transition: opacity 4s; */ -webkit-transition:0.6s ease-in-out left; -moz-transition:0.6s ease-in-out left; -ms-transition:0.6s ease-in-out left; -o-transition:0.6s ease-in-out left; transition:0.6s ease-in-out left; max-height: 400px; overflow: hidden; } .carousel-caption { background-color: #555555; /*IE 8 fallback */ background: rgba(0,0,0,0.3); position: absolute; top: 115px; left: 50%; margin: 0px 0px 0px -250px; width: 500px; max-height: 130px; z-index: 200; padding: 10px 20px 10px 20px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .carousel-caption h1 { margin: 0px; line-height: 1.25; font-weight: 400; font-size: 36px; color: #FDFDFD; } .carousel-caption .lead { margin: 0; line-height: 1; font-weight: 300; font-size: 24px; color: #FDFDFD; } .carousel-caption .btn-primary { position: absolute; bottom: 20px; right: 20px; } /* MAIN BODY CSS -------------------------------------------------- */ /* Main body containing sidebar and content */ .main-body-padded { padding-top: 90px; } .keyword-search-link.active{ background-color: #1981CC; } h2.nav-header { margin: 20px 10px 10px 15px; padding: 3px 0px 3px 0px; color: #555555; } /* Stats styles -------------------------------------------------- */ .profile .charts{ margin-left: auto; margin-right: auto; clear: both; padding: 20px; display: flex; justify-content: center; } .profile .stripe{ min-height: 350px; } .profile h1{ margin: 20px auto; width: 900px; line-height: 90px; } .profile-title:empty{ display: none; } .user-info .icon-circle-badge { background-color: #0E69A1; } .profile .charts-container .stripe:nth-child(even){ background-image: url("../img/sos.png"); } .profile .charts > svg{ margin-left: auto; margin-right: auto; display: block; } .profile .chart-title{ width: 280px; } .profile .chart-title h2{ font-size: 31px; } .profile .chart{ float: left; margin-left: 20px; margin-top: 30px; } .member-list .group { min-width: 100px; } .profile .static-img-container h4{ text-align: center; } /* The universal color for data */ svg .data, .fallback.data{ color: #38B0B0; stroke: #38B0B0; fill: #38B0B0; } /* The universal color for metadata */ svg .metadata, .fallback.metadata{ color: #761012; stroke: #761012; fill: #761012; } /* The universal color for packages */ svg .packages, .profile .packages{ color: #0E69A1; fill: #0E69A1; } .profile .quick-stats circle{ stroke: #0E69A1; } .profile .bar-label.packages{ fill: inherit; } /* Donut charts */ #metadata-chart, #data-chart{ height: 300px; width: 420px; margin:0px; } #metadata-chart{ float: left; margin: 0px; } #data-chart{ float: left; } .format-charts{ margin-left: auto; margin-right: auto; width: 100%; } .donut-title-count{ font-size: 24px; } .donut-title-text, svg .title{ color: #555555; fill: #555555; font-size: 17px; line-height: 17px; } .donut-arc{ transition: opacity .2s; } .donut-arc.inactive, .donut-arc.inactive + .donut-labels{ opacity: 0.2; } .donut-arc.active + .donut-labels, .donut-arc.active + .donut-labels .donut-arc-count.rotated{ opacity: 1; font-weight: bold; } .donut-labels{ font-size: 14px; opacity: 0.7; transition: opacity .2s; } .donut-arc-count.rotated{ opacity: 0; } .donut-arc-label{ font-size: 13px; } /* Donut arc colors */ .donut.metadata > g:nth-child(even) .donut-arc, .donut.metadata > g:nth-child(even) .donut-arc-label { fill: #B90004; } .donut.metadata > g:nth-child(odd) .donut-arc, .donut.metadata > g:nth-child(odd) .donut-arc-label{ fill: #761012; } .donut.data > g:nth-child(even) .donut-arc, .donut.data > g:nth-child(even) .donut-arc-label { fill: #2B8282; } .donut.data > g:nth-child(odd) .donut-arc, .donut.data > g:nth-child(odd) .donut-arc-label{ fill: #38B0B0; } /* Have a different color for the first arc so no two colors are adjacent */ .donut.metadata > g:first-child .donut-arc, .donut.metadata > g:first-child .donut-arc-label{ fill: #D5181C; } .donut.data > g:first-child .donut-arc, .donut.data > g:first-child .donut-arc-label{ fill: #42D2D2; } .profile .format-charts-container .chart-title{ width: 100%; } .profile .format-charts{ width: 100%; } .profile .format-charts .chart{ width: 50%; margin: 0px; } /* Line Chart */ .upload-chart{ width: 650px; float: right; } svg .line{ fill: none; stroke-width: 2px; } svg .domain{ fill: none; stroke-width: 1px; stroke: #555555; } .download-chart .point.metadata{ stroke: #761012; } .download-chart .point.data{ stroke: #38B0B0; } .line-chart-label{ font-weight: bold; font-size: 14px; stroke-width: 0px; display: none; } .line-chart-label.bg{ stroke-width: 2px; stroke: #FFF; opacity: 0.8; } .line-chart-label.text{ font-weight: bold; } .tick line{ stroke-width: 1px; stroke: #DDD; } svg> .title{ font-size: 15px; } svg text{ stroke: none; stroke-width: 0px; } svg .tick text{ font-size: 12px; color: #666; } svg .domain{ stroke-width: 0px; } /* Circle Badges */ .circle-badge{ height: auto; max-height: 300px; } .circle-badge circle{ stroke-width: 5px; fill: none; } .circle-badge .label{ stroke-width: 0px; font-size: 13px; font-weight: 300; } .circle-badge .count{ stroke-width: 0px; font-size: 20px; } /** Bar charts ***/ .bar-label{ fill: #0E69A1; font-size: 14px; font-weight: bold; } #data-coverage-year-range{ display: block; } /**** Default Chart Styles *****/ svg .default, .fallback.default{ stroke: #999; color: #999; } .donut.default .donut-labels, .donut.no-activity .donut-labels{ visibility: hidden; } .donut.default > g .donut-arc, .donut.data.default > g .donut-arc, .donut.metadata.default > g .donut-arc, .donut.default .donut-title-count, .donut.default .donut-title-text{ fill: #999; } /**** No Activity Chart Styles (when Stats View is blank/ no activity found) *****/ svg .no-activity, .fallback.no-activity{ fill: #CCCCCC; stroke: #CCCCCC; color: #CCCCCC; } .donut.no-activity > g .donut-arc, .donut.data.no-activity > g .donut-arc, .donut.metadata.no-activity > g .donut-arc, .donut.no-activity .donut-title-count, .donut.no-activity .donut-title-text{ fill: #CCCCCC; } /* Other Navigation ----------------------------------------------------- */ .breadcrumb{ margin-top: 0px; } .nav-pills.primary a { background-color: #E8EEF1; } .nav-pills.primary li a:hover{ background-color: #BDD7E4; color: #006699; } /* Metadata rendering CSS -------------------------------------------------- */ #Metadata > .container{ width: 100%; } #Metadata > a[href="data"]{ display: block; margin-bottom: 20px; font-size: 13px; border: 5px solid red; } .controls-well img{ max-width: 90%; max-height: 900px; margin: 0 auto; display: block; } .controls-well > .btn{ margin-left: 180px; } .entitydetails > h4 > .title{ font-weight: 100; } .prov-chart, .prov-chart .node, .prov-chart .connecter{ border-color: #006699; } .prov-chart .node{ color: #006699; } #article-container.hasProvLeft, #article-container.hasProvRight, #article-container.hasProvLeft, #article-container.hasProvRight{ border-color: #006699; } /* Google Map Images for Geographic Region */ .georegion-map{ margin-left: 125px; margin-bottom: 10px; border: 1px solid #DDD; padding: 7px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } /* Download and Publish buttons */ #downloadPackage a.btn { width: 100px; margin-bottom: 8px; } .download-this-package{ clear: both; margin-left: 5px; } .download-this-package a.metadata{ margin-top: 0px; } .download-this-package i{ margin-left: 5px; } /* Resource map contents table */ .download-contents th{ font-weight: bold; } .table .table-header{ background-color: #7F9FAF; text-align: center; color: #FFF; font-weight: normal; } .table-header .subtle { color: #FFFFFF; font-weight: lighter; font-size: .9em; margin-left: 10px; } .table-header > a{ color: #005884; margin-left: 20px; font-weight: bold; } .table-header > a > .icon{ margin-left: 5px; } .file-type i { color: #999; margin-left: 5px; } .table-striped tfoot>tr>th{ background-color: #f9f9f9; } .download-contents ~ .expand-collapse-control{ border: 1px solid #8EB6CA; background-color: #C5D7E0; } .downloads-this-version{ font-weight: lighter; font-size: 12px; } /**----------------------------------------**/ .metadata-index { padding: 2%; width: 96%; } /* Registry CSS -------------------------------------------------- */ #RegistryEntryForm, #RegistryLogin, #RegistryResponse, #RegistryEntryReview, #RegistryGuide { /*margin-top: 110px;*/ min-height: 800px; } #RegistryEntryForm label.inline, #RegistryLogin label.inline, #RegistryResponse label.inline, #RegistryEntryReview label.inline, #RegistryGuide label.inline { width: 40%; } /* Larger modal for guide content */ .modal.large { width: 80%; margin-left: -40%; } /* Inherit for these registry labels */ #RegistryEntryForm .label, #RegistryLogin .label, #RegistryResponse .label, #RegistryEntryReview .label, #RegistryGuide .label { display: inherit; padding: inherit; font: inherit; line-height: inherit; color: inherit; white-space: inherit; vertical-align: inherit; background-color: inherit; -webkit-border-radius: inherit; -moz-border-radius: inherit; border-radius: inherit; } /* Combobox styles, overlay text input on select