Advertisement
tragical

FOR CHERRYSUMMER8 - - Custom Profile

May 10th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.25 KB | None | 0 0
  1. <style type="text/css">
  2. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  3.  
  4. div.sidenav {
  5.  
  6. overflow: none;
  7.  
  8. width: 90px;
  9.  
  10. height: px;
  11.  
  12. position: absolute;
  13.  
  14. top: ;
  15.  
  16. left: -90px;
  17.  
  18. backgound: transparent;
  19.  
  20. border: none;
  21.  
  22. }
  23.  
  24. div.buttonbox {
  25.  
  26. overflow: none;
  27.  
  28. width: 90px;
  29.  
  30. height: 40px;
  31.  
  32. position: relative;
  33.  
  34. background: transparent;
  35.  
  36. border: none;
  37.  
  38. transition: background 2s;
  39.  
  40. -moz-transition: background 2s;
  41.  
  42. -webkit-transition: background 2s;
  43.  
  44. -o-transition: background 2s;
  45.  
  46. }
  47.  
  48.  
  49.  
  50. div.buttonbox:hover {
  51.  
  52. background: #3ca0d0
  53.  
  54. }
  55.  
  56. #box1{
  57. border-radius:3px;
  58. border:5px solid #557788;
  59. height:200px;
  60. width:300px;
  61. position:absolute;
  62. top:635px;
  63. right:-320px;
  64. overflow:auto;
  65. background-color:#aaccdd;
  66. }
  67. #box4{
  68. border-radius:3px;
  69. border:5px solid #557788;
  70. height:200px;
  71. width:300px;
  72. position:absolute;
  73. top:190px;
  74. right:-320px;
  75. overflow:auto;
  76. background-color:#aaccdd;
  77. }
  78.  
  79. #box3{
  80. border-radius:3px;
  81. border:5px solid #557788;
  82. height:200px;
  83. width:300px;
  84. position:absolute;
  85. top:410px;
  86. right:-320px;
  87. overflow:auto;
  88. background-color:#aaccdd;
  89. }
  90.  
  91. #box2{
  92. border-radius:3px;
  93. border:5px solid #557788;
  94. height:200px;
  95. width:300px;
  96. position:absolute;
  97. top:-30px;
  98. right:-320px;
  99. overflow:auto;
  100. background-color:#aaccdd;
  101. }
  102.  
  103. #prefs{
  104. height:49px;
  105. width:137px;
  106. position:absolute;
  107. top:-25px;
  108. left:490px;
  109. }
  110.  
  111. #blo{
  112. height:56px;
  113. width:71px;
  114. position:absolute;
  115. top:-30px;
  116. left:420px;
  117. }
  118.  
  119. #upd{
  120. height:54px;
  121. width:101px;
  122. position:absolute;
  123. top:-30px;
  124. left:315px;
  125. }
  126.  
  127. #for{
  128. height:56px;
  129. width:92px;
  130. position:absolute;
  131. left:220px;
  132. top:-31px;
  133. }
  134.  
  135. #birdy{
  136. z-index:9999;
  137. height:149px;
  138. width:147px;
  139. position:fixed;
  140. bottom:0px;
  141. right:2px;
  142. }
  143.  
  144. #mail{
  145. width:95px;
  146. height:51px;
  147. position:absolute;
  148. top:-30px;
  149. left:125px;
  150. }
  151.  
  152. .head{
  153. font-size:large;
  154. color:#0066FF;
  155. }
  156.  
  157. #content table, #content td{
  158. border:1px solid #aaccdd;
  159. background-color:#aaccdd;
  160. border-radius:10px;
  161. }
  162.  
  163. #content #body{
  164. border:5px solid #557788;
  165. background-color:#aaccdd;
  166. height:883px;
  167. border-radius:3px;
  168. }
  169.  
  170.  
  171. #content{
  172. left:190px;
  173. top:70px;
  174. -webkit-opacity: 0.6;
  175. -moz-opacity: 0.6;
  176. opacity: 0.6;
  177. -webkit-transition: all 1s ease;
  178. -moz-transition: all 1s ease;
  179. -ms-transition: all 1s ease;
  180. -o-transition: all 1s ease;
  181. transition: all 1s ease;
  182. }
  183.  
  184. #content:hover{
  185. -webkit-opacity: 0.8;
  186. -moz-opacity: 0.8;
  187. opacity: 0.8;
  188. }
  189.  
  190. body{
  191. background:url(http://imageshack.us/a/img90/6690/prometheusstars.jpg);
  192. background-repeat:no-repeat;
  193. background-position:center;
  194. background-attachment:fixed;
  195. font-family: Baskerville, "Baskerville Old Face";
  196. text-transform:lowercase;
  197. }
  198.  
  199. a:link{
  200. color:#3333CC;
  201. -webkit-transition: all 1s ease;
  202. -moz-transition: all 1s ease;
  203. -ms-transition: all 1s ease;
  204. -o-transition: all 1s ease;
  205. transition: all 1s ease;
  206. }
  207. a:visited{
  208. color:#3333CC;
  209. }
  210. a:hover{
  211. color:#0066FF;
  212. font-style:italic;
  213. text-decoration:none;
  214. }
  215.  
  216. div.ex {
  217.  
  218. overflow: hidden;
  219.  
  220. position: absolute;
  221.  
  222. top: -45px;
  223.  
  224. left: 10px;
  225.  
  226. height: 40px;
  227.  
  228. width: 90px;
  229.  
  230. color: #fff;
  231.  
  232. font: 10pt Georgia;
  233.  
  234. transition: height 2s, background 2s;
  235.  
  236. -moz-transition: height 2s, background 2s;
  237.  
  238. -webkit-transition: height 2s, background 2s;
  239.  
  240. -o-transition: height 2s, background 2s;
  241.  
  242. }
  243.  
  244.  
  245.  
  246. div.gms {
  247.  
  248. overflow: hidden;
  249.  
  250. position: absolute;
  251.  
  252. top: -45px;
  253.  
  254. left: 100px;
  255.  
  256. height: 40px;
  257.  
  258. width: 90px;
  259.  
  260. color: #fff;
  261.  
  262. font: 10pt Georgia;
  263.  
  264. transition: height 2s, background 2s;
  265.  
  266. -moz-transition: height 2s, background 2s;
  267.  
  268. -webkit-transition: height 2s, background 2s;
  269.  
  270. -o-transition: height 2s, background 2s;
  271.  
  272. }
  273.  
  274.  
  275.  
  276. div.avtr {
  277.  
  278. overflow: hidden;
  279.  
  280. position: absolute;
  281.  
  282. top: -45px;
  283.  
  284. left: 190px;
  285.  
  286. height: 40px;
  287.  
  288. width: 90px;
  289.  
  290. color: #fff;
  291.  
  292. font: 10pt Georgia;
  293.  
  294. transition: height 2s, background 2s;
  295.  
  296. -moz-transition: height 2s, background 2s;
  297.  
  298. -webkit-transition: height 2s, background 2s;
  299.  
  300. -o-transition: height 2s, background 2s;
  301.  
  302. }
  303.  
  304.  
  305.  
  306. div.trds {
  307.  
  308. overflow: hidden;
  309.  
  310. position: absolute;
  311.  
  312. top: -45px;
  313.  
  314. left: 280px;
  315.  
  316. height: 40px;
  317.  
  318. width: 90px;
  319.  
  320. color: #fff;
  321.  
  322. font: 10pt Georgia;
  323.  
  324. transition: background 2s;
  325.  
  326. -moz-transition: background 2s;
  327.  
  328. -webkit-transition: background 2s;
  329.  
  330. -o-transition: background 2s;
  331.  
  332. }
  333.  
  334.  
  335.  
  336. div.shps {
  337.  
  338. overflow: hidden;
  339.  
  340. position: absolute;
  341.  
  342. top: -45px;
  343.  
  344. left: 370px;
  345.  
  346. height: 40px;
  347.  
  348. width: 90px;
  349.  
  350. color: #fff;
  351.  
  352. font: 10pt Georgia;
  353.  
  354. transition: height 2s, background 2s;
  355.  
  356. -moz-transition: height 2s, background 2s;
  357.  
  358. -webkit-transition: height 2s, background 2s;
  359.  
  360. -o-transition: height 2s, background 2s;
  361.  
  362. }
  363.  
  364.  
  365.  
  366. div.actns {
  367.  
  368. overflow: hidden;
  369.  
  370. position: absolute;
  371.  
  372. top: -45px;
  373.  
  374. left: 460px;
  375.  
  376. height: 40px;
  377.  
  378. width: 90px;
  379.  
  380. color: #fff;
  381.  
  382. font: 10pt Georgia;
  383.  
  384. transition: height 2s, background 2s;
  385.  
  386. -moz-transition: height 2s, background 2s;
  387.  
  388. -webkit-transition: height 2s, background 2s;
  389.  
  390. -o-transition: height 2s, background 2s;
  391.  
  392. }
  393.  
  394.  
  395.  
  396. div.info {
  397.  
  398. overflow: hidden;
  399.  
  400. position: absolute;
  401.  
  402. top: -45px;
  403.  
  404. left: 550px;
  405.  
  406. height: 40px;
  407.  
  408. width: 90px;
  409.  
  410. color: #fff;
  411.  
  412. font: 10pt Georgia;
  413.  
  414. transition: height 2s, background 2s;
  415.  
  416. -moz-transition: height 2s, background 2s;
  417.  
  418. -webkit-transition: height 2s, background 2s;
  419.  
  420. -o-transition: height 2s, background 2s;
  421.  
  422. }
  423.  
  424. div.info {
  425.  
  426. overflow: hidden;
  427.  
  428. position: absolute;
  429.  
  430. top: -45px;
  431.  
  432. left: 550px;
  433.  
  434. height: 40px;
  435.  
  436. width: 90px;
  437.  
  438. color: #fff;
  439.  
  440. font: 10pt Georgia;
  441.  
  442. transition: height 2s, background 2s;
  443.  
  444. -moz-transition: height 2s, background 2s;
  445.  
  446. -webkit-transition: height 2s, background 2s;
  447.  
  448. -o-transition: height 2s, background 2s;
  449.  
  450. }
  451.  
  452.  
  453. <div class="info"><a href=#><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_info.png"></a>
  454.  
  455. <div class="padbox">
  456.  
  457. <p><p2><a href="http://www.rescreatu.com/petinfo/">Species</a></p2></p>
  458.  
  459. <p><p2><a href="http://www.rescreatu.com/petcolors/">Colors</a></p2></p>
  460.  
  461. <p><p2><a href="http://www.rescreatu.com/petlog/">Creatu Log</a></p2></p>
  462.  
  463. <p><p2><a href="http://www.rescreatu.com/petsearch/">Search</a></p2></p>
  464.  
  465. <p><p2><a href="http://www.rescreatu.com/itemdb/">Item DB</a></p2></p>
  466.  
  467. </div>
  468.  
  469. </div>
  470.  
  471.  
  472. div.ex:hover {
  473.  
  474. height: 200px;
  475.  
  476. background: #3ca0d0;
  477.  
  478. }
  479.  
  480.  
  481.  
  482. div.gms:hover {
  483.  
  484. height: 230px;
  485.  
  486. background: #3ca0d0;
  487.  
  488. }
  489.  
  490.  
  491.  
  492. div.avtr:hover {
  493.  
  494. height: 200px;
  495.  
  496. background: #3ca0d0;
  497.  
  498. }
  499.  
  500.  
  501.  
  502. div.trds:hover {
  503.  
  504. background: #3ca0d0;
  505.  
  506. }
  507.  
  508.  
  509.  
  510. div.shps:hover {
  511.  
  512. height: 230px;
  513.  
  514. background: #3ca0d0;
  515.  
  516. }
  517.  
  518.  
  519.  
  520. div.actns:hover {
  521.  
  522. height: 110px;
  523.  
  524. background: #3ca0d0;
  525.  
  526. }
  527.  
  528.  
  529.  
  530. div.info:hover {
  531.  
  532. height: 200px;
  533.  
  534. background: #3ca0d0;
  535.  
  536. }
  537.  
  538.  
  539.  
  540. div.navtop {
  541.  
  542. overflow: auto;
  543.  
  544. position: absolute;
  545.  
  546. height: 75px;
  547.  
  548. width: 630px;
  549.  
  550. top: -120px;
  551.  
  552. left: 10px;
  553.  
  554. bacground: transparent;
  555.  
  556. }
  557.  
  558.  
  559.  
  560. div.padbox {
  561.  
  562. overflow: auto;
  563.  
  564. position: relative;
  565.  
  566. text-align: center;
  567.  
  568. padding 2px;
  569.  
  570. }
  571.  
  572.  
  573.  
  574. div.sidenav {
  575.  
  576. overflow: none;
  577.  
  578. width: 90px;
  579.  
  580. height: px;
  581.  
  582. position: absolute;
  583.  
  584. top: ;
  585.  
  586. left: -90px;
  587.  
  588. backgound: transparent;
  589.  
  590. border: none;
  591.  
  592. }
  593.  
  594.  
  595.  
  596. div.buttonbox {
  597.  
  598. overflow: none;
  599.  
  600. width: 90px;
  601.  
  602. height: 40px;
  603.  
  604. position: relative;
  605.  
  606. background: transparent;
  607.  
  608. border: none;
  609.  
  610. transition: background 2s;
  611.  
  612. -moz-transition: background 2s;
  613.  
  614. -webkit-transition: background 2s;
  615.  
  616. -o-transition: background 2s;
  617.  
  618. }
  619.  
  620.  
  621.  
  622. div.buttonbox:hover {
  623.  
  624. background: #3ca0d0
  625.  
  626. }
  627.  
  628. </style>
  629. <font color=#3333CC><center>
  630.  
  631. <div id="box1"><br>box number oooone</div>
  632.  
  633. <div id="box2"><br>box number twooo</div>
  634.  
  635. <div id="birdy"><img src=http://i1205.photobucket.com/albums/bb428/cherrysummer8/123wj1u.png></div>
  636.  
  637. <div id="box3">
  638. <br>box number threeee
  639. </div>
  640.  
  641. <div id="box4">
  642. <br>box number foooour
  643. </div>
  644.  
  645. <div class="ex"><a href="http://www.rescreatu.com/explore.php"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_ex.png"></a>
  646.  
  647. <div class="padbox">
  648.  
  649. <p><p2><a href="http://www.rescreatu.com/relcore/">Relcore</a></p2></p>
  650.  
  651. <p><p2><a href="http://www.rescreatu.com/scria/">Scria</a></p2></p>
  652.  
  653. <p><p2><a href="http://www.rescreatu.com/reiflem/">Rieflem</a></p2></p>
  654.  
  655. <p><p2><a href="http://www.rescreatu.com/atquati/">Atquati</a></p2></p>
  656.  
  657. <p><p2><a href="http://www.rescreatu.com/uldavi/">Uldavi</a></p2></p>
  658.  
  659. </div>
  660.  
  661. </div>
  662.  
  663.  
  664.  
  665. <div class="gms"><a href="http://www.rescreatu.com/games/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_gms.png"></a>
  666.  
  667. <div class="padbox">
  668.  
  669. <p><p2><a href="http://www.rescreatu.com/games/?cat=1">Quest</a></p2></p>
  670.  
  671. <p><p2><a href="http://www.rescreatu.com/games/?cat=2">Luck</a></p2></p>
  672.  
  673. <p><p2><a href="http://www.rescreatu.com/games/?cat=3">Casino</a></p2></p>
  674.  
  675. <p><p2><a href="http://www.rescreatu.com/games/?cat=4">Skill</a></p2></p>
  676.  
  677. <p><p2><a href="http://www.rescreatu.com/games/?cat=6">Knowledge</a></p2></p>
  678.  
  679. <p><p2><a href="http://www.rescreatu.com/games/flash/">Flash</a></p2></p>
  680.  
  681. </div>
  682.  
  683. </div>
  684.  
  685.  
  686.  
  687. <div class="avtr"><a href=#><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_avtr.png"></a>
  688.  
  689. <div class="padbox">
  690.  
  691. <p><p2><a href="http://www.rescreatu.com/character/">Body</a></p2></p>
  692.  
  693. <p><p2><a href="http://www.rescreatu.com/character/clothing/">Wardrobe</a></p2></p>
  694.  
  695. <p><p2><a href="http://www.rescreatu.com/character/dream/">Dream</a></p2></p>
  696.  
  697. <p><p2><a href="http://www.rescreatu.com/charcater/closet/">Closet</a></p2></p>
  698.  
  699. <p><p2><a href="http://www.rescreatu.com/clothingrack/">Cloth Rack</a></p2></p>
  700.  
  701. </div>
  702.  
  703. </div>
  704.  
  705.  
  706.  
  707. <div class="trds"><a href="http://www.rescreatu.com/trades/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_trds.png"></a></div>
  708.  
  709.  
  710.  
  711. <div class="shps"><a href="http://www.rescreatu.com/shops/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_shps.png"></a>
  712.  
  713. <div class="padbox">
  714.  
  715. <p><p2><a href="http://www.rescreatu.com/shops/">NPC Shops</a></p2></p>
  716.  
  717. <p><p2><a href="http://www.rescreatu.com/usershops/">Merchant</a></p2></p>
  718.  
  719. <p><p2><a href="http://www.rescreatu.com/itemgallery/">Gallery</a></p2></p>
  720.  
  721. <p><p2><a href="http://www.rescreatu.com/ranchershop/">Rancher</a></p2></p>
  722.  
  723. <p><p2><a href="http://www.rescreatu.com/gallery">Showroom</a></p2></p>
  724.  
  725. <p><p2><a href="http://www.rescreatu.com/market/eggs/">Egg Market</a></p2></p>
  726.  
  727. </div>
  728.  
  729. </div>
  730.  
  731.  
  732.  
  733. <div class="actns"><a href=#><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_actns.png"></a>
  734.  
  735. <div class="padbox">
  736.  
  737. <p><p2><a href="http://www.rescreatu.com/auction/">Items</a></p2></p>
  738.  
  739. <p><p2><a href="http://www.rescreatu.com/petauction">Pets</a></p2></p>
  740.  
  741. </div>
  742.  
  743. </div>
  744.  
  745. <div class="info"><a href=#><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_info.png"></a>
  746.  
  747. <div class="padbox">
  748.  
  749. <p><p2><a href="http://www.rescreatu.com/petinfo/">Species</a></p2></p>
  750.  
  751. <p><p2><a href="http://www.rescreatu.com/petcolors/">Colors</a></p2></p>
  752.  
  753. <p><p2><a href="http://www.rescreatu.com/petlog/">Creatu Log</a></p2></p>
  754.  
  755. <p><p2><a href="http://www.rescreatu.com/petsearch/">Search</a></p2></p>
  756.  
  757. <p><p2><a href="http://www.rescreatu.com/itemdb/">Item DB</a></p2></p>
  758.  
  759. </div>
  760.  
  761. </div>
  762.  
  763. <div class="sidenav">
  764.  
  765. <div class="buttonbox"><a href="http://www.rescreatu.com/rmail/box/inbox/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_rmail.png"></a></div>
  766.  
  767. <div class="buttonbox"><a href="http://www.rescreatu.com/forum/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_frms.png"></a></div>
  768.  
  769. <div class="buttonbox"><a href="http://www.rescreatu.com/updates"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_updts.png"></a></div>
  770.  
  771. <div class="buttonbox"><a href="http://www.rescreatu.com/blogs/"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_blgs.png"></a></div>
  772.  
  773. <div class="buttonbox"><a href="http://www.rescreatu.com/preferences"><img src="http://i588.photobucket.com/albums/ss330/Twiggers/cs_prfrncs.png"></a></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement