Beautifulie

— ᴛʜᴇ ʙʟᴀᴄᴋ ᴍᴀɢᴇ.

Oct 20th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.98 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: arial narrow;
  9. font-size: 10px;
  10. background-color: #212121;
  11. background-image: url('http://i.picpar.com/xNx.png');
  12. background-attachment: fixed;
  13. background-position: fixed;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth649.cur');
  18. }
  19.  
  20. b, strong {font-family: verdana; font-size: 10px; font-variant: small-caps; color:#74545F; font-weight:normal; letter-spacing: -1px;}
  21. i {color: #4383C; font-family: verdana; font-variant: small-caps; font-size: 10.5px; letter-spacing:0px;}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  24. big {color: #181818; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #DED6AA 0px 0px 1px;}
  25. small {color: #663366; font-size: 14px; font-weight: light; letter-spacing: -1px; padding-top: 5px; font-family: century gothic; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: #CCC;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#CCC; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:#CCC; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px; width: 3px; background-color:transparent;}
  37.  
  38. #Img{
  39. position: fixed;
  40. background-image:url("http://i.picpar.com/OMx.png");
  41. background-repeat: no-repeat;
  42. background-size: 180px 175px;
  43. top: 310px;
  44. left: 5px;
  45. width: 175px;
  46. height: 175px;
  47. background-color: #EDEDEE;
  48. border: #74545F 4px solid;
  49. }
  50.  
  51. #Info{
  52. position: fixed;
  53. top: 310px;
  54. left: 190px;
  55. width: 250px;
  56. height: 175px;
  57. overflow: hidden;
  58. text-align: justify;
  59. line-height: 13px;
  60. font-size: 12px;
  61. background-color: #EDEDEE;  
  62. font-face: century gothic;
  63. font-variant: small-caps;
  64. color: #212121;
  65. overflow: hidden;
  66. border: 4px #74545F Solid;
  67. z-index: 300;}
  68.  
  69. #Friends{
  70. position: fixed;
  71. top: 495px;
  72. left: 5px;
  73. width: 435px;
  74. height: 30px;
  75. overflow: hidden;
  76. text-align: justify;
  77. line-height: 13px;
  78. font-size: 12px;
  79. background-color: #EDEDEE;  
  80. font-face: century gothic;
  81. font-variant: small-caps;
  82. color: #212121;
  83. overflow: hidden;
  84. border: 4px #74545F Solid;
  85. z-index:500;
  86. }
  87.  
  88. #Title{
  89. position: fixed;
  90. top: 250px;
  91. left: 170px;
  92. z-index:550;
  93. color: #FEFEFE;
  94. font-size: 55px;
  95. line-height: 80px;
  96. letter-spacing: -1px;
  97. font-family: lavanderia sturdy;
  98. text-shadow: #74545F 5px 5px 4px;
  99. z-index: 400;
  100. }
  101.  
  102. #symbol{
  103. position: fixed;
  104. left: 5px;
  105. top: 523px;
  106. color: #74545F;
  107. font-size: 30pt;
  108. z-index: 300;
  109. }
  110.  
  111. #ooc{
  112. position: absolute;
  113. left: 5px;
  114. top: 500px;
  115. background-color: #2e2e2e;
  116. padding: 10px;
  117. text-align: justify;
  118. width: 423px;
  119. height: 66px;
  120. overflow: auto;
  121. text-transform: Uppercase;
  122. font-family: calibri;
  123. font-size: 9px;
  124. color: #BDBDBD;  
  125. -webkit-transition: opacity 0.8s linear;
  126. -webkit-transition: all 0.8s ease-in-out;
  127. -moz-transition: all 0.8s ease-in-out;
  128. overflow: hidden;
  129. opacity: 0;
  130. z-index: 200;
  131. }
  132.  
  133. #ooc:hover {
  134. position: absolute;
  135. left: 5px;
  136. top: 565px;
  137. background-color: #2e2e2e;
  138. padding: 10px;
  139. opacity: 0.9;
  140. text-align: justify;
  141. width: 423px;
  142. height: 66px;
  143. font-family: calibri;
  144. text-transform: uppercase;
  145. font-size: 9px;
  146. color: #BDBDBD;  
  147. -webkit-transition: all 0.8s ease-in-out;
  148. -moz-transition: all 0.8s ease-in-out;
  149. z-index: 200;
  150. }
  151.  
  152. #character{
  153. position: fixed;
  154. left: 400px;
  155. top: 80px;
  156. z-index: 300;
  157. }
  158.  
  159. .image {
  160. opacity: 0;
  161. width: autopx;
  162. height: 175px;
  163. background-color: #EDEDEE;
  164. text-align: justify;
  165. overflow: hidden;
  166. -ms-transition: opacity .3s linear;
  167. -moz-transition: opacity .3s linear;
  168. -o-transition: opacity .3s linear;
  169. -webkit-transition: opacity .3s linear; }
  170.  
  171. .image:hover {
  172. opacity: 0.9; }
  173.  
  174. .text {
  175. line-height: 1.5;
  176. padding-top: 2px;
  177. margin-left: 20px;
  178. margin-top: 25px;
  179. font-family: verdana;
  180. font-size: 10;
  181. color: silver;
  182. text-align: justify; }
  183.  
  184. a.black:link, a.black:active, a.black:visited{
  185. background-color: #222;
  186. display: inline-block;
  187. margin: 5px;
  188. width: 126px;
  189. height: 20px;
  190. font-family: consolas;
  191. font-size: 9px;
  192. color: #CCC;
  193. text-decoration: none;
  194. letter-spacing: 1px;
  195. text-transform: uppercase;
  196. text-align: center;
  197. line-height: 21px;
  198. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth649.cur');
  199. -webkit-transition: all 0.5s ease-in-out;
  200. -moz-transition: all 0.5s ease-in-out;
  201. -o-transition: all 0.5s ease-in-out;
  202. -ms-transition: all 0.5s ease-in-out;
  203. transition: all 0.5s ease-in-out;}
  204.  
  205. a.black:hover{
  206. background-color: #EDEDED;
  207. color: #74545F;}
  208.  
  209. a.mage:link, a.mage:active, a.mage:visited{
  210. background-color: #222;
  211. display: inline-block;
  212. margin: 5px;
  213. width: 96px;
  214. height: 20px;
  215. font-family: consolas;
  216. font-size: 9px;
  217. color: #CCC;
  218. text-decoration: none;
  219. letter-spacing: 1px;
  220. text-transform: uppercase;
  221. text-align: center;
  222. line-height: 21px;
  223. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth649.cur');
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. -o-transition: all 0.5s ease-in-out;
  227. -ms-transition: all 0.5s ease-in-out;
  228. transition: all 0.5s ease-in-out;}
  229.  
  230. a.mage:hover{
  231. background-color: #EDEDED;
  232. color: #74545F;}
  233.  
  234.  
  235. </style>
  236.  
  237. <div id="Title">the black mage.</div>
  238. <div id="Img">
  239. <div class="image"><div class="text">
  240. <a href="http://finalfantasy.wikia.com/wiki/Lulu" class="black" target="_blank">Wikia</a>
  241. <a href="" class="black" target="_blank">Theme</a>
  242. <a href="" class="black" target="_blank">Love</a>
  243. <a href="/profile.php?user=Lulu" class="black" target="_blank">Credit</a>
  244. </div></div></div>
  245.  
  246. <div id="Info">
  247. <p>Lulu ( ルールー ), also known as Lu - whom Wakka calls her sometimes -, is a twenty-four year old black mage that is from Besaid. Debuting in that of Final Fantasy X, she is a playable character and is shown to be one of Yuna's guardians. She also appears in Final Fantasy X-2 as a NPC. Since Lulu grew up with Yuna in Besaid, she and Wakka think of Yuna as a younger sister. Lulu's stoic and self-possessed nature makes her seem insensitive at times, but she has a hidden bit of gentleness underneath.</p>
  248.  
  249. <p>She specializes in the art of black magic, using various dolls (moogles mostly) to help cast powerful spells. She is instrumental in helping Tidus adjust to the world of Spira, although she does not fully believe his claim of being from Zanarkand.</p>
  250.  
  251. <p>She is dressed in an low-cut fur-lined dark-grey-and-black dress that prominently displays her ample cleavage (from which she pulls out items when she uses the Item command). She wears a collection of interlaced belts below the waist. Her hair is tied up in a knot at the top with long braids dangling from it. She wears many accessories, including several necklaces, rings and many ear piercings, as well as dark purple make up. Her manner of dress is a stark contrast from the other residents of the tropical isle.</p>
  252.  
  253. <p>Lulu is first mentioned in the game by Wakka, who warns Tidus about Yuna's guardians, stating that "One of them's got a short fuse". Lulu is stern and scathing (particularly to Wakka), and does not smile often. She is nonetheless kind-hearted and caring toward others. She is highly intelligent, and is one of the few Yevonites to question the religion on objective terms.</p>
  254. </div>
  255.  
  256. <div id="Friends">
  257. <a href="/profile.php?user=Yuna" class="mage" target="_blank">Yuna</a>
  258. <a href="/profile.php?user=Rikku" class="mage" target="_blank">Rikku</a>
  259. <a href="/profile.php?user=Reno" class="mage" target="_blank">Reno</a>
  260. <a href="/profile.php?user=Chocobo" class="mage" target="_blank">Chocobo</a>
  261. </div>
  262.  
  263. <div id="symbol">
  264. </div>
  265.  
  266. <div id="ooc">
  267. <b>00.</b>No profile = No RP. <b>01.</b> Final Fantasy Character only. No crossovers. <b>03.</b> Para+ posts, on a good day. <b>04.</b> This character won't date you, don't try it. <b>05.</b> Same goes with sex. <b>06.</b> Drama llamas can go elsewhere. <b>07.</b> Semi-PM friendly. <b>08.</b> Slight grammar nazi. <b>09.</b>I idle a lot. <b>10.</b> No outside contact, 'Less I like you. <b>11</b> Will play Lulu the way I want to. No exceptions and no criticism. k, thanks. <b>12</b> My layout. Don't steal. <b>13.</b> Forever a WIP.
  268. </div>
  269.  
  270. <div id="character">
  271. <img src="http://i.picpar.com/PMx.png"></img>
  272. </div>
Advertisement
Add Comment
Please, Sign In to add comment