dudinmaster

mystylecss

Nov 17th, 2021
1,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. .table > tbody > tr > * {
  2.   vertical-align: middle;
  3. }
  4.  
  5. tr {
  6.   text-align: center;
  7. }
  8.  
  9. .ck-editor__editable_inline {
  10.   min-height: 400px;
  11. }
  12.  
  13. .custom-table {
  14.   border: 1px solid #e0e3ec;
  15. }
  16. .custom-table thead {
  17.   background: #007ae1;
  18. }
  19.  
  20. .custom-table thead th {
  21.   border: 0;
  22.   color: #ffffff;
  23. }
  24. .custom-table > tbody tr:hover {
  25.   background: #fafafa;
  26. }
  27. .custom-table > tbody tr:nth-of-type(even) {
  28.   background-color: #ffffff;
  29. }
  30. .custom-table > tbody td {
  31.   border: 1px solid #e6e9f0;
  32. }
  33.  
  34. .no {
  35.   color: #fff;
  36.   font-size: 1.6em;
  37.   background: #0d6efd;
  38. }
  39.  
  40. .no-addons {
  41.   color: #fff;
  42.   font-size: 1.6em;
  43.   background: #e16800;
  44. }
  45.  
  46. .no-addonsFR {
  47.   color: #fff;
  48.   font-size: 1.6em;
  49.   background: #5b3849;
  50. }
  51.  
  52. .no-addonsNFR {
  53.   color: #fff;
  54.   font-size: 1.6em;
  55.   background: #8a1948fa;
  56. }
  57.  
  58. .notices {
  59.   padding-left: 6px;
  60.   border-left: 6px solid #0d6efd;
  61.   background: #e7f2ff;
  62.   padding: 10px;
  63.   font-size: 1em;
  64.   color: rgb(0, 0, 0);
  65.   width: 50%;
  66. }
  67.  
Advertisement
Add Comment
Please, Sign In to add comment