Advertisement
Guest User

Aexia

a guest
Sep 21st, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @font-face{font-family:Jane Austen;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  4.  
  5. .pfor {display: none;}
  6. #profile { background-color: transparent; border: 0px; }
  7.  
  8.  
  9. body {
  10. background: url(http://i57.tinypic.com/301k0h0.jpg) no-repeat center center fixed;
  11. -webkit-background-size: cover;
  12. -moz-background-size: cover;
  13. -o-background-size: cover;
  14. background-size: cover;
  15. }
  16.  
  17. #let{
  18. position: absolute;
  19. top:170px;
  20. left:23%;
  21. width:500px;
  22. height:220px;
  23. background:url('http://i.picpar.com/IcI.png');
  24. border:1px dotted #78ccf9;
  25. border-radius:7px;
  26. }
  27.  
  28. #it{
  29. position:absolute;
  30. bottom:3px;
  31. left:3px;
  32. width:230px;
  33. height:60px;
  34. font-family:calibri;
  35. font-size:9px;
  36. color:#87b6d1;
  37. text-align:center;
  38. line-height:8px;
  39. text-shadow:0px 0px 3px #e3f8fc;
  40. background:url('http://i.picpar.com/YcI.png');
  41. overflow:hidden;
  42. border:1px solid #d1eefc;
  43. }
  44.  
  45. #go{
  46. position:absolute;
  47. bottom:3px;
  48. right:3px;
  49. width:257px;
  50. height:212px;
  51. background:url('http://i.picpar.com/YcI.png');
  52. overflow:hidden;
  53. border:1px solid #d1eefc;
  54. }
  55.  
  56. .samhain{
  57. position:absolute;
  58. top:3px;
  59. left:3px;
  60. width:230px;
  61. height:147px;
  62. background:url('https://38.media.tumblr.com/db6a6c640d2160c38bf6c3e888824ad2/tumblr_n904lysy8p1r2l5gfo2_500.gif');
  63. background-size:115%;
  64. background-position:32% 20.3%;
  65. border-radius:4px 0px 0px 0px;
  66. border:1px solid #d1eefc;
  67. }
  68.  
  69. .water{
  70. position:absolute;
  71. top:2px;
  72. left:2px;
  73. width:122px;
  74. height:90px;
  75. font-family:calibri;
  76. font-size:9px;
  77. color:#87b6d1;
  78. text-align:left;
  79. line-height:8px;
  80. text-shadow:1px 0px 3px #e3f8fc;
  81. }
  82.  
  83. .and{
  84. position:absolute;
  85. top:2px;
  86. right:2px;
  87. width:122px;
  88. height:90px;
  89. font-family:calibri;
  90. font-size:9px;
  91. color:#87b6d1;
  92. text-align:right;
  93. line-height:8px;
  94. text-shadow:-1px 0px 3px #e3f8fc;
  95. }
  96.  
  97. .ice{
  98. position:absolute;
  99. bottom:2px;
  100. right:2px;
  101. width:251px;
  102. height:110px;
  103. font-family:calibri;
  104. font-size:9px;
  105. color:#87b6d1;
  106. text-align:center;
  107. line-height:8px;
  108. text-shadow:0px 0px 3px #e3f8fc;
  109. }
  110.  
  111. .song{
  112. position:absolute;
  113. top:-35px;
  114. left:-22px;
  115. width:180px;
  116. height:50px;
  117. font-family:Jane Austen;
  118. font-size:39px;
  119. color:#87b6d1;
  120. text-align:center;
  121. text-shadow:0px 0px 3px #e3f8fc;
  122. }
  123.  
  124. b {
  125. color: #95609b;
  126. font-weight:bold;
  127. letter-spacing: 1px;
  128. }
  129.  
  130. i{
  131. color:#999;
  132. font-family:cambria;
  133. font-weight:light;
  134. letter-spacing: 1px;
  135. font-style:italic;
  136. }
  137.  
  138. u{
  139. font-style:italic;
  140. text-decoration:noneunderline;
  141. text-shadow:0px 0px 2px #ccc;
  142. }
  143.  
  144. a:active, a:link, a:visited{
  145. color:#215160;
  146. text-decoration:none;
  147. }
  148.  
  149. a:hover{
  150. cursor:help;
  151. color:#Fff;
  152. text-decoration:line-through;
  153. }
  154.  
  155. </style>
  156.  
  157.  
  158. <div id="let">
  159.  
  160. <div class="samhain"></div>
  161.  
  162. <div id="it">
  163.  
  164. Boop OOC time
  165.  
  166. </div>
  167. <div id="go">
  168. <div class="water">
  169.  
  170. Left
  171.  
  172. </div>
  173. <div class="and">
  174.  
  175. use the space code to separate and the scrollbar will be invisible
  176. <br>as you go along
  177.  
  178. </div>
  179. <div class="ice">
  180.  
  181. <b>Bold</b> <i>Italics</i> <u>underline</u> <a href="">Link</a> Regular<br><br>
  182.  
  183. </div>
  184.  
  185. </div>
  186. <div class="song"> Aexia </div>
  187. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement