Code Monkey home page Code Monkey logo

emby-web-dark-themes-css's Introduction

emby-web-dark-themes-css's People

Contributors

benzuser avatar happy2play avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

emby-web-dark-themes-css's Issues

Beta dashboard help buttons change

Update

/* Url Help Links */
#dashboardPage > div > div > div > div.readOnlyContent.dashboardHomeLeftColumn > div:nth-child(2) > div.paperList > p.localUrl > a:nth-child(2)
#dashboardPage > div > div > div > div.readOnlyContent.dashboardHomeLeftColumn > div:nth-child(2) > div.paperList > p.externalUrl > a:nth-child(2)

to

#dashboardPage p.localUrl > a:nth-child(2), #dashboardPage p.externalUrl > a:nth-child(2)

Beta/Dev Custom CSS Box text area change

Not sure how you want to handle this change since it make current code obsolete. But here is what I did.

Section 2.3
#txtCustomCss {color: #4285F4; height: 300px !important; overflow-y: scroll !important;}

Home Screen Logo change (beta)

"Content" can't be use now as the box dimensions distort the image.

".libraryMenuButtonText.headerButton img" obsolete

/* 2.2.2 Logos /
/
Login Page - Home Page - Main Drawer Mobile */
#loginPage img.imgLogoIcon, .libraryMenuButtonText.headerButton img,
a.adminDrawerLogo.clearLink img {
content: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png) !important; }

New
.pageTitleWithDefaultLogo {background-image: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png) !important;
}

Useable for newest Emby version?

Hi.
I use Emby for 2 weeks now (Premiere), and I found your dark themes.
But it happens nothing, wenn I paste under Custom CSS.
Do I something wrong?

Thanks.

Beta changes

Not sure if you want to merge the first two into somewhere that already has that background.

/* Edit Image Selectors */

selectImageProvider, #selectBrowsableImageType, #selectImageType {background: #181818; }

/* Dashboard Access Help Buttons */

dashboardPage a:nth-child(2) {background: #181818 !important; }

/* Dashboard Metadata Section Moved background */

metadataConfigurationPage form div {background: none !important; }

Input box focus

Dashboard focus needs updated in new stable. Not sure how you want to update it.

I just did

/Input box borders/
:focus {
border-color: #0C57D6 !important;
}

but here is the actual elements

.emby-input:focus, .emby-textarea:focus {
border-color: #52B54B;
}

fix help button colors

Change help buttons, accent to .button-accent-flat (All Server Versions)

/* Individual Elements /
/
----- 1.2 Details ----- /
/
1.2.1 Icons /
/
Multiple Elements */
.starIcon, .button-accent-flat

reference MediaBrowser/Emby@96087e1

Select backgrounds

Ideally it would be better to use "select" to change the background but it affect to may other areas on the Dashboard. The color is already being changed for the text with "select" section 4.2.2/Multiple Elements. Unless you know of a better way to target all these "select" backgrounds.

This can be added to Image selectors
/* Backdrops for the sector on Reports */

selectViewType, #selectIncludeItemTypes {background: #181818 !important; }

Code blocking video player

Not sure how you want to handle this but this section of code is blocking video player in all browsers.

/* 3.2.4 Backgrounds /
/
Main Backgrounds */
.background-theme-a .backgroundContainer,
.background-theme-b .backgroundContainer {
background-color: #141414 !important; }

that code overwrites this background-color to show video player.

.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
background: none !important;
background-color: transparent !important;
}

Removing ".background-theme-b .backgroundContainer" seems to resolve the issue but I don't know if there are other side effects.

Beta Subtitles icon

Add

a.clearLink.lnkSubtitleSettings i.md-icon.listItemIcon

to

/* My Preferences Page Circles */
a.clearLink.lnkDisplayPreferences i.md-icon.listItemIcon,
a.clearLink.lnkHomeScreenPreferences i.md-icon.listItemIcon,
a.clearLink.lnkLanguagePreferences i.md-icon.listItemIcon,
a.clearLink.lnkMyProfile i.md-icon.listItemIcon

New addition to user preference (user icon menu).

Login and Home screen logo rework

Reworked code as content doesn't work on IE, Edge, or Firefox.
/Login screen logo/
img.imgLogoIcon {
width: 0;
height: 0;
padding: 40px 0 0 131px;
background: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png);
background-size: 100% 100%;
}
/Home Screen logo/
h3 img {
width: 0;
height: 0;
padding: 0 0 0 66px;
background: url(https://cdn.rawgit.com/BenZuser/Emby-Dark-Themes-Resources/master/images/logos-and-icons/BLUE/logo.png);
background-size: 100% 100%;
}

Update Glow on My Media card

/* Glow for Userview Cards */
div.verticalSection.section0 div.cardScalable,
div.verticalSection.section0 div.cardScalable.withHoverMenu

v3.2.13.0

Beta 3.1.86

Wasn't sure how you wanted to handle this so I just opened an issue instead of a pull request.

Since rework of card layout not sure what is no longer need.

Restart-Shutdown pop-up options not sure what the rest of the .dialog .button options you have listed go to.

.btnOption.dialogButton {color: #ffffff !important; } went with White lettering, looked better then theme color.

.btnOption.dialogButton:focus {background-color: #0C57D6 !important; }

Needs Removed or reworked not sure the route to take: unable to see watched or favorite when selected. I removed in custom css for testing. Not sure if you have any other ideas for it.
[is="emby-button"].raised, [is="emby-button"].fab {
color: #FFFFFF !important;
background: #404040;
border-color: #404040; }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.