Advertisement
parrishing

ABOUT PAGE #4 - BLIZZARD

Nov 22nd, 2015
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5.  
  6. ABOUT PAGE #4 'blizzard' - BY PROTECTMCCALL (http://protectmccall.tumblr.com)
  7. -DONT USE AS BASE OR STEAL THE BITS OR REMOVE CREDIT P PLEASE
  8. -ASK ME FOR HELP IF U STRUGGLE
  9. -HOPE U HAVE A GREAT DAY TODAY BUTTERCUP ♥
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <head>
  17. <title>About.</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. <!----jquery----->
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <!----google fonts---->
  23. <link href='http://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
  24. <!---tooltip--->
  25. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  26. <script>
  27. (function($){
  28. $(document).ready(function(){
  29. $("a[title]").style_my_tooltips({
  30. tip_follows_cursor:true,
  31. tip_delay_time:300,
  32. tip_fade_speed:300,
  33. attribute:"title"
  34. });
  35. });
  36. })(jQuery);
  37. </script>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43.  
  44. background: #fff; /*background color*/
  45. background-image:url();
  46. background-attachment: fixed;
  47. background-repeat: repeat; /* if you dont want the pic repeated change 'repeat' to 'no-repeat'*/
  48. font-size: 10px;
  49. line-height:110%;
  50. }
  51.  
  52. a {
  53. color: #000000; /*link colour*/
  54. text-decoration: none;
  55. -webkit-transition: all 0.5s ease;
  56. -moz-transition: all 0.5s ease;
  57. transition: all 0.5s ease;
  58. }
  59.  
  60.  
  61. #s-m-t-tooltip { /* tooltip is what styles the hover title="" of the link */
  62. margin-top:20px;
  63. background-color:#ffffff;
  64. font-family:Helvetica;
  65. font-size:8px;
  66. color:#333333;
  67. letter-spacing:1px;
  68. text-transform:lowercase;
  69. padding:5px;
  70. padding-bottom:3px;
  71. z-index:999999999999999999999999999999999999;
  72. border-bottom: 9px double #dfe9ed ; /* colour of the on-hover lines under the text */
  73. font-weight:500;
  74. }
  75.  
  76.  
  77. #container {
  78. width: 650px;
  79. position:absolute;
  80. left:50%;
  81. top:50%;
  82. margin-left:-315px;
  83. margin-top:-250px;
  84.  
  85. }
  86.  
  87. #links {
  88. margin-left:472px;
  89. margin-top:290px;
  90. display:inline;
  91. position: fixed;
  92. font-size:16px;
  93. }
  94.  
  95. #links a {
  96. display:inline;
  97. color: #fff; /* colour of the link circles */
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. transition: all 0.5s ease-in-out;
  101.  
  102. }
  103.  
  104. #links a:hover {
  105. opacity:0.0;
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. transition: all 0.5s ease-in-out;
  109. }
  110.  
  111.  
  112. #intro {
  113. color: #000; /*title font color*/
  114. font-size: 39px;
  115. margin-top:-470px;
  116. margin-left:433px;
  117. font-family: Times;
  118. text-align: center;
  119. line-height: 70%;
  120. z-index:999;
  121. opacity:1;
  122. padding-bottom: 5px;
  123. padding-top:10px;
  124. width: 110px;
  125. border-bottom: 2px solid black;
  126. }
  127.  
  128.  
  129. #banner {
  130. height: 500px;
  131. width: 650px;
  132. background-image:url(http://static.tumblr.com/nc6lhz2/F24ny7uuu/winter__s_treetops_by_awaro__.png); /*background picture*/
  133. background-repeat: repeat; /* if you dont want the pic repeated change 'repeat' to 'no-repeat'*/
  134. }
  135.  
  136.  
  137.  
  138. #filter {
  139. height: 500px;
  140. width: 325px;
  141. background-color:#a9c1b3; /*colour of the filter*/
  142. opacity:0.4; /* the opacity of the colour filter (make it "1" for full density it looks great either way~)*/
  143. margin-left:325px;
  144.  
  145. }
  146.  
  147.  
  148. #description {
  149. opacity:1;
  150. margin-left:320px;
  151. width: 275px;
  152. height: auto;
  153. position: absolute;
  154. text-align: center;
  155. font-family: Times;
  156. padding: 0px 30px 20px 30px;
  157. line-height: 20px;
  158. font-size: 11px; /* description font size*/
  159. color: #fff; /* description font colour*/
  160. }
  161.  
  162. #quote {
  163. color: #000; /*quote font color*/
  164. font-family: Times;
  165. font-style: italic;
  166. margin-left:370px;
  167. font-size: 15px;
  168. margin-top:20px;
  169. text-align: center;
  170. width:230px;
  171. }
  172.  
  173.  
  174. #credit {
  175. position:fixed;
  176. font-size:14px;
  177. letter-spacing:1px;
  178. right:10px;
  179. bottom:15px;
  180. }
  181. #credit a {
  182. padding:3px;
  183. color:#000;
  184. background-color:#ffffff;
  185. }
  186. #credit a:hover {
  187. color:#ffffff;
  188. background-color:#000;
  189. }
  190.  
  191.  
  192.  
  193. </style>
  194. </head>
  195. <body>
  196.  
  197. <div id="container">
  198.  
  199. <div id="banner">
  200.  
  201. <div id="filter">
  202.  
  203. </div>
  204.  
  205. <div id="intro">INTR<br>
  206. ODUC<br>
  207. TION.
  208. </div>
  209. <div id="quote">Nicole. 20. Canada. Gryffindor</div>
  210. <div id="description">
  211.  
  212. <!-- start of description -->
  213.  
  214. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut dui faucibus, tempor justo sit amet, convallis est. Vestibulum maximus blandit odio, eu porttitor justo accumsan nec. Vestibulum convallis arcu non malesuada suscipit. Integer varius nunc vitae ex imperdiet, id laoreet quam semper. Proin in cursus risus, vestibulum . Praesent vestibulum erat et fringilla gravida. Pelentesque ge lacus. why does maggie stiefvater postpone the release of the raven king ?? what have we done wrong i dont even sin that much </p>
  215.  
  216. </div>
  217.  
  218.  
  219. <div id="links">
  220. <a href="/" title="back to blog" class="link">●</a>
  221. <a href="/ask" title="ask" class="link">●</a>
  222. <a href="/tagged/TAG" title="a link to the artistic art aka ur selfies" class="link">●</a>
  223. </div>
  224.  
  225. </div>
  226.  
  227.  
  228.  
  229.  
  230. </div>
  231.  
  232. <div id="credit"><a href="http://protectmccall.tumblr.com" title="code by protectmccall">©</a></div> <!--DONT TOUCH THIS BROS-->
  233.  
  234. </body>
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement