Giter Site home page Giter Site logo

Comments (14)

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024 1

image
image
Here's one comparison that shows most of the changes

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024 1

image
image
Here's the episode title comparison

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024 1

Slightly more visible buttons:

.button.medium-button, a.button.medium-button, input.button.medium-button, span.button.medium-button {
    background: #292929;
}

Less white dropdown thingy (can't change the arrow?):

html.no-js body.main-page.responsive.enUS div#template_scroller.ad-skin div#template_container.cf.template-container.no-adskin div#template_body.cf.new-template-body div div#showmedia.cf.new_layout div#main_content.left div.guestbook.comments.box div#boxMEDIAKEY_781148.boxcontents div.guestbook-sort-bar div.sort-options.small-margin-right select#sort-selector {
    background: #333;
    color: #BBB;
    border: solid 1px #555;
}

image
image

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

Found a solution for me

#source_home .landscape-grid li .queue-wrapper {
 background:#303030;
}

#source_home .queue-to-top {
 background: url(https://i.imgur.com/kBuiJBq.png) -3px 0 no-repeat;
}

#source_home .dropdown-collection {
    background: url(https://i.imgur.com/PofM8pS.png) 0 0 no-repeat;
}

#source_home .more-options {
    background: #111;
}

.collection-carousel-arrow {
    background: url(https://i.imgur.com/L9EFgy0.png) no-repeat -40px 42px;
}

from xhs-styles.

Soitora avatar Soitora commented on May 24, 2024

I don't have access to Crunchyroll anymore, I'll take your word for it and update.

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

Just for reference, this is how it used to look like:
image
and this is how it looks like with my tweaks:

image

I personally also made some small tweaks to make text readable because some are really hard, but I'm not sure if they're worth sharing
image

from xhs-styles.

Soitora avatar Soitora commented on May 24, 2024

Ohh, looks good!
If you can send me before/after pictures of your other improvement then I'd be happy to implement it! :)

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

I'll try, but I have to find the other changes I made xD

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

To make text more readable, I changed everything using color #A8A8A8 to #F1F1F1 (slightly brighter white).

For the yellow balloon background, I used: (note that this only looks good with the brighter text above)

.availability-notes-high {
    background: #cc9;
}

To make the blue balloon backgrounds darker:

.availability-notes-low { /*Blue balloons BG*/
    background: #a6b6bf;
}

To make episode link in episode page look clickable by having a different color again, replaced

body, .new-template-body, textarea, ul.news-top-stories-row li a, .anime-lineup-blurb, span, ul.news-abbr .byline {
	color: #A8A8A8 !important;
}

with

body, .new-template-body, textarea, ul.news-top-stories-row li a, .anime-lineup-blurb, span, ul.news-abbr .byline { /*General text*/
	color: #F1F1F1 !important;
}

.new-template-body h1 { /*Ep name*/
    color: #AAA;
}

To make the episodes background in the episode list have a bit more contrast instead of being almost invisible, I changed (replaced) the color on this:

.portrait-element, #store_items li {
	background: #252525;
}

from xhs-styles.

Soitora avatar Soitora commented on May 24, 2024

Great work! :)
Pushing the code for this in a sec.

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

A bit late but I found a last thing, I think it probably looks better in the modified bottom?
image
image

#source_home #main_content .landscape-element {
    background: #303030;
}

from xhs-styles.

Soitora avatar Soitora commented on May 24, 2024

It looks better, I'll add it when I got time, thanks!

from xhs-styles.

TBlazeWarriorT avatar TBlazeWarriorT commented on May 24, 2024

another tiny thing, not too important also
current:

modified (note: I kept the white borders on hover on the undo button)

.content-menu { /*Background for the "removed" thingy when you remove something from your queue*/
    background: #333;
    border: 0px solid #000; /*0px because IDK how to remove borders properly, so this just makes the border invis*/
}

html.no-js body.main-page.responsive.enUS div#template_scroller.ad-skin div#template_container.cf.template-container.no-adskin div#template_body.cf.new-template-body div#source_home div#container.cf div#main_content.left ul#sortable.landscape-grid.queue-sortable.ui-sortable li.queue-item div.content-menu.cf.undo-queue-remove.small-margin-bottom button.button.default-button.button-padding.small-button.right {
    /*This should make the undo button less invisible-y, else it has the same color as the background*/
    background:#444;
}

Uhh, I think the button fix might only work in the english crunchyroll or something because I just did "copy css path" in F12 mode, idk the proper way because that buttons just grabs defaut button css otherwise and I'm bad at css

from xhs-styles.

Soitora avatar Soitora commented on May 24, 2024

Often when you copy css path you can edit out a big part of the path and it'll still work but be more flexible.

Also, removing borders usually is just border: 0px !important; or border: none !important;
The !important tag is useful everywhere when overwriting code using Stylus or similar.

I'm gonna soon start on a rework of the theme I think, I'll see wether to implement this before or not. Thank you

from xhs-styles.

Related Issues (2)

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.