Advertisement
ClaudiaPapillon

Roaring Code

Nov 5th, 2013
1,201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #profile { border: hidden; background-color: transparent; }
  4.  
  5. .pfor {display:none;}
  6.  
  7. body{
  8. background-color:#fff;
  9. background-image:url(http://i.picpar.com/7bz.png);
  10. background-size:34%;
  11. background-position:bottom left;
  12. background-repeat:no-repeat;
  13. background-attachment:fixed;
  14. }
  15.  
  16. #fire{
  17. position:relative;
  18. margin:0 auto;
  19. top:35%;
  20. height:200px;
  21. width:350px;
  22. background: #ddd;
  23. border: 1px solid #999;
  24. }
  25.  
  26. .inside{
  27. position:absolute;
  28. top:0px;
  29. left:0px;
  30. right:0px;
  31. height:80px;
  32. border-bottom: 3px solid #aaa;
  33. }
  34.  
  35. .me{
  36. position:absolute;
  37. bottom:0px;
  38. left:0px;
  39. right:0px;
  40. height:80px;
  41. border-top: 3px solid #aaa;
  42. }
  43.  
  44. .shines{
  45. position:absolute;
  46. bottom:97px;
  47. left:0px;
  48. right:0px;
  49. color:#db968c;
  50. font-size:13px;
  51. text-align:center;
  52. font-family:gisha;
  53. line-height:13px;
  54. padding-top:2px;
  55. padding-bottom:2px;
  56. }
  57.  
  58. .bright{
  59. color:#db968c;
  60. font-size:10px;
  61. text-align:justify;
  62. line-height:10px;
  63. font-style:italic;
  64. font-family:arial;
  65. margin: 3px;
  66. }
  67.  
  68.  
  69. a:active, a:link, a:visited{
  70. color:#7f604f;
  71. text-decoration:none;
  72. }
  73.  
  74. a:hover{
  75. cursor:help;
  76. color:#Fff;
  77. text-decoration:line-through;
  78. }
  79.  
  80. u{
  81. font-weight: light;
  82. text-decoration:line-through;
  83. }
  84.  
  85. ::-webkit-scrollbar {width: 3px;}
  86. ::-webkit-scrollbar-thumb:vertical {
  87. height: 10px;background-color: #bbb;}
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. height: 10px;background-color: #bbb;border: 0px ;width: 15px;}
  90. </style>
  91.  
  92. <div id="fire">
  93. <div class="inside">
  94. <div class="bright">
  95. <img src="http://i.picpar.com/8bz.png" height="60px" align="left">
  96. <br><br>
  97. <b>Bold</b> <u>Underline</u> <a href="">Link</a> Regular - Put Poke stuff here.
  98.  
  99. </div>
  100. </div>
  101. <div class="me">
  102. <div class="bright">
  103. <img src="http://i.picpar.com/Bbz.png" height="60px" align="right">
  104. <br><br>
  105.  
  106. Gijinka stats go here
  107.  
  108. </div>
  109. </div>
  110.  
  111. <div class="shines">
  112. OOC here
  113. </div>
  114. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement