Advertisement
Guest User

codeses

a guest
Feb 25th, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. <style>
  2.  
  3. /* pet + minion overlay stuff. if no overlay, remove these. */
  4. #pet_image {background-image: url('http://i.imgur.com/7f6xcnJ.png');}
  5. #pet_image{margin-left:50px;}
  6.  
  7. #pet_minion img {height: 0px; width: 64px; padding-bottom: 64px; padding-top: 0px; background: url(http://i.imgur.com/fSUmUQr.png) left top no-repeat;}
  8.  
  9.  
  10. /* baseline stuff, don't touch pls */
  11. div#header,#footer,.events,#announcement,div.leftpanelseparator,div.leftpanel,div#loginstatus
  12. div,div#loginstatus,#header,div#time,#events-container,.header,div#datediv,#header-lrc, #header-rrc,#loginstatus,#postcards,#menu,#sidebar,#rightbg,#postcards, #header-ban, #header-ban-main, #menu, #menu-right, #sidebar, #rightbg, #spacer,#bookmarks,.statbar,.pet_age_info, .pet_age_info_date, .pet_wco_info, .pet_wco_info_date {display:none;}
  13. #main-content {background-image: none;}
  14. #content {background:transparent;}
  15. #page {background:transparent;}
  16. #content {background:transparent; max-height: 550px !important; min-width: 1000px !important;}
  17. #content {width:800px;height:550px;left:150px}
  18. #content, #index, body, #page, #bookmarks, #rightbg {background-color:transparent;}
  19. {display:none;}
  20. h2{display:none;}
  21.  
  22. /* color stuff. super customizable. */
  23. /* background color. */
  24. body,html{background-color: #2b0101;}
  25.  
  26. /* color & size control for assorted text. */
  27. /* this chunk right here determines all displayed text + border colors. */
  28. html, body, a, div, li {color: #8a4545; font-family: times new roman; font-size: 12px; line-height: 13px;}
  29.  
  30. /* link colors... */
  31. a:link, a:visited {text-decoration: bold; color: #8a4545;}
  32. a:hover, a:active {color: #df7272;}
  33.  
  34. /* bold, italics, underlined text */
  35. b {color: #a34141;}
  36. i {color: #a34141;}
  37. u {color: #a34141;}
  38.  
  39. /* you can force a specific section to have a specific color + border! */
  40. /* just replace C1 with whatever section you wish to have a unique color for its text and border! C1 is the story box, for reference. */
  41. #C1 {color: #b81818 !important;}
  42.  
  43.  
  44. /* column config. column 1 is minion, column 2 is general, don't touch, pet stuff */
  45. #column_1{width:64px; height:80px !important; position:absolute;top:20px;left:162px}
  46. #pet_minion {background-color:#FFFFFF; height: 138px; border:2px solid;}
  47. #column_2{width:300px; height:300px !important; position:absolute;top:80px;left:235px;}
  48.  
  49. /* column 3 is stats. if you don't wish to display stats, remove all but the first column 3 config and just slap a display none in there. */
  50. #column_3 {display: none;}
  51.  
  52.  
  53. /* name/info/owner config, feel free to edit */
  54. .pet_name{position:absolute;top:-30px;left:25px;width:256px;font-size:26px; color: #a34141; font-family: occidental;}
  55. .pet_color_info{position:absolute;top:218px;left:105px;}
  56. .owner{position:absolute;top:231px;left:121px;}
  57. .pet_color_info,.owner{line-height:3px;}
  58.  
  59.  
  60. /* storybox config. editable, but size and location might overlap w friends box if changed */
  61. #C1{width:325px;height:215px; top:95px;left:540px; overflow:hidden;position:absolute; padding: 4px;
  62. -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color:#FFFFFF;z-index:10; border:4px solid;}
  63. #C1:hover{overflow:auto;}
  64.  
  65.  
  66. /* friends box config. easy to break, ask me for edits */
  67. #pet_friends{position:absolute; top:325px; left:600px;
  68. height:1px; width:215px; overflow:hidden;
  69. transition: height .7s ease-in-out;
  70. -moz-transition: height .7s ease-in-out;
  71. -webkit-transition: height .7s ease-in-out;
  72. -o-transition: height .7s ease-in-out;z-index:20;
  73. background-color:#FFFFFF;
  74. border:3px solid;}
  75.  
  76. #pet_friends:hover{position:absolute; overflow:auto;
  77. width:215px;height:70px; z-index:35;}
  78. #pet_friends:hover {position: absolute; height: 80px; overflow:auto;}
  79.  
  80. .friend_div {width: 180px; height: auto; padding: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
  81. .friend_div img {float: left; width: 64px; height: 64px;}
  82.  
  83.  
  84. /* pet treasure config */
  85. #pet_treasure
  86. {position:absolute;
  87. text-align: center;
  88. top:380px; left:248px;
  89. width:290px; height:108px;
  90. overflow: hidden;
  91. background-color:#FFFFFF;
  92. border:3px solid;}
  93. #pet_treasure:hover {overflow: auto}
  94. #pet_treasure img {border:1px solid;}
  95.  
  96. /* spotlight config */
  97. .pet_spotlight{position:absolute;width:64px !important; top:140px; left:-70px; background-color:#FFFFFF; border:2px solid;}
  98. div.treasure_item {height:48px;width:48px; margin-top: 6px; margin-left: 6px;}
  99. #pet_spotlight img {border:1px solid;}
  100.  
  101. /* hover effects config. it's v self-explanatory and customizable. */
  102. /* if you don't want any hover effects, just snip out this chunk. */
  103.  
  104. .treasure_item{filter: alpha(opacity=70);opacity: .7;-moz-opacity: .7}
  105. .treasure_item:hover{filter: alpha(opacity=100);opacity: 1;-moz-opacity: 1}
  106.  
  107. #pet_minion {opacity:0.6;-webkit-transition: opacity .5s linear;-moz-transition: opacity 0.5s linear;}
  108. #pet_minion:hover{opacity:1.0;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
  109.  
  110. #pet_image{opacity:0.8;-webkit-transition: opacity .5s linear;-moz-transition: opacity 0.5s linear;}
  111. #pet_image:hover{opacity:1.0;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
  112.  
  113. .pet_spotlight{opacity:0.4;-webkit-transition: opacity .5s linear;-moz-transition: opacity 0.5s linear;}
  114. .pet_spotlight:hover{opacity:0.8;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
  115.  
  116. #C1{filter: alpha(opacity=90);opacity: .9;-moz-opacity: .9}
  117. #C1:hover{filter: alpha(opacity=100);opacity: 1;-moz-opacity: 1}
  118. </style>
  119.  
  120.  
  121.  
  122. <div id="C1">
  123. testing placeholder profile!<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  124. story box height test.<br><br><br><br><br><br><br><br><br><br>
  125. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement