Advertisement
Daric

Bettar

Dec 3rd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile {background-color: transparent; border: 0;}
  4.  
  5. ::-webkit-scrollbar {
  6. width: 3px;
  7. height: 7px;
  8. background-color:#fff;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. background: #000;
  13. }
  14.  
  15. body {cursor: url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif), progress !important;}
  16.  
  17. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  18.  
  19. @import url(http://fonts.googleapis.com/css?family=Allura);
  20.  
  21.  
  22. body
  23.  
  24. {font-family:times new romans;
  25. font-size:12px;
  26. background-color:#e6dfd9;
  27. color:#3f7b9b;
  28. background-image:url('http://assets.tumblr.com/images/x.gif');
  29. background-position: fixed;
  30. background-attachment:fixed;
  31. background-repeat:repeat;}
  32.  
  33. a
  34. {color:#000;
  35. text-decoration:underline;
  36. -webkit-transition: all 0.5s ease-in-out;
  37. -moz-transition: all 0.5s ease-in-out;
  38. transition: all 0.5s ease-in-out;}
  39. a:hover
  40. {color:#ccc;}
  41.  
  42. strong
  43. {color:#3f7b9b;}
  44.  
  45. em
  46. {color:#000;}
  47.  
  48.  
  49.  
  50.  
  51. ::selection
  52. {background:#9c5c82;
  53. color:#d1d1d1;}
  54.  
  55. ::-moz-selection
  56. {background:#9c5c82;
  57. color:#d1d1d1;}
  58.  
  59. ::-webkit-selection
  60. {background:#9c5c82;
  61. color:#d1d1d1;}
  62.  
  63. #s-m-t-tooltip{
  64. position:absolute;
  65. padding:1px 4px;
  66. word-wrap:break-word;
  67. text-transform:uppercase;
  68. font-family:calibri;
  69. font-size:9px;
  70. border:2px solid #d1d1d1;
  71. z-index:1500;
  72. color:#d1d1d1;
  73. background-color:#9c5c82;}
  74.  
  75. blockquote
  76. {color:#6f6f6f;
  77. background-color:#e0d8c7;
  78. margin:10px;
  79. line-height:15px;
  80. padding-left:5px;
  81. padding-top:3px;
  82. padding-bottom:3px;
  83. border-left:6px solid #916781;}
  84.  
  85. /*--Sidebar--*/
  86.  
  87. #sidebar
  88. {position:fixed;
  89. top:120px;}
  90.  
  91. #sidebar img
  92. {position:fixed;
  93. left:20px;
  94. max-width:200px;
  95. min-width:200px;
  96. padding:10px;
  97. border:5px solid #ccc;
  98.  
  99. -webkit-transition: all 0.7s ease-in-out;
  100. -moz-transition: all 0.7s ease-in-out;
  101. transition: all 0.7s ease-in-out;}
  102. #sidebar img:hover
  103. {opacity:1;}
  104.  
  105. /*--Description--*/
  106.  
  107. #mystuff
  108. {position:fixed;
  109. margin-top:240px;
  110. left:20px;
  111. width:324px;
  112. min-height:150px;
  113. overflow:auto;
  114. text-align:right;
  115. border:5px solid #dfd9d3;
  116. background-color:#dfd9d3;}
  117.  
  118. #blogtitle
  119. {position:relative;
  120. letter-spacing:1px;
  121. text-align:right;
  122. margin-left:80px;
  123. right:7px;
  124. font-size:26px;
  125. font-family: 'Allura', cursive;
  126.  
  127. }
  128.  
  129. #subtitle
  130. {float:right;
  131. text-align:right;
  132. margin:0px 10px 10px 0px;
  133. font-size:10px;
  134. letter-spacing:1px;}
  135.  
  136. #describe
  137. {text-align:left;
  138. font-size:11px;
  139. margin-bottom:5px;
  140. font-family:calibri;
  141. word-wrap:break-word;}
  142.  
  143.  
  144. /*--Posts--*/
  145.  
  146. #container
  147. {position:absolute;
  148. top:10px;
  149.  
  150. left:100px; width:870px;}
  151.  
  152. #post
  153. {position:relative;
  154. border:8px solid #dfd9d3;
  155. margin:10px;
  156. padding:2px 2px 2px 2px;
  157. overflow:auto;
  158. color:#6f6f6f;
  159. background-color:#dfd9d3;
  160. width:250px;
  161.  
  162. z-index:300;}
  163.  
  164. #ptitle
  165. {text-align:center;
  166. color:#6f6f6f;
  167.  
  168. font-size:26px;
  169. font-family: 'Allura', cursive;
  170.  
  171. }
  172.  
  173.  
  174. /*--Wrapper--*/
  175.  
  176.  
  177. #wrapper
  178. {position:fixed;
  179. top:0px;
  180. bottom:0px;
  181. height:100%;
  182. width:882px;
  183.  
  184. left:368px;
  185. background-color:#f5f3f2;
  186. background-image:url('http://assets.tumblr.com/images/x.gif');
  187. opacity:.4;
  188. -moz-box-shadow: 1px 0px 28px #f5f3f2;
  189. -webkit-box-shadow: 1px 0px 58px #f5f3f2;
  190. box-shadow: 1px 0px 58px #f5f3f2;
  191. z-index:1;}
  192.  
  193.  
  194.  
  195.  
  196.  
  197. /*--Music--*/
  198.  
  199.  
  200. #audio
  201. {position:relative;
  202.  
  203. overflow:hidden;
  204. margin-top:35px;
  205. margin-left:105px;}
  206.  
  207. #album img
  208. {position:relative;
  209. margin-top:-55px;
  210. margin-left:8px;
  211. margin-bottom:10px;
  212. padding:5px;
  213. border:3px solid ;
  214.  
  215. -webkit-transition: all 0.7s ease-in-out;
  216. -moz-transition: all 0.7s ease-in-out;
  217. transition: all 0.7s ease-in-out;}
  218.  
  219.  
  220. /*--Message--*/
  221.  
  222. .message
  223. {position:relative;
  224. width:135px;
  225.  
  226. min-height:65px;
  227. margin-left:95px;
  228.  
  229. margin-top:5px;
  230. padding:10px;
  231. word-wrap:break-word;
  232. background-color:#e0d8c7;}
  233.  
  234. .message:before
  235. {content:"";
  236. position:absolute;
  237. right:100%;
  238. top:18px;
  239. width:0;
  240. height:0;
  241. border-top:10px dotted transparent;
  242. border-right:26px solid #e0d8c7;
  243. border-bottom:10px dotted transparent;}
  244.  
  245. #asker
  246. {position:absolute;
  247. margin:4px;
  248.  
  249. padding:5px;
  250. border:2px solid ;}
  251.  
  252.  
  253.  
  254.  
  255. /*--Mainlinks--*/
  256.  
  257. #mainlinks
  258. {position:fixed;
  259. left:274px;
  260. top:50px;
  261. z-index:300;}
  262.  
  263. #index img
  264. {position:relative;
  265. border:4px solid #ccc;
  266. padding:5px;
  267. max-width:60px;
  268. min-width:60px;
  269. max-height:60px;
  270. min-height:60px;
  271.  
  272. -webkit-transition: all 0.7s ease-in-out;
  273. -moz-transition: all 0.7s ease-in-out;
  274. transition: all 0.7s ease-in-out;}
  275. #index img:hover
  276. {opacity:1;}
  277.  
  278. #ask img
  279. {position:relative;
  280. border:4px solid #ccc;
  281. margin-top:20px;
  282. padding:5px;
  283. max-width:60px;
  284. min-width:60px;
  285. max-height:60px;
  286. min-height:60px;
  287.  
  288. -webkit-transition: all 0.7s ease-in-out;
  289. -moz-transition: all 0.7s ease-in-out;
  290. transition: all 0.7s ease-in-out;}
  291. #ask img:hover
  292. {opacity:1;}
  293.  
  294. #archive img
  295. {position:relative;
  296. border:4px solid #ccc;
  297. margin-top:20px;
  298. padding:5px;
  299. max-width:60px;
  300. min-width:60px;
  301. max-height:60px;
  302. min-height:60px;
  303.  
  304. -webkit-transition: all 0.7s ease-in-out;
  305. -moz-transition: all 0.7s ease-in-out;
  306. transition: all 0.7s ease-in-out;}
  307. #archive img:hover
  308. {opacity:1;}
  309.  
  310. /*--Addlinks--*/
  311.  
  312.  
  313. .mylinks
  314. {float:left;
  315. margin-top:32px;
  316. margin-left:2px;
  317. overflow:hidden;
  318. letter-spacing:2px;
  319. font-size:10px;
  320. font-family:calibri;
  321. text-align:center;
  322. z-index:1000;
  323. text-transform:uppercase;
  324. -webkit-transition: all 0.7s ease-in-out;
  325. -moz-transition: all 0.7s ease-in-out;
  326. transition: all 0.7s ease-in-out;}
  327.  
  328. #link1
  329. {background-color:#ccc;
  330. color:#4a807e;
  331. padding:1px 10px;
  332. margin-right:20px;
  333. -webkit-transition: all 0.5s ease-in-out;
  334. -moz-transition: all 0.5s ease-in-out;
  335. transition: all 0.5s ease-in-out;}
  336. #link2
  337. {background-color:#ccc;
  338. color:#4a807e;
  339. margin-top:4px;
  340. padding:1px 10px;
  341. margin-right:20px;
  342. -webkit-transition: all 0.5s ease-in-out;
  343. -moz-transition: all 0.5s ease-in-out;
  344. transition: all 0.5s ease-in-out;}
  345. #link3
  346. {margin-top:4px;
  347. margin-right:20px;
  348. padding:1px 10px;
  349. background-color:#ccc;
  350. color:#4a807e;
  351. -webkit-transition: all 0.5s ease-in-out;
  352. -moz-transition: all 0.5s ease-in-out;
  353. transition: all 0.5s ease-in-out;}
  354. #link4
  355. {margin-top:4px;
  356. margin-right:20px;
  357. padding:1px 10px;
  358. background-color:#ccc;
  359. color:#4a807e;
  360. -webkit-transition: all 0.5s ease-in-out;
  361. -moz-transition: all 0.5s ease-in-out;
  362. transition: all 0.5s ease-in-out;}
  363. #link5
  364. {margin-top:4px;
  365. margin-right:20px;
  366. padding:1px 10px;
  367. background-color:#ccc;
  368. color:#4a807e;
  369. -webkit-transition: all 0.5s ease-in-out;
  370. -moz-transition: all 0.5s ease-in-out;
  371. transition: all 0.5s ease-in-out;}
  372. #link6
  373. {margin-top:4px;
  374. margin-right:20px;
  375. padding:1px 10px;
  376. background-color:#ccc;
  377. color:#4a807e;
  378. -webkit-transition: all 0.5s ease-in-out;
  379. -moz-transition: all 0.5s ease-in-out;
  380. transition: all 0.5s ease-in-out;}
  381. #link1:hover
  382. {background-color:#69778b;
  383. color:#a994b9;}
  384. #link2:hover
  385. {background-color:#69778b;
  386. color:#a994b9;}
  387. #link3:hover
  388. {background-color:#69778b;
  389. color:#a994b9;}
  390. #link4:hover
  391. {background-color:#69778b;
  392. color:#a994b9;}
  393. #link5:hover
  394. {background-color:#69778b;
  395. color:#a994b9;}
  396. #link6:hover
  397. {background-color:#69778b;
  398. color:#a994b9;}
  399.  
  400. /*--Permalinks--*/
  401.  
  402.  
  403.  
  404.  
  405.  
  406. #permabar a
  407. {text-align:left;
  408. font-size:9px;
  409. margin-left:6px;
  410. text-transform:uppercase;
  411. font-family:calibri;
  412. letter-spacing:1px;
  413. color:#bb8aa3;
  414.  
  415. #permabar a:hover
  416. {color:#c9b794;}
  417. #permabar
  418. {position:relative;
  419. padding-top:10px;
  420. bottom:2px;
  421. width:245px;
  422.  
  423. z-index:300;}
  424.  
  425. #tags a
  426. {float:left;
  427. margin-left:-2px;
  428. bottom:2px;
  429. margin-top:6px;
  430. font-size:9px;
  431. font-family:calibri;
  432. letter-spacing:1px;
  433. text-transform:uppercase;
  434. color:#387275;
  435. background:none;}
  436.  
  437. /*--Pagination--*/
  438.  
  439. #pagination
  440. {position:fixed;
  441. left:30px;
  442. bottom:15px;
  443. padding:5px 10px;
  444. background-color:#dfd9d3;}
  445. #pagination a
  446. {font-family:calibri;
  447. letter-spacing:1px;
  448. font-size:10px;}
  449.  
  450. /*--Permalink Notes--*/
  451.  
  452. li.note
  453. {padding: 3px 5px;
  454. text-align:left;
  455. letter-spacing: 0.5px;
  456. font-size:10px;
  457. text-transform:uppercase;
  458. margin-left:360px;
  459. width:230px;
  460.  
  461. text-transform:lowercase;
  462. color:#cecebb;}
  463. li.note a
  464. {color:#387275;}
  465.  
  466. .notes img
  467. {width:20px;
  468. margin-left:20px;
  469. position:relative;
  470. top: 1px;
  471. opacity: 0.8;
  472. background:none;}
  473.  
  474. /*--Do not remove the credit--*/
  475.  
  476.  
  477. #credit a
  478. {position:fixed;
  479. bottom:10px;
  480. font-size:16px;
  481. font-family:calibri;
  482. color:#cecebb;
  483. text-shadow: -1px -1px black, -1px -1px #387275;
  484. -webkit-transition: all 0.5s ease-in-out;
  485. -moz-transition: all 0.5s ease-in-out;
  486. transition: all 0.5s ease-in-out;}
  487.  
  488. #credit a:hover
  489. {color:#387275;
  490. text-shadow: -1px -1px black, -1px -1px #444;}
  491.  
  492. iframe#tumblr_controls{position:fixed !important;}
  493.  
  494. </style>
  495.  
  496. <div id="pagefit" width="100%">
  497.  
  498. <div id="wrapper"></div>
  499.  
  500. <div id="sidebar"><img src="http://static4.wikia.nocookie.net/__cb20130317052216/dynastywarriors/images/thumb/8/89/Zhangchunhua-dw8art.jpg/200px-Zhangchunhua-dw8art.jpg"/>
  501.  
  502. <div id="mystuff">
  503.  
  504. <div id="describe">
  505. <div id="blogtitle"></div>
  506. <div id="subtitle"><br></div>
  507. <font color="#000">
  508. <i>Smurfs</i>
  509. </font>
  510. </div>
  511.  
  512.  
  513. </div>
  514. </div>
  515.  
  516. <div id="mainlinks">
  517. <div id="index"><a href="#1" title="Information"><img src="http://static2.wikia.nocookie.net/__cb20121219022658/dynastywarriors/images/thumb/3/3d/Zhang_Chunhua_%28ROTK12%29.jpg/339px-Zhang_Chunhua_%28ROTK12%29.jpg"/></a></div>
  518.  
  519. <div id="ask"><a href="#2" title="Acquaintances"><img src="http://static3.wikia.nocookie.net/__cb20121110011517/dynastywarriors/images/8/81/DW-Wei.png"/></a></div>
  520.  
  521. <div id="archive" title="Out of Character"><a href="#3"><img src="http://static1.wikia.nocookie.net/__cb20131125071008/dynastywarriors/images/7/7d/Zhang_Chunhua_%28ROTK11%29.png"/></a>
  522. </div>
  523. </div>
  524.  
  525. <div id="container">
  526.  
  527. <div id="post">
  528.  
  529. <div id="one">
  530. <table style="margin: 0px auto;">
  531. <td>
  532. <div style="width: 240px; height: 400px; overflow-y: hidden;">
  533.  
  534. <a name="1"></a>
  535. <div style="width: 240px; height: 400px; overflow: auto;" align="left" >
  536. <font size="1"> <font color="#000"> <font face="Times New Roman">
  537. Name ::
  538. <br>
  539. Nicknames ::
  540. <br>
  541. Age ::
  542. <br>
  543. Gender ::
  544. <br>
  545. Occupation ::
  546. <br>
  547. Hair Color ::
  548. <br>
  549. Eye Color ::
  550. <br>
  551. Height :: ---
  552. <br>
  553. Weight :: ---
  554. <br>
  555. Orientation ::
  556. <br>
  557. Marital Status ::
  558. <br><br>
  559. <a href="http://www.youtube.com/watch?v=z5_z_A8KzTw" target="_blank">♪</a> <a href="http://www.youtube.com/watch?v=b6sR2_L7bNw" target="_blank">♫</a>
  560. <br><br>
  561. Penis
  562. <br><br>
  563. Willy
  564. <br><br>
  565. Anus
  566. <br><br>
  567. Balls
  568. <br><br>
  569. <li>Fact</li><br>
  570.  
  571. <li>Fact</li><br>
  572.  
  573. <li>Fact</li><br>
  574.  
  575. <li>Fact</li><br>
  576. </div>
  577.  
  578. <a name="2"></a>
  579. <div style="width: 240px; height: 400px; overflow: auto;" align="left" >
  580. Yeah, right.
  581. </div>
  582.  
  583. <a name="3"></a>
  584. <div style="width: 240px; height: 400px; overflow: auto;" align="left" >
  585. -- Layout made by the potato company with help and permission from© <a href="http://roleplaychat.org/profile.php?user=Inu" target="_blank">The coding Ninja.</a>
  586. <br>
  587. --
  588. <br>
  589. --
  590. <br>
  591. --
  592. <br>
  593. --
  594. <br>
  595. --
  596. <br>
  597. --
  598. <br>
  599. --
  600. <br>
  601. --
  602. <br>
  603. --
  604. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement