Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.31 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Livvic&display=swap');
  3.  
  4. /* BACKGROUND, TEXT */
  5. body
  6. {
  7.     background-image: url(https://i.imgur.com/RhdSjma.png), url(https://i.imgur.com/HK014yw.png);
  8.     background-repeat:  no-repeat, repeat-x;
  9.     background-position: top left, top left;
  10.     background-size:  1000px 1000px, 1000px 1000px;
  11.     background-color: #150708!important;
  12.     font-family: helvetica;
  13.     font-size: 10px!important;
  14.     color: #85564e!important;
  15.     line-height: 11px;
  16. }
  17.  
  18. /* OWNER AND PETINFO */
  19. .pet_color_info, .owner
  20. {
  21.     position: absolute;
  22.     font-size: 10px;
  23.     text-transform: lowercase;
  24.     letter-spacing: 2px;
  25.     color: #ae4e28;
  26. }
  27.  
  28. .pet_color_info
  29. {
  30.     top: 645px;
  31.     left: 470px;
  32. }
  33.  
  34. .owner
  35. {
  36.     top: 658px;
  37.     left: 465px;
  38. }
  39.  
  40.  
  41. /* STORYBOX */
  42. #main
  43. {
  44.     position: absolute;
  45.     top: 250px;
  46.     left: 550px;
  47.     height: 368px;
  48.     width: 220px;
  49.     padding-right: 0px;
  50.     margin: 0px!important;
  51.     overflow: auto;
  52.     text-align: justify;
  53. }
  54.  
  55. /* PET MINION AND SPOTLIGHT */
  56. #pet_minion, .pet_spotlight
  57. {
  58.     position: absolute;
  59.     top: 0px;
  60.     left: 50px;
  61.     width: 100px;
  62.     text-transform: lowercase;
  63.     background-color: #341b13;
  64.     padding-top: 50px;
  65.     border-radius: 0 0 10px 10px;
  66.     height: 0px;
  67.     overflow: hidden;
  68.     padding-left: 10px;
  69.     padding-right: 10px;
  70. }
  71.  
  72. .pet_spotlight
  73. {
  74.     left: 200px;
  75.     margin-top: 0px;
  76. }
  77.  
  78. #pet_minion:hover
  79. {
  80.     height: 100px;
  81.     padding-bottom: 20px;
  82. }
  83.  
  84. .pet_spotlight:hover
  85. {
  86.     height: 100px;
  87.     padding-bottom: 10px;
  88. }
  89.  
  90. .pet_spotlight img, #pet_minion img
  91. {
  92.     opacity: 0.7;
  93.     height:40px;
  94.     width: 40px;
  95.     border-radius: 10px;
  96.     padding: 2px;
  97.     border: 1px solid #aa7f77;
  98.     margin: 5px;
  99. }
  100.  
  101. #pet_minion img:hover, .treasure_item:hover, .pet_spotlight img:hover
  102. {
  103.     opacity: 1;
  104. }
  105.  
  106. /* PET TREASURE  */
  107. #pet_treasure
  108. {
  109.     position: absolute;
  110.     top: 249px;
  111.     left: 807px;
  112.     height: 370px;
  113.     width: 90px;
  114.     padding: 0px;
  115.     margin: 0px;
  116.     overflow: auto;
  117. }
  118.  
  119. .treasure_item
  120. {
  121.     height: 31x;
  122.     width: 31px;
  123.     margin: 2px 6px;
  124.     opacity: 0.5;
  125. }
  126.  
  127. #pet_treasure img
  128. {
  129.     border-radius: 5px;
  130.     padding: 1px;
  131.     border: 1px solid #aa7f77;
  132. }
  133.  
  134. /* PET IMAGE */
  135. #pet_image
  136. {
  137.     position: absolute;
  138.     top: -215px;
  139.     left: 940px;
  140.     background-repeat: no-repeat;
  141.     background-position: center;
  142.     background-size: 180px 180px;
  143.     padding-right: 20px;
  144.     padding-bottom: 70px;
  145.     background-color: #ae4e28;
  146.     width: 180px;
  147.     height: 180px;
  148.     border-radius: 0 0 15px 15px;
  149. }
  150.  
  151. #pet_image:hover
  152. {
  153.     top: 0px;
  154. }
  155.  
  156. /* PET LIKE */
  157. .pet_like
  158. {
  159.     position:absolute;
  160.     top:200px;
  161.     left:580px;
  162. }
  163.  
  164. .pet_like i
  165. {
  166.     color: #795142;
  167. }
  168.  
  169. /* TEXT STYLING */
  170. b, i
  171. {
  172.     color: #c05f39;
  173. }
  174.  
  175. a, a:link, a:visited, a:hover
  176. {
  177.     text-transform: lowercase;
  178.     color: #db6a3e;
  179.     font-style: oblique;
  180. }
  181.  
  182. #h3
  183. {
  184.     font-family: 'Livvic', sans-serif;
  185.     font-size:9px;
  186.     text-transform: uppercase;
  187.     color: #c05f39;
  188.     letter-spacing: 2px;
  189.     border-bottom: 1px double #ae4e28;
  190.     text-align: center;
  191.     margin-bottom: 12px;
  192.     padding-bottom: 2px;
  193. }
  194.  
  195. a:hover
  196. {
  197.     text-decoration: none;
  198.     color: #f78c62;
  199. }
  200.  
  201. /* SCROLLBAR */
  202. ::-webkit-scrollbar {width: 0px;height: 0px;} ::-webkit-scrollbar-button {width: 0px;height: 0px;} ::-webkit-scrollbar-thumb {background: #9dd8c3;border: 0px none #ffffff;border-radius: 50px;} ::-webkit-scrollbar-thumb:hover {background: #ffed33;} ::-webkit-scrollbar-thumb:active {background: #000000;} ::-webkit-scrollbar-track {background: #9dd8c3; border: 0px none #ffffff;border-radius: 50px;} ::-webkit-scrollbar-track:hover {background: #9dd8c3;} ::-webkit-scrollbar-track:active {background: #333333;} ::-webkit-scrollbar-corner {background: transparent;}  
  203.  
  204. /* TRANSITIONS */
  205. .treasure_item, .pet_spotlight img, #pet_friends img, a, #credit, #pet_minion, .pet_spotlight, #pet_minion img, #pet_image
  206. {
  207.     -webkit-transition: all 0.75s ease;
  208.     -moz-transition: all 0.75s ease;
  209.     -ms-transition: all 0.75s ease;
  210.     -o-transition: all 0.75s ease;
  211.     transition: all 0.75s ease;
  212. }
  213.  
  214. /* RESET */
  215. #bookmarks, #column_3 a, #footer, #header, h2, #menu, #postcards, #rightbg, #sidebar, #spacer, .pet_name, #pet_stats,  .pet_age_info_date, .pet_wco_info_date, .hustler, .owner img, #pet_friends, #column_3
  216. {
  217.     display: none;
  218. }
  219.  
  220. body, #column_1, #content, #index, #page, #pet_info, #rightbg, #main-content
  221. {
  222.     height: auto!important;
  223.     width: auto!important;  
  224.     margin: 0px;
  225.     padding: 0px;
  226.     background-color: transparent;
  227.     position: static;
  228. }
  229. </style>
  230.  
  231. <!-- THIS IS A COMMENT. YOUR STORY GOES HERE  -->
  232. <div id="main">
  233. <div id="h3">this is a header</div>
  234. <b>This is bold.</b> <i>This is italic.</i> <u>This is underline.</u> Your story goes here!
  235.  
  236. <BR><BR>
  237. <!-- THIS IS A COMMENT. YOU CAN EDIT THIS, BUT PLEASE DON'T DELETE THE CREDITS! (: -->
  238. <div id="h3">credits</div>
  239. overlay by [user=frederick]<BR>
  240. profile by [userid=636750]<BR>
  241. background picture by sergei solo @ <a href="https://unsplash.com/photos/Zif9OPYfwdE">unsplash</a><BR>
  242. header font: livvic @ <a href="https://fonts.google.com/specimen/Livvic">google fonts</a>
  243. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement