Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Retheme Login and Front page / v1.1.7
Browse files Browse the repository at this point in the history
Updates to the site broke the background for the front page / the login
page, this fixes it.
  • Loading branch information
tholinka committed Oct 21, 2016
1 parent ad81ec1 commit 7b63d2b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ If there are any unthemed pages, or other issues such as weird color choices, pl

Changelog:

* v1.1.7 - 10/21/2016:
* Rethemed Login & Front page - @link07

* v1.1.6 - 10/14/2016:
* Themed Queue page - @link07

Expand Down
20 changes: 15 additions & 5 deletions dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ ul.news h3 a, ul.news-abbr h2 a, ul.news-abbr .byline, ul.newsfeed .news-date-la
.welcome-forum-category a, /* Front Page Forum stuff category header */ .welcome-pulse-box a, /* Front Page Forum stuff topics */ .welcome-countdown-items a, /* Front Page now showing */
div.acct-nav a, /* Settings Page */
.simulcast-calendar, .calendar-day .day-switcher, .calendar h1 > a, /* /simulcast-calendar */
.anime-lineup-blurb /* /lineup */
.anime-lineup-blurb, /* /lineup */
small, .site-header, .isolated-page-footer, .isolated-page-header, .login-or-signup-page .forms, .std-form input, .std-form select, .std-form textarea /* login page / general */
{
color:#eee;
}
Expand Down Expand Up @@ -359,18 +360,27 @@ a.pm-name, a.pm-new-name, .pm-subject, .inbox-nav-contents a
color:#eee;
}

/* Login page */
.site-header
/* Login page / new login page */
.site-header,
.isolated-page-footer, .isolated-page-header,
.login-or-signup-page .forms, .std-form input, .std-form select, .std-form textarea
{
background-color:#2d2d2d;
}

#logo_beta svg
.login-or-signup-page .forms, .std-form fieldset, .std-form p, .std-form input, .std-form select, .std-form textarea
{
color:#eee;
}

#logo_beta svg,
.isolated-page-header svg
{
-webkit-filter:invert(1)grayscale(1);
}

#RpcApiUser_Login a.submit .right, #RpcApiUser_Signup a.submit .right
#RpcApiUser_Login a.submit .right, #RpcApiUser_Signup a.submit .right,
.login-or-signup-page main
{
background-color:#1b1b1b; /* Background color of the website */
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Dark Skin for Crunchyroll",
"short_name": "Dark CR",
"version": "1.1.6",
"version": "1.1.7",
"description" : "Adds a toggleable dark theme to Crunchyroll.com",

"permissions": [
Expand Down

0 comments on commit 7b63d2b

Please sign in to comment.