Advertisement
marshallsmyth

Show Cat 9/7/20>>6/11/25

Sep 7th, 2020 (edited)
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.67 KB | None | 0 0
  1. <!DOCTYPE html><html lang="en"><head><title>Show Cats</title><style>
  2. @import url(https://fonts.googleapis.com/css?family=Allura|Philosopher|Arvo|);
  3. ::-webkit-scrollbar-thumb:vertical { background:#ffb; }
  4. ::-webkit-scrollbar-thumb:horizontal { background:#000; }
  5. ::-webkit-scrollbar { width:9px; background:#f90; }
  6.  
  7.  .boxa { width:100%; height:100%; left:0%;top:0%; position:absolute; overflow:auto; background:#80f; z-index:-99;
  8.  font-family:allura, arial; font-size:89px; line-height:59px; color:#fec; text-shadow:6px 2px 11px #ffb; text-align:center;    
  9.  padding:25px 0px 0px 190px;}
  10.  
  11.  .text1 {text-align:left;font-size:20px;line-height:30px;padding:260px 1260px 0px 9px;}
  12.  
  13.  .Button1 { position:absolute; top:30px; left:25px; width:160px; height:32px; font-family:arvo, arial;
  14. color:#fec; background:#501; border:11px ridge #fec; text-align:center; transform:skew(11deg); font-size:1.65em; }
  15.  
  16.  .Button2 { position:absolute; top:84px; left:25px; width:160px; height:32px; font-family:arvo, arial;
  17. color:#fec; background:#501; border:11px ridge #fec; text-align:center; transform:skew(-11deg); font-size:1.65em; }
  18.  
  19.  .Button3 { position:absolute; top:138px; left:25px; width:160px; height:32px; font-family:arvo, arial;
  20. color:#fec; background:#501; border:11px ridge #fec; text-align:center; transform:skew(11deg); font-size:1.65em; }
  21.  
  22.  .Button4 { position:absolute; top:192px; left:25px; width:160px; height:32px; font-family:arvo, arial;
  23. color:#fec; background:#501; border:11px ridge #fec; text-align:center; transform:skew(-11deg); font-size:1.65em; }
  24.  
  25.  .Button5 { position:absolute; top:246px; left:25px; width:160px; height:32px; font-family:arvo, arial;
  26. color:#fec; background:#501; border:11px ridge #fec; text-align:center; transform:skew(11deg); font-size:1.65em; }
  27.  
  28.  
  29.  .TextBox { position:absolute; top:75px; left:220px; width:1220; height:603px;
  30. border:11px ridge #eec; background:#a04; font-size:2em; overflow:auto; color:#ffb; }
  31.  .TextBox:hover { position:absolute; top:75px; left:220px; width:1220px; height:603px; }
  32.  
  33.  
  34. .expand { display:none; }
  35. .expand:target { display:block; }
  36.  div.expand { display:none; }
  37.  div expand:target { }
  38.  
  39.  </style>
  40.  
  41.  <div class="boxa"> Show Cats </div>
  42.  <div class="text1"> オープニング写真はビアンカ </div>
  43.  
  44.  <a href="#Expand1"><div class="button1"><b>Furontorenji </b></div></a>
  45.  <a href="#Expand2"><div class="button2"><b> </b></div></a>
  46.  <a href="#Expand3"><div class="button3"><b>Employees </b></div></a>
  47.  <a href="#Expand4"><div class="button4"><b>OOC </b></div></a>
  48.  <a href="#Expand5"><div class="button5"><b>Pinklepurr </b></div></a>
  49.  </div>
  50.  
  51.  <div class="TextBox"><img src=" https://i.imgur.com/If0z0vw.png " style=width:1220px;height:573px;"></div>
  52.  
  53. <div class="Expand" Id="Expand5"><div class="TextBox"><img src=" https://lh3.googleusercontent.com/proxy/hxtWhBQf2JZcFlvNWGRQlSZEQy8npafr8rs-_vam2j7DUhWk-d7SADNJ8mcW4nny0rmRfw-x1t1xbAgdD_PjoDKyGSUPVnIloI5Vtsj0OpD3IMRIc5i5RVG6O3Qv2o3_mOCrBYSVL4Bz0WLF8xWx " style="width:440px;height:573px;"></div></div>
  54.  
  55.  
  56.  
  57.  
  58.  
  59. <div class="Expand" Id="Expand1"><div class="TextBox"><img src=" " style="width:1220px;height:603px;"> </div></div>
  60.  
  61. <div class="Expand" Id="Expand2"><div class="TextBox"><div style="list-style-type:square;font-family:allura, arial;font-size:43px;color:#fec;
  62. line-height:73px;padding:0px 11px 11px 11px;text-align:left;"><li>Speaks and types for herself.<li>Meow Mix, hand cut chicken, no skin.<li></div></div>
  63.  
  64. <div class="Expand" Id="Expand3"><div class="TextBox"><img src=" https://i.imgur.com/eqgVBOU.png "></div></div>
  65.  
  66. <div class="Expand" Id="Expand4"><div class="TextBox"><img src=" https://i.imgur.com/pBb53k3.png "></div></div>
  67.  
  68.  
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement