Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. .character-title {
  2. text-align: center;
  3. /* change this color for different characters if you reuse this! */
  4. color: #B32220;
  5. font-weight: bold;
  6. }
  7. #charname {
  8. /* Just makes this id not display at all, hiding the original character name */
  9. display: none;
  10. }
  11. .profile-box {
  12. font-family: 'Arial Black', Serif, 'Arial';
  13. color: PLACEHOLDER font-size: 12px;
  14. border-style: solid;
  15. border-color: PLACEHOLDER;
  16. }
  17. .profile-container {
  18. width: 1200px;
  19. margin-left: auto;
  20. margin-right: auto;
  21. border: 1px solid red;
  22. }
  23. .profile-div {
  24. width: 100%;
  25. font-size: 12px;
  26. border: 5px ridge #3D4D5D;
  27. /* border-style: inset ridge outset groove; */
  28. background: rgba(2, 2, 2, 0.8);
  29. margin-bottom: 30px;
  30. }
  31. .profile-div-image {
  32. width: 100%;
  33. font-size: 12px;
  34. border: 5px ridge #3D4D5D;
  35. /* border-style: inset ridge outset groove; */
  36. background: rgba(2, 2, 2, 0.8);
  37. }
  38. .button-three {
  39. background-color: #902F9F;
  40. border: solid;
  41. border-color: #000000;
  42. color: white;
  43. padding: 15px 25px;
  44. text-align: center;
  45. font-size: 16px;
  46. cursor: pointer;
  47. float: center;
  48. width: 300px;
  49. }
  50. .button-permavore {
  51. background-color: #8C1513;
  52. }
  53. .button-three:hover {
  54. background-color: purple;
  55. }
  56. .buttoncontent {
  57. display: none;
  58. }
  59. .body {
  60. background-image: url("https://ze-robot.com/images/pi/pixel-art-city-1920%C3%971080.jpg");
  61. background-repeat: repeat;
  62. background-color: black;
  63. background-size: 100% 100%;
  64. background-attachment: fixed;
  65. position: center;
  66. font-family: TradeGothic, sans-serif;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement