Advertisement
Guest User

Syndicated RP In-Character code

a guest
Feb 17th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. [font=Yanone Kaffeesatz][div class=box][row][column=span2][div class=img style="margin-left: 10px; background-image: url(link here);"][div class=info][div class=text]"Quote here."
  2.  
  3. [right][i]- Name[/i][/right][/div][/div][/div][/column][column=span4][div class=main style="margin-left: -15px;"][div class=ID][center][url=link here][div class=name]Name here[/div][/url]
  4. [div class=alias]a.k.a. "Alias here"[/div]
  5. [div class=title]Role/title here[/div][/center][/div]
  6.  
  7. [div class=post][div=width: 100%; height: 100%; overflow-y: scroll; padding-right: 100px; margin: 10px;]text text text
  8.  
  9. [color=#2f2d2d][b]"talk talk talk"[/b][/color]
  10.  
  11. [color=#a1a1a1][i]think think think[/i][/color]
  12.  
  13. [/div][/div][/div][/column][column=span2][div class=img style="margin-left: 10px; background-image: url(link here);"][div class=info][div class=text][u]Location:[/u] [color=#a1a1a1][i]here[/i][/color]
  14.  
  15. [u]With:[/u] [color=#a1a1a1][i]here[/i][/color][/div][/div][/div][/column][/row][/div][/font]
  16. [div=margin-top: 5px; line-height: 12px;][CENTER][SIZE=2][clickable name, hover tags & hidden scroll]
  17. {coded by Ayama}[/SIZE][/CENTER][/div]
  18. [nobr]
  19.  
  20. [class=box]
  21. margin: auto;
  22. width: 1000px;
  23. height: 525px;
  24. border: 4px groove #000000;
  25. background: url(https://i.postimg.cc/1XvJmX5L/NLywaW.jpg);
  26. [/class]
  27.  
  28. [class=img]
  29. margin-top: 19px;
  30. width: 200px;
  31. height: 480px;
  32. border: 4px groove #000000;
  33. filter: grayscale(50%);
  34. opacity: 0.8;
  35. [/class]
  36.  
  37. [class=info]
  38. width: 100%;
  39. height: 100%;
  40. opacity: 0;
  41. display: flex;
  42. flex-flow: column no wrap;
  43. justify-content: center;
  44. align-content: center;
  45. [/class]
  46.  
  47. [class=hover]
  48. opacity: 1;
  49. [/class]
  50.  
  51. [script class=info version=2 on=mouseenter]
  52. (addClass "hover" "info")
  53. [/script]
  54.  
  55. [script class=info version=2 on=mouseleave]
  56. (removeClass "hover" "info")
  57. [/script]
  58.  
  59. [class=text]
  60. margin: auto;
  61. display: inline-block;
  62. font-size: 18px;
  63. color: #2f2d2d;
  64. text-shadow: 2px 2px 4px #717070;
  65. [/class]
  66.  
  67. [class=main]
  68. margin-top: 19px;
  69. margin-left: -50px;
  70. width: 500px;
  71. height: 480px;
  72. [/class]
  73.  
  74. [class=ID]
  75. width: 500px;
  76. border: 4px groove #000000;
  77. background-color: rgba(241, 241, 241, 0.8);
  78. [/class]
  79.  
  80. [class=name]
  81. display: inline-block;
  82. font-size: 30px;
  83. font-weight: bold;
  84. color: #2f2d2d;
  85. [/class]
  86.  
  87. [class name=name state=hover]
  88. text-decoration: underline;
  89. text-shadow: 2px 2px 4px #717070;
  90. [/class]
  91.  
  92. [class=alias]
  93. display: inline-block;
  94. font-size: 25px;
  95. font-style: italic;
  96. color: #515151;
  97. [/class]
  98.  
  99. [class=title]
  100. display: inline-block;
  101. font-size: 20px;
  102. color: #a1a1a1;
  103. [/class]
  104.  
  105. [class=post]
  106. margin-top: -5px;
  107. width: 500px;
  108. height: 320px;
  109. border: 4px groove #000000;
  110. background-color: rgba(241, 241, 241, 0.8);
  111. font-size: 15px;
  112. color: #515151;
  113. overflow: hidden;
  114. [/class]
  115.  
  116. [/nobr]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement