Advertisement
Guest User

001. Winter

a guest
Jun 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. <!-- base code by meroku.
  2. thank you easy html tutorial for the tooltip.
  3. background credits to swamptrog
  4. theme by sebmeuller-->
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html>
  7. <head>
  8.  
  9.  
  10.  
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13. <link href='http://fonts.googleapis.com/css?family=Rationale' rel='stylesheet' type='text/css'>
  14. <title>{Title}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:text" content="#c0bdb8" />
  19. <meta name="color:link hover" content="#fdfdfd" />
  20. <meta name="color:link" content="#c0bdb8" />
  21. <meta name="color:Bold" content="#777777" />
  22. <meta name="color:Italic" content="#bbbbbb"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:link1" content="url" />
  27. <meta name="text:name1" content="link" />
  28. <meta name="text:link2" content="url" />
  29. <meta name="text:name2" content="link" />
  30. <meta name="text:link3" content="url" />
  31. <meta name="text:name3" content="link" />
  32. <meta name="text:link4" content="url" />
  33. <meta name="text:name4" content="link" />
  34.  
  35. <meta name="image:background" content=""/>
  36.  
  37.  
  38. </head>
  39.  
  40. <style type="text/css">
  41.  
  42. #s-m-t-tooltip {
  43. max-width:300px;
  44. background-color:#caa3f1;
  45. border:1px solid #8922f2;
  46. font-size:10px;
  47. color:#000000;
  48. letter-spacing:1px;
  49. text-transform:lowercase;
  50. padding:3px;
  51. margin:20px 0px 0px 20px;
  52. z-index:9999999999999999999999;
  53. border-radius: 0px;
  54. font-family:'Rationale';
  55. }
  56.  
  57. body {color:{color:text};
  58. background-image:url({image:Background});
  59. background-attachment: fixed;
  60. background-color:{color:background};
  61. font-family:verdana; font-size:11px; line-height:17px; text-align:justify
  62. }
  63.  
  64. a:link, a:active, a:visited { color: {color:link};
  65. text-decoration:none;
  66. }
  67.  
  68. a:hover { color:{color:link hover};
  69. -webkit-transition: all 0.2s linear;
  70. -moz-transition: all 0.2s linear;
  71. transition: all 0.2s linear;
  72. }
  73.  
  74. small{font-size:auto}
  75.  
  76. big{font-size:auto}
  77.  
  78. b, strong{color:{color:bold}}
  79.  
  80. h1 {font-size:15px;}
  81.  
  82. i, em {color:{color:italic}}
  83.  
  84. p{margin-top:6px; margin-bottom:6px}
  85.  
  86. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  87.  
  88. img a{border:none; width:100%;}
  89.  
  90. img{ -webkit-transition: opacity 0.8s linear; opacity: 0.60; }
  91. img:hover{ -webkit-transition: opacity 0.8s linear; opacity: 1; }
  92.  
  93.  
  94. #container {background-color:transparent;
  95. width: 400px;
  96. margin: 0 auto -10px auto;
  97. }
  98.  
  99.  
  100. #entries {margin-left:500px;
  101. text-align: justify;
  102. }
  103.  
  104. #posts {margin: 70px 0 0px 0;
  105. width: 400px;
  106. text-align: justify;
  107. padding: 10px;
  108. border: 10px solid #6a42a1;
  109. background-color: rgba(255, 255, 255, .8);
  110. }
  111.  
  112. #posts img {max-width:100%;}
  113.  
  114. #sidebar{ position:fixed;
  115. width:200px;
  116. background:white;
  117. border:10px solid #6a42a1;
  118. padding:7px;
  119. overflow:hidden;
  120. left:150px;
  121. top:140px;
  122. }
  123.  
  124. h2 {
  125. font-family:helvetica;
  126. font-weight:100;
  127. line-height:17px;
  128. }
  129.  
  130. #pagination {font-family:calibri;
  131. text-align:center;
  132. font-size:24px;
  133. margin-bottom:2px;
  134. }
  135.  
  136. #credit {position:fixed;
  137. bottom:10px;
  138. left:10px;
  139. font-size:11px;
  140. font-family:calibri;
  141. color:{color:text};
  142. text-transform:uppercase;
  143. letter-spacing: 0px;
  144. font-style:normal;
  145. background-color:rgba(255, 255, 255, .8);
  146. border:3px solid #6a42a1;
  147. padding:3px;
  148. }
  149.  
  150.  
  151. #info {
  152. text-align:center;
  153. margin-top:10px;
  154. border: 3px solid #6a42a1;
  155. width:400px;
  156. }
  157.  
  158. .audio{background-color:black; display:block}
  159.  
  160. .user_1 .label {color:{color:link}; font-weight:bold}
  161. .user_2 .label {color:{color:text}; font-weight:italic}
  162. .user_3 .label {color:{color:link}; font-weight:text}
  163.  
  164.  
  165. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  166.  
  167. .notes img{width:10px; position:relative; top:1px}
  168. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  169.  
  170.  
  171. </style>
  172.  
  173. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  174.  
  175. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  176.  
  177. <script>
  178.  
  179. (function($){
  180.  
  181. $(document).ready(function(){
  182.  
  183. $("a[title]").style_my_tooltips({
  184.  
  185. tip_follows_cursor:true,
  186.  
  187. tip_delay_time:90,
  188.  
  189. tip_fade_speed:600,
  190.  
  191. attribute:"title"
  192.  
  193. });
  194.  
  195. });
  196.  
  197. })(jQuery);
  198.  
  199. </script>
  200.  
  201.  
  202. <body>
  203. <div id="sidebar">
  204. <a href="/"><img src="{image:sidebar}" style="width:190px;position:inline;
  205. padding:5px;"></a>
  206. <center>
  207. <h1><a href="/" title="{Description}">{Title}</a></h1>
  208. <a href="/" title="home">i.</a>
  209. <a href="/ask" title="ask">ii.</a>
  210. <a href="{text:link1}" title="{text:name1}">iii.</a>
  211. <a href="{text:link2}" title="{text:name2}">iv.</a></a>
  212. <a href="{text:link3}" title="{text:name3}">v.</a>
  213. <a href="{text:link4}" title="{text:name4}">vi.</a>
  214. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  215. </div>
  216. </center>
  217.  
  218. <div id="credit"><a href="http://sebmeuller.tumblr.com" title="winter">♡</a></div>
  219.  
  220. <div id="entries">
  221. {block:posts}
  222.  
  223. <div id="posts">
  224. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  225.  
  226.  
  227. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  228.  
  229. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  230. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  231.  
  232. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  233. {block:Caption}<center>{Caption}</center>{/block:Caption}{/block:Photo}
  234.  
  235. {block:Photoset}<center>{Photoset-400}</center>
  236. {block:Caption}<center>{Caption}</center>{/block:Caption}{/block:Photoset}
  237.  
  238. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  239.  
  240. {block:Video}{Video-400}<center>{block:Caption}</center>{Caption}{/block:Caption}{/block:Video}
  241.  
  242. {block:Answer}{Asker} whispered: {Question}<br>{Answer}{/block:Answer}
  243.  
  244.  
  245. {block:Audio}{AudioPlayerWhite}<br>
  246. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  247.  
  248. <center><div id="info">{block:Date}<a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details"> +Reblog</a><a href="{ReblogParentURL}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} <i>with</i> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br><i>reblogged from</i> <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} <i>originally from</i> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center><p>
  249.  
  250. <center>{block:HasTags}<u>filed under:</u>{block:Tags} # <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}
  251. <br /></div>
  252.  
  253. {/block:Posts}
  254.  
  255. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  256. </div>
  257. </div>
  258.  
  259. </body>
  260. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement