Untitled
unknown
plain_text
10 months ago
1.1 kB
2
Indexable
Never
/*FOR DARK LAYOUTS*/ /*CHANGING THE LIST COLORS Find codes below with "rgba" followed by numbers in parenthesis. 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. */ body{ background-size: cover !important; background-attachment: fixed !important; } .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{ background-color: rgba(0,0,0,.8) !important; } .cover-block { padding-left: 17px; padding-right: 17px; } .list-block, .cover-block{ background-color: rgba(0,0,0,.7) !important; }