Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. [dohtml]<style>
  2.  
  3. #aquaman { width: 500px; height: 500px; }
  4. .wonderwoman { height: 0px; width: 0px; border-bottom: 500px solid #3299CC; border-right: 500px solid #000; }
  5. .batgirl { }
  6. .batgirl img { width: 150px; height: 150px; padding: 10px; background: #111; border: 1px solid #3299CC; position: relative; top: 20px; left: 20px;}
  7. .justice { width: 263px;
  8. height: 440px;
  9. background-color: rgba(225,225,225,.3);
  10. border: 1px solid #3299CC;
  11. position: relative;
  12. top: -152px;
  13. left: 191px;
  14. color: #fff;
  15. padding: 10px;
  16. font: 12px/14px 'Open Sans', sans-serif;
  17. text-align: justify;
  18. overflow: hidden;; }
  19. .justice2 { width: 90%; height: 93%; margin: 5px auto; padding: 10px;overflow: auto; }
  20. .justice2 b { color: #fff; font-weight: 900; margin: 2px 0px; text-shadow: 1px 1px #000;}
  21. .justice2 i { color: #fff; font-style: italic; text-shadow: 1px 1px #000; }
  22. .supergirl { width: 135px; background: #000; color: #fff;
  23. padding: 8px 10px;
  24. min-height: 20px;
  25. max-height: 150px;
  26. font: 10px/12px 'Open Sans', sans-serif;
  27. position: relative; top: -400px;
  28. left: 18px;
  29. text-align: left;
  30. text-transform: uppercase;
  31. overflow: auto;}
  32.  
  33.  
  34. .supergirl2 {
  35. width: 0;
  36. height: 0;
  37. border-top: 10px solid transparent;
  38. border-right: 20px solid black;
  39. border-bottom: 10px solid transparent;
  40. position: relative;
  41. top: -527px;}
  42.  
  43.  
  44. .justice2::-webkit-scrollbar {width: 5px;background: #000;}
  45. .justice2::-webkit-scrollbar-thumb {background: #3299CC;}
  46.  
  47. .supergirl::-webkit-scrollbar {width: 5px;background: #000;}
  48. .supergirl::-webkit-scrollbar-thumb { background: #3299CC; border-radius: 3px; border-left: 1px solid #fff;border-right: 1px solid #fff; }
  49.  
  50. .catwoman { width: 480px; text-align: right; color: #333; font: 10px/11px 'Open Sans', sans-serif; padding-top: 5px; text-transform: uppercase;}
  51. .catwoman a { color: #333; text-decoration: none; }
  52. .catwoman a:hover { color: #3299CC; font-style: italic; }
  53. @import url('https://fonts.googleapis.com/css?family=Open+Sans');
  54. </style>
  55.  
  56. <center>
  57.  
  58. <div id="aquaman"><div class="wonderwoman">
  59.  
  60. <div class="batgirl"><img src="http://placehold.it/150x150"></div>
  61. <div class="justice"><div class="justice2">text goes here.
  62. </div></div>
  63. <div class="supergirl">tag, notes, anything else goes here. this will go on for a very long time without stopping
  64. which is pretty dang awesome but eventually you will hit a maximum height and then it will stop
  65. and at that point it scrolls woot woot!
  66. </div>
  67. <div class="supergirl2"></div>
  68. </div></div>
  69. <div class="catwoman"><a href="http://shine.jcink.net/index.php?showuser=744">thanks evvie!</a></div>
  70.  
  71. </center>[/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement