Advertisement
esthershi

ao3 twt

Mar 26th, 2023
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.49 KB | None | 0 0
  1. #workskin .twt {
  2.   float: center;
  3.   max-width: 450px;
  4.   min-width: 300px;
  5.   margin: 0em auto;
  6.   padding-left: 20px;
  7.   padding-right: 20px;
  8.   border: 1px solid #c7c7c7;
  9.   border-radius: 10px;
  10.   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  11. }
  12.  
  13. #workskin .twt-header {
  14.   overflow: hidden;
  15.   margin-bottom: -3em;
  16. }
  17.  
  18. #workskin .twt-icon-container {
  19.   float: left;
  20. }
  21.  
  22. #workskin .twt-icon {
  23.   border-radius: 50%;
  24.   width: 3.5em;
  25. }
  26.  
  27. #workskin .twt-iconquote {
  28.   border-radius: 50%;
  29.   width: 2em;
  30. }
  31.  
  32. #workskin .twt-id {
  33.   font-size: 1em;
  34.   padding-left: 1em;
  35.   overflow: hidden;
  36. }
  37.  
  38. #workskin .twt-name {
  39.   font-weight: bold;
  40. }
  41.  
  42. #workskin .twt-name:hover {
  43.   text-decoration: underline;
  44.   cursor: pointer;
  45. }
  46.  
  47. #workskin .twt-handle {
  48.   color: #657786;
  49. }
  50.  
  51. #workskin .twt-handle:hover {
  52.   cursor: pointer;
  53. }
  54.  
  55. #workskin .twt-content {
  56.   font-size: 1.3em;
  57.   margin-bottom: -1em;
  58. }
  59.  
  60. #workskin .twt-contentquote {
  61.   margin-top: -1em;
  62.   font-size: 1em;
  63. }
  64.  
  65. #workskin .twt-timestamp {
  66.   color: #657786;
  67.   font-size: 1em;
  68. }
  69.  
  70. #workskin hr.twt-sep,
  71. #workskin hr.twt-sep-reply {
  72.   border: none;
  73.   height: 1px;
  74.   width: 100%;
  75.   background-color: #e6e6e6;
  76. }
  77.  
  78. #workskin hr.twt-sep-reply {
  79.   margin-left: -20px;
  80.   padding-right: 40px;
  81. }
  82.  
  83. #workskin .twt-stat1 {
  84.   color: #657786;
  85.   font-size: 0.9em;
  86. }
  87.  
  88. #workskin .twt-quotebox {
  89.   padding-left: 10px;
  90.   padding-right: 10px;
  91.   border: 1px solid #c7c7c7;
  92.   border-radius: 10px;
  93.   margin-bottom: -1em;
  94. }
  95.  
  96. #workskin .twt-image {
  97.   float: center;
  98.   max-width: 100%;
  99.   border: 1px solid #c7c7c7;
  100.   border-radius: 10px;
  101.   margin-bottom: -1em;
  102. }
  103.  
  104. #workskin .twt-replybox {
  105.   margin-top: -2em;
  106. }
  107.  
  108. #workskin .twt-icon-replycontainer {
  109.   float: left;
  110. }
  111.  
  112. #workskin .twt-replycontainer {
  113.   padding-left: 1em;
  114.   overflow: hidden;
  115. }
  116.  
  117. #workskin .twt-replycontent {
  118.   margin-top: -1em;
  119. }
  120.  
  121. #workskin .twt-stat2 {
  122.   color: #657786;
  123.   font-size: 0.9em;
  124.   margin-top: -1em;
  125. }
  126.  
  127. #workskin .twt-social {
  128.   float: left;
  129.   margin-right: 2em;
  130.   margin-bottom: -1em;
  131. }
  132.  
  133. #workskin .twt-socialimg {
  134.   height: 13px;
  135.   margin-right: 3px;
  136. }
  137.  
  138. #workskin .twt-hl {
  139.   color: #1DA1F2;
  140. }
  141.  
  142. #workskin .twt-hl:hover {
  143.   text-decoration: underline;
  144.   cursor: pointer;
  145. }
  146.  
  147. #workskin .twt-profile {
  148.   float: center;
  149.   max-width: 600px;
  150.   min-width: 350px;
  151.   margin: 0em auto;
  152.   border: 1px solid #c7c7c7;
  153.   border-radius: 10px;
  154.   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  155.   position: relative;
  156. }
  157.  
  158. #workskin .twt-profile-header {
  159.   width: 100%;
  160.   border-top-left-radius: 9px;
  161.   border-top-right-radius: 9px;
  162.   margin-top: -1.3em;
  163.   height: 13em;
  164.   z-index: -1;
  165. }
  166.  
  167. #workskin .twt-profile-id {
  168.   margin-top: -7.5em;
  169.   position: relative;
  170.   padding-left: 1.3em;
  171.   padding-right: 1.3em;
  172.   z-index: 1;
  173.   overflow: hidden;
  174. }
  175.  
  176. #workskin .twt-iconprofile {
  177.   border-radius: 50%;
  178.   width: 9em;
  179.   border: 3px solid white;
  180.   float: left;
  181. }
  182.  
  183. #workskin .twt-profile-social {
  184.   float: right;
  185.   width: 9em;
  186.   margin-top: 2.3em;
  187. }
  188.  
  189. #workskin .twt-profile-share {
  190.   height: 15px;
  191.   padding: 0.8em;
  192.   border: 1px solid #cbcbcb;
  193.   border-radius: 50%;
  194.   margin-right: 0.6em;
  195.   float: left;
  196.   margin-top: 1.6em;
  197. }
  198.  
  199. #workskin .twt-profile-share:hover {
  200.   background-color: #e7e7e8;
  201.   cursor: pointer;
  202. }
  203.  
  204. #workskin .twt-profile-follow {
  205.   border: 1px solid white;
  206.   background-color: black;
  207.   border-radius: 1.5em;
  208.   color: white;
  209.   font-weight: bold;
  210.   padding: 0.6em 1em;
  211.   float: right;
  212. }
  213.  
  214. #workskin .twt-profile-follow:hover {
  215.   background-color: #282c30;
  216.   cursor: pointer;
  217. }
  218.  
  219. #workskin .twt-profile-container {
  220.   padding-left: 1.3em;
  221.   padding-right: 1.3em;
  222. }
  223.  
  224. #workskin .twt-profile-name {
  225.   font-size: 1.3em;
  226.   font-weight: bold;
  227.   margin-top: -1em;
  228.   margin-bottom: -1.5em;
  229. }
  230.  
  231. #workskin .twt-profile-handle {
  232.   color: #657786;
  233.   margin-top: -1em;
  234.   margin-bottom: -1em;
  235. }
  236.  
  237. #workskin .twt-profile-info {
  238.   overflow: hidden;
  239.   color: #657786;
  240. }
  241.  
  242. #workskin .twt-profile-description {
  243.   margin-bottom: -1em;
  244. }
  245.  
  246. #workskin .twt-profile-socialcontainer {
  247.   float: left;
  248.   margin-right: 1em;
  249.   margin-top: -1em;
  250.   margin-bottom: -1em;
  251. }
  252.  
  253. #workskin .twt-profile-socialimg {
  254.   height: 13px;
  255.   margin-right: 4px;
  256. }
  257.  
  258. #workskin .twt-following {
  259.   color: #657786;
  260.   margin-top: -1em;
  261. }
  262.  
  263. #workskin .twt-following-no {
  264.   font-weight: bold;
  265. }
  266.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement