girl0nfire

Page #1 Tenue - Codes by the Girl 0n fire

Mar 20th, 2020
1,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!----------
  3.  
  4. Codes by the Girl 0n Fire.
  5.  
  6. Page #1 - Tenue
  7.  
  8. Do not steal, copy or redistribute.
  9.  
  10. ----------->
  11. <html>
  12. <head>
  13.  
  14.  
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17. <script src="https://kit.fontawesome.com/a076d05399.js"></script>
  18.  
  19. <link href="https://fonts.googleapis.com/css?family=Glegoo|Noticia+Text:700&display=swap" rel="stylesheet">
  20.  
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25.  
  26. html, body {
  27. background-image: linear-gradient(to right top, #d7e7ff, #e4e8ff, #efe9fe, #f8ebfc, #ffeefa);
  28. margin: 0px;
  29. padding: 0px;
  30. background-attachment: fixed;
  31. word-wrap: break-word;
  32. font-size: 14px;
  33. font-family: Noticia Text;
  34. }
  35.  
  36. a {
  37. color: #844D6A;
  38. text-decoration: none;
  39. -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;
  40. }
  41.  
  42. a:hover {
  43. color: #777;
  44. -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;
  45. }
  46.  
  47. b, strong, bold {
  48. color: #52424D;
  49. }
  50.  
  51. i, em, italic {
  52. color: #A0B0C6;
  53. }
  54.  
  55. u, underline {
  56. text-decoration: none;
  57. border-bottom: 1px dashed #52424D;
  58. }
  59.  
  60. blockquote {
  61. border-left: solid 1px #d7d7d7;
  62. background-color: rgba(255,255,255,0.3);
  63. margin: 5px 0px 0px 5px;
  64. padding: 7px 12px 7px 12px;
  65. font-size: 12px;
  66. }
  67.  
  68. #s-m-t-tooltip{
  69. max-width: 250px;
  70. margin: 12px;
  71. padding: 13px 16px 13px 16px;
  72. z-index: 100;
  73. text-align: center;
  74. font-size: 10px;
  75. letter-spacing: 1px;
  76. font-weight: bold;
  77. background-color: #936B8D;
  78. color: #fff;
  79. z-index: 9999999999999999999999;
  80. -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;
  81. }
  82.  
  83.  
  84. .content {
  85. z-index: 99999;
  86. position: fixed;
  87. width: 300px;
  88. padding: 30px;
  89. top: 80px;
  90. left: calc( 50% - 180px);
  91. text-align: left;
  92. font-family: Glegoo;
  93. color: #777;
  94. line-height: 28px;
  95. }
  96.  
  97. .content h1 {
  98. padding: 0px;
  99. margin-bottom: 15px;
  100. box-shadow: 0px -10px 0px inset #fff;
  101. border-bottom: 1px solid #C1C8E7;
  102. color: #936B8D;
  103. font-size: 30px;
  104. font-weight: bold;
  105. font-family: Noticia Text;
  106. }
  107.  
  108. .rules b {
  109. background: #A189AE;
  110. color: #fff;
  111. text-shadow: 1px 1px 0px #777;
  112. font-family: Noticia Text;
  113. line-height: 25px;
  114. font-size: 20px;
  115. width: 48px;
  116. height: 25px;
  117. padding-right: 3px;
  118. display: inline-block;
  119. text-align: right;
  120. border-right: 3px double #fff;
  121. border-bottom: 3px double #fff;
  122. }
  123.  
  124. .button {
  125. margin-top: 30px;
  126. text-align: center;
  127. }
  128.  
  129. .button a {
  130. display: inline;
  131. margin: 0px 5px;
  132. padding: 13px 16px 13px 16px;
  133. text-align: center;
  134. font-size: 12px;
  135. letter-spacing: 1px;
  136. font-weight: bold;
  137. background-color: #936B8D;
  138. color: #fff;
  139. border-right: 4px double #fff;
  140. border-bottom: 4px double #fff;
  141. cursor: pointer;
  142. }
  143.  
  144.  
  145.  
  146. .aboutt {
  147. position: fixed;
  148. top: 0px;
  149. left: 0px;
  150. z-index: 100000000!important;
  151. width: 100%;
  152. height: 100%;
  153. padding: 0px;
  154. display: none;
  155. background-image: linear-gradient(to right top, #d7e7ff, #e4e8ff, #efe9fe, #f8ebfc, #ffeefa);
  156. background-attachment: fixed;
  157. box-shadow: 0px -10px 0px inset #fff;
  158. }
  159.  
  160. #closea {
  161. margin: 0 auto;
  162. font-size: 30px;
  163. text-align: center;
  164. width: 30px;
  165. height: 30px;
  166. padding-top: 30px;
  167. line-height: 30px;
  168. color: #C1C8E7;
  169. cursor: pointer;
  170. text-shadow: 1px 1px 0px #fff;
  171. }
  172.  
  173. #closea i {
  174. color: #C1C8E7;
  175. text-shadow: 1px 1px 0px #fff;
  176. }
  177.  
  178. .holder {
  179. margin: 0 auto;
  180. top: 120px;
  181. width: 500px;
  182. padding: 20px;
  183. height: 400px;
  184. overflow: auto;
  185. }
  186.  
  187. </style>
  188.  
  189. <script src="https://static.tumblr.com/ta26uqw/yqQn9iy9c/jquery-1.7.1.min.js"></script>
  190.  
  191. <!-- Style my tooltips -->
  192. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  193.  
  194. <script>
  195. (function($){
  196. $(document).ready(function(){
  197. $("a[title]").style_my_tooltips({
  198. tip_follows_cursor:true,
  199. tip_delay_time:0,
  200. tip_fade_speed:0,
  201. attribute:"title"
  202. });
  203. });
  204. })(jQuery);
  205. </script>
  206.  
  207.  
  208.  
  209. </head>
  210. <body>
  211.  
  212.  
  213. <div class="content">
  214. <h1>contact me</h1>
  215.  
  216. Your description goes here. <b>Bold</b>, <i>italic</i>, <u>underline</u> and <a href="/" title="tooltip">link</a>.
  217. <blockquote>This is a blockquote.</blockquote>
  218.  
  219.  
  220.  
  221. <p><h1>rules</h1>
  222. <div class="rules">
  223. <b>1.</b> Do not hate on anyone.
  224.  
  225. <p><b>2.</b> Do not ask personal questions.
  226.  
  227. <p><b>3.</b> Do not talk about THG, GOT or The 100 because I will not stop.
  228. </div>
  229.  
  230. <div class="button">
  231. <a href="/">go back</a>
  232. <a class="about">ask box</a>
  233. </div>
  234.  
  235. <p><br><center><small>Coded by the <a href="https://girl0nfire.tumblr.com">girl on fire</a>.</small></center>
  236.  
  237.  
  238. <!-- STARTS ABOUT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
  239. <div id="about" class="aboutt">
  240. <div id="closea" title="close"><i class="far fa-times-circle"></i></div>
  241. <div class="holder">
  242. <h1>ask box</h1>
  243. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="no" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe></p>
  244. </div>
  245. </div>
  246.  
  247. </div>
  248.  
  249. <script>
  250. $(document).ready(function(){
  251. $(".about").click(function(){
  252. $("#about").slideDown(500);
  253. });
  254. });
  255. </script>
  256.  
  257. <script>
  258. $(document).ready(function(){
  259. $("#closea").click(function(){
  260. $("#about").slideUp(500);
  261. });
  262. });
  263. </script>
  264.  
  265. </body>
  266. </html>
Advertisement
Add Comment
Please, Sign In to add comment