Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {IMPORTANT:
- For full and sharp preview pics, change "USERNAME" in the two imports below to your username. They start with
- @/import
- If needed, fix preview pics and layout problems with this topic:
- https://myanimelist.net/forum/?topicid=439897
- }
- @\import "https://malscraper.azurewebsites.net/covers/anime/USERNAME/presets/dataimagelink";
- @\import "https://malscraper.azurewebsites.net/covers/manga/USERNAME/presets/dataimagelink";
- /* List design by 5cm with changes by Shishio-kun and Valerio_Lyndon*/
- @\import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
- /* BANNER IMAGE AND COLOR (WATER)
- To change background images: Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save.
- Adjust the background position with the right and top (replace them with center, left, bottom, etc) or percentages.
- Remove Keyframes codes to remove the opening animation. Remove the opacity codes if you don't want to see the secondary background pop up.
- Change the colors by replacing colors with the color you want.
- https://htmlcolorcodes.com/
- */
- .header {
- background-image: url(https://i.imgur.com/CLnl67g.png);
- background-color: white !important;
- background-repeat: no-repeat;
- background-position: right top;
- background-size: ;
- animation: WATER 4s linear 1;
- opacity: 1;
- }
- @keyframes WATER {
- 0% { background-position: left top; opacity: 1;}
- 75% { background-position: right top; opacity: 1;}
- 87% { background-position: right top; opacity: 0;}
- 100% { background-position: right top; opacity: 1;}
- }
- /* SECONDARY BACKGROUND (FIRE)
- Only seen in the intro briefly. Will show up behind the banner if you make it transparent or opacity: .5.
- */
- body:before{
- content:"";
- background-image: url(https://i.imgur.com/rjYDvaS.jpg);
- background-position: bottom right;
- background-color: white !important;
- pointer-events: none !important;
- content: "";
- display: block;
- left: 0;
- top: 0;
- width: 100%;
- height: 480px;
- position: absolute;
- z-index: -2;
- }
- /* CHARACTER
- */
- body:after{
- background-image: url(https://i.imgur.com/mwHR9hj.png);
- background-color: transparent !important;
- background-repeat: no-repeat;
- background-position: left top;
- background-size: 30%;
- pointer-events: none !important;
- content: "";
- display: block;
- left: 0;
- top: 0;
- width: 100%;
- height: 480px;
- position: absolute;
- animation: TANJIROU 2.5s linear 1;
- opacity: 1;
- }
- @keyframes TANJIROU {
- 0% { background-position: -100% top; }
- 100% { background-position: left top; }
- }
- /* BANNER QUOTE
- The words after content control the quote text. You may have to adjust the width, top, left, color, box shadow, etc to customize the quote.
- Color and box shadow help:
- https://htmlcolorcodes.com/
- https://html-css-js.com/css/generator/box-shadow/
- */
- .header:before{
- content:"I can do it. I know I can do it. I'm the guy who gets it done, broken bones or not. No matter what, I can do it! I can fight!";
- display: block;
- font-size: 20px;
- font-style: italic;
- text-align: center;
- left: 35%;
- top: 30%;
- height:55px;
- width: 600px;
- color: ;
- text-align: left;
- position: absolute;
- z-index: 7 !important;
- animation: QUOTE 4.5s 1;
- opacity: 1;
- -webkit-box-shadow: 0px 0px 11px 12px #1E3B83;
- box-shadow: 0px 0px 11px 12px #1E3B83;
- background-color:#1E3B83;
- }
- @keyframes QUOTE {
- 0% { opacity: 0; }
- 90% { opacity: 0;}
- 100% { opacity: 1;}
- }
- /* FALLING BLOSSOMS
- Remove this section to remove the blossoms. Incrase the z index to 6 to move it front of the banner.
- Change the color with the number after filter.
- */
- .list-container:after{
- filter: hue-rotate(250deg);
- position: fixed;
- left: 0;
- top: 0;
- content: '';
- width: 100%;
- height: 100%;
- background-image: url(https://i.imgur.com/QqP0mWL.png),
- url(https://i.imgur.com/Io1Lzgf.png),
- url(https://i.imgur.com/Ulp6xjS.png);
- animation: SAKURA 10s linear infinite;
- pointer-events: none;
- z-index: -3;
- -webkit-mask-image: linear-gradient(to top, transparent 20%, black);
- mask-image: linear-gradient(to top, transparent 20%, black);
- }
- @keyframes SAKURA {
- 0% { background-position: 0 0, 0 0, 0 0; }
- 100% { background-position: 500px 1000px, 400px 400px, 300px 300px; }
- }
- /* BANNER AVATAR
- To change the background image: Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save.
- */
- #status-menu .status-menu:before {
- background: center/cover url(https://i.imgur.com/KkOG50L.gif);
- }
- /* BANNER TEXT COLOR
- Change the color and fill (color for icons) by replacing #999 with the color you want.
- Get color codes here:
- https://htmlcolorcodes.com/
- */
- .list-menu-float .icon-menu svg.icon,.list-menu-float .icon-menu.profile:before{
- color: white !important;
- fill: white !important;
- }
- .header .header-menu .header-info a,#header-menu-button,.header .header-menu .list-menu .icon-menu .text,
- #status-menu .status-button.on,.header .username,.header .header-menu.other .btn-menu,#header-menu-button{
- color: white !important;
- fill: white !important;
- }
- .header .header-menu .header-info a:hover, #header-menu-dropdown a:hover,.header .header-menu .header-info a:hover,.header .header-menu .list-menu .icon-menu .text:hover,.list-menu-float .icon-menu svg.icon:hover,.list-menu-float .icon-menu.profile:hover:before{
- color: white !important;
- fill: white !Important;
- }
- .header .header-menu .header-info a,#header-menu-button,.header .header-menu .list-menu .icon-menu .text,
- #status-menu .status-button.on,.header .username,.header .header-menu.other .btn-menu,#header-menu-button
- {text-shadow:1px 0 0 black,0 1px 0 black,-1px 0 0 black,0 -1px 0 black;}
- #search-box input {
- background-image: url() !important;
- background-color: white !important;
- color: black !important;
- }
- .status-menu-container .search-container #search-button .fa {
- display: inherit !important;
- color: #999 !important;
- position: absolute;
- left: 8px;
- font-size: 14px;
- }
- /* CATEGORY BAR COLOR
- Change the colors by replacing #ef8577 with the color you want. First color is for the category bar, and second color is for triangle under the category bar.
- Get color codes here:
- https://htmlcolorcodes.com/
- */
- #status-menu, .status-menu-container.fixed,#status-menu .status-button {
- background-color: #243E84 ;
- }
- #status-menu .status-button.on::after{
- border-top: 20px solid #243E84 ;}
- /* CATEGORY LINK COLORS
- Change the colors by replacing #999 or white with the color you want. First color is for the category being used, and second color is for other categories.
- Get color codes here:
- https://htmlcolorcodes.com/
- */
- #status-menu .status-button.on{
- color: #10e0f9 !important;
- }
- #status-menu .status-button{
- color: white !important;
- }
- #status-menu .status-button:not(.on):hover {
- background: #1b0133 ;
- }
- #status-menu .status-button:hover{
- color: white !important;
- }
- /* SORT BY AND LINKS COLORS
- First color is for the strip behind the sort links.
- Second color is for Sort By: and third color is for the following links on the right of it (Anime Title, Score, etc).
- Fourth color is the background behind the links on hover.
- Get color codes here:
- https://htmlcolorcodes.com/
- */
- .list-table-header{
- background: #243E84 !important;
- }
- .list-table-header::before {
- color: white;
- }
- .list-unit .list-status-title .stats a,
- #advanced-options-button, .list-table .list-table-header .header-title .link.sort{
- color: white !important;
- }
- .list-unit .list-status-title .stats a:hover,
- #advanced-options-button:hover, .list-table .list-table-header .header-title .link.sort:hover {
- background: #1b0133;
- color: white !important;
- }
- /* WALLPAPER
- To change background images: Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save.
- To change the color, switch #0C162A with the color you want like "black" or another color code and save.
- Get color codes here:
- https://htmlcolorcodes.com/
- */
- body{
- background-image: url() !important;
- background-color: #0C162A !important;
- background-attachment: fixed;
- background-size: cover;
- }
- /* DECIMAL SCORES
- Replace the number or ID with the number that appears in the URL for the anime you want to add decimal scores to. For manga, also change anime to manga.
- Change the decimal amount with the number after content.
- */
- .data.title a[href^="/anime/5525"] ~ .add-edit-more:before { content:".5"; }
- .data.title a[href^="/anime/48"] ~ .add-edit-more:before { content:".5"; }
- .data.title a[href^="/anime/ID"] ~ .add-edit-more:before { content:".5"; }
- .data.title a[href^="anime/ID"] ~ .add-edit-more:before { content:".5"; }
- .data.title a[href^="/anime/ID"] ~ .add-edit-more:before { content:".5"; }
- /* DECIMAL SCORES SETTINGS
- Change the text color here.
- */
- .data.title .add-edit-more:before {
- color: black;
- position: absolute;
- top: 0px;
- left: 175px;
- display: block;
- width: 12px;
- height: 20px;
- font-weight: bold;
- font-size: 12px;
- pointer-events: none;
- }
- /* SCORES TAG COLORS
- Change the color code after background to the one you want. Get color codes from this page:
- https://htmlcolorcodes.com/
- The codes below are for each category's tag and decimal tag (you can make the decimals different tag colors).
- */
- .list-table .list-table-data .data.status.reading ~ .data.score .link,
- .status.reading ~ .title .add-edit-more::before,
- .list-table .list-table-data .data.status.watching ~ .data.score .link,
- .status.watching ~ .title .add-edit-more::before {
- background: #cfe88d;
- }
- .list-table .list-table-data .data.status.completed ~ .data.score .link,
- .status.completed ~ .title .add-edit-more::before {
- background: #ffff92;
- }
- .list-table .list-table-data .data.status.onhold ~ .data.score .link,
- .status.onhold ~ .title .add-edit-more::before {
- background: #afb8e2;
- }
- .list-table .list-table-data .data.status.dropped ~ .data.score .link,
- .status.dropped ~ .title .add-edit-more::before {
- background: #fc7671;
- }
- /* LIST FONT COLORS
- Change the color code after background to the one you want. Get color codes from this page:
- https://www.hexcolortool.com/
- */
- body,
- .list-table .list-table-data .data.volume a,
- .list-table .list-table-data .data.progress,
- .list-table .list-table-data .data.chapter a,
- .list-table .list-table-data .data.studio,
- .list-table .list-table-data .data.licensor,
- .list-table .list-table-data .data.progress a,
- .list-table .list-table-data .data.magazine a,
- .list-table .list-table-data .data.studio a,
- .list-table .list-table-data .data.licensor a,
- .list-table .list-table-data .data.tags a,
- .list-table .list-table-data .tags .edit
- {
- color: black !important;
- }
- body
- {
- font: 300 11px Open Sans;
- }
- /* TEXT OUTSIDE COVERS*/
- .list-table .list-table-data .data.season a,
- .list-table .list-table-data .data.season,
- .list-table .list-table-data .data a,
- .list-table .list-table-data .data.title a,
- .list-table .list-table-data .data.rated,
- .list-table .list-table-data .data.started,
- .list-table .list-table-data .data.finished,
- .list-table .list-table-data .data.airing-started,
- .list-table .list-table-data .data.airing-finished
- {
- color: black !important;
- }
- .list-table .list-table-data .data.priority
- {
- color: white !important;
- }
- .list-table .list-table-data:hover .data .add a,
- .list-table .list-table-data:hover .data .edit a
- {
- color: black !important;
- text-decoration: none;
- }
- .list-table .list-table-data:hover .data.season a{
- color: black !important;
- }
- .list-table .list-table-data .data.title .notes .text {
- color: white !important;
- }
- .list-table .list-table-data:hover .data.title .notes .text{
- color: black !important;
- }
- .list-table .list-table-data:hover .data.title .notes .edit{
- color: white !important;
- }
- .list-table .list-table-data .data.storage{
- color: white !important;
- }
- /* ANIME TITLE */
- .list-table .list-table-data .data.title .link{
- color: #333 !important;
- }
- /* LINKS ON HOVER*/
- .list-table .list-table-data .data a:not(.edit-disabled):hover{
- color: !important;
- }
- /* PAGE BOTTOM TEXT*/
- .list-unit .list-stats{
- color: #777 !important;
- }
- #copyright{
- color: #777 !important;
- }
- .list-unit .list-stats {
- background-color: #243E84 !important;
- color: white !important;
- }
- /* COVER OVERLAY
- Normally, its white with sligth transparency, but you can change it here.
- Change the color code after background to the RGBA colors you want. Get new RGBA codes with an RGBA CSS generator:
- https://www.hexcolortool.com/
- */
- .list-table .list-table-data:hover .data.title {
- background: rgba(255,255,255,0.8);
- outline: 3px solid white;
- }
- /* FOOTER */
- #footer-block {
- background: transparent !important;
- margin-top: 20px;
- }
- /* OTHER CODES*/
- .list-table .list-table-data:hover .data .edit a{
- font-size: 11px;
- color: ;
- }
- *:not(a:hover):not(input) {
- cursor: default;
- }
- a:link, a:active, a:visited {
- color: black;
- }
- .header .header-title, .header .header-menu .btn-menu, #header-menu-dropdown svg,[data-work="anime"] .icon-menu.anime-list, [data-work="manga"] .icon-menu.manga-list,[data-owner=""] .list-menu-float,.list-menu-float .icon-menu.setting, form[action],.list-menu-float .icon-menu .text,.list-unit .list-status-title .text, .list-table .list-table-header .header-title.status,.list-table .list-table-data .data.status, .list-table .list-table-data .data.status.plantowatch ~ .data.score, .cover-block,i.fa:not([class*=sort]):not([class$=circle]), .icon-watch.ml4{
- display: none;
- }
- .header {
- width: 100%;
- height: 480px;
- }
- .header .header-menu.other {
- position: static;
- color: #999;
- text-align: left;
- text-transform: uppercase;
- }
- .header .header-menu.other .btn-menu {
- font: 700 25px Open Sans;
- color: #999;
- display: inline-block;
- overflow: hidden;
- text-indent: -116px;
- position: relative;
- top: 13px;
- left: 18px;
- }
- .header .header-menu .header-info {
- position: absolute;
- top: 17px;
- right: 257px;
- font-size: 0;
- }
- .header .username {
- font-weight: 700;
- }
- .header a, #header-menu-dropdown a {
- width: auto;
- height: auto;
- font-weight: 400;
- color: #999 !important;
- transition: none;
- }
- .header .header-menu .header-info a, #header-menu-dropdown a {
- font-size: 11px;
- margin: 0 15px;
- }
- .header .header-menu .header-info a:hover, #header-menu-dropdown a:hover {
- background: none;
- text-decoration: none;
- }
- #header-menu-dropdown {
- display: block!important;
- top: 23px;
- right: 182px;
- background: none;
- border: 0;
- box-shadow: none;
- }
- .list-menu-float {
- position: absolute;
- top: 23px;
- right: 185px;
- width: auto;
- border: 0;
- }
- .list-menu-float .icon-menu {
- display: inline-block;
- width: 16px;
- height: 16px;
- background: none !important;
- margin: 0 5px;
- }
- .list-menu-float .icon-menu svg.icon {
- position: static;
- width: 16px;
- height: 16px;
- fill: #aaa;
- }
- .list-menu-float .icon-menu:hover svg.icon, .header .header-menu .list-menu .icon-menu .text {
- position: static;
- fill: #ef8577;
- }
- .list-menu-float .icon-menu:not(.profile):hover {
- width: auto;
- background: none;
- }
- .list-menu-float .icon-menu.profile {
- background: none !important;
- }
- .list-menu-float .icon-menu.profile:before {
- content: '\f007';
- font: 16px FontAwesome;
- color: #aaa;
- line-height: 15px;
- position: absolute;
- right: 2px;
- }
- .list-menu-float .icon-menu.profile:hover:before {
- color: #ef8577;
- }
- .list-container {
- background: none !important;
- width: 100%;
- border: 0;
- }
- #status-menu, .status-menu-container.fixed {
- width: 100%;
- height: auto;
- border: 0;
- position: static;
- }
- #status-menu .status-menu {
- width: 100%;
- border-spacing: 0;
- text-align: center;
- }
- #status-menu .status-menu:before {
- content: '';
- display: inline-block;
- width: 90px;
- height: 90px;
- border-radius: 50%;
- position: absolute;
- margin-top: -20px;
- }
- #status-menu .status-button {
- display: inline-block;
- font: 300 13px Open Sans;
- color: white;
- letter-spacing: 1px;
- text-transform: uppercase;
- padding: 15px 20px;
- }
- #status-menu .status-button:first-child {
- margin-left: 100px;
- }
- #header-menu-button, #status-menu .status-button.on {
- cursor: default;
- font-weight: 700;
- text-decoration: none;
- }
- #status-menu .status-button::after {
- background: none;
- }
- #status-menu .status-button.on::after {
- background: none;
- left: calc(50% - 20px);
- bottom: -19px;
- width: 0;
- height: 0;
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- }
- #status-menu .search-container {
- top: -475px;
- right: 20px;
- }
- #status-menu #search-box {
- width: 150px;
- height: auto;
- }
- #search-box input {
- background: white 3px 50%/20px no-repeat url(https://image.myanimelist.net/ui/ueQLRyZL_yQZxD14iYLZC_gLr-mtem_jVqxnLpUY6LHlp_sr_ZwRrhNpbh7nV5sCeo7Sp3-sdxOAu1kTqLeHfW7i3YHTvUNvkDS5qKJPeIQyZ4XG2BGDzLdXX1QvKlrJ);
- font: 300 11px Open Sans;
- color: #999;
- padding: 4px 12px 6px 25px;
- border: 1px solid #ddd;
- border-radius: 10px;
- }
- .list-block, .status-menu-container.fixed + div.list-block {
- margin-top: 30px;
- min-height: 0;
- }
- .list-unit {
- width: 80%;
- }
- .list-unit .list-status-title {
- display: inline-block;
- width: calc(100% - 30px);
- height: 0;
- background: none;
- text-align: right;
- margin: auto;
- }
- .list-unit .list-status-title .stats {
- height: 0;
- line-height: 100%;
- top: 128px !important;
- left: 900px !important;
- position: relative;
- color: black !important;
- }
- .list-unit .list-stats {
- position: absolute;
- display: block;
- bottom: 0px;
- width: 80%;
- height: auto;
- background: none;
- font: normal 11px Open Sans;
- color: #777;
- text-transform: uppercase;
- }
- .list-table .list-table-header .header-title .link.sort {
- font-weight: normal;
- color: #999;
- text-transform: uppercase;
- padding: 4px 6px;
- z-index: 1;
- }
- .list-table > tbody:nth-of-type(2n+1):first-of-type {
- display: block;
- Width: 100%;
- height: auto;
- margin: 20px;
- background: none;
- text-transform: uppercase;
- z-index: 3;
- }
- .list-table-header {
- display: inline-block;
- width: 100%;
- }
- .list-table-header:before {
- content: 'Sort by:';
- position: relative;
- top: 2px;
- margin-right: 12px;
- }
- .list-table .list-table-header .header-title {
- display: inline-block;
- width: auto !important;
- height: auto;
- background: none;
- border: 0;
- padding: 0 !important;
- margin: 0 15px;
- }
- .list-table .list-table-header .header-title .link.sort:hover, #advanced-options-button:hover {
- color: #999;
- }
- .list-table .list-table-header .header-title .sort-icon {
- color: rgba(239,133,119,.65);
- font-size: 18px;
- position: relative;
- line-height: 0;
- }
- .fa-sort-asc {
- top: 6px;
- }
- .fa-sort-desc {
- top: -2px;
- }
- .fa-plus-circle::before {
- content: '+' !important;
- margin-left: 1px;
- }
- .list-table {
- border: 0;
- text-align: center;
- }
- .list-item, .list-table > tbody:nth-of-type(2n+1):not(:first-child) {
- width: 200px;
- height: 290px;
- display: inline-block;
- background: none;
- margin: 15px;
- }
- .list-table .list-table-data .data {
- position: absolute;
- width: 200px;
- height: 280px;
- border: 0;
- padding: 0;
- }
- .list-table .list-table-data .data.finished,.list-table .list-table-data .data.started,.list-table .list-table-data .data.storage,.list-table .list-table-data .data.airing-finished,.list-table .list-table-data .data.airing-started,.list-table .list-table-data .data.rated ,.list-table .list-table-data .data.licensor,.list-table .list-table-data .data.season,.list-table .list-table-data .data.studio,.list-table .list-table-data .data.title .link,.list-table .list-table-data .data.progress,.list-table .list-table-data .data.type,.list-table .list-table-data .data .edit a:after,.list-table .list-table-data .data.title span,.list-table .list-table-data .data.season,.list-table .list-table-data .data.days,.list-table .list-table-data .data.studio,.list-table .list-table-data .data.magazine,.list-table .list-table-data .data.chapter,.list-table .list-table-data .data.volume{
- opacity: 0;
- }
- .list-table .list-table-data:hover .data.finished,.list-table .list-table-data:hover .data.started,.list-table .list-table-data:hover .data.storage,.list-table .list-table-data:hover .data.airing-finished,.list-table .list-table-data:hover .data.airing-started,.list-table .list-table-data:hover .data.rated ,.list-table .list-table-data:hover .data.licensor,.list-table .list-table-data:hover .data.title .link,.list-table .list-table-data:hover .data.progress,.list-table .list-table-data:hover .data.type,.list-table .list-table-data:hover .data .edit a:after,.list-table .list-table-data:hover .data.title span,.list-table .list-table-data:hover .data.tags,.list-table .list-table-data:hover .data.days,.list-table .list-table-data:hover .data.season,.list-table .list-table-data:hover .data.studio,.list-table .list-table-data:hover .data.magazine,.list-table .list-table-data:hover .data.chapter,.list-table .list-table-data:hover .data.volume{
- opacity: 1;
- visibility: visible !important;
- }
- .list-table .list-table-data .data.title {
- letter-spacing: 0;
- padding: 0;
- }
- .list-table .list-table-data .data.title .link {
- position: absolute;
- left: 13px;
- bottom: 43px;
- width: 160px;
- z-index: 51 !important;
- opacity: 0;
- font-size: 20px;
- line-height: 22px;
- text-transform: upper;
- }
- .list-table .list-table-data .data.score {
- text-align: right;
- z-index: ;
- }
- .list-table .list-table-data .data.score .link {
- font-weight: 700;
- text-align: right!important;
- margin-right: 10px;
- padding: 4px 6px;
- word-spacing: -3px;
- }
- .list-table .list-table-data .data.score .link:after {
- content: ;
- }
- .progress div:before {
- content: 'Progress: ';
- position: absolute;
- font-size: 12px;
- margin-top: -15px;
- margin-left: 0px;
- padding-right:5px;
- }
- .list-table .list-table-data .data.progress {
- width: auto;
- position: absolute;
- height: auto;
- margin-top: 255px;
- margin-left: 13px;
- font: italic 18px Open Sans;
- word-spacing: -3px;
- opacity: 0;
- }
- .data.chapter div:before {
- content: 'Chapters: ';
- position: absolute;
- font-size: 12px;
- margin-top: -15px;
- margin-left: 0px;
- padding-right:5px;
- }
- .list-table .list-table-data .data.chapter{
- position: absolute;
- margin-top: 244px;
- margin-left: 5px;
- width: auto;
- position: absolute;
- height: auto;
- margin-top: 255px;
- font: italic 18px Open Sans;
- word-spacing: -3px;
- opacity: 0;
- }
- .data.volume div:before {
- content: 'Volumes: ';
- position: absolute;
- font-size: 12px;
- margin-top: -15px;
- margin-left: 0px;
- padding-right:5px;
- }
- .list-table .list-table-data .data.volume{
- position: absolute;
- margin-top: 255px;
- margin-left: 65px;
- width: auto;
- position: absolute;
- height: auto;
- font: italic 18px Open Sans;
- word-spacing: 0px;
- opacity: 0;
- }
- .list-table .list-table-data .data.title .rewatching,.list-table .list-table-data .data.title .rereading,.list-table .list-table-data .data.title .content-status {
- position: absolute;
- top: 2px;
- left: 20px;
- font: 600 9px Open Sans;
- color: #444;
- border: 1px solid #555;
- padding: 2px 4px;
- opacity: 0;
- text-transform: uppercase;
- }
- .list-table .list-table-data .data.title .add-edit-more {
- font-size: 0;
- float: none;
- z-index: 5;
- position: relative;
- top: 0;
- left: 5px;
- }
- .list-table .list-table-data .data.image a {
- width: 200px;
- height: 280px;
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- }
- .list-table .list-table-data .data a, .list-table .list-table-data a.edit-disabled {
- color: black !important;
- }
- #copyright {
- font: 400 8px Open Sans;
- letter-spacing: 1px;
- color: #777;
- text-transform: uppercase;
- }
- .list-table .list-table-data .data.score .link:after {
- content: ".0"
- }
- .list-table .list-table-data .data.tags{
- margin-top: 60px;
- visibility: hidden;
- width: 180px;
- padding-left: 10px;
- }
- .list-table .list-table-data .data.tags a{
- position: relative;
- z-index: 10000 !important;
- }
- .list-table .list-table-data .data.studio a{
- top: 0px !important;
- left: 0px;
- position: relative;
- }
- .list-table .list-table-data .data.studio{
- position: absolute;
- height: 10px !important;
- }
- .list-table .list-table-data .data.priority {
- margin-top: -20px;
- }
- .list-table .list-table-data .data.priority:after {
- content: " Priority";
- }
- .list-table .list-table-data:hover .data.priority {
- opacity: 0;
- }
- .list-table .list-table-data .data.studio {
- position: absolute !important;
- height: 10px !important;
- margin-top: 18px;
- margin-left: 0;
- z-index: 10000 !important;
- }
- .list-table .list-table-data .data.licensor,.list-table .list-table-data .data.magazine{
- position: absolute;
- height: 10px !important;
- margin-top: 40px;
- margin-left: 0px;
- text-align: center;
- z-index: 10000 !important;
- }
- .list-table .list-table-data .data.storage{
- position: absolute;
- margin-top: -35px;
- margin-left: -65px;
- }
- .list-table .list-table-data .data.number {
- margin-left: -92px;
- position: absolute;
- margin-top: 0px;
- opacity: 0;
- z-index: 100 !important;
- pointer-events: none !important;
- }
- .list-table .list-table-data:hover .data.number {
- opacity: 1 !important;
- }
- .list-table .list-table-data .data.title .content-status{
- margin-left: 50px;
- }
- .list-table .rereading{
- margin-left: 50px;
- }
- .list-table .list-table-data:hover .data .edit a{
- background: transparent;
- content:"";
- height: 240px;
- width: 100%;
- left:0;
- top:0;
- position: absolute;
- display: block;
- z-index: 50 !important;
- }
- .list-table .list-table-data .data.title .add-edit-more{
- margin-left: -7px;
- }
- .header .header-menu .header-info a:hover, #header-menu-dropdown a:hover,.header .header-menu .header-info a:hover,.header .header-menu .list-menu .icon-menu .text:hover,.list-menu-float .icon-menu svg.icon:hover,.list-menu-float .icon-menu.profile:hover:before{
- cursor: pointer;
- }
- .list-container a.List_LightBox:link{
- width: 220px !important;
- height: 310px !important;
- padding-right: 0px;
- padding-bottom: 00px;
- top: -20px !important;
- position: absolute;
- font-size: 12px;
- }
- .list-table .list-table-data .tags .edit{
- position: relative !important;
- margin-left: -5px;
- pointer-events: auto !important;
- padding: 5px;
- }
- .list-table .list-table-data .tags .edit:after{
- content: " Tags"
- }
- .list-table .list-table-data .data.progress .fa{
- font-size: 22px !important;
- position: absolute;
- z-index: 1000 !important;
- padding: 10px;
- top: -10px;
- margin-left: -5px;
- }
- .list-table .list-table-data .data.chapter .fa,.list-table .list-table-data .data.volume .fa{
- font-size: 22px !important;
- position: absolute;
- z-index: 1000 !important;
- padding: 2px;
- top: -3px;
- margin-left: 2px;
- }
- .fa:hover{
- }
- .list-table .list-table-data .data.chapter span,.list-table .list-table-data .data.volume span,.list-table .list-table-data .data.progress span{
- z-index: 1000 !important;
- position: relative !important;
- }
- .list-table .list-table-data .data.chapter span a:before,.list-table .list-table-data .data.volume span a:before,.list-table .list-table-data .data.progress span a:before{
- position: absolute;
- content: "";
- left: -20px;
- top: -0px;
- padding: 10px;
- }
- .list-table .list-table-data .data.progress .fa:hover,.list-table .list-table-data .data.chapter .fa:hover,.list-table .list-table-data .data.volume .fa:hover{
- color: blue;
- text-decoration: underline;
- }
- .list-table .list-table-header .header-title.number,.list-table .list-table-header .header-title.image,.list-table .list-table-header .header-title.tags,.list-table .list-table-header .header-title.days,.list-table .list-table-header .header-title.storage,.list-table .list-table-header .header-title.studio,.list-table .list-table-header .header-title.licensor,.list-table .list-table-header .header-title.started{
- display: none;
- }
- #recaptcha-terms {
- display: none;
- }
- .status-menu-container.fixed {
- position: fixed !important;
- display: block !important;
- top: 0 !important;
- z-index: 10 !important;
- }
- .status-menu-container.fixed .status-menu:before{
- display: none !important;
- }
- .status-menu-container,.status-menu:before{
- z-index: 10 !important;
- }
- .header .header-menu .header-info,.list-menu-float,#header-menu-dropdown,.header .header-menu.other .btn-menu,#status-menu .search-container {
- z-index: 100 !important;
- }
- .list-table .list-table-data .data.licensor a,.list-table .list-table-data .data.magazine a,.list-table .list-table-data .data.studio a,.list-table .list-table-data .data.licensor,.list-table .list-table-data .data.magazine,.list-table .list-table-data .data.studio,.list-table .list-table-data .data.title .link,.list-table .list-table-data .data.tags a,.list-table .list-table-data .data a,.list-table .list-table-data a.edit-disabled{
- z-index: 6 !important;
- }
- .list-table .list-table-data .data.title .add-edit-more{
- margin-left: -5px;
- }
- .list-unit .list-status-title .stats{
- z-index: 5 !important;
- position: absolute;
- left: 0%;
- right: 0%;
- margin: 0 auto;
- width: 100px !important;
- margin-top: -102px;
- left: 940px !important;
- z-index: 6 !important;
- }
- .list-unit .list-stats {
- display: none;
- width: 1024px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- z-index: 2000 !important;
- }
- body {
- overflow-x: hidden;
- /* Hide horizontal scrollbar */
- }
- #qc-cmp2-container,.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,#qc-cmp2-container *{
- display: none !important;
- pointer-events: none !important;
- visibility: hidden !important;
- opacity: 0 !important;
- }
- .list-table .list-table-data .data.storage {
- position: absolute;
- margin-top: 235px;
- margin-left: 10px;
- }
- .list-table .list-table-data .data.title .content-status,.list-table .list-table-data .data.title .rewatching,.list-table .list-table-data .data.title .rereading,.list-table .list-table-data .data.title .content-status {
- margin: 0 auto;
- position: absolute;
- left: 0px;
- right: 0px;
- width: 80px;
- text-align: center;
- }
- .list-table .list-table-data .data.chapter * {
- font-size: 14px;
- }
- .list-table .list-table-data .data.volume * {
- font-size: 14px;
- }
- .list-table .list-table-data .data.volume {
- margin-left: 85px;
- }
- .list-table .list-table-data .data.retail{
- margin-top: 23px;
- }
- .list-table .list-table-data .data.retail{
- opacity: 0;
- }
- .list-table .list-table-data:hover .data.retail{
- opacity: 1;
- }
- .list-table .list-table-data .data.retail:after{
- content: "copies owned";
- }
- .list-table .list-table-header .header-title.magazine,.list-table .list-table-header .header-title.retail{
- display: none;
- }
- .list-table .list-table-data .data.title .content-status,.list-table .list-table-data .data.title .rewatching,.list-table .list-table-data .data.title .rereading,.list-table .list-table-data .data.title .content-status {
- top: 0;
- }
- .list-table .list-table-data .studio{
- margin-top: 24px !important;
- }
- .list-table .list-table-data .data.licensor,.list-table .list-table-data .data.magazine{
- margin-top: 44px !important;
- }
- .list-table .list-table-data .data.tags{
- margin-top: 68px !important;
- }
- .list-table .list-table-data .data.studio span,.list-table .list-table-data .data.licensor ,.list-table .list-table-data .data.magazine{
- height: 20px !important;
- overflow:hidden;
- white-space:initial;
- }
- .list-container a.List_LightBox:link{
- text-decoration: none !important;
- }
- .list-table .list-table-data .data.score .link {
- Z-INDEX: 1000 !important;
- position: relative;
- pointer-events: inherit;
- }
- /* NEW ADDITIONS*/
- .list-table .list-table-data .data.genre span {
- color: transparent;
- }
- .list-table .list-table-data .icon-watch2 a.mal-icon {
- position: absolute !important;
- top: 25px;
- left: 168px;
- z-index: 100 !important;
- opacity: 0;
- }
- .list-table .list-table-data .icon-watch2 a.mal-icon:hover {
- background: rgba(0,255,0,.5);
- }
- .list-table .list-table-data:hover .icon-watch2 a.mal-icon {
- opacity: 1;
- }
- .data.title .add-edit-more:before {
- margin-left: -1px;
- padding-left: 0px;
- }
- .data.title .add-edit-more {
- z-index: 10000 !important;
- }
- .list-table .list-table-data:hover .data .edit a:hover{
- text-decoration: underline !important;
- }
- .list-container a.List_LightBox:link{
- width: 50px !Important;
- height: 25px !important;
- margin-left: 85px !important;
- }
- #fancybox-overlay,#fancybox-wrap {
- z-index: ;
- }
- .list-table .list-table-data .icon-add-episode {
- margin-left: 5px;
- z-index: 1000 !important;
- }
- .list-table .list-table-data .icon-add-episode {
- margin-left: 5px;
- color: green !important;
- z-index: 1000 !important;
- cursor: pointer;
- }
- .list-table .list-table-data .icon-add-episode .fa-solid:hover {
- text-decoration: underline;
- z-index: 1000 !important;
- cursor: pointer;
- }
- .list-table .list-table-data .data.tags,.list-table .list-table-data .data.days,.list-table .list-table-data .data.storage,.list-table .list-table-data .data.demographic{
- height: 0;
- }
- .list-table .list-table-data .data.score:after{
- }
- .list-table .list-table-data .data.score:before{
- }
- .list-table .list-table-data .data.title .add-edit-more{
- width: 0px;
- margin-left: 35px;
- background: red;
- margin-top: 0px;
- }
- .data.title .add-edit-more:before {
- margin-left: -41px;
- }
- .list-table .list-table-data:hover .data.demographic a,.list-table .list-table-data:hover .data.genre {
- opacity: 1;
- width: 105px !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data a[href*="&demographic"] a,.list-table .list-table-data .data.demographic a{
- opacity: 0;
- font-size: 0;
- position: absolute !important;
- width: 0px !important;
- height: 20px !important;
- text-align:left;
- top: -12px !important;
- left: 200px !Important;
- padding-left: 5px;
- background: #ffff92;
- }
- .list-table .list-table-data .data.genre {
- width:0 !important;
- font-size: 0px !important;
- opacity: 0;
- }
- .list-table .list-table-data:hover .data.genre {
- width: 75px !important;
- font-size: 12px !important;
- opacity: 1;
- height: 140px;
- text-align: left;
- margin-left: 200px !Important;
- margin-top: 5px;
- padding-left: 5px;
- z-index: 100;
- padding-right: 30px;
- position: absolute;
- background: #ffff92;
- }
- .list-table .list-table-data .data.genre a {
- z-index: 100;
- text-align: left !important;
- display: inline;
- padding-right: 15px;
- }
- .list-table .list-table-data .data.genre span {
- text-align: left !important;
- }
- .list-table .list-table-data .data.season a{
- }
- .list-table .list-table-data .data.season span{
- }
- .list-table .list-table-data .data.genre {
- width:0 !important;
- font-size: 0px !important;
- opacity: 0;
- }
- .list-table .list-table-data .data.season {
- width:0 !important;
- font-size: 0px !important;
- opacity: 0;
- height: 0 !important;
- }
- .list-table .list-table-data:hover .data.season{
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 125px !important;
- margin-left: 200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data .airing-started:before{
- content: "Debuted: ";
- }
- .list-table .list-table-data .airing-finished:before{
- content: "Ended: ";
- }
- .list-table .list-table-data .airing-started, .list-table .list-table-data .airing-finished{
- width:0 !important;
- font-size: 0px !important;
- opacity: 0;
- }
- .list-table .list-table-data:hover .data.airing-started{
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 145px !important;
- margin-left: 200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data:hover .data.airing-finished{
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 165px !important;
- margin-left: 200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data .data.started, .list-table .list-table-data .data.finished{
- width:0 !important;
- font-size: 0px !important;
- opacity: 0;
- }
- .list-table .list-table-data .data.started:before{
- content: "Started: ";
- }
- .list-table .list-table-data .data.finished:before{
- content: "Finished: "
- }
- .list-table .list-table-data:hover .data.started{
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 185px !important;
- margin-left:200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data:hover .data.finished {
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 205px !important;
- margin-left:200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data .data.days{
- width:0 !important;
- er font-size: 0px !important;
- opacity: 0;
- }
- .list-table .list-table-data .data.days:after{
- content: " days to finish"
- }
- .list-table .list-table-data:hover .data.days{
- opacity: 1 !important;
- position: absolute !important;
- width: 105px !important;
- height: 20px !important;
- text-align:left;
- margin-top: 225px !important;
- margin-left: 200px !Important;
- padding-left: 5px;
- background: #ffff92;
- z-index: 2000 !important;
- font-size: 12px !important;
- }
- .list-table .list-table-data .score:before{
- content:"1343";
- font-size: 10px;
- opacity: 0;
- font-size: 11px;
- text-align: left;
- position: relative;
- top:242px;
- left: 121px;
- display: inline;
- display: non;
- width: 100px;
- overflow:visible;
- }
- .list-table .list-table-data .data.type , .list-table .list-table-data .data.rated {
- content:"1343";
- font-size: 10px;
- opacity: 0;
- font-size: 11px;
- text-align: left;
- position: relative;
- top:242px;
- left: 130px;
- display: inline;
- display: non;
- width: 100px;
- overflow:visible;
- }
- .list-table .list-table-data .data.rated{
- padding-left: 5px;
- }
- .list-container a.List_LightBox:link {
- width: 80px !Important;
- height: 22px !important;
- margin-top: 280px;
- text-align: left !important;
- font-size: 11px !important;
- padding-bottom: 20px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .list-container a.List_LightBox:link:after {
- content: "";
- }
- .list-table .list-table-data .data.studio{
- margin-top: 0px !important;
- }
- .list-table .list-table-data .data.licensor{
- margin-top: 25px !important;
- }
- .list-table .list-table-data .data.tags{
- margin-top: 50px !important;
- }
- .list-table .list-table-data .data.progress{
- margin-top: 239px !important;
- }
- .list-table .list-table-header .header-title.genre, .list-table .list-table-header .header-title.demographic{
- display: none;
- }
- .list-table .list-table-data .data.priority {
- margin-top:-38px !important;
- }
- .list-table .list-table-data:hover .data.priority {
- opacity: 1 !important;
- ;
- }
- .list-table .list-table-header .header-title .link.sort {
- z-index: 1;
- }
- .list-table > tbody:nth-of-type(2n+1):first-of-type {
- z-index: 3;
- }
- .list-table .list-table-data .data.title .link {
- z-index: 1 !important;
- }
- .data.title .add-edit-more {
- z-index: 1005 !important;
- }
- .list-unit .list-status-title .stats a {
- margin-right: 2px;
- color: #FFF;
- }
- .status-menu-container .search-container #search-box input {
- width: 80%;
- margin-left: 30px;
- }
- #status-menu, .status-menu-container.fixed{
- z-index: 1000 !important;
- }
- .list-table .list-table-data .icon-watch2 a.mal-icon {
- z-index: 100 !important;
- }
- .list-table .list-table-data .data.studio{
- z-index: 5 !important;
- }
- .list-table .list-table-data .data.genre a[href*="&genre=1"] {
- padding-right:30px;
- }
- .list-table .list-table-data .data.genre a[href*="&genre=24"] {
- padding-right:30px;
- }
- .list-table .list-table-data .data.genre a[href*="&genre=36"] {
- padding-right:10px;
- }
- .list-table .list-table-data .data.genre a[href*="&genre=5"] {
- padding-right:0px;
- }
- .list-table .list-table-data .data.priority{
- pointer-events: none !important;
- }
- .list-table .list-table-data .data.title .add-edit-more {
- width: 0px;
- }
- .list-table .list-table-data .data.score:after{
- }
- .list-table .list-table-data .data.storage {
- }
- .list-table .list-table-data .data.retail {
- margin-top: 23px;
- position: absolute;
- }
- .list-table .list-table-data .data.retail {
- }
- .list-table .list-table-data:hover .data.retail {
- position: absolute;
- margin-top: 270px;
- margin-left: 10px;
- pointer-events: none !important;
- }
- .list-table .list-table-data .data.magazine{
- margin-top: 20px !important;
- }
- .list-table .list-table-data .data.volume {
- margin-left:80px;
- word-spacing: 0px;
- }
- .list-table .list-table-data .data.chapter {
- margin-left:5px;
- word-spacing: 0px;
- }
- .list-table .list-table-data .data.chapter * {
- font-size: 12px;
- }
- .list-table .list-table-data .data.volume * {
- font-size: 12px;
- background: transparent;
- }
- .list-table .list-table-data .data.chapter .fa-circle-plus {
- font-size: 16px;
- }
- .list-table .list-table-data .data.volume .fa-circle-plus {
- font-size: 16px;
- }
- .list-table .list-table-data .data.chapter .fa-circle-plus:hover {
- cursor: pointer;
- text-decoration: underline;
- }
- .list-table .list-table-data .data.volume .fa-circle-plus:hover {
- cursor: pointer;
- text-decoration: underline;
- }
- .list-table .list-table-data .data.chapter {
- font-size: 16px;
- z-index: 10000 !important;
- }
- .list-table .list-table-data .data.volume {
- font-size: 16px;
- }
- .list-table .list-table-data .data.chapter span, .list-table .list-table-data .data.volume span {
- z-index: inherit !important;
- }
- .list-table .list-table-data .data.volume * {
- background: transparent;
- }
- .list-table .list-table-data .data.chapter{
- font-size:11px !important;
- }
- .list-table .list-table-data .data.chapter *{
- font-size:11px !important;
- }
- .list-table .list-table-data .data.chapter span{
- top: -12px;
- left: 62px;
- position: absolute;
- word-spacing: -2px;
- }
- .data.chapter div::before {
- content: 'Chapters: ';
- position: absolute;
- font-size:11px;
- margin-top: -12px;
- margin-left: 8px;
- padding-right: 5px;
- }
- .list-table .list-table-data .data.chapter .fa-circle-plus {
- font-size: 14px !important;
- position: absolute;
- margin-left: 64px;
- margin-top: -11px;
- padding-left: 3px;
- }
- .list-table .list-table-data .data.volume{
- font-size: 11px !important;
- }
- .list-table .list-table-data .data.volume *{
- font-size: 11px !important;
- }
- .list-table .list-table-data .data.volume span{
- top: 8px;
- left: -14px;
- position: absolute;
- word-spacing: -2px;
- font-size: 11px !important;
- }
- .data.volume div::before {
- content: 'Volumes: ';
- position: absolute;
- font-size: 11px !important;
- margin-top: 8px;
- margin-left: -66px;
- padding-right: 5px;
- }
- .list-table .list-table-data .data.volume .fa-circle-plus {
- font-size: 14px !important;
- position: absolute;
- margin-left:-12px;
- margin-top: 9px;
- padding-left: 3px;
- }
- .list-container a.List_LightBox:link {
- width: 80px !Important;
- height: 22px !important;
- margin-top: 284px;
- text-align: left !important;
- font-size: 11px !important;
- padding-bottom: 20px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .list-container a.List_LightBox:link {
- width: 50px !Important;
- height: 25px !important;
- margin-left: 75px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .fas, .fa-solid{
- padding-bottom: 20px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .list-table .list-table-data .data.progress a.link{
- padding-bottom: 20px;
- }
- .list-table .list-table-data .data.progress a.link:after{
- padding-bottom: 44px;
- padding-left: 10px;
- content: "";
- position: absolute;
- }
- .list-table .list-table-data .data.progress a.link:before{
- padding-bottom: 35px;
- padding-left: 5px;
- content: "";
- position: absolute;
- margin-left: 5px
- }
- .list-table .list-table-data .data.score:after{
- content: "";
- top: 250px;
- left: -3px;
- position: absolute;
- height: 52px;
- width: 210px !important;
- }
- .list-table .list-table-data .icon-watch2 a.mal-icon {
- position: absolute !important;
- top: 25px;
- left: 168px;
- z-index: 100 !important;
- opacity: 0;
- }
- .list-table .list-table-data .data.progress .fa-circle-plus {
- margin-left: -10px !important;
- }
- .list-unit .list-status-title .stats {
- width: 200px !important;
- }
- .status-menu-container .search-container #search-box input {
- width: 80%;
- margin-left: 30px;
- }
- .list-table .list-table-data .data.chapter .fa-solid{
- padding-bottom: 5px;
- }
- .list-table .list-table-data .icon-watch2 a.mal-icon {
- left: 169px;
- }
- #status-menu #search-box {
- width: 115px !important;
- height: auto;
- }
- .status-menu-container .search-container #search-box input {
- width: 100%;
- margin-left: 0px;
- }
- .list-unit .list-stats {
- z-index: 2000 !important;
- }
- #status-menu, .status-menu-container.fixed {
- z-index: 2000 !important;
- }
- /* NUMBER */
- .list-table .list-table-data .data.number{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* TAGS */
- .list-table .list-table-data .data.tags a {
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .tags a.edit {
- font-size: 9px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- margin-top: -3px;
- margin-left: 60px !;
- }
- /* USER STARTED AND ENDING DATES*/
- .list-table .list-table-data .data.started{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.finished{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* DAYS */
- .list-table .list-table-data .data.days{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* SEASON */
- .list-table .list-table-data .data.season a{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* AIRING START AND END DATES */
- .list-table .list-table-data .data.airing-started{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.airing-finished{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* STUDIO */
- .list-table .list-table-data .data.studio a{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* LICENSOR*/
- .list-table .list-table-data .data.magazine a, .list-table .list-table-data .data.licensor a{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* STORAGE */
- .list-table .list-table-data .data.storage{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- /* PRIORITY */
- .list-table .list-table-data .data.priority {
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.demographic{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.genre a{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.rated{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.type{
- font-size: 12px !important;
- font-family: Helvetica !important;
- font-weight: light !important;
- }
- .list-table .list-table-data .data.image .image{
- width: 175px;
- height: 270px;
- background-size: 100% !important;
- z-index: -1 !important;
- left: 10px;
- top: 5px;
- }
- .list-table .list-table-data .data.image .image{
- position: absolute !important;
- z-index: -1 !important;
- }
- .list-table .list-table-data .data.title .notes .text {
- top: 280px;
- left: 0px;
- position: absolute;
- font-size: 12px;
- color: white;
- background: transparent;
- font-family: arial;
- z-index: 1000 !important;
- overflow: hidden;
- text-align: center;
- width: 190px;
- height: 15px;
- z-index: 100 !important;
- }
- .list-table .list-table-data:hover .data.title .notes .text:first-line{
- top: -200px;
- display: block;
- }
- .list-table .list-table-data:hover .data.title .notes .text{
- position: absolute;
- font-size: 11px;
- color: black;
- background: #FFFF92;
- font-family: arial;
- z-index: 1005 !important;
- overflow: none;
- transition: ease-in;
- cursor: text;
- overflow: initial !important;
- height: auto;
- width: 186px;
- overflow: hidden !important;
- max-width: 190px;
- max-height: 325px;
- top: 280px;
- padding-left: 10px;
- padding-right: 10px;
- left: -3px;
- }
- .list-table .list-table-data .data.title .notes .text:hover {
- }
- .list-table .list-table-data .data.score .link {
- Z-INDEX: 100 !important;
- }
- .list-table .list-table-data .data.title .notes * {
- top: 280px;
- left: 0px;
- position: absolute;
- height: 50px;
- z-index: 50000 !important;
- }
- .list-table .list-table-data .data.title .notes .edit{
- top: 280px;
- text-align: center;
- width: 205px;
- padding-top: 2px;
- height: 20px;
- position: absolute;
- z-index: 50000 !important;
- }
- .list-table .list-table-data .data.title .notes .edit{
- color: transparent;
- }
- .list-table .list-table-data:hover .data.title .notes .edit{
- color: white;
- cursor:pointer;
- }
- .mal-modal .mal-modal-dialog .mal-modal-content {
- font-size: 24px;
- font-family: arial;
- z-index: 10000 !important;
- }
- .list-table .list-table-data .data.storage {
- position: absolute;
- font-size: 10px !important;
- margin-top: -36px;
- margin-left: -79px;
- }
Advertisement
Add Comment
Please, Sign In to add comment