Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code by StrixRange - 22/03/23
- */
- .qc-cmp-button,
- .qc-cmp-ui,
- .qc-cmp-ui .qc-cmp-main-messaging,
- .qc-cmp-ui .qc-cmp-messaging,
- .qc-cmp-ui .qc-cmp-beta-messaging,
- .qc-cmp-ui .qc-cmp-title,
- .qc-cmp-ui .qc-cmp-sub-title,
- .qc-cmp-ui .qc-cmp-purpose-info,
- .qc-cmp-ui .qc-cmp-table,
- .qc-cmp-ui .qc-cmp-table-header,
- .qc-cmp-ui .qc-cmp-vendor-list,
- .qc-cmp-ui .qc-cmp-vendor-list-title,
- .qc-cmp-publisher-purposes-table .qc-cmp-table-header,
- .qc-cmp-publisher-purposes-table .qc-cmp-table-row,
- .qc-cmp-button.qc-cmp-secondary-button
- {
- display: none !important;
- pointer-events: none !important;
- visibility: hidden !important;
- opacity: 0 !important;
- }
- #qc-cmp2-container{
- display: none !important;
- pointer-events: none !important;
- visibility: hidden !important;
- opacity: 0 !important;
- }
- /* FOR MORE HELP SEE HERE:
- http://myanimelist.net/clubs.php?cid=19736
- */
- /* DISTANCE OF LIST FROM TOP
- Increase or decrease the px amount to change the distance from the top. */
- .header {
- padding-bottom: 100px;
- }
- /* CUSTOM BACKGROUND IMAGE SETTINGS */
- /* Plastic Memories - Ending */
- body {
- background-image:url(https://imgpile.com/images/UwkpiP.gif);
- background-size: cover;
- background-attachment: fixed;
- }
- /* HEADERS AND TABLE LINK FONT */
- a {
- color: ;
- font-family: arial;
- }
- /* CATEGORY HEADER FONT */
- .list-unit .list-status-title .text {
- color: ;
- font-family: arial;
- }
- /* CATEGORY HEADER BACKGROUND COLOR */
- .list-unit .list-status-title {
- background-color: ;
- }
- /* LIST LINK FONT */
- .list-table .list-table-data .data a{
- color: ;
- font-family: arial;
- }
- /* LIST NON-LINK FONT */
- body{
- color: ;
- font-family: arial;
- }
- /* TAGS EDIT FONT */
- .list-table .list-table-data .tags .edit{
- color: ;
- font-family: arial;
- }
- /* LINK COLOR ON HOVER*/
- a:hover,
- .list-table .list-table-data .data a:hover{
- color: ;
- }
- /*BACKGROUND AND BORDER COLOR OF CATEGORY LINKS
- The first number in the parenthesis is the amount of red (0-255).
- The second number in the parenthesis is the amount of green (0-255).
- The third number in the parenthesis is the amount of blue (0-255).
- The fourth number in the parenthesis is the amount of opacity (.0 to 1).
- Change the fourth number (opacity) to a lesser number like .3 for more transparency. Raise to a higher number like .8 for less transparency.
- */
- .status-menu-container{
- background-color: rgba(0,0,0,.8) !important;
- border: ;
- }
- /* BACKGROUND AND BORDER COLOR OF LIST
- See BACKGROUND AND BORDER COLOR OF CATEGORY LINKS above for guide on using RGBA colors.
- */
- .list-block{
- background-color: rgba(20,20,20,.6) !important;
- border:;
- }
- /*BACKGROUND COLOR OF ROWS ON HOVER
- See BACKGROUND AND BORDER COLOR OF CATEGORY LINKS above for guide on using RGBA colors.
- */
- tbody[class*="list-item"]:hover,
- .list-table tbody:nth-of-type(2n+1):hover {background-color:rgba(0,0,0,.5) !important;}
- /*OTHER CODES*/
- .list-table > tbody:nth-of-type(2n+1),
- .list-table, .list-container,
- .list-table .list-table-header .header-title{
- background-color: transparent !important;
- border: 0 transparent solid !important;
- }
- .list-table .list-table-data .data{
- border: 0 transparent solid !important;
- }
- .status-menu-container {
- border-bottom: transparent 0 solid;
- }
- /*==============================*\
- | Category-Coloured Header Bars |
- \* --- - --- - ---- - --- - --- */
- .status-menu-container .status-menu .status-button:nth-of-type(1)::after {
- /* All Anime */
- background: YOURCOLOUR ;
- } .status-menu-container .status-menu .status-button:nth-of-type(2)::after {
- /* Watching */
- background: #2db039 ;
- } .status-menu-container .status-menu .status-button:nth-of-type(3)::after {
- /* Completed */
- background: #26448f ;
- } .status-menu-container .status-menu .status-button:nth-of-type(4)::after {
- /* On Hold */
- background: #f1c83e ;
- } .status-menu-container .status-menu .status-button:nth-of-type(5)::after {
- /* Droppped */
- background: #a12f31 ;
- } .status-menu-container .status-menu .status-button:nth-of-type(6)::after {
- /* Planned */
- background: #c3c3c3 ;
- }
- /*==============================*\
- | Category-Coloured List Text |
- \* --- - --- - ---- - --- - --- */
- .data a:not(.edit-disabled):hover {
- text-decoration: underline;
- }
- .list-item .data.watching ~ .data a:not(.edit),
- .list-item .data.reading ~ .data a:not(.edit) {
- /* Watching */
- color: #2db039 !important;
- }
- .list-item .data.completed ~ .data a:not(.edit) {
- /* Completed */
- color: #26448f !important;
- }
- .list-item .data.onhold ~ .data a:not(.edit) {
- /* On Hold */
- color: #f1c83e !important;
- }
- .list-item .data.dropped ~ .data a:not(.edit) {
- /* Dropped */
- color: #a12f31 !important;
- }
- .list-item .data.plantowatch ~ .data a:not(.edit),
- .list-item .data.plantoread ~ .data a:not(.edit) {
- /* Planned */
- color: #c3c3c3 !important;
- }
- /* Highlighting an individual preview pic on a default layout (all 10/10)
- */
- .data.image a[href*="/14741"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/15687"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/35608"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/18671"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/21797"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/23237"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/27601"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/15879"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/16394"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/1535"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/13759"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/34822"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/35602"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/36539"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/16934"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/19021"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/22859"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/27775"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/2167"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/4181"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/4059"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/6351"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/1723"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/37999"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/40591"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/43609"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/50325"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/43608"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- .data.image a[href*="/52198"]:before {
- content: "";
- background-color: transparent;
- opacity: 1;
- position:absolute;
- display: block;
- height: 70px;
- width: 50px;
- box-shadow: 0px 0px 21px 4px rgba(255,217,0,1);
- }
- /* END
- */
Advertisement
Add Comment
Please, Sign In to add comment