USJ Ticket page dark mode calendar.
USJ Ticket page dark mode calendar by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryusj
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name USJ Ticket page dark mode calendar
@version 20240801.99.2
@namespace english
@description USJ Ticket page dark mode calendar.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp("^http.*usj\.co\.jp\/ticket\/common\/studiopass\/price-calendar.*") {
/* ==UserStyle==
@name USJ Ticket page dark mode calendar
@description USJ Ticket page dark mode calendar.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html #container {
background: #3a3a3a;
}
html #price_calendar table {
background: #b1b1b1;
}
html #ft_bottom{
color:#ccc;
}
html #price_calendar table caption {
background: #585858;
color: #ccc;
}
html #footer {
border-bottom: 20px solid #036ce2;
background: #003879;
}
html body {
background: #2e2e2e;
}
}