Advertisement
parrishing

ABOUT PAGE #5 - DER ENGEL

Feb 13th, 2017
1,357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <!--
  4.  
  5. ABOUT PAGE #5 'der Engel' - BY NAMJOONEH (http://namjooneh.tumblr.com) [prev. protectmccall]
  6. -DONT USE AS BASE OR STEAL THE BITS P PLEASE
  7. -ASK ME FOR HELP IF U STRUGGLE
  8. -IM OPEN FOR COMMISSIONS IF YOU WANT A SPECIAL PAGE JUST FOR YOU~~ (check http://namjooneh.tumblr.com/rules for more info)
  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.  
  17. <head>
  18. <title>About.</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <!----jquery----->
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <!----google fonts---->
  24. <link href='http://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
  25. <!---tooltip--->
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:300,
  33. tip_fade_speed:300,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. ::selection {
  44. background: #c2b6b6; /* COLOUR OF THE TEXT WHEN SELECTED */
  45. color: #111111;
  46. }
  47.  
  48. ::-moz-selection {
  49. background: #c2b6b6;/* COLOUR OF THE TEXT WHEN SELECTED */
  50. color: #111111;
  51. }
  52.  
  53. ::-webkit-selection {
  54. background: #c2b6b6;/* COLOUR OF THE TEXT WHEN SELECTED */
  55. color: #111111;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:#c2b6b6; /* COLOUR OF THE LINKS */
  63. -webkit-transition: all 0.5s ease-in-out;
  64. -moz-transition: all 0.5s ease-in-out;
  65. transition: all 0.5s ease-in-out;
  66. }
  67.  
  68.  
  69. ul {
  70. margin-left:-10px;
  71. }
  72.  
  73.  
  74. body {
  75. background:#fff; /* COLOUR OF BACKGROUND, #fff for white, or you can just type 'white', 'black' etcetc w/o '#' */
  76. font-family:Georgia;
  77. line-height:120%;
  78. letter-spacing:0px;
  79. /*text-align:justify;*/
  80. background-image:url(PUT THE URL OF THE PIC U WANT AS BACKGROUND HERE);
  81. background-attachment: fixed;
  82. background-repeat: repeat; /* if you dont want the pic repeated change 'repeat' to 'no-repeat'*/
  83. color:#000;
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background:#dfe9ed;
  88. height: 80px;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height: 10px;
  93. width: 3px;
  94. }
  95.  
  96.  
  97. #s-m-t-tooltip { /* tooltip is what styles the hover title="" of the link */
  98. margin-top:15px;
  99. background-color:#fff;
  100. font-size:8px;
  101. color:#333;
  102. letter-spacing:1px;
  103. text-transform:lowercase;
  104. padding:3px;
  105. padding-bottom:3px;
  106. z-index:999999999999999999999999999999999999;
  107. border: 3px solid #c2b6b6 ; /* COLOUR OF THE ON HOVER FRAME OF THE TEXT */
  108. font-weight:500;
  109. }
  110.  
  111.  
  112. #container {
  113. background-color: #ffffff; /* COLOUR OF THE BOX */
  114. width:640px;
  115. height:380px;
  116. position:absolute;
  117. left:50%;
  118. top:50%;
  119. margin-left:-310px;
  120. margin-top:-190px;
  121. }
  122.  
  123.  
  124.  
  125. #pic img {
  126. width:290px;
  127. height:380px;
  128. background:#ffffff;
  129. overflow: auto;
  130. position:absolute;
  131. }
  132.  
  133.  
  134. #text {
  135. margin-top:0px;
  136. margin-left:290px;
  137. width:255px;
  138. height:360px;
  139. background:#eee;/* BACKGROUND COLOR OF THE TEXT SECTION */
  140. padding-left:25px;
  141. padding-right:70px;
  142. padding-top:10px;
  143. padding-bottom:10px;
  144. position: absolute;
  145. font-size: 14px; /* SIZE OF THE FONT */
  146. line-height:97%;
  147. }
  148.  
  149. #title {
  150. font-weight:bold;
  151. font-size:30px;
  152. margin-top:70px;
  153. padding-left:10px;
  154.  
  155. }
  156.  
  157.  
  158. #links {
  159. font-size:10px;
  160. margin-left:25px;
  161. margin-top:5px;
  162. }
  163.  
  164.  
  165. #links a {
  166. color: #000; /* COLOUR OF THE LINK CIRCLES */
  167. -webkit-transition: all 0.5s ease-in-out;
  168. -moz-transition: all 0.5s ease-in-out;
  169. transition: all 0.5s ease-in-out;
  170.  
  171. }
  172.  
  173. #links a:hover {
  174. color:#fff; /* COLOUR OF THE LINK CIRCLES ON HOVER */
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. transition: all 0.5s ease-in-out;
  178. }
  179.  
  180.  
  181. #credit {
  182. position:fixed;
  183. font-size:14px;
  184. letter-spacing:1px;
  185. right:10px;
  186. bottom:15px;
  187. }
  188. #credit a {
  189. padding:3px;
  190. color:#000;
  191. background-color:#ffffff;
  192. }
  193. #credit a:hover {
  194. color:#ffffff;
  195. background-color:#000;
  196. }
  197.  
  198. #text ol ul li {
  199. list-style-type: none;
  200. margin-left:-25px;
  201. font-size:10px;
  202. margin-bottom:0px;
  203. }
  204.  
  205. #text ol {
  206. margin-left:-24px
  207. }
  208.  
  209. #text ol li {
  210. font-size:20px;
  211. margin-bottom:8px;
  212. }
  213.  
  214.  
  215.  
  216. {CustomCSS}</style></head><body>
  217.  
  218. <div id="container">
  219.  
  220.  
  221.  
  222. <div id="pic"><img src="http://68.media.tumblr.com/ce968c4c60e27c01f7ab761a5c406228/tumblr_of4swvmjAs1vyq0lso4_540.png"></div> <!-- CHANGE THE PIC HERE, IT SHOULD BE SQUARE AND NOT SMALLER THAN 300X300PX THO SO BEWARE-->
  223.  
  224. <div id="text">
  225. <div id="title">about</div>
  226. <div id="links">
  227. <a href="http://protectmccall.tumblr.com" title="back to blog">ho·me</a> <a href="http://protectmccall.tumblr.com" title="yo">ask</a> <a href="https://www.youtube.com/watch?v=tVj0ZTS4WF4" title="no one should know">yi·ke</a>
  228. </div>
  229.  
  230. <ol>
  231. <li>
  232. <ul>
  233. <li><strong>a</strong> name : marina</li>
  234. <li><strong>b</strong> general : belarus, 21, she/her, scorpio, pan</li>
  235. </ul>
  236. </li>
  237. <!------------------------------------------->
  238. <li>
  239. <ul>
  240. <li><strong>a</strong> a graphic design transfer student</li>
  241. <li><strong>b</strong> !!!kim seokjin!!!</li>
  242. <li><strong>c</strong> likes : Lorem ipsum dolor sit amet, elit.</li>
  243. <li><strong>d</strong> dislikes : Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
  244. </ul>
  245. </li>
  246. <!------------------------------------------->
  247. <li>
  248. <ul>
  249. <li><strong><u>blog content</u></strong>: aesthetic. renaissance memes. cats and soft communism. sufjan stevens x reader fanfiction.
  250. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3222193";
  251. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  252. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  253. </script>
  254. </li>
  255. </ul>
  256. </li>
  257.  
  258.  
  259. </ol>
  260.  
  261.  
  262. </div>
  263. </div>
  264.  
  265. <div id="credit"><a href="http://protectmccall.tumblr.com" title="code by protectmccall">©</a></div> <!--DONT TOUCH THIS BROS-->
  266.  
  267.  
  268. </body>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement