Advertisement
Guest User

Site

a guest
Feb 17th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html><head>
  6. <link rel="icon" type="image/png" href="?"/>
  7. <title>suae quisque fortuna faber est.</title>
  8. </head>
  9.  
  10. <!---------------------------------- script &+; ---------------------------------->
  11.  
  12. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:25,
  20. tip_fade_speed:120,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
  28. <!------------------------------------------------------------------------>
  29.  
  30. <style type="text/css">
  31.  
  32. /*---- Remoção do iFrame Tumblr ----*/
  33. .tmblr-iframe {
  34. display: none;
  35. }
  36. .tmblr-iframe--desktop-loggedin-controls {
  37. display: none;
  38. }
  39.  
  40. .iframe-controls--desktop {
  41. display: none;
  42. }
  43.  
  44. /*---- Tooltip (Customizável) ----*/
  45. #s-m-t-tooltip {
  46. padding: 5px 9px;
  47. margin: 20px;
  48. background-color: #000; /* Fundo da Tooltip */
  49. border: 1px solid #1f1f1f; /* Borda da Tooltip */
  50. font-family: 'Crimson Text', serif;
  51. font-size: 8.5px; /* Tamanho da Fonte */
  52. letter-spacing: 1px;
  53. text-transform: uppercase;
  54. color: #fff; /* Cor da Fonte */
  55. z-index: 9999 !important;
  56. max-width: 300px;
  57. }
  58.  
  59. /*---- Seleção de Texto (Customizável) ----*/
  60. ::-moz-selection {
  61. color: #000; /* Cor da Fonte */
  62. background-color: #adff8a; /* Cor da Seleção */
  63. }
  64.  
  65. /* AVISO IMPORTANTE [!]: É necessário ter a mesma cor de fundo nos dois elementos, caso o contrário, não irá funcionar. */
  66.  
  67. ::selection {
  68. color: #000; /* Cor da Fonte */
  69. background-color: #adff8a; /* Cor da Seleção */
  70. }
  71.  
  72. /*---- Barra de Rolamento (Scrollbar, Customizável) ----*/
  73. ::-webkit-scrollbar-thumb {
  74. width: 0px; /* Largura da Barrinha */
  75. height: 0px; /* Altura da Barrinha */
  76. background-color: #fff; /* Cor do Fundo */
  77. }
  78.  
  79. /* AVISO IMPORTANTE [!]: É necessário trocar a cor do fundo nos dois elementos, caso o contrário, não irá funcionar. */
  80.  
  81. ::-webkit-scrollbar {
  82. width: 0px; /* Largura da Barrinha */
  83. height: 0px; /* Altura da Barrinha */
  84. background-color: #fff; /* Cor do Fundo */
  85. }
  86.  
  87. /*---- Título & Principais Estilos ----*/
  88. body {
  89. background-color: #fff;
  90. background-image: url("https://i.imgur.com/GP1ryzi.jpg");
  91. background-size: cover;
  92. background-repeat: no-repeat;
  93. background-position-y: -250px;
  94. margin: 0px;
  95. color: #ddd;
  96. }
  97.  
  98. b, strong {
  99. color: #e2c183;
  100. font-weight: 1000;
  101. }
  102.  
  103. #titulo {
  104. color: #fff;
  105. font-family: "Cardo", serif;
  106. font-size: 40px;
  107. font-weight: none;
  108. text-decoration: none;
  109. text-transform: uppercase;
  110. letter-spacing: 0px;
  111. position: relative;
  112. }
  113.  
  114. /*---- Pré-Menu ----*/
  115.  
  116. a {
  117. color: #000; /* Cor da Fonte no Menu */
  118. text-decoration: none; /* Decoração de Texto do Menu */
  119. -webkit-transition: all 0.3s ease-in-out; /* Daqui para bixo: Transição de Menus (Tag "A") */
  120. -moz-transition: all 0.3s ease-in-out;
  121. -o-transition: all 0.3s ease-in-out;
  122. -ms-transition: all 0.3s ease-in-out;
  123. transition: all 0.3s ease-in-out;
  124. }
  125.  
  126. a:hover, a:active {
  127. color: #1f1f1f; /* Cor da Fonte */
  128. -webkit-transition: all 0.3s ease-in-out; /* Daqui para bixo: Transição de Menus (Tag "A") no Hover */
  129. -moz-transition: all 0.3s ease-in-out;
  130. -o-transition: all 0.3s ease-in-out;
  131. -ms-transition: all 0.3s ease-in-out;
  132. transition: all 0.3s ease-in-out;
  133. }
  134.  
  135. u {
  136. font-family: crimson text;
  137. font-size: 8px;
  138. text-transform: uppercase;
  139. color: #d9d9d9;
  140. text-decoration: none;
  141. }
  142.  
  143. /*---- CSS ----*/
  144.  
  145. #menu {
  146. width: 150px;
  147. height: 100%;
  148. padding: 125px;
  149. background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 73%, rgba(255,255,255,0) 100%);
  150. background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 73%,rgba(255,255,255,0) 100%);
  151. background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 73%,rgba(255,255,255,0) 100%);
  152. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1);
  153. opacity: 0;
  154. transition: 0.5s;
  155. position: fixed;
  156. }
  157.  
  158.  
  159. #menu:hover {
  160. left: -0px;
  161. opacity: 1;
  162. }
  163.  
  164. #botao {
  165. padding-top: 0px;
  166. font-family: crimson text;
  167. font-size: 11px;
  168. text-transform: uppercase;
  169. color: #fff;
  170. position: relative;
  171. left: -30px;
  172. top: -15px;
  173. padding: 7px;
  174. line-height: 14px;
  175. margin-bottom: 7.5px;
  176. width: 100px;
  177. text-align: center;
  178. border-radius: 4px;
  179. transition: 1s;
  180. background-image: url("https://i.imgur.com/QPQ9wIk.png");
  181. background-size: cover;
  182. }
  183.  
  184. #botao:hover {
  185. left: -30px;
  186. top: -15px;
  187. }
  188.  
  189. </style>
  190.  
  191. <div id="menuzao"></div>
  192. <div id="menu">
  193. <center><img src="https://i.imgur.com/x76tL8r.png" style="height: 100px; width: 116px; position: relative; left: -47.5px; top: -20px; margin-bottom: 10px;"><br></center>
  194. <div id="botao"><a href="/">teste</a></div>
  195. <div id="botao"><a href="/">teste</a></div>
  196. <div id="botao"><a href="/">teste</a></div>
  197. <div id="botao"><a href="/">teste</a></div>
  198. <div id="botao"><a href="/">teste</a></div>
  199. <div id="botao"><a href="/">teste</a></div>
  200. <div id="botao"><a href="/">teste</a></div>
  201. <div id="botao"><a href="/">teste</a></div>
  202. <div id="botao"><a href="/">teste</a></div>
  203. </div>
  204. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement