cmoreira

Team Showcase Custom Lightbox Styles

Aug 9th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. .tshowcase-yf-image .ts-circle {
  2.     padding:0px;
  3. }
  4.  
  5. .tshowcase-box-table {
  6.     opacity:0;
  7. }
  8. .tshowcase-table-image * {
  9.     display:inline-block;
  10.     vertical-align: middle;
  11. }
  12. .tshowcase-table-image span * {
  13.     display:block;
  14. }
  15. .ts-circle {
  16.     padding:0 20px 0 0;
  17. }
  18. /* make first column only 100px */
  19. .ts-table-odd-colored td:first-child {
  20.     max-width:100px;
  21. }
  22. /* make name bold and bigger */
  23. .tshowcase-table-image span a {
  24.     font-size:1.2em;
  25.     font-weight:bold;
  26. }
  27.  
  28. .featherlight-content .tscontent {
  29.     text-align:center;
  30. }
  31.  
  32. .tscontent .tshowcase-single-title {
  33.     font-weight:bold;
  34.     font-size:1.1em;
  35.     padding:3px 0;
  36. }
  37.  
  38. .featherlight-content {
  39.     border-radius:10px;
  40.     padding: 20px 40px !important;
  41. border-bottom:8px solid transparent !important;
  42. }
  43.  
  44. .tshowcase-yf-name {
  45.     font-size:1.2em;
  46.     font-weight:bold;
  47. }
  48.  
  49. .tshowcase-yf-position {
  50.     font-size:0.9em;
  51.     font-style:italic;
  52.     color:#818f96;
  53. }
  54.  
  55. .tshowcase-yf-email {
  56.     padding:10px 40px;
  57. }
  58.  
  59. .tshowcase-yf-email a {
  60.     color:#71bf44;
  61. }
  62.  
  63. .tshowcase-yf-school {
  64.     margin:10px 0;
  65. }
  66. .tshowcase-yf-school-name,
  67. .tshowcase-yf-county-title {
  68.     font-weight:bold;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment