Advertisement
iamjohnrex03

27783263

Jun 11th, 2025
1,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.04 KB | None | 0 0
  1. /*thread 27783263 - custom table*/
  2. /* Base styling */
  3. #cid_217 .form-matrix-table td {
  4.   position: relative;
  5.   border-top: 0.5px solid grey !important;
  6. }
  7.  
  8. #cid_217 > table {
  9.   margin-top: -110px;
  10. }
  11.  
  12. #cid_217 > table > tbody > tr.form-matrix-tr.form-matrix-header-tr > th.form-matrix-headers.form-matrix-column-headers {
  13.   visibility: hidden;
  14. }
  15.  
  16. #cid_217 .form-matrix-table td label::before {
  17.   position: absolute;
  18.   top: 50%;
  19.   left: 50%;
  20.   transform: translate(-50%, -50%);
  21.   font-size: 10px;
  22.   display: inline-block;
  23.   white-space: normal;
  24.   width: 50px;
  25. }
  26. /* Set width of inner cells (columns 3 to 10) */
  27. #cid_217 .form-matrix-table tr td:nth-child(n+3):nth-child(-n+10) label::before {
  28.   width: 30px;
  29. }
  30.  
  31. /* Remove borders from radio buttons */
  32. #cid_217 .form-matrix-table tr td label::before {
  33.   border: none;
  34.   box-shadow: none;
  35. }
  36.  
  37. /* First column – custom text */
  38. #cid_217 .form-matrix-table tr:nth-child(2) td:nth-child(2) label::before { content: "Had none"; }
  39. #cid_217 .form-matrix-table tr:nth-child(3) td:nth-child(2) label::before { content: "Not at all"; }
  40. #cid_217 .form-matrix-table tr:nth-child(4) td:nth-child(2) label::before { content: "Not at all"; }
  41. #cid_217 .form-matrix-table tr:nth-child(5) td:nth-child(2) label::before { content: "Fleetingly"; }
  42. #cid_217 .form-matrix-table tr:nth-child(6) td:nth-child(2) label::before { content: "Not at all"; }
  43. #cid_217 .form-matrix-table tr:nth-child(7) td:nth-child(2) label::before { content: "Not at all"; }
  44. #cid_217 .form-matrix-table tr:nth-child(8) td:nth-child(2) label::before { content: "Not at all easy"; }
  45.  
  46. /* Last column – custom text */
  47. #cid_217 .form-matrix-table tr:nth-child(2) td:nth-child(11) label::before { content: "A lot of the time"; }
  48. #cid_217 .form-matrix-table tr:nth-child(3) td:nth-child(11) label::before { content: "Very powerful"; }
  49. #cid_217 .form-matrix-table tr:nth-child(4) td:nth-child(11) label::before { content: "Very intrusive"; }
  50. #cid_217 .form-matrix-table tr:nth-child(5) td:nth-child(11) label::before { content: "Most of the day"; }
  51. #cid_217 .form-matrix-table tr:nth-child(6) td:nth-child(11) label::before { content: "Very distressed"; }
  52. #cid_217 .form-matrix-table tr:nth-child(7) td:nth-child(11) label::before { content: "Very harassing"; }
  53. #cid_217 .form-matrix-table tr:nth-child(8) td:nth-child(11) label::before { content: "Very easy"; }
  54.  
  55. /* Middle columns – numbers 2 to 9 */
  56. #cid_217 .form-matrix-table tr td:nth-child(3) label::before { content: "2"; }
  57. #cid_217 .form-matrix-table tr td:nth-child(4) label::before { content: "3"; }
  58. #cid_217 .form-matrix-table tr td:nth-child(5) label::before { content: "4"; }
  59. #cid_217 .form-matrix-table tr td:nth-child(6) label::before { content: "5"; }
  60. #cid_217 .form-matrix-table tr td:nth-child(7) label::before { content: "6"; }
  61. #cid_217 .form-matrix-table tr td:nth-child(8) label::before { content: "7"; }
  62. #cid_217 .form-matrix-table tr td:nth-child(9) label::before { content: "8"; }
  63. #cid_217 .form-matrix-table tr td:nth-child(10) label::before { content: "9"; }
  64. /*ends here*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement