Advertisement
kemuriku

Untitled

Oct 6th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.61 KB | None | 0 0
  1. .list-table .list-table-data .data.title .rewatching{
  2. font-size: 0em;
  3. }
  4. .list-table .list-table-data .data.title .rewatching:before{
  5. content:"↺";
  6. color:#26448F;
  7. font-size: 12px;
  8. position:relative;
  9. top:27px;
  10. }
  11.  
  12. .list-table .list-table-data .data.title .content-status{
  13. font-size: 0em;
  14. }
  15. .list-table .list-table-data .data.title .content-status:before{
  16. content:"●";
  17. color:#2DB039;
  18. font-size: 12px;
  19. position:relative;
  20. top:27px;
  21. }
  22.  
  23. .list-table-data > td.data.title > span.rereading{
  24.   position:relative;
  25.   display:inline;
  26. top:27px;
  27. }
  28.  
  29. .list-table .list-table-data .data.tags {
  30.     display:run-in;
  31.     text-align:left;
  32.     padding-top:23px;
  33.     font-weight:;
  34.     width:200px;
  35.  
  36. }
  37.  
  38. .list-table .list-table-data .tags .edit{
  39.      font-size:0px;
  40. }
  41.  
  42. .list-table .list-table-data .tags .edit:before{
  43.   position:relative;
  44.     font-size:10px;
  45.     left:90px;
  46.     bottom:-15px;
  47.     content:"---";
  48.     color:#FFFFFF;
  49. }
  50.  
  51.  
  52. .icon-watch, .icon-watch-pv {
  53.     display: none !important;
  54. }
  55.  
  56.  
  57. .list-table > tbody:nth-of-type(2n+1) {
  58.   background-color: transparent;
  59.  
  60. }
  61.  
  62. .list-table .list-table-data .data.title .add-edit-more {
  63. display:block;
  64. text-align:right;
  65. width:70px;
  66. height:70px;
  67. line-height:70px;
  68. }
  69.  
  70.  
  71. .list-table .list-table-data .data.title .link {
  72.   top:27px;
  73. }
  74.  
  75.  
  76. .header {
  77.     position: relative;
  78.     color: #fff;
  79. background-color:#26448F;
  80.     display: block;
  81.     width: 1060px;
  82.     height: 70px;
  83.     margin: 0 auto;
  84. }
  85.  
  86. .list-table .list-table-data .data.title .link {
  87.     font-size: 1.1em;
  88.     font-weight: bold;
  89.     position: relative;
  90.     bottom:0px;
  91. color:#26448F;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement