Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. body {
  2. background: url("https://cdn.discordapp.com/attachments/246303117375832075/263490546348064768/oumae_kumiko.png") no-repeat top 100px center fixed;
  3. background-size:auto 100%;
  4. background-color: #c39776;
  5. }
  6.  
  7. .status-menu-container {
  8. background-color: rgba(0, 0, 0, 0.5);
  9. }
  10.  
  11. .list-container {
  12. background-color: rgba(0, 0, 0, 0.5);
  13. border: black 1px solid;
  14. }
  15.  
  16. .list-table > tbody:nth-of-type(2n+1){
  17. background-color: rgba(195, 151, 118, 0.5);
  18. }
  19.  
  20. .list-unit .list-status-title {
  21. background-color: rgba(0, 0, 0, 0.5);
  22. }
  23.  
  24. .list-table .list-table-header .header-title.started {
  25. color: white;
  26. }
  27.  
  28. .list-table .list-table-data a.edit-disabled, .list-table .list-table-data .data {
  29. color: white;
  30. }
  31.  
  32. a {
  33. color: white;
  34. }
  35.  
  36. a:hover {
  37. color: #c39776;
  38. text-decoration:none !important;
  39. font-weight:bold;
  40. }
  41.  
  42. .list-table .list-table-data .data {
  43. /*border-bottom: transparent 3px solid;*/
  44. border-bottom: none;
  45. }
  46.  
  47. .status-menu-container .status-menu .status-button.on {
  48. color: #c39776;
  49. }
  50.  
  51. .status-menu-container .status-menu .status-button {
  52. color: #c39776;
  53. }
  54.  
  55. .status-menu-container .status-menu .status-button:after {
  56. background-color: #c39776;
  57. }
  58.  
  59. .status-menu-container {
  60. border-bottom: black 1px solid;
  61. }
  62.  
  63. .list-table {
  64. border: none;
  65. }
  66.  
  67. .list-table .list-table-data .data.image .image {
  68. /*border: black 1px solid;*/
  69. border: none;
  70. }
  71.  
  72. .list-table .list-table-header .header-title {
  73. background: transparent url("/img/pc/ownlist/bar-table-header.png") no-repeat right 7px / 1px 22px;
  74. border-bottom: none;
  75. }
  76.  
  77. .list-table .list-table-header .header-title.number {
  78. color: white;
  79. }
  80.  
  81. .list-table .list-table-header .header-title .link {
  82. color: white;
  83. }
  84.  
  85. .list-table .list-table-header .header-title .link.sort {
  86. color: white;
  87. }
  88.  
  89. .list-table .list-table-header .header-title .link.sort:hover {
  90. color: #c39776;
  91. }
  92.  
  93. .list-table .list-table-header .header-title .sort-icon {
  94. color: #c39776;
  95. }
  96.  
  97. .list-unit .list-status-title .text {
  98. color: #c39776;
  99. }
  100.  
  101. .status-menu-container .search-container #search-button {
  102. color: #c39776;
  103. }
  104.  
  105. .list-table .list-table-header .header-title.tags {
  106. color: white;
  107. }
  108.  
  109. #footer-block {
  110. background-color: #c39776;
  111. }
  112.  
  113. #copyright {
  114. color: white;
  115. }
  116.  
  117. .list-unit .list-stats {
  118. background-color: #c39776;
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement