| | .selected-img { |
| | border: 4px solid #ffc107 !important; |
| | } |
| | .example-scroll::-webkit-scrollbar { |
| | height: 10px; |
| | } |
| | .example-scroll::-webkit-scrollbar-thumb { |
| | background-color: #bbb; |
| | border-radius: 5px; |
| | } |
| | .example-scroll::-webkit-scrollbar-track { |
| | background: #eee; |
| | } |
| | .spin { |
| | animation: spin 2s linear infinite; |
| | } |
| | @keyframes spin { |
| | 0% { transform: rotate(0deg); } |
| | 100% { transform: rotate(360deg); } |
| | } |
| | #topicTags .badge { |
| | font-size: 1rem; |
| | margin-bottom: 0.3em; |
| | |
| | } |
| |
|
| | |
| | #bibtexContent { |
| | background:#fdfde7 !important; |
| | color:#000 !important; |
| | } |
| |
|
| | |
| | #galleryScroller{ |
| | display:grid; |
| | grid-template-columns:repeat(auto-fill,120px); |
| | grid-auto-rows:120px; |
| | gap:.5rem; |
| | overflow-y:auto; |
| | } |
| | #galleryScroller img{ |
| | |
| | width:120px; |
| | height:120px; |
| | object-fit:cover; |
| |
|
| | border:2px solid transparent; |
| | transition:border-color .15s ease; |
| | } |
| |
|
| | #galleryScroller img:hover{ |
| | border-color:#0d6efd !important; |
| | } |
| |
|
| | |
| | #imageTools .btn { |
| | width: 56px; |
| | height: 56px; |
| | font-size: 1.5rem; |
| | padding: 0; |
| | } |
| |
|
| | |
| | #sentenceList .sentence-item { |
| | cursor: pointer; |
| | border: 1px solid transparent; |
| | transition: border-color .15s ease; |
| |
|
| | |
| | font-family: "Georgia","Times New Roman",serif; |
| | font-size: .95rem; |
| | } |
| | #sentenceList .sentence-item:hover { |
| | border-color:#0d6efd !important; |
| | } |
| |
|
| | |
| | .heatmap-btn { |
| | width: 28px; |
| | height: 28px; |
| | padding: 0; |
| | display: inline-flex; |
| | align-items: center; |
| | justify-content: center; |
| | } |
| |
|
| | .heatmap-btn i { |
| | font-size: 0.875rem; |
| | } |
| |
|
| | |
| | .sentence-item span { |
| | cursor: pointer; |
| | } |
| |
|
| | |
| | .heatmap-image { |
| | pointer-events: none; |
| | } |
| |
|
| | #closeHeatmapBtn { |
| | opacity: 0.8; |
| | transition: opacity 0.2s ease; |
| | } |
| |
|
| | #closeHeatmapBtn:hover { |
| | opacity: 1; |
| | } |
| |
|
| | |
| | .card:has(#uploadTrigger), |
| | #exampleContainer { background:#fff!important; color:#000!important; } |
| | .card:has(#uploadTrigger) * { color:#000!important; } |
| |
|
| | |
| | #topicTags .btn-outline-primary { |
| | border-color: #000 !important; |
| | color: #000 !important; |
| | background: #fff !important; |
| | } |
| |
|
| | #topicTags .btn-outline-primary:hover { |
| | background: #0d6efd !important; |
| | color: #fff !important; |
| | border-color: #0d6efd !important; |
| | } |
| |
|
| | #topicTags .btn-primary, |
| | #topicTags .btn-primary:hover, |
| | #topicTags .btn-primary:focus, |
| | #topicTags .btn-primary:active, |
| | #topicTags .btn.btn-primary { |
| | background: #0d6efd !important; |
| | color: #fff !important; |
| | border-color: #0d6efd !important; |
| | } |
| |
|
| | |
| | .card:has(#topicTags) .btn-primary, |
| | .card:has(#topicTags) .btn-primary * { |
| | color: #fff !important; |
| | } |
| |
|
| | |
| | #creatorSearchResults .list-group-item, |
| | #creatorPanelResults .list-group-item { |
| | color: #000 !important; |
| | background: #fff !important; |
| | border-color: #dee2e6 !important; |
| | transition: all 0.2s ease; |
| | } |
| |
|
| | #creatorSearchResults .list-group-item:hover, |
| | #creatorPanelResults .list-group-item:hover { |
| | color: #fff !important; |
| | background: #0d6efd !important; |
| | border-color: #0d6efd !important; |
| | } |
| |
|
| | #creatorSearchResults .list-group-item.active, |
| | #creatorPanelResults .list-group-item.active { |
| | color: #fff !important; |
| | background: #0d6efd !important; |
| | border-color: #0d6efd !important; |
| | } |
| |
|
| | |
| | |
| |
|
| | |
| | .col-md-9.fill { flex:0 0 100%!important; max-width:100%!important; } |
| |
|
| | |
| | #selectImageBtn{ |
| | border:2px solid #000 !important; |
| | } |
| |
|
| | |
| | #uploadTrigger:hover{ |
| | background:#e9ecef !important; |
| | color:#000 !important; |
| | border-color:#000 !important; |
| | } |
| |
|
| | |
| | #topicTags .btn-primary, |
| | #selectedTopicTags .btn-primary{ |
| | color:#fff !important; |
| | } |
| |
|
| | |
| | .navbar-dark .navbar-nav .nav-link{ |
| | color: #fff !important; |
| | } |
| |
|
| | |
| | .navbar-dark .navbar-nav .nav-link:hover { |
| | color: #adb5bd !important; |
| | } |
| |
|
| | |
| | .navbar-dark .navbar-nav .dropdown-toggle:hover { |
| | color: #adb5bd !important; |
| | } |
| |
|
| | |
| | #creatorTags .badge, |
| | #selectedCreatorTags .badge, |
| | #creatorTags span.badge, |
| | #selectedCreatorTags span.badge, |
| | #creatorTags .badge.bg-primary, |
| | #selectedCreatorTags .badge.bg-primary { |
| | color: #fff !important; |
| | background: #0d6efd !important; |
| | } |
| |
|
| | |
| | .card:has(#creatorSearch) .badge, |
| | .card:has(#creatorSearch) .badge *, |
| | .card:has(#creatorSearch) span.badge, |
| | .card:has(#creatorSearch) span.badge * { |
| | color: #fff !important; |
| | } |
| |
|
| | |
| | .navbar-dark{ |
| | background:#010e1d !important; |
| | } |
| |
|
| | |
| | body{ overflow-x:hidden; } |
| |
|
| | |
| | #workingLog{ display:none !important; } |
| |
|
| | @keyframes dotPulse{ |
| | 0%,20%{opacity:0} |
| | 40%{opacity:1} |
| | } |
| | .loading-dots span{ |
| | animation:dotPulse 1s infinite; |
| | } |
| | .loading-dots span:nth-child(2){ animation-delay:.2s } |
| | .loading-dots span:nth-child(3){ animation-delay:.4s } |
| |
|
| | |
| | .bg-durham{ background:#010e1d !important; } |
| |
|
| | .footer a{ |
| | color:#fff !important; |
| | text-decoration:underline; |
| | } |
| |
|
| | .footer a:hover{ |
| | color:#adb5bd !important; |
| | } |
| |
|
| | |
| | .footer .text-white { |
| | color: #fff !important; |
| | text-decoration: underline; |
| | } |
| |
|
| | .footer .text-white:hover { |
| | color: #adb5bd !important; |
| | } |
| |
|
| | |
| | #aboutModal .modal-header { |
| | border-bottom: 2px solid #dee2e6; |
| | } |
| |
|
| | #aboutModal .card { |
| | transition: transform 0.2s ease; |
| | } |
| |
|
| | #aboutModal .card:hover { |
| | transform: translateY(-2px); |
| | } |
| |
|
| | #aboutModal section { |
| | border-bottom: 1px solid #f8f9fa; |
| | padding-bottom: 1rem; |
| | } |
| |
|
| | #aboutModal section:last-child { |
| | border-bottom: none; |
| | padding-bottom: 0; |
| | } |
| |
|
| | |
| | #modelDropdownMenu .dropdown-item { |
| | color: #000 !important; |
| | background: #fff !important; |
| | transition: all 0.2s ease; |
| | } |
| |
|
| | #modelDropdownMenu .dropdown-item:hover { |
| | color: #fff !important; |
| | background: #0d6efd !important; |
| | } |
| |
|
| | |
| | .card:has(#topicTags), |
| | .card:has(#creatorSearch) { |
| | background: #fff !important; |
| | color: #000 !important; |
| | } |
| |
|
| | .card:has(#topicTags) h5, |
| | .card:has(#topicTags) .card-title, |
| | .card:has(#creatorSearch) h5, |
| | .card:has(#creatorSearch) .card-title { |
| | color: #000 !important; |
| | } |
| |
|
| | |
| | .card.bg-dark.bg-opacity-50:has(#topicTags), |
| | .card.bg-dark.bg-opacity-50:has(#creatorSearch) { |
| | background: #fff !important; |
| | color: #000 !important; |
| | } |
| |
|
| | |
| | .card:has(#creatorSearch) .form-control { |
| | color: #000 !important; |
| | background: #fff !important; |
| | border-color: #ced4da !important; |
| | } |
| |
|
| | .card:has(#creatorSearch) .form-control:focus { |
| | border-color: #86b7fe !important; |
| | box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; |
| | } |
| |
|
| | |
| | #uploadedImageContainer { |
| | background: #f8f9fa !important; |
| | } |
| |
|
| | |
| | #uploadedImageContainer:has(#uploadedImage:not(.d-none)) #imageTools { |
| | position: absolute; |
| | top: 1rem; |
| | left: 1rem; |
| | } |
| |
|
| | |
| | .btn-primary *, |
| | .badge.bg-primary *, |
| | .bg-primary * { |
| | color: #fff !important; |
| | } |
| |
|
| | |
| | span.badge.bg-primary { |
| | color: #fff !important; |
| | } |
| |
|
| | span.badge.bg-primary * { |
| | color: #fff !important; |
| | } |
| |
|
| | |
| | body { |
| | min-height: 100vh; |
| | display: flex; |
| | flex-direction: column; |
| | } |
| |
|
| | .container-fluid { |
| | flex: 1; |
| | } |
| |
|
| | .footer { |
| | margin-top: auto; |
| | } |
| |
|
| | |
| | .main-row{ |
| | height: calc(100vh - 220px); |
| | min-height: 420px; |
| | } |
| |
|
| | |
| | .main-row .col-md-9 > #uploadedImageContainer{ |
| | height:100% !important; |
| | } |
| |
|
| | |
| | #uploadedImage{ |
| | max-height:100% !important; |
| | max-width:100%; |
| | object-fit:contain; |
| | } |
| |
|
| | |
| | .context-paragraph{ |
| | font-family: "Georgia","Times New Roman",serif; |
| | font-size: .9rem; |
| | margin: 0; |
| | } |