Advertisement
Guest User

Untitled

a guest
May 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [styleclass=about_me_top][center][img]https://shortcut-test2.s3.amazonaws.com/uploads/role/attachment/219795/default_ishimaru_icon.png[/img]
  2. [i][b]"quote goes here"[/b][/i][/center][/styleclass][styleclass=about_me_container][sc=tabbed_interface horizontal]
  3. [ul][li]X[/li][li]About[/li][li]Achievements[/li][li]Goals[/li][li]Links[/li][li]Friends[/li][li]Credit[/li][/ul][sc=tab-active]
  4.  
  5. [/sc][sc=tab]example text [/sc][sc=tab]example text[/sc][sc=tab]example text[/sc][sc=tab]example text[/sc][sc=tab]Friends:[/sc][sc=tab] -Icon is official art from the Danganronpa series.
  6. [/sc][/sc]
  7.  
  8.  
  9.  
  10. [/styleclass]
  11. [style]
  12. .about_me_top {
  13. background-image: url("");
  14. img {
  15. border: 3px solid black;
  16. height: 100px;
  17. width: 100px;
  18.  
  19.  
  20. }
  21. }
  22. .about_me_container {
  23. background-color: #ffffff;
  24. border: 2px solid black;
  25. height: 100%;
  26. li {
  27. color: white;
  28. background-color: #3e4042;
  29. padding: 7px;
  30. border-radius: 1px;
  31.  
  32. }
  33. .tab {
  34. background-color: white;
  35. border: 2px solid black;
  36. height: 100%;
  37. }
  38. .tab-active {
  39. background-color: white;
  40. color: black;
  41. height: 100%;
  42. }
  43. }
  44. b {
  45. color: #1899af;
  46. }
  47. .panel {
  48. border: 0.25px solid black;
  49.  
  50. &>h3 {
  51. border-bottom: 1.5px solid black;
  52. color: black;
  53. background-color: #3e4042;
  54. border-radius: 2px;
  55. padding: 3px;
  56. a {
  57. color: #1899af;
  58. }
  59.  
  60. &>div {
  61. color: black;
  62. background-color: #ffffff;
  63. border: 5px solid black;
  64. border-radius: 2px;
  65. padding: 3px;
  66. }
  67. }
  68. }
  69. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement