Advertisement
outerspec

Homestuck

Apr 12th, 2025 (edited)
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | Source Code | 0 0
  1. /* I vaguely remember getting this code somewhere off of Github, but I can't find where. So maybe I actually wrote all of this myself and then hallucinated. If you're the original creator of this code, sorry for stealing your credit. It probably won't happen again. */
  2.  
  3. tw-passage {
  4.  text-align: center;
  5.  font-family: "Courier New",Monospace;
  6.  font-size:0.875em;
  7. }
  8. tw-story {
  9.  color: #000000;
  10.  background-color: #C6C6C6;
  11.  padding: 0% 12%;
  12. }
  13. tw-link {
  14.  color: #0000ff;
  15. }
  16. tw-passage {
  17.  background-color: #EFEFEF;
  18.  padding: 15px 10%;
  19. }
  20. .enchantment-link {
  21.  color: #0000ff;
  22. }
  23. .enchantment-mouseover {
  24.     border-bottom: 0px none;
  25. }
  26. .center {
  27.   display: block;
  28.   border: 0;
  29.   max-width: 100%;
  30.   margin-left: auto;
  31.   margin-right: auto;
  32. }
  33.  
  34. button {
  35.   background-color: rgb(240, 240, 240);
  36.   box-sizing: border-box;
  37.   color: rgb(0, 0, 0);
  38.   font-family: MS Shell Dlg 2;
  39.   font-weight: 400;
  40.   overflow-wrap: break-word;
  41.   text-align: center;
  42. }
  43.  
  44. .arrow{
  45.   text-align: left;
  46. }
  47.  
  48. .chat {
  49.   border-bottom-color: rgb(128, 128, 128);
  50.   border-bottom-style: dashed;
  51.   border-bottom-width: 0.8px;
  52.   border-image-outset: 0;
  53.   border-image-repeat: stretch;
  54.   border-image-slice: 100%;
  55.   border-image-source: none;
  56.   border-image-width: 1;
  57.   border-left-color: rgb(128, 128, 128);
  58.   border-left-style: dashed;
  59.   border-left-width: 0.8px;
  60.   border-right-color: rgb(128, 128, 128);
  61.   border-right-style: dashed;
  62.   border-right-width: 0.8px;
  63.   border-top-color: rgb(128, 128, 128);
  64.   border-top-style: dashed;
  65.   border-top-width: 0.8px;
  66.   box-sizing: border-box;
  67.   color: rgb(0, 0, 0);
  68.   font-family: "courier-std", courier, monospace;
  69.   margin-bottom: 32.5px;
  70.   margin-left: 25px;
  71.   margin-right: 25px;
  72.   overflow-wrap: break-word;
  73.   padding-bottom: 1px;
  74.   padding-left: 1px;
  75.   padding-right: 1px;
  76.   padding-top: 1px;
  77.   text-align: left;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement