start working on new theme
This commit is contained in:
parent
7e3e2925aa
commit
cbec6a6b37
@ -48,11 +48,11 @@ h1.instance-name.home-page,
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
|
||||
input.p-inputtext.p-component.ng-star-inserted {
|
||||
/* input.p-inputtext.p-component.ng-star-inserted {
|
||||
color: white;
|
||||
}
|
||||
} */
|
||||
|
||||
.custom-markup-container a ,
|
||||
/* .custom-markup-container a ,
|
||||
.modal-body p a {
|
||||
color: #f57200 !important;
|
||||
text-decoration: underline !important;
|
||||
@ -62,23 +62,14 @@ input.p-inputtext.p-component.ng-star-inserted {
|
||||
.modal-body p a:hover {
|
||||
color: #D16100 !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
|
||||
button.action-button.action-button-like.activated svg {
|
||||
color: green;
|
||||
}
|
||||
|
||||
button.action-button.action-button-dislike.activated svg {
|
||||
color: red;
|
||||
}
|
||||
} */
|
||||
|
||||
.alert.pt-alert-primary.ng-star-inserted,
|
||||
.instance-information {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
/* a {
|
||||
color: #f57200;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -86,9 +77,9 @@ text-decoration: none;
|
||||
a:hover {
|
||||
color: #D16100;
|
||||
text-decoration: underline;
|
||||
}
|
||||
} */
|
||||
|
||||
.icon.icon-logo {
|
||||
/* .icon.icon-logo {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
border-radius: 0px;
|
||||
@ -97,23 +88,23 @@ text-decoration: underline;
|
||||
width: 4rem;
|
||||
height: 2.75rem;
|
||||
position: relative;
|
||||
}
|
||||
} */
|
||||
|
||||
.custom-markup-container a {
|
||||
/* .custom-markup-container a {
|
||||
color: #f57200 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
input.p-inputtext.p-component.ng-star-inserted {
|
||||
/* input.p-inputtext.p-component.ng-star-inserted {
|
||||
color: white;
|
||||
}
|
||||
} */
|
||||
|
||||
.external-login-blocks {
|
||||
/* .external-login-blocks {
|
||||
color: red;
|
||||
font-size: 2rem;
|
||||
width: 80%;
|
||||
}
|
||||
} */
|
||||
|
||||
/* .svg.feather.feather-thumbs-up:hover {
|
||||
color: green !important;
|
||||
@ -158,7 +149,7 @@ a.video-thumbnail {
|
||||
background-color: #181818 !important;
|
||||
}
|
||||
|
||||
.danger-zone button,
|
||||
/* .danger-zone button,
|
||||
.danger-zone input[type=submit] {
|
||||
background-color: #af3221 !important;
|
||||
}
|
||||
@ -170,9 +161,9 @@ a.video-thumbnail {
|
||||
|
||||
.channel-info {
|
||||
background-color: #1c1c1c !important;
|
||||
}
|
||||
} */
|
||||
|
||||
a.video-miniature-account.ng-star-inserted {
|
||||
/* a.video-miniature-account.ng-star-inserted {
|
||||
color: #F57200;
|
||||
}
|
||||
|
||||
@ -182,9 +173,9 @@ a.video-miniature-account.ng-star-inserted:hover {
|
||||
|
||||
.menu-link:hover {
|
||||
color: #F57200 !important;
|
||||
}
|
||||
} */
|
||||
|
||||
.dropdown-header {
|
||||
/* .dropdown-header {
|
||||
color: var(--mainForegroundColor);
|
||||
}
|
||||
|
||||
@ -194,12 +185,12 @@ a.video-miniature-account.ng-star-inserted:hover {
|
||||
|
||||
.dropdown-menu {
|
||||
--bs-dropdown-link-hover-bg: var(--hoverColor) !important;
|
||||
}
|
||||
} */
|
||||
|
||||
.dropdown-menu,
|
||||
/* .dropdown-menu,
|
||||
.dropdown-divider {
|
||||
border-color: var(--inputBorderColor);
|
||||
}
|
||||
} */
|
||||
|
||||
/* .icon-logo {
|
||||
background-color: #fff;
|
||||
@ -296,18 +287,18 @@ input#search-video {
|
||||
|
||||
/* Video player styling */
|
||||
|
||||
#video-wrapper {
|
||||
/* #video-wrapper {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/
|
||||
border-radius: 0.25rem;
|
||||
/* border-radius: 0.25rem;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
} */
|
||||
|
||||
#videojs-wrapper {
|
||||
/* #videojs-wrapper {
|
||||
margin-top: 0.25rem !important;
|
||||
}
|
||||
} */
|
||||
|
||||
/* random shit */
|
||||
#incompatible-browser {
|
||||
|
Loading…
x
Reference in New Issue
Block a user