Beautifulie

— ᴀʀᴛ ᴏғ ᴡᴇᴀᴛʜᴇʀ.

Feb 9th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.65 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor { display: none; }
  4. #profile { background-color: transparent; border: none; }
  5. </style>
  6.  
  7. <style type="text/css">
  8. body {
  9. font-family: verdana;
  10. font-size: 10px;
  11. background-color: #EDEDED;
  12. background-image: url('http://24.media.tumblr.com/tumblr_lfvwoqwZbP1qge5syo1_500.gif');
  13. background-attachment: fixed;
  14. background-position: bottom right;
  15. background-repeat: repeat;
  16. text-align: justify;
  17. color: #888888;
  18. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  19. }
  20.  
  21. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#BC242D; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  22. i {color: #666666; font-family: 'verdana'; font-variant: small-caps; font-size: 10px; letter-spacing:0px}
  23. 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;}
  24. 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;}
  25. big {color: #FFC663; 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;}
  26. 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;}
  27.  
  28. ::-webkit-scrollbar-button:vertical:{background-color: #000;
  29. -moz-border-radius: 0px 0px 0px 0px;
  30. border-radius:0px 0px 0px 0px;}
  31. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:20px;
  32. -moz-border-radius: 0px 0px 0px 0px;
  33. border-radius:0px 0px 0px 0px;}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; height:20px !important;
  35. -moz-border-radius: 0px 0px 0px 0px;
  36. border-radius:0px 0px 0px 0px;}
  37. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  38.  
  39. @import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
  40.  
  41. #circleback, #circle, #circleb {
  42. visibility:visible;
  43. left:0%;
  44. top:0%;
  45. position:fixed;  
  46. overflow:hidden;
  47. }
  48.  
  49. #circleback  {
  50. width:350px;
  51. height:350px;
  52. margin-left:190px;
  53. margin-top:115px;
  54. z-index:2;
  55. -webkit-border-radius: 180px;
  56. -moz-border-radius: 180px;
  57. border-radius: 180px;
  58. }
  59.  
  60. #circle, #circleb   {
  61. width: 300px;
  62. height: 300px;
  63. left: 500px;
  64. top: 160px;
  65. z-index:5;
  66. background-color: #EDEDEE;
  67. background-image: url('https://31.media.tumblr.com/388ba22e3d5ae5b26211f912ea8c55c5/tumblr_mmaqdpbVsi1s16frqo1_400.gif');
  68. background-repeat: no-repeat;
  69. background-position: -50px 0px;
  70. background-size: 390px 300px;
  71. -webkit-border-radius: 180px;
  72. -moz-border-radius: 180px;
  73. border-radius: 180px;
  74. border:15px #C05F41 solid;
  75. }
  76.  
  77. #circleb {
  78.  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  79. filter: alpha(opacity=0);
  80. opacity: 0;  
  81. -webkit-transition: all 1.6s ease-out;
  82. -moz-transition: all 1.6s ease-out;
  83. -ms-transition: all 1.6s ease-out;
  84. -o-transition: all 1.6s ease-out;
  85. transition: all 1.6s ease-out;
  86. }
  87.  
  88. #circleb:hover  {
  89. -webkit-transform: rotate(720deg);
  90. -moz-transform: rotate(720deg);
  91. -o-transform: rotate(720deg);
  92.  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  93. filter: alpha(opacity=100);
  94. opacity: 1;
  95. }
  96.  
  97. .circletext{
  98. border: 50px solid ;
  99. overflow: auto;  
  100. width: autopx;
  101. height: 300px;
  102. padding-top: 120px;
  103. text-align: center;
  104. font-family: verdana;
  105. font-variant: small-caps;
  106. background-color: #EDEDEE;
  107. border: #EDEDEE 3px Solid;
  108. }
  109.  
  110. #line {
  111. position: fixed;
  112. left: 660px;
  113. top: 0px;
  114. width: 10px;
  115. height: 100%;
  116. background-color: #C05F41;
  117. }
  118.  
  119. #nami{
  120. position: fixed;
  121. top: 10px;
  122. left: 600px;
  123. width: 100px;
  124. height: 100px;
  125. background-color:#FEFCFE;
  126. background-image: url('https://24.media.tumblr.com/aa0fc0ce54d0f2e574fe0bdc436531ff/tumblr_mv49hy0tcz1sllmo8o1_500.gif');
  127. background-repeat: no-repeat;
  128. background-position: -230px -20px;
  129. border: #C05F41 10px Solid;
  130. -webkit-border-radius: 300px;
  131. border-radius: 300px;
  132. padding: 10px;
  133. z-index: 200;
  134. width: 100px;
  135. height: 100px;}
  136.  
  137. #Tempo{
  138. position:fixed;
  139. top: 510px;
  140. left: 600px;
  141. width: 100px;
  142. height: 100px;
  143. background-color:#FEFCFE;
  144. background-image: url('https://24.media.tumblr.com/afca2547abebb552b567075f62541770/tumblr_n0lltdEDCR1ts0yx6o1_500.gif');
  145. background-repeat: no-repeat;
  146. background-position: -95px -100px;
  147. border: #C05F41 10px solid;
  148. -webkit-border-radius: 500px;
  149. border-radius: 500px;
  150. padding:10px;
  151. z-index: 200;
  152. width: 100px;
  153. height: 100px;
  154. }
  155.  
  156. .info{
  157. position: absolute;
  158. margin-top: 0px;
  159. margin-left: 0px;
  160. width: 450px;
  161. height: 200px;
  162. border: 3px Solid #C05F41;
  163. background-color: #EDEDEE;
  164. color: #212121;
  165. font-family: verdana;
  166. font-variant: small-caps;
  167. text-align: justify;  
  168. font-size: 10px;
  169. line-height: 13px;  
  170. overflow: auto;
  171. z-index: 200;
  172. opacity: 1;
  173. }
  174.  
  175. .image{
  176. position: absolute;
  177. margin-top: 250px;
  178. margin-left: 0px;
  179. width: 450px;
  180. height: 200px;
  181. border: 3px Solid #C05F41;
  182. background-color: #EDEDEE;
  183. z-index: 200;
  184. opacity: 1;
  185. }
  186.  
  187. .box {
  188. position: fixed;
  189. left: 0px;
  190. top: 75px;  
  191. width: 450px;
  192. height: 600px;
  193. padding: 5px;
  194. color: #212121;
  195. background-color: transparent;
  196. opacity: 0;
  197. transition: all 0.5s ease-in-out;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -ms-transition: all 0.5s ease-in-out;
  202. z-index: 100;
  203. }
  204.  
  205. .box:target {
  206. top: 75px;
  207. left: 30px;
  208. opacity: 1;
  209. transition: all 0.5s ease-in-out;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. -ms-transition: all 0.5s ease-in-out;
  214. z-index: 100;
  215. }
  216.  
  217. #Navi {
  218. position: absolute;
  219. left: 30px;
  220. top: 150px;
  221. width: auto;
  222. }
  223.  
  224. a.nav:link, a.nav:active, a.nav:visited{
  225. letter-spacing: 1px;
  226. text-transform: normal;
  227. font-variant: small-caps;
  228. display: inline-block;
  229. width: 75px;
  230. height: 15px;
  231. color: #fff;
  232. font-size: 10px;
  233. background-color: #C05F41;
  234. text-align: center;
  235. line-height: 15px;    
  236. border: 2px solid #070707;
  237. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  238. -webkit-transition: all 0.4s ease-out;
  239. -moz-transition: all 0.4s ease-out;
  240. -moz-border-radius-topright: 5px;
  241. -moz-border-radius-bottomright: 5px;}
  242.  
  243. a.nav:hover{
  244. background-color: #070707;
  245. border: 2px solid #C05F41;
  246. text-decoration: none;
  247. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  248. }
  249.  
  250. #character{
  251. position: fixed;
  252. left: 780px;
  253. top: 200px;
  254. }
  255.  
  256. .snow {
  257. margin-top: 1px;
  258. height: 60px;
  259. width: 60px;
  260. margin-left: 3px;
  261. margin-top: 21px;
  262. border: #C05F41 2px solid;
  263. opacity: 0.7;
  264. }
  265.  
  266. .snow:hover {
  267. margin-top: 1px;
  268. height: 60px;
  269. width: 60px;
  270. margin-left: 3px;
  271. margin-top: 21px;
  272. border: #070707 2px solid;
  273. opacity: 1;
  274. }
  275.  
  276. a {
  277. color: #C05F41;
  278. text-decoration: none;
  279. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  280. }
  281.        
  282. a:hover {
  283. color: transparent;
  284. text-decoration: none;
  285. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  286. }
  287.  
  288. #credit{
  289. position:fixed;
  290. bottom:0px;
  291. right:0px;
  292. z-index:450;
  293. }
  294.  
  295. </style>
  296.  
  297. <div id="line"></div>
  298. <div id="Nami"></div>
  299. <div id="Tempo"></div>
  300. <div id="circle"></div>
  301.  
  302. <div id="circleb"><div class="circletext">
  303. I've got to get a hundred million beri! <br>
  304. Then I'm going to buy a certain village!
  305.  
  306. <div id="Navi">
  307. <a class="nav" href="#one">ooc</a>
  308. <a class="nav" href="#two">persona</a>  
  309. <a class="nav" href="#three">comrades</a>
  310. </div></div></div>
  311.  
  312. <div id="one" class="box">
  313. <div class="info">
  314. <br><b>001</b> Made for the OP Roleplay found on that of RPC. No other verse.
  315. <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.
  316. <br><b>003</b> My internet is bad, very bad. So I apologize in advance if I leave the RP without notice.
  317. <br><b>004</b> I am not that much PM friendly and will only converse with people that I know.
  318. <br><b>005</b> Outside contact information, will only be given out once earned. Not before.
  319. <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.
  320. <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.
  321. <br><b>008</b> Thank you for taking the time to read this profile and I hope that we will get to roleplay soon!
  322. </div>
  323. <div class="image"><img src="http://24.media.tumblr.com/1746cb002a5397a2b187bde6400d256a/tumblr_mx5henWyTx1t1betzo1_500.gif" width="450" height="200"></img></div>
  324. </div>
  325.  
  326. <div id="two" class="box">
  327. <div class="info">
  328. <b>Epithet</b>: Cat Burglar
  329. <br><b>Age</b>: Twenty.
  330. <br><b>Gender</b>: Female
  331. <br><b>Date of Birth</b>: July 3rd.
  332. <br><b>Height</b>: 5'7
  333. <br><b>Bounty</b>: 16,000,000
  334. <br><b>Occupation</b>: Navigator, Pirate, Thief.
  335. <br><b>Orientation</b>: Heterosexual
  336. <br><b>Marital Status</b>: Disinterested
  337. <center>For a list of her abilities 'n stuff, head <a href="http://onepiece.wikia.com/wiki/Nami/Abilities_and_Powers" target="_blank">here</a>.</center>
  338. </div>
  339.  
  340. <div class="image"><img src="http://31.media.tumblr.com/da38f49ba0f1cee8a62b537055ffa89a/tumblr_mx5henWyTx1t1betzo4_500.gif" width="450" height="200"></img></div>
  341. </div>
  342.  
  343. <div id="three" class="box">
  344. <div class="info">
  345. <a href="profile.php?user=Mugiwara no Luffy" target="_blank" title="Cpt."><img src="http://img-cache.cdn.gaiaonline.com/71268b2a02a138e4119fec5242845343/http://i213.photobucket.com/albums/cc44/DarknexHero/Icons/tumblr_luh2fb035N1qhle82.jpg" class="snow"></a>
  346. <a href="profile.php?user=Perona" target="_blank" title="Bubblebutt."><img src="http://www.dreamwidth.org/userpic/3627345/1609633" class="snow"></a>
  347. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  348. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  349. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  350. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  351. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  352. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  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. <center><a href="http://i.picpar.com/Qk8.gif" target="_blank">If you wanna stare at Nami twerking dat ass. ♥</a>.</center>
  356. </div>
  357.  
  358. <div class="image"><img src="https://31.media.tumblr.com/8d0c37a123edc4f5fee2257617bbeff5/tumblr_mudeo0IgAF1rqys1ho1_250.gif" width="450" height="200"></img></div>
  359. </div>
  360.  
  361. <div id="character">
  362. <img src="http://i.picpar.com/Cm8.png"></img>
  363. </div>
  364.  
  365. <div id="credit"><A TARGET="_blank" HREF="/profile.php?user=Bee" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></A></div>
Advertisement
Add Comment
Please, Sign In to add comment