Advertisement
ZukoHiyama

calibrate this v2

Aug 31st, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Rock+Salt');
  3.  
  4. ::-webkit-scrollbar { width: 3px; }
  5. ::-webkit-scrollbar-track { border-radius: 0px;}
  6. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: #556764;}
  7.  
  8. body { background-color: #33383B; }
  9.  
  10. .box-a {position: absolute; left: 0%; bottom: -20%; height: 475px; width: 450px; background-color: #;}
  11.  
  12. .box-b {position: absolute; left: 15%; bottom: 30%; height: 250px; width: 750; background-color: #000; border-radius: 10px; }
  13.  
  14. .pic { position: absolute; left: 0%; bottom: 0%; height: 98%; width: 100%; background:url('http://i.picpar.com/4kCd.png') no-repeat; background-size: 100%; }
  15.  
  16. .text {position: absolute; left: 465px; bottom: 0px; height: 230px; width: 250px; font-family: 'Open Sans Condensed', sans-serif; color: #556764; font-size: 14px; overflow: auto; text-align: justify; background-color: #33383B; font-size: small; border-left: dashed 1px #000; border-right: dashed 1px #000; padding: 10px ;}
  17.  
  18. .title {position: absolute; bottom: 95%; left: 50%; background-color: transparent; font-family: 'Rock Salt', cursive; color: #556764; letter-spacing: 5px; font-size: 50px; }
  19.  
  20. .ring1 {
  21. position: fixed;
  22. bottom: 10%;
  23. left: -15%;
  24. animation: outer 10s infinite;
  25. animation-delay: ;
  26. animation-timing-function: linear;
  27. opacity: .5;
  28. z-index: -10;
  29. }
  30.  
  31. .ring2 {
  32. position: fixed;
  33. bottom: 17%;
  34. left: -8%;
  35. animation: middle 15s infinite;
  36. animation-delay: ;
  37. animation-timing-function: linear;
  38. opacity: .6;
  39. z-index: -10;
  40. }
  41.  
  42. .ring3 {
  43. position: fixed;
  44. bottom: 23%;
  45. left: -2%;
  46. animation: center 7s infinite;
  47. animation-delay: ;
  48. animation-timing-function: ;
  49. opacity: .7;
  50. z-index: -10;
  51. }
  52.  
  53. .ring4 {
  54. position: fixed;
  55. bottom: 27%;
  56. left: 1%;
  57. animation: inner 7s infinite;
  58. animation-delay: ;
  59. animation-timing-function: ;
  60. opacity: .8;
  61. z-index: -10;
  62. }
  63.  
  64. #nav { position: absolute; left: 60%; bottom: 40%; line-height: 10px; background: transparent;}
  65.  
  66. #nav a {display: block; height: 10px; width: 10px; text-decoration: none; border: 1px #000 solid; background: white; transition:all .3s ease-out;}
  67.  
  68. #nav a:hover { background: black; transition: all .3s ease-out;}
  69.  
  70. @keyframes outer {
  71. 0% { transform: rotate(0deg); }
  72. 100% { transform: rotate(180deg); }
  73.  
  74. }
  75.  
  76. @keyframes middle {
  77. 0% { transform: rotate(0deg); }
  78. 50% { transform: rotate(-180deg); }
  79. 100% { transform: rotate(-360deg); }
  80. }
  81.  
  82. @keyframes center {
  83. 0% { transform: rotate(0deg); }
  84. 50% { transform: rotate(-180deg); }
  85. 100% { transform: rotate(360deg); }
  86. }
  87.  
  88. @keyframes inner {
  89. 0% { transform: rotate(0deg); }
  90. 25% { transform: rotate(-90deg); }
  91. 50% { transform: rotate(180deg); }
  92. 75% { transform: rotate(-180deg); }
  93. 100% { transform: rotate(360deg); }
  94. }
  95.  
  96.  
  97. </style>
  98. <body>
  99.  
  100. <div class="box-b">
  101.  
  102. <div class="title">Title here.</div>
  103.  
  104. <div id="nav">
  105. <a href="#a"></a><br>
  106. <a href="#b"></a><br>
  107. <a href="#c"></a><br>
  108. <a href="#d"></a>
  109. </div>
  110.  
  111. <div class="text">
  112.  
  113. Hopefully this is good enough for you. All you really have to is just change the colors the way you want and maybe change the font style of the text box and title.<p>​
  114.  
  115. Lorem ipsum dolor sit amet consectetur adipiscing elit, rutrum non tellus est nisi bibendum auctor, mi conubia ornare netus proin litora. Posuere volutpat tincidunt lobortis lacus montes sem penatibus hendrerit blandit scelerisque ut, primis tempus non nunc vitae natoque turpis erat in laoreet quisque aptent, fringilla enim eu morbi potenti ligula id taciti quam sed. Risus natoque sollicitudin at semper nulla morbi ligula id non, hac torquent primis malesuada montes justo vel eget lectus est, maecenas imperdiet blandit facilisis tincidunt ut fringilla sed.<p>​
  116.  
  117. Est morbi pretium sociis habitant pharetra convallis inceptos montes himenaeos, varius odio interdum malesuada sagittis parturient diam mus, dapibus phasellus non tincidunt hac vel ornare euismod. Condimentum volutpat aliquam varius placerat magna porttitor dignissim penatibus ultrices nascetur nec et ornare tempor odio per, justo enim imperdiet mauris fusce torquent hac nullam bibendum quisque sem dictumst aliquet donec gravida. Erat vel habitasse urna curae viverra conubia non morbi, et habitant sollicitudin commodo magnis suspendisse netus.​
  118.  
  119. </div>
  120.  
  121. <div class="box-a"><div class="pic"></div>
  122.  
  123. <div class="ring1">
  124. <img src="http://i.picpar.com/pmCd.png" width="" ></div>
  125. </div>
  126.  
  127. <div class="ring2">
  128. <img src="http://i.picpar.com/qmCd.png" width="" ></div>
  129. </div>
  130.  
  131. <div class="ring3">
  132. <img src="http://i.picpar.com/smCd.png" width="" ></div>
  133. </div>
  134.  
  135.  
  136. <div class="ring4">
  137. <img src="http://i.picpar.com/tmCd.png" width="" ></div>
  138. </div>
  139.  
  140.  
  141.  
  142. </body>
  143. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement