Advertisement
Guest User

yugito

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. <style>
  2. body { background-color:#B9B0B5; }
  3. a:active, a:visited,a:link { color: 000000; text-decoration:none;}
  4. a:hover { color: Black; text-decoration:none; }
  5.  
  6. #img1{
  7. position: absolute;
  8. bottom: 0px;
  9. left: 0px;
  10. background-size:100%; }
  11.  
  12. #Info {
  13. width: 450px;
  14. height: 155px;
  15. position: absolute;
  16. bottom: 350px;
  17. left:40%;
  18. background-color:transparent;
  19. border: #90CCF3 double 4px;
  20. font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  21. font-variant: small-caps;
  22. text-align: right;
  23. font-size: 12pt;
  24. overflow: auto;
  25. color: #FFF;
  26. }
  27.  
  28. #menu {
  29. position: absolute;
  30. left:35%;
  31. bottom: 350px;
  32. z-index: 1;
  33. }
  34.  
  35. a.nav:link, a.nav:active, a.nav:visited{
  36. text-decoration: none;
  37. width:15px;
  38. height:15px;
  39. display:block;
  40. padding:0px;
  41. border:1px solid;
  42. border-color: #90CCF3;
  43. border-radius: 600px;
  44. background-color: #02287C;
  45. opacity: .6;
  46. -webkit-transition: all 0.4s ease-out;
  47. -moz-transition: all 0.4s ease-out;
  48. -moz-border-radius-topright: 5px;
  49. -moz-border-radius-bottomright: 5px;}
  50.  
  51. a.nav:hover{
  52. background-color: transparent;
  53. opacity: 0;
  54. }
  55.  
  56. a {
  57. color: #FFF;
  58. text-decoration: none;
  59. }
  60.  
  61.  
  62. h1 {
  63. font-size: 8pt;
  64. color: #9766FF;
  65. text-align: left;
  66. font-weight: normal;
  67. letter-spacing: 2px;
  68. margin-bottom: 4px;
  69. margin-left: 0px;
  70. margin-right: 5px;
  71. border-bottom: #9766FF solid 1px;
  72. border-left: #9766FF solid 15px;
  73. padding-left: 5px;
  74. }
  75.  
  76. </style>
  77.  
  78.  
  79. <div id="menu">
  80. <a class="nav" href="#1"></a><br>
  81. <a class="nav" href="#2"></a><br>
  82. <a class="nav" href="#3"></a><br>
  83. <a class="nav" href="#4"></a><br>
  84. </div>
  85. </div>
  86.  
  87.  
  88. <div id="img1">
  89. <img src="https://i.pinimg.com/564x/79/23/b1/7923b1bc63db75cd1de138c314f23bcc--yugito-nii-vila.jpg">
  90. </div>
  91.  
  92. <div id="Info">
  93.  
  94. <div style="width: 100%; height: 100%; overflow-y: hidden; background-image: url(http://i.picpar.com/cj7c.gif"); background-repeat: repeat; background-size:100%;background-attachment: fixed; background-position: center; ">
  95. <a name="1"></a>
  96. <div style="width: 212px; height: 255px; overflow-y: auto; overflow-x: hidden;">
  97. test test test test test test test test
  98. </div>
  99.  
  100. <div style="width: 600px; height: 255px; overflow-y: hidden;">
  101. <a name="2"></a>
  102. <div style="width: 600px; height: 255px; overflow-y: auto;">
  103. </div>
  104.  
  105. <div style="width: 600px; height: 255px; overflow-y: hidden;">
  106. <a name="3"></a>
  107. <div style="width: 600px; height: 255px; overflow-y: auto;">
  108.  
  109.  
  110. </div>
  111.  
  112. <div style="width: 600px; height: 255px; overflow-y: hidden;">
  113. <a name="4"></a>
  114. <div style="width: 600px; height: 255px; overflow-y: auto;">
  115. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement