Beautifulie

— ɪʀᴏɴ ωᴏᴍᴀɴ.

Dec 21st, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.68 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile { background-color: transparent; border: 0px; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body{
  8. background-color: #CCE8F8;
  9. background-image: url('http://i47.tinypic.com/bjaetj.png');
  10. background-attachment: fixed;}
  11.  
  12. h2{
  13. font-size: 12px;
  14. background-color: none;
  15. color: #FFF;
  16. width: 100%;
  17. font-family: century gothic;
  18. font-weight: normal;
  19. margin: 0px;
  20. line-height: 12px;
  21. text-transform: uppercase;
  22. text-align: right;
  23. border-bottom: 2px solid #95928B;}
  24.  
  25. h2:first-letter{
  26. color: 95928B;
  27. font-size: 20px;}
  28.  
  29. #container{
  30. position: fixed;
  31. top: 180px;
  32. left: 440px;
  33. width: 430px;
  34. height: 162px;
  35. }
  36.  
  37. #Title{
  38. position: fixed;
  39. top: 126px;
  40. left: 710px;
  41. z-index:550;
  42. color: #BCB9B0;
  43. font-size: 30px;
  44. line-height: 80px;
  45. letter-spacing: -1px;
  46. font-family: aphrodite pro;
  47. text-shadow: #000 0px 0px 3px;}
  48.  
  49. #friends{
  50. background-color: transparent;
  51. height: 150px;
  52. width: 590px;
  53. top: 420px;
  54. left: 430px;
  55. position: fixed;
  56. font-family: verdana;
  57. font-style: none;
  58. font-size: 10px;
  59. color: CCC;
  60. line-height: 20px;}
  61.  
  62. b{color: #5d6e7a;
  63. font-size: 16px;
  64. font-weight: light;
  65. letter-spacing: -1px;
  66. font-family:romans;
  67. text-transform: Uppercase;
  68. font-weight: heavy;
  69. text-align: center;}
  70.  
  71. u{color: #666;
  72. font-size: 12px;
  73. font-weight: light;
  74. letter-spacing: 0px;
  75. word-spacing: 6px;
  76. font-family:Romans;
  77. text-transform: normal;
  78. font-weight: normal;
  79. text-align: center;
  80. border-bottom: 1px dotted #889e9f;}
  81.  
  82. i{color: #666;
  83. font-size: 12px;
  84. font-weight: light;
  85. letter-spacing: -1px;
  86. word-spacing: 6px;
  87. font-family:Romans;
  88. text-transform: normal;
  89. font-weight: normal;}
  90.  
  91. small{color: #6a8386;
  92. font-size: 11px;
  93. font-weight: light;
  94. letter-spacing: -1px;
  95. font-family:Romans;
  96. font-variant: small-caps;
  97. text-transform: lowercase;
  98. text-decoration: none;
  99. font-weight: normal;
  100. text-align: center;}
  101.  
  102. big{color: #6a8386;
  103. font-size: 13px;
  104. font-weight: light;
  105. letter-spacing: -1px;
  106. font-family:Romans;
  107. text-transform: normal;
  108. text-decoration: none;
  109. font-weight: normal;
  110. text-align: center;}
  111.  
  112. A:link{color:#5e7579;
  113. text-decoration:none;
  114. display: inline;
  115. cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur567.cur),default}
  116. A:visited {color:#5e7579;
  117. display: inline;
  118. border-bottom:#000 0px solid;
  119. cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur567.cur),default}
  120. A:hover    
  121. {color:#999;
  122. border-bottom:#000 0px solid;
  123. display: inline;
  124. cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur567.cur),default}
  125. A:active {color:#000;
  126. font-weight:bold;
  127. display: inline;
  128. cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur567.cur),default}
  129.  
  130. a.bee:link, a.bee:active, a.bee:visited{
  131. height: 15px;
  132. display: block;
  133. float: left;
  134. width: 45px;
  135. margin: 10px;
  136. -moz-border-radius: 5px;
  137. border-radius: 0px;
  138. font-family: consolas;
  139. text-decoration: none;
  140. font-size: 9px!important;
  141. letter-spacing: 0px;
  142. background-color: 000;
  143. color: DDD;
  144. padding: 2.5px;
  145. text-align: center!important;
  146. -webkit-transition: all 0.6s ease-out;
  147. -moz-transition: all 0.6s ease-out;}
  148.  
  149. a.bee:hover{
  150. background-color:#777777;
  151. color: CCC;
  152. text-decoration: none;}
  153.  
  154. .image {
  155. opacity: 0;
  156. width: autopx;
  157. height: 210px;
  158. background-color: #000000;
  159. text-align: justify;
  160. overflow: auto;
  161. -ms-transition: opacity .3s linear;
  162. -moz-transition: opacity .3s linear;
  163. -o-transition: opacity .3s linear;
  164. -webkit-transition: opacity .3s linear; }
  165.  
  166. .image:hover {
  167. opacity: 0.9; }
  168.  
  169. .text {
  170. line-height: 1.5;
  171. padding-top: 2px;
  172. font-family: verdana;
  173. font-size: 10;
  174. color: silver;
  175. text-align: justify; }
  176.  
  177. </style>
  178.  
  179. <div id="title"> I am IronWoman. </div>
  180.  
  181. <div id="container">
  182. <div style="postion: absolute; top: padding-top: 40px; width: 500px; height: 210px; background-image: url(http://i50.tinypic.com/eq2q7o.jpg); background-repeat: no-repeat; border: 20px solid #000;">
  183. <div class="image"><div class="text">
  184. <h2>Out of Character</h2>
  185. Work In Progress Forever.
  186. <h2> The Character of Iron </h2>
  187. Isadora Clemantime ● goes by the alias of <i>Iron</i> ● twenty-three ● Female ● bonds well with <strike>Carbs</strike> Carbon
  188. <br>------------------------------------------------------------------------------------------------
  189.  
  190. </div></div></div></div>
  191.  
  192. <div id="friends">
  193. <a href="/profile.php?user=Carbon" class="bee">Carbon</a>
  194. <a href="/profile.php?user=///" class="bee">NAME</a>
  195. <a href="/profile.php?user=///" class="bee">NAME</a>
  196. <a href="/profile.php?user=///" class="bee">NAME</a>
  197. <a href="/profile.php?user=///" class="bee">NAME</a>
  198. <a href="/profile.php?user=///" class="bee">NAME</a>
  199. <a href="/profile.php?user=///" class="bee">NAME</a>
  200. <a href="/profile.php?user=///" class="bee">NAME</a>
  201. </div>
Advertisement
Add Comment
Please, Sign In to add comment