Beautifulie

— ғʀᴏsᴛʙɪᴛᴇ.

Jan 1st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.96 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: #2F315E;
  11. background-image: url('http://media.tumblr.com/tumblr_m20frmbrCC1r7qwna.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/cursors/cur-9/cur816.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#838894; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; 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: #303646; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #DED6AA 0px 0px 1px;}
  25. small {color: #555555; font-size: 11px; font-weight: light; letter-spacing: -1px; font-family:Romans; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: #000;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; 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. h2{
  39. font-size: 23px;
  40. font-variant: small-caps;
  41. color: #444444;
  42. text-transform: lowercase;
  43. letter-spacing: -1px;
  44. text-align: right;
  45. background-color: none;
  46. line-height: 2px;
  47. text-align: justified;
  48. font-family: century gothic;
  49. text-shadow: #212121 2px 3px 4px;
  50. margin-top: 5px;
  51. margin-bottom: 8px;
  52. display: block;
  53. background-color: #151413;
  54. border-right: 1px solid #4B4330;
  55. padding: 0px;
  56. font-weight: normal;
  57. }
  58.  
  59. #Pic {
  60. position: fixed;
  61. top: 75px;
  62. left: 100px;
  63. width: 200px;
  64. height: 300px;
  65. background-color: #EDEDEE;
  66. background-image:url('http://i5.minus.com/jb2cMbAISJLXB0.jpg');
  67. background-repeat: no-repeat;
  68. background-position: 0px 0px;
  69. background-size: 200px 300px;
  70. border: #838894 5px solid;
  71. -webkit-transition: all 0.5s ease-in-out;
  72. -moz-transition: all 0.5s ease-in-out;
  73. -o-transition: all 0.5s ease-in-out;
  74. -ms-transition: all 0.5s ease-in-out;
  75. transition: all 0.5s ease-in-out;
  76. }
  77.  
  78. #songone, #songtwo, #songthree, #songfour, #songfive, #songsix {
  79. position: fixed;
  80. left: 105px;
  81. width: 200px;
  82. height: 50px;
  83. opacity: 0.0;
  84. background-color: rgba(0, 0, 0, 0.8);
  85. font: normal small-caps normal 10px/50px 'arial';
  86. text-align: center;
  87. color: #ffffff;
  88. -webkit-transition: all 0.8s ease-out;
  89. -moz-transition: all 0.8s ease-out;
  90. -ms-transition: all 0.8s ease-out;
  91. -o-transition: all 0.8s ease-out;
  92. transition: all 0.8s ease-out;
  93. z-index: 4;
  94. }
  95. #songone {
  96. position: fixed;
  97. top: 80px;
  98. }
  99. #songtwo {
  100. position: fixed;
  101. top: 130px;
  102. }
  103. #songthree {
  104. position: fixed;
  105. top: 180px;
  106. }
  107. #songfour {
  108. position: fixed;
  109. top: 230px;
  110. }
  111. #songfive {
  112. position: fixed;
  113. top: 280px;
  114. }
  115. #songsix {
  116. position: fixed;
  117. top: 330px;
  118. }
  119. #songone:hover, #songtwo:hover, #songthree:hover, #songfour:hover, #songfive:hover, #songsix:hover {
  120. opacity: 1.0;
  121. letter-spacing: 1px;
  122. }
  123.  
  124. #ooc{
  125. position: fixed;
  126. top: 390px;
  127. left: 99px;
  128. width: 206.5px;
  129. height: 150px;
  130. overflow: hidden;
  131. text-align: justify;
  132. line-height: 13px;
  133. font-size: 12px;
  134. background-color: #EDEDEE;  
  135. font-face: century gothic;
  136. font-variant: small-caps;
  137. color: #212121;
  138. overflow: auto;
  139. border: 2px #838894 Solid;
  140. z-index: 500;
  141. }
  142.  
  143. #Navi {
  144. position: fixed;
  145. left: 97px;
  146. top: 548px;
  147. width: auto;
  148. }
  149.  
  150. a.nav:link, a.nav:active, a.nav:visited{
  151. text-decoration: none;
  152. width: 31px;
  153. height: 20px;
  154. margin: 2px;
  155. display: inline-block;
  156. background-color: #CCCCCC;
  157. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  158. -webkit-transition: all 0.4s ease-out;
  159. -moz-transition: all 0.4s ease-out;
  160. border: 3px Solid #838894;
  161. }
  162.  
  163. a.nav:hover{
  164. background-color: #838894;
  165. width: 31px;
  166. height: 25px;
  167. margin: 2px;
  168. border: 3px Solid #CCCCCC;
  169. border:none;
  170. text-decoration: none;
  171. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  172. }
  173.  
  174. .box {
  175. position: fixed;
  176. left: 0px;
  177. top: 75px;  
  178. width: 250px;
  179. height: 453px;
  180. padding: 5px;
  181. color: #212121;
  182. font-family: verdana;
  183. font-variant: small-caps;
  184. text-align: justify;  
  185. font-size: 10px;
  186. line-height: 13px;  
  187. overflow: auto;
  188. border: 3px Solid #CCCCCC;
  189. background-color: #EDEDEE;
  190. opacity: 0;
  191. transition: all 0.5s ease-in-out;
  192. -webkit-transition: all 0.5s ease-in-out;
  193. -moz-transition: all 0.5s ease-in-out;
  194. -o-transition: all 0.5s ease-in-out;
  195. -ms-transition: all 0.5s ease-in-out;
  196. }
  197.  
  198. .box:target {
  199. top: 75px;
  200. left: 315px;
  201. opacity: 1;
  202. transition: all 0.5s ease-in-out;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. -ms-transition: all 0.5s ease-in-out;
  207. }
  208.  
  209. #title{
  210. position: fixed;
  211. top: 10px;
  212. left: 100px;
  213. z-index: 550;
  214. color: #999999;
  215. font-size: 80px;
  216. line-height: 80px;
  217. letter-spacing: -3px;
  218. font-family: lavanderia delicate;
  219. text-shadow: #070707 2px 3px 4px;
  220. z-index: 600;}
  221.  
  222. #line{
  223. position:fixed;
  224. background-image: url('http://media.tumblr.com/tumblr_lposkprBvG1qlzq96.jpg');
  225. background-attachment: fixed;
  226. background-position: fixed;
  227. background-repeat: repeat;
  228. z-index: 100;
  229. left: 0px;
  230. height: 100%;
  231. width: 90px;
  232. top: 0px;
  233. z-index: 9;
  234. border-right: 5px Solid #9b919c;
  235. background-color: #212121;
  236. }
  237.  
  238. .snow {
  239. margin-top: 1px;
  240. height: 80px;
  241. width: 80px;
  242. margin-left: 3px;
  243. margin-top: 21px;
  244. border: #838894 2px solid;
  245. opacity: 0.7;
  246. }
  247.  
  248. .snow:hover {
  249. margin-top: 1px;
  250. height: 80px;
  251. width: 80px;
  252. margin-left: 3px;
  253. margin-top: 21px;
  254. border: #838894 2px solid;
  255. opacity: 1;
  256. }
  257.  
  258. a {
  259. color: #690000;
  260. text-decoration: none;
  261. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  262. }
  263.        
  264. a:hover {
  265. color: transparent;
  266. text-decoration: none;
  267. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  268. }
  269.  
  270. #credit{
  271. position:fixed;
  272. bottom:0px;
  273. right:0px;
  274. z-index:450;}
  275.  
  276. </style>
  277.  
  278. <div id="pic"></div>
  279.  
  280. <div id="ooc">
  281. <center><i>Hover the pics for links!</i></center>
  282. <br><b>001</b> Made for the Erue Roleplay found on that of RPC. No other verse.
  283. <br><b>002</b> ERP's are not rare with me so I don't deny that I take part in it. They are only for long-termed roleplays. Once the character is committed to someone, if it happens, she will be devoted to him or her entirely.
  284. <br><b>003</b> My internet is bad, very bad. So I apologize in advance if I leave the RP without notice.
  285. <br><b>004</b> I am not that much PM friendly and will only converse with people that I know. If I see that you seem like a nice person, that is when I will branch out to you.
  286. <br><b>005</b> Outside contact information, which is skype, will only be given out once earned. Not before.
  287. <br><b>006</b> Please be literate when roleplaying with me. I don't mind a few typos every now and again, as we are all human. But still, I would like to be able to read it, without having to decipher it or ask you what you meant with your post.
  288. <br><b>007</b> This layout is mine and I would like it if no one steals it. Though, if you would like to use it, just <i>please</i> credit me for it? Thank you.
  289. <br><b>008</b> Thank you for taking the time to read this profile and I hope that we will get to roleplay soon!
  290. </div>
  291.  
  292. <div id="Navi">
  293. <a class="nav" href="#one"></a>
  294. <a class="nav" href="#two"></a>  
  295. <a class="nav" href="#three"></a>
  296. <a class="nav" href="#four"></a>
  297. <a class="nav" href="#five"></a>
  298. </div>
  299.  
  300. <div id="one" class="box">
  301. <b>Name</b>: Rhodes, Gwyneira (pronounced "Gwin-eye-ra") Cecile
  302. <br><b>Title</b>: Bee.
  303. <br><b>Gender</b>: Female
  304. <br><b>Age</b> Twenty-two
  305. <br><b>Date of Birth</b>: The seventh of July, unknown year.
  306. <br><b>Zodiac Sign</b>: Cancer
  307. <br><b>Race</b>: Mutant
  308. <br><b>Hair Colour</b>: Silver
  309. <br><b>Hair Length</b>: Mid-back length
  310. <br><b>Hair Style</b>: The end strands are mostly wavy.
  311. <br><b>Eye Hue</b>: Periwinkle
  312. <br><b>Body Type</b>: Feminine
  313. <br><b>Weight</b>: One hundred and twenty-one pounds.
  314. <br><b>Height</b>: Five feet, two inches.
  315. <br><b>Residency</b>: Little Europa, Erue
  316. <br><b>Family</b>: Mother (Deceased) / Father (Unknown)
  317. <br><b>Alignment</b>: True Neutral
  318. <br><b>Workforce Designation</b>: Artist.
  319. <br><b>Skin Colour</b>: Peached Ivory
  320. <br><b>M. Status</b>: Singular, partner selective.
  321. <br><b>Orientation</b>: Demisexual
  322.  
  323. </div>
  324.  
  325. <div id="two" class="box">
  326. Persona
  327. </div>
  328.  
  329. <div id="three" class="box">
  330. Abilities
  331. </div>
  332.  
  333. <div id="four" class="box">
  334. History
  335. </div>
  336.  
  337. <div id="five" class="box">
  338. Journal
  339. </div>
  340.  
  341. <div id="title">
  342. Bee
  343. </div>
  344.  
  345. <a href="http://newpublicrp.webs.com/" target="_blank"><div id="songone">Erue Group Page</div></a>
  346. <a href="" target="_blank"><div id="songtwo">Sample Post</div></a>
  347. <a href="http://www.youtube.com/watch?v=nlcIKh6sBtc" target="_blank"><div id="songthree">Royals - Lorde</div></a>
  348. <a href="http://www.youtube.com/watch?v=zZpUhAk3t5I" target="_blank"><div id="songfour">Erase the Pain - Time is Up</div></a>
  349. <a href="http://www.youtube.com/watch?v=CevxZvSJLk8" target="_blank"><div id="songfive">Roar - Katy Perry</div></a>
  350. <a href="http://www.youtube.com/watch?v=XjwZAa2EjKA" target="_blank"><div id="songsix">Unconditionally - Katy Perry</div></a>
  351.  
  352. <div id="line">
  353. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  354. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  355. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  356. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  357. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  358. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  359. </div>
  360.  
  361. <div id="credit"><a href="http://devilrose.webstarts.com/" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></a></div>
Advertisement
Add Comment
Please, Sign In to add comment