Jump to content

Color


Alexwerilles

Recommended Posts

Alexwerilles
1 hour ago, Happy2Play said:

That is not the same location.  One is on the user settings page that is a docked drawer menu.


div.mainDrawer.scrollY.scrollY-mini.mainDrawer-open-full.mainDrawer-docked h3:nth-child(8) {display: none;}

 

Thanks

You are the best!

Link to comment
Share on other sites

  • 3 weeks later...
PenkethBoy

.appInfo {display:none}

i have not checked if it affects anything else

Edited by PenkethBoy
  • Like 1
Link to comment
Share on other sites

Alexwerilles
48 minutes ago, Happy2Play said:

Something like this.


p.appInfo {display: none;}

 

 

Thank you very much.

I want to change the name that keeps appearing on the browser tab. I did everything they said in this tutorial but it hasn't changed. Can you tell me if you have to do anything else now?

 

https://emby.media/community/index.php?/topic/79828-emby-tab-name-and-slim-drawer-slider/&/topic/79828-emby-tab-name-and-slim-drawer-slider/

Link to comment
Share on other sites

Happy2Play
7 minutes ago, Alexwerilles said:

Thank you very much.

I want to change the name that keeps appearing on the browser tab. I did everything they said in this tutorial but it hasn't changed. Can you tell me if you have to do anything else now?

Sorry I followed the exact same steps. https://emby.media/community/index.php?/topic/79828-emby-tab-name-and-slim-drawer-slider/&do=findComment&comment=812968

 

tab.thumb.jpg.27a5f43f970ed6d221c5f852897325fb.jpg

Link to comment
Share on other sites

arrbee99

I think it got mentioned earlier somewhere but would anyone know how to make the two green bits blue, the red bits blue and the blue bits a different blue. I tried with .span and .progress and stuff, but got nowhere. Thanks again.

823857650_EmbyCSSforSettingspage.thumb.jpg.62c52bcb66526fdf20e8b59c6087480e.jpg

Link to comment
Share on other sites

Happy2Play
12 minutes ago, arrbee99 said:

I think it got mentioned earlier somewhere but would anyone know how to make the two green bits blue, the red bits blue and the blue bits a different blue. I tried with .span and .progress and stuff, but got nowhere. Thanks again.

823857650_EmbyCSSforSettingspage.thumb.jpg.62c52bcb66526fdf20e8b59c6087480e.jpg

Running task color 

#divRunningTasks.paperList  p  span {color: blue !important;}

Update to date check box

#pUpToDate i {background-color: blue !important;}

Now alerts is a script that only shows Red on Failure so it can only be changes in the script or you will have the same color no matter the Alert type with css.  At least I have not found a way to allow it to work properly with css.   You have to change the color via the script.

dual.thumb.jpg.d94b6220b0905cfb7b34f234929bc4d7.jpg

But if you don't care then here

div.listItemImageContainer-round.defaultCardBackground {background-color: blue !important;}

 

Link to comment
Share on other sites

Happy2Play
52 minutes ago, arrbee99 said:

and the blue bits a different blue

What do you mean?  The running task progress indicator?

Link to comment
Share on other sites

arrbee99
17 minutes ago, Happy2Play said:

What do you mean?  The running task progress indicator?

Yes. The dark blue bar under Refresh Internet Channels in this case.

(and hopefully that green text / percent next to it).

Edit - I guess the first one you did 'Running Task Color' was for the green percent thing...

Edited by arrbee99
Link to comment
Share on other sites

Happy2Play
1 hour ago, arrbee99 said:

Yes. The dark blue bar under Refresh Internet Channels in this case.

(and hopefully that green text / percent next to it).

Edit - I guess the first one you did 'Running Task Color' was for the green percent thing...

Yes, Text is covered above.

Are you saying you want the Dashboard progress bar value to be different on the dashboard vs other areas? Example would be Dashboard and Library for library scan.

Edited by Happy2Play
Link to comment
Share on other sites

arrbee99

Well, I managed to get the bars under Scheduled tasks to change to blue, and would prefer this to be the same shade (or I think I would anyway).

845303638_EmbyCSSforSettingspage1.JPG.d162302fd7cff2ef6d082ed9ac91e884.JPG

And this seems to have become blue anyway -

94030742_EmbyCSSforSettingspage2.JPG.511fa6f4a86ed11c8dfd2d2a3fc6ed6c.JPG

 

Link to comment
Share on other sites

Happy2Play
7 minutes ago, arrbee99 said:

Well, I managed to get the bars under Scheduled tasks to change to blue, and would prefer this to be the same shade (or I think I would anyway).

845303638_EmbyCSSforSettingspage1.JPG.d162302fd7cff2ef6d082ed9ac91e884.JPG

And this seems to have become blue anyway -

94030742_EmbyCSSforSettingspage2.JPG.511fa6f4a86ed11c8dfd2d2a3fc6ed6c.JPG

 

Not sure where different shading would apply if you applying same color to these locations.  Can you post or pm all the code you are using.

Link to comment
Share on other sites

arrbee99
14 minutes ago, Happy2Play said:

Not sure where different shading would apply if you applying same color to these locations.  Can you post or pm all the code you are using.

This seemed to work. Might not be correct but seemed to work.

/*Make Scheduled Tasks Progress Bar Blue*/
div.taskProgressInner {background-color: #5d7e9b;}

Link to comment
Share on other sites

arrbee99
10 minutes ago, PenkethBoy said:

how would you change the colour of the 27.7% text on the end?

Happy2play provided this, which you might have seen anyway -

#divRunningTasks.paperList  p  span {color: blue !important;}
Link to comment
Share on other sites

Happy2Play
15 minutes ago, PenkethBoy said:

how would you change the colour of the 27.7% text on the end?

 

Just now, PenkethBoy said:

ah only works on dashboard page not sch task page which is where i was looking

Currently still looking.

Link to comment
Share on other sites

Happy2Play
32 minutes ago, PenkethBoy said:

how would you change the colour of the 27.7% text on the end?

 

12 minutes ago, PenkethBoy said:

looks like something like

div.taskProgressOuter - although not having any luck with  that

Something like this for Scheduled Tasks percentage complete

div.scheduledTaskPaperIconItem[data-status="Running"] span {color: red;}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...