purring

stormy

Aug 6th, 2022 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.14 KB | None | 0 0
  1. add any description you want here
  2.  
  3. coding by [user=purring]
  4.  
  5.  
  6. <style>
  7. :root{
  8.      --background:#222524;
  9.      --primary-light:#00a8c0;
  10.      --primary-dark:#2d305b;
  11.      --text:#dfdcdc;
  12. }
  13.  
  14. /* use below line if your pet has a long job name */
  15. /* #pet_employment a{font-size:30px;line-height:25px;} */
  16.  
  17.  
  18.  #header,#menu,#bookmarks,#sidebar,#page > a,#notice,.pet_wco_info_date,#pet_friends,#column_1 h2,#column_1 h2 + br{
  19.     display:none;
  20. }
  21.  #main-content{
  22.     background:transparent;
  23.     text-transform:lowercase;
  24.     color:var(--text);
  25. }
  26.  a,a:link,a:visited,a:active,a.hover-user,.pet_name,a:hover{
  27.     color:var(--primary-light);
  28. }
  29.  a.hover-user{
  30.     font-weight:bold;
  31. }
  32.  .legacy-name{
  33.     color:var(--text)!important;
  34. }
  35.  #page{
  36.     width:100%;
  37.     margin:0!important;
  38. }
  39.  #content{
  40.     padding:0;
  41.     overflow:initial!important;
  42.     background:transparent;
  43. }
  44.  #pet_info{
  45.     width:875px;
  46.     display:grid;
  47.     position:relative;
  48.     top:50px;
  49. }
  50.  #column_2{
  51.     grid-area:1/1/2/2;
  52.     width:480px;
  53.     height:200px;
  54.     text-align:left;
  55.     margin:0 auto 50px;
  56.     background:var(--primary-dark);
  57.     position:relative;
  58.     left:143px;
  59.     padding:30px 50px;
  60. }
  61.  #pet_image{
  62.     position:absolute;
  63.     top:0;
  64.     left:-285px;
  65.     background-repeat:no-repeat;
  66.     background-position:center;
  67.     background-color:var(--primary-light);
  68.     padding:29px;
  69. }
  70.  h1{
  71.     line-height:17px;
  72. }
  73.  .pet_spotlight{
  74.     display:none;
  75. }
  76.  #column_2{
  77.     display:flex;
  78.     flex-wrap:wrap;
  79.     align-content:center;
  80. }
  81.  #column_2 h1,#column_2 span,#column_2 p{
  82.     width:100%;
  83. }
  84.  #column_2 *{
  85.     margin:0;
  86. }
  87.  #column_2 h1{
  88.     padding-bottom:10px;
  89. }
  90.  .pet_like{
  91.     padding-top:10px;
  92. }
  93.  #column_3{
  94.     grid-area: 2/1/3/2;
  95.     width:100%;
  96.     padding:0;
  97.     font-weight:bold;
  98. }
  99.  #column_3 h2{
  100.     text-align:center;
  101.     text-transform:uppercase;
  102.     margin-bottom:25px;
  103. }
  104.  #column_3 h2 + br{
  105.     display:none;
  106. }
  107.  #pet_stats{
  108.     display:block;
  109.     width:875px;
  110.     height:450px;
  111.     margin:auto;
  112.     position:relative;
  113.     text-align:center;
  114. }
  115.  #pet_stats li{
  116.     width:200px;
  117.     height:75px;
  118.     margin:0 25px 25px 0;
  119.     display:inline-flex;
  120.     vertical-align:top;
  121.     position:relative;
  122.     z-index:1;
  123.     align-items:center;
  124.     justify-content:center;
  125.     align-content:center;
  126. }
  127.  #pet_stats li:nth-of-type(4n){
  128.     margin-right:0;
  129. }
  130.  #pet_stats li:before{
  131.     content:'';
  132.     position:absolute;
  133.     top:0;
  134.     left:0;
  135.     background:var(--primary-dark);
  136.     width:100%;
  137.     height:100%;
  138.     z-index:-1;
  139. }
  140.  #pet_stats .statbar{
  141.     position:absolute;
  142.     top:0;
  143.     left:0;
  144.     margin:0;
  145.     border:0;
  146.     width:100%;
  147.     height:100%;
  148.     z-index:-1;
  149. }
  150.  #pet_stats .stat{
  151.     height:100%;
  152.     background:var(--primary-light);
  153. }
  154.  #stat_books_read,#stat_food_eaten,#pet_employment{
  155.     position:absolute!important;
  156.     display:block;
  157.     width:33%!important;
  158.     margin:0!important;
  159.     height:200px!important;
  160.     flex-wrap:wrap;
  161.     font-size:11px;
  162. }
  163.  #stat_books_read{
  164.     left:0;
  165.     top:225px;
  166. }
  167.  #stat_food_eaten{
  168.     left:33%;
  169.     top:225px;
  170. }
  171.  #stat_food_eaten:before{
  172.     background:var(--primary-light)!important;
  173. }
  174.  #pet_employment{
  175.     left:66%;
  176.     top:225px;
  177. }
  178.  #stat_books_read a,#stat_food_eaten a,#pet_employment a{
  179.     display:block;
  180.     width:100%;
  181.     font-size:50px;
  182.     line-height:42px;
  183.     height:55px;
  184. }
  185.  #stat_food_eaten a{
  186.     color:var(--primary-dark);
  187. }
  188.  #column_1{
  189.     position:absolute;
  190.     right:80px;
  191.     top:60px;
  192.     z-index:4;
  193.     padding:0;
  194. }
  195.  #column_1 img{
  196.     padding:10px;
  197.     border-radius:100%;
  198. }
  199.  #pet_desc{
  200.     width:600px;
  201.     margin:0 auto 50px;
  202.     text-transform:initial;
  203. }
  204.  #pet_treasure{
  205.     display:block;
  206.     text-align:center
  207. }
  208.  #pet_treasure h2{
  209.     text-transform:uppercase;
  210.     margin-bottom:25px;
  211. }
  212.  .treasure_item{
  213.     background:var(--primary-dark);
  214.     padding:25px;
  215.     margin:0 25px 25px 0;
  216.     display:inline-block;
  217.     float:none!important
  218. }
  219.  .treasure_item:nth-of-type(2n){
  220.     background:var(--primary-light);
  221. }
  222.  body{
  223.     background:var(--background);
  224. }
  225.  
  226. </style>
Advertisement
Add Comment
Please, Sign In to add comment