Advertisement
iclemyer

mpage #04

Sep 7th, 2013
3,806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--
  7.  
  8. PAGE MADE BY MORGANE (kilmorecove@tumblr / teen-wolf@tumblr)
  9.  
  10. Made for personal use only.
  11.  
  12. RULES:
  13. - Do not remove the credits
  14. - Do not move the credits to a secondary page
  15. - Do not take snippets from this code
  16. - Do not redistribute and/or claim the code as your own
  17.  
  18. You're allowed to edit the code as you want as long as you respect the rules.
  19. For help message me @ kilmorecove.tumblr.com
  20.  
  21. Enjoy! :)
  22.  
  23. -->
  24.  
  25.  
  26. <head>
  27. <title>Navigation{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary} </title>
  28. {block:Description}
  29. <meta name="description" content="{MetaDescription}" />
  30. {/block:Description}
  31. <link rel="shortcut icon" href="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/laco.gif">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33.  
  34. <head>
  35. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  36. <style>
  37.  
  38. #tumblr_controls {display:none;}
  39.  
  40. /* scrollbar */
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {
  43. height:12px;
  44. background-color:#bbb;
  45. }
  46. ::-webkit-scrollbar-thumb:horizontal {
  47. background-color:#fff;
  48. }
  49. ::-webkit-scrollbar {
  50. width:5px;
  51. height:7px;
  52. border:2px solid #fff;
  53. background-color:#bbb;
  54. }
  55.  
  56.  
  57. body {
  58. font: 10px cambria;
  59. letter-spacing:1px;
  60. line-height:110%;
  61. color:#bbb; /* text color */
  62. text-align:justify;
  63. background:#fff url('http://static.tumblr.com/rmo8by6/Whjmsrb1l/bg_287978.png');
  64. }
  65.  
  66. a, a:hover, a:active, a:visited {
  67. text-decoration:none;
  68. color:#bbb; /* links color */
  69. -webkit-transition: all 0.3s ease-in-out;
  70. -moz-transition: all 0.3s ease-in-out;
  71. -ms-transition: all 0.3s ease-in-out;
  72. -o-transition: all 0.3s ease-in-out;
  73. transition: all 0.3s ease-in-out;
  74. }
  75.  
  76. #container {
  77. left:50%;
  78. top:50%;
  79. margin:-300px 0 0 -300px;
  80. width:600px;
  81. height:600px;
  82. position:fixed;
  83. }
  84.  
  85.  
  86. #about, #navigation, #askbox, #faq {
  87. width:228px;
  88. height:228px;
  89. border:1px dotted #eee;
  90. float:left;
  91. margin:25px;
  92. padding:10px;
  93. overflow:auto;
  94. position:relative;
  95. background-color:#fff;
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -ms-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. .title {
  104. text-align:center;
  105. margin-bottom:5px;
  106. color:#888;
  107. font:13px petit formal script;
  108. letter-spacing:0px;
  109. }
  110.  
  111. .description:first-letter {
  112. color:#fff;
  113. background:#aaa;
  114. font: italic 20px georgia;
  115. padding:5px;
  116. border:2px solid #fff;
  117. outline:1px solid #aaa;
  118. margin-right: 10px; /* adjust margin right of fisrt letter in the about me section*/
  119. margin-bottom: 5px; /* adjust margin bottom of fisrt letter in the about me section*/
  120. float:left;
  121. }
  122.  
  123. .links a {
  124. display:block;
  125. width:228px;
  126. padding: 5px 0;
  127. border-bottom:1px solid #bbb;
  128. text-align:center;
  129. font-style:italic;
  130. }
  131.  
  132. .links a:hover {
  133. letter-spacing:4px;
  134. text-shadow: 1px 0 .2px rgba(255,108,143, 0.5), -1px 0 .2px rgba(150,207,250, 1);
  135. color:#777;
  136. }
  137.  
  138. .subtitle {
  139. color:#999;
  140. font-weight:bold;
  141. font-style:italic;
  142. text-decoration:underline;
  143. }
  144.  
  145.  
  146. #image {
  147. position:fixed;
  148. left:50%;
  149. top:50%;
  150. background-color:#fff;
  151. width:548px;
  152. height:548px;
  153. margin:-275px 0 0 -275px;
  154. display:block;
  155. z-index:2;
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -ms-transition: all 0.5s ease-in-out;
  159. -o-transition: all 0.5s ease-in-out;
  160. transition: all 0.5s ease-in-out;
  161. border:1px solid #eee;
  162. }
  163.  
  164. #image img {
  165. width:200px;
  166. height:200px;
  167. position:absolute;
  168. margin:-112px 0 0 -112px;
  169. border: 14px solid #333;
  170. top:50%;
  171. left:50%;
  172. padding:10px;
  173. -webkit-transition: all 0.5s ease-in-out;
  174. -moz-transition: all 0.5s ease-in-out;
  175. -ms-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. transition: all 0.5s ease-in-out;
  178. }
  179.  
  180.  
  181. #container:hover #image {
  182. opacity:0;
  183. width:0px;
  184. height:0px;
  185. margin:0;
  186. }
  187.  
  188. #container:hover #image img {
  189. width:0px;
  190. height:0px;
  191. margin:0;
  192. }
  193.  
  194. #crd {position: fixed; right:10px; bottom:10px; text-transform:uppercase;font-weight:bold; font-style:normal; font-family:'calibri'; letter-spacing:3px; font-size:9px; background-color:#777; width:18px; height:18px; line-height:18px; -webkit-border-radius: 4px; border-radius: 4px;}
  195. #crd a {color:#fff; padding:2px;}
  196.  
  197. </style>
  198. </head>
  199. <body>
  200.  
  201.  
  202.  
  203. <div id="container">
  204.  
  205.  
  206. <div id="image"><img src="http://static.tumblr.com/rmo8by6/Y3Pmsrdk7/2.png"/> <!-- replace the url with the picture you want. image size is 200 x 200 pixels --> </div>
  207.  
  208.  
  209.  
  210. <div id="about">
  211. <div class="title">About the blogger</div>
  212. <div class="description"><!-- under this line you write the "about me" -->
  213. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.
  214. </div></div>
  215.  
  216. <div id="navigation"><!-- navigation links -->
  217. <div class="title">Navigation</div>
  218. <div class="links">
  219. <a href="/">home</a>
  220. <a href="/archive">archive</a>
  221. <a href="URL">link 1</a>
  222. <a href="URL">link 2</a>
  223. <a href="URL">link 3</a>
  224. <a href="URL">link 4</a>
  225. <a href="URL">link 5</a>
  226. <a href="URL">link 6</a> <!-- you can add more if you want or delete some if you don't need them -->
  227. </div>
  228. </div>
  229.  
  230. <!-- BE SURE TO REPLACE "YOUR USERNAME" WITH YOUR ACTUAL USERNAME OR THE ASK WON'T WORK! -->
  231. <div id="askbox">
  232. <div class="title">Message</div>
  233. <iframe frameborder="0"
  234. height="250"
  235. id="ask_form"
  236. scrolling="auto"
  237. src="http://www.tumblr.com/ask_form/YOUR USERNAME.tumblr.com"
  238. width="100%">
  239. </iframe>
  240. </div>
  241.  
  242. <div id="faq"><div class="title">Interests</div>
  243. <!-- here you can either write the fandoms you're in or a faq page -->
  244. <span class="subtitle">Title 1:</span> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br> <!-- use <br> to go on a new line -->
  245. <span class="subtitle">Title 2:</span> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>
  246. <span class="subtitle">Title 3</span>: Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br>
  247. <span class="subtitle">Title 4:</span> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  248. </div>
  249. </div>
  250.  
  251. <div id="crd"><a href="http://kilmorecove.tumblr.com" title="By Morgane">th</a></div>
  252.  
  253. </body>
  254. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement