OpenUSD Ecosystem

Enhance workflows with Universal Scene Description (OpenUSD), a common framework for 3D scenes that enables seamless collaboration across applications.

") center/20px no-repeat; } .radio{ border: 2px solid #ccc; background-color: white; height:18px; width:18px; margin-top:-18px; margin-right:10px; position: relative; display: block; } .list-option label input:checked .radio { border: 1px solid #76b900 ; background:#76b900 ; height:18px; width:18px; margin-top:-18px; margin-right:10px; } /* ---------End Custom checkbox--------- */ /* ---------Custom Pagination Selectbox--------- */ .pagination-select-container{ width: auto; } .pagination-select-container select{ appearance: none; background-color: white; border: solid lightgray 1px; padding: 8px 10px 6px 10px; min-width: 60px; } .pagination-select-container::after{ content:""; position:relative; width: 0; height: 0; left:-20px; top:3px; display: inline-block; border: 5px solid transparent; border-top-color:#999999; } /* ---------App item--------- */ #app-flex-container > div{ flex-basis: 0; } /* --------- Spinner -------------- */ @keyframes spin { 25% { transform: rotate(90deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(270deg); } 100% { transform: rotate(360deg); } } .spinner { width: 50px; height: 50px; border: 8px solid #666; border-left-color: transparent; border-radius: 50%; animation-name: spin; animation-duration: 0.6s; animation-iteration-count: infinite; animation-play-state: running; } .global-footer-container{ position: relative; z-index: -1; } .singleSlideBanner{ z-index: 0; } /* Hide scrollbar for Chrome, Safari and Opera */ .hide-scrollbar::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge and Firefox */ .hide-scrollbar { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } #shapes_chevron-up { transform: rotate(180deg); } .cta-btn-any{ font-weight: 700 !important; text-transform: none !important; font-size: 18px !important; color: black !important; } .cta-btn-any:hover{ background-color: #91c733 !important; transition: all .2s ease-out !important; } .cta-btn-light{ color: black !important; font-weight: 700 !important; text-transform: none !important; font-size: 18px !important; border: 2px solid #76b900 !important; background: transparent !important; } .cta-btn-light:hover{ border-color:black !important; transition: all .2s ease-out !important; } .cta-secondary-light{ color: black !important; text-decoration: none !important; /* text-decoration: underline; text-decoration-color: #76b900; text-decoration-thickness: 2px; text-underline-offset: 0.3125em; */ } .cta-secondary-light span{ color: #76b900; } .cta-secondary-light:hover{ color: black !important; text-decoration: none !important;; & span{ color:black !important; } } .cta-link-light{ color:black !important; text-decoration: underline !important; text-decoration-color: #76b900 !important; text-decoration-thickness: 2px; text-underline-offset: 0.3125em; } .cta-link-light:hover{ color: black !important; text-decoration-color: black !important; text-decoration-thickness: 2px; text-underline-offset: 0.3125em; } @-moz-document url-prefix(){ .input-flex-container { /* Firefox */ width: 100%; height:40%; } }