Advertisement
Guest User

someting

a guest
Sep 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic|Rationale);
  4. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  5.  
  6. body { background-color: #D4D4D4; background-image: url(http://romanticallyapocalyptic.com/art/alt/4d-high.jpg); background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%;}
  7.  
  8. ::-webkit-scrollbar-track {background-color:#fff;}
  9. ::-webkit-scrollbar-thumb {background-color:#000; border:3px solid #fff;}
  10. ::-webkit-scrollbar {width:11px;height:5px;}
  11.  
  12. a {color: #A60000; text-decoration: none; }
  13.  
  14. a:hover {color: black; text-decoration: line-through;
  15. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  16. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  17.  
  18. .stats1 { position:absolute; bottom: 30%; left: 20%; height:285px; width:220px; border-radius:0px; background:url('http://static.zerochan.net/Matsuno.Ichimatsu.full.1995702.jpg'); background-size: 100% 100%; overflow:hidden; border:1px solid black; }
  19.  
  20. .stats2 { position:absolute; bottom: 30%; left: 40%; height:285px; width:220px; border-radius:0px; background:url('http://static.zerochan.net/Pixiv.Id.1438752.full.1355179.jpg'); background-size: 100% 100%; overflow:hidden; border:1px solid black; }
  21.  
  22. .stats3 { position:absolute; bottom: 30%; left: 60%; height:285px; width:220px; border-radius:0px; background:url('http://s1.zerochan.net/Dark.Konoha.600.1872730.jpg'); background-size: 100% 100%; overflow:hidden; border:1px solid black; }
  23.  
  24. .poke{ color:#505050; font-size:12px; font-family: 'Rationale', Sans-serif; margin: 2px; }
  25. .effect{ height:290px; width:220px; background-color:#fff; filter: alpha(opacity=0); opacity: 0; border-radius:0px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  26. .effect:hover{ border-radius:0px; filter: alpha(opacity=100); opacity: 1; overflow:auto; }
  27.  
  28. .curses { position: fixed; background-color: #fff; border:1px #000 solid; overflow: auto; width: 360; height: 175; bottom: 1%; left: 20%; padding: 5px; text-align: justify; font-size: 11px; font-family: 'rationale', sans-serif; color: #000; line-height: 14px;}
  29.  
  30. .exist { position: fixed; background-color: #fff; border:1px #000 solid; overflow: auto; width: 360; height: 175; bottom: 1%; left: 49%; padding: 5px; text-align: justify; font-size: 11px; font-family: 'rationale', sans-serif; color: #000; line-height: 14px;}
  31.  
  32.  
  33. h1 { Color: #000; font-family: 'Satisfy', cursive; Border-left: 15px double #83BFB1; Border-right: 15px double #83BFB1; Border-bottom: 1px solid black; font-size:12px; text-align: center; Text-Shadow: #878487 2px 1px 1px; Margin-top: 3px;}
  34.  
  35. </style>
  36.  
  37. <div class="stats1"><div class="effect"><div class="poke">
  38.  
  39. <h1>Box Header</h1>
  40.  
  41. Stat. <font style=float:right>Input Info</font>
  42.  
  43. </div></div></div>
  44.  
  45. <div class="stats2"><div class="effect"><div class="poke">
  46.  
  47. <h1>Box Header</h1>
  48.  
  49. Stat. <font style=float:right>Input Info</font>
  50.  
  51. </div></div></div>
  52.  
  53. <div class="stats3"><div class="effect"><div class="poke">
  54.  
  55. <h1>Box Header</h1>
  56.  
  57. Stat. <font style=float:right>Input Info</font>
  58.  
  59. </div></div></div>
  60.  
  61. <div class="curses">
  62.  
  63. Words and the like. Friend stuff goes here.
  64.  
  65. </div>
  66.  
  67. <div class="exist">
  68.  
  69. Out of Character stuff.
  70.  
  71. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement