Some checks failed
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 23s
395 lines
6.3 KiB
CSS
395 lines
6.3 KiB
CSS
html, body {
|
|
scrollbar-width: thin;
|
|
overflow-y: auto !important;
|
|
overflow-x: hidden;
|
|
scrollbar-color: #FF4511 #111;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
/* OrcasHub logo at the top of the page. */
|
|
.header-logo {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 1.5rem;
|
|
padding-bottom: 1.5rem;
|
|
background-color: #374151;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.header-logo svg {
|
|
height: 8rem;
|
|
}
|
|
|
|
.mobile-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.header-logo svg {
|
|
height: 5rem;
|
|
}
|
|
|
|
.navbar {
|
|
height: 0 !important;
|
|
}
|
|
|
|
/* Do not show the header buttons on mobile */
|
|
.navbar ul,
|
|
.v-application .d-flex.right-side-header-buttons {
|
|
display: none !important;
|
|
}
|
|
|
|
.v-navigation-drawer__content .active {
|
|
background-color: #e8e8e8;
|
|
}
|
|
}
|
|
|
|
.mobile-menu-button {
|
|
position: absolute;
|
|
top: 0.5rem;
|
|
right: 0.5rem;
|
|
color: #9ca3af !important;
|
|
background-color: #1f2937;
|
|
border-radius: 0.375rem;
|
|
}
|
|
|
|
/* OrcasHub header links */
|
|
.navbar {
|
|
height: 3rem;
|
|
background-color: #374151;
|
|
|
|
&.d-flex.pa-4 {
|
|
padding: 0 16px !important;
|
|
}
|
|
|
|
ul {
|
|
line-height: 1.25rem;
|
|
display: inline-flex;
|
|
height: min-content;
|
|
|
|
li + li {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
padding: 0.5rem 0.75rem;
|
|
border-radius: 0.375rem;
|
|
|
|
&.active {
|
|
background-color: #111827;
|
|
|
|
a {
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #d1d5db;
|
|
font-weight: 500;
|
|
font-size: 0.875rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.right-side-header-buttons {
|
|
button {
|
|
color: #d1d5db !important;
|
|
}
|
|
a {
|
|
color: #d1d5db !important;
|
|
}
|
|
}
|
|
|
|
/* Remove the background image */
|
|
nav {
|
|
background-image: none !important;
|
|
}
|
|
|
|
/* Update footer styles */
|
|
footer {
|
|
background-color: #1f2937 !important;
|
|
|
|
@media (min-width: 768px) {
|
|
.inner-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
gap: 2rem;
|
|
}
|
|
|
|
.inner-grid-second-row {
|
|
margin-top: 0 !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.outer-container {
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
.outer-container {
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
padding-top: 4rem;
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
.outer-grid {
|
|
grid-column: span 4 / span 4;
|
|
}
|
|
}
|
|
|
|
.outer-container {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
max-width: 80rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.outer-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
gap: 2rem;
|
|
}
|
|
|
|
.inner-grid-second-row {
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: 500;
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
color: #ffffff;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
a {
|
|
color: #d1d5db !important;
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
|
|
li {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.theme--light .v-card {
|
|
background-color: #f8f8f8 !important;
|
|
}
|
|
|
|
.v-dialog .theme--dark.v-card {
|
|
background-color: #333;
|
|
}
|
|
|
|
.v-application {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.v-application .p-description.text-body-1 {
|
|
letter-spacing: normal !important;
|
|
}
|
|
|
|
/* https://github.com/vuetifyjs/vuetify/issues/8875#issuecomment-559900683 */
|
|
.v-slide-group__prev {
|
|
display: none !important;
|
|
}
|
|
|
|
.v-toolbar .v-list-item__subtitle,
|
|
.v-toolbar h4 {
|
|
white-space: break-spaces;
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.v-application--is-ltr .v-list-item__action:first-child,
|
|
.v-application--is-ltr .v-list-item__icon:first-child {
|
|
margin-right: 20px !important;
|
|
}
|
|
|
|
#home {
|
|
max-width: 1400px;
|
|
/* padding: 0px; */
|
|
/* overflow: hidden; */
|
|
}
|
|
|
|
#events {
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 16px;
|
|
justify-content: center;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
#events {
|
|
gap: 8px;
|
|
}
|
|
}
|
|
|
|
.calh {
|
|
/* this is to avoid content shift layout as v-calendar does not support SSR */
|
|
height: 268px;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1400px;
|
|
}
|
|
|
|
.v-dialog {
|
|
width: 600px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.v-dialog--fullscreen {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.v-application p {
|
|
min-height: 1.3em;
|
|
}
|
|
|
|
.v-application blockquote {
|
|
font-style: italic;
|
|
padding: 15px;
|
|
}
|
|
|
|
.editor .ProseMirror {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.theme--dark .editor .ProseMirror {
|
|
background-color: #292929;
|
|
}
|
|
|
|
.theme--dark .v-menu__content {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.theme--light .v-menu__content {
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.v-card .v-icon {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.v-menu__content {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: #FF4511 #111;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.v-autocomplete__content.v-menu__content .v-select-list {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.v-sheet.v-card {
|
|
box-shadow: none !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
|
|
.theme--dark .event {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.theme--light .event {
|
|
border: 1px solid #e9e9e9;
|
|
}
|
|
|
|
.event {
|
|
display: flex;
|
|
position: relative;
|
|
flex-direction: column;
|
|
width: 330px;
|
|
max-width: 500px !important;
|
|
flex-grow: 1;
|
|
/* margin-top: 16px;
|
|
margin-right: 16px; */
|
|
transition: all .5s;
|
|
min-height: 288px;
|
|
overflow: hidden;
|
|
/* box-shadow: none; */
|
|
/* border-radius: none; */
|
|
/* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
|
|
/* border-radius: 4px; */
|
|
|
|
}
|
|
|
|
.event .title {
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
margin: 0.5rem 1rem 0.5rem 1rem;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
font-size: 1.1em !important;
|
|
line-height: 1.2em !important;
|
|
/* text-decoration: none; */
|
|
}
|
|
|
|
.event .body {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
/* .event .place span {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} */
|
|
|
|
.event a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.event a:hover,
|
|
.event a:focus {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.vc-past {
|
|
opacity: 0.4;
|
|
}
|
|
|
|
#event {
|
|
max-width: 1200px;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
/* .tags .v-chip .v-chip__content {
|
|
max-width: 120px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: block;
|
|
} */
|
|
|
|
|
|
.cursorPointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
pre {
|
|
white-space: break-spaces;
|
|
font-size: 13px;
|
|
}
|