Advertisement
Guest User

you're rude

a guest
Jan 30th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!--
  3.  
  4. .---.. .--.
  5. | | : :
  6. |--- | .-.. . ._.-. .--. | |. . .-. .-. .--.
  7. | |( )\ \ / (.-' | : ( ;| |(.-'(.-' | |
  8. ' `-`-' `' `' `--'' `--`-`--`-`--'`--'' `- for Elizabeth ♥
  9.  
  10. -->
  11. <head>
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{favicon}">
  14.  
  15. <!-- Fonts -->
  16. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700italic,400italic' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic' rel='stylesheet' type='text/css'>
  19.  
  20. <!-- Options -->
  21.  
  22. <meta name="image:Side Image" content="http://static.tumblr.com/10c67b79a1a95151bad076190906d9bf/qikcq4o/prUneea9e/tumblr_static_264nilbekbwkg4ggswsgcwoo8.png"/>
  23. <meta name="image:Sidebar Background" content=""/>
  24. <meta name="image:Details Background" content="http://static.tumblr.com/qikcq4o/SErn7jt1u/ps_neutral.png"/>
  25.  
  26. <meta name="color:Title" content="#3e3b3b"/>
  27. <meta name="color:Description" content="#3c3a3b"/>
  28. <meta name="color:Sidebar Border" content="#949292"/>
  29. <meta name="color:Text" content="#333333"/>
  30. <meta name="color:Links" content="#238ebb"/>
  31. <meta name="color:Hovered Links" content="#23ade7"/>
  32. <meta name="color:Reblog Hover" content="#aff3ff"/>
  33. <meta name="color:Permalink Hover" content="#ffaff4"/>
  34. <meta name="color:Tooltip" content="#9de2ff"/>
  35. <meta name="color:Tooltip Text" content="#ffffff"/>
  36. <meta name="color:Text Post Border" content="#d4d6d7"/>
  37.  
  38. <meta name="text:Link 1 URL" content="">
  39. <meta name="text:Link 1 Title" content="">
  40. <meta name="text:Link 2 URL" content="">
  41. <meta name="text:Link 2 Title" content="">
  42. <meta name="text:Link 3 URL" content="">
  43. <meta name="text:Link 3 Title" content="">
  44. <meta name="text:Link 4 URL" content="">
  45. <meta name="text:Link 4 Title" content="">
  46. <meta name="text:Link 5 URL" content="">
  47. <meta name="text:Link 5 Title" content="">
  48.  
  49. <!-- JS -->
  50.  
  51. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  52. <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  55.  
  56. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  57.  
  58.  
  59. <script>
  60. (function($){
  61. $(document).ready(function(){
  62. $("[title]").style_my_tooltips({
  63. tip_follows_cursor:true,
  64. tip_delay_time:200,
  65. tip_fade_speed:300
  66. }
  67. );
  68. });
  69. })(jQuery);
  70. </script>
  71. <script>
  72. $("*").each(function() {
  73. var cur = $(this);
  74. if(cur.css("cursor") == "pointer") {
  75. cur.css("cursor", "url(http://static.tumblr.com/qikcq4o/Kgrmul1dm/tiny_cursor_pic.png)");
  76. }
  77. });
  78. </script>
  79.  
  80. <style type="text/css">
  81.  
  82. /* Tooltips */
  83.  
  84. #s-m-t-tooltip{
  85. max-width:300px;
  86. margin:12px;
  87. padding:3px 4px;
  88. border:0px solid #DDD;
  89. letter-spacing:1px;
  90. border-radius:0px;
  91. background:{color:Tooltip};
  92. color:{color:Tooltip Text};
  93. z-index:999999;
  94. font-size:9px;
  95. text-transform:lowercase;
  96. //box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  97.  
  98. .tooltip {
  99. border-bottom: 1px dotted #000000;
  100. color: #000000; outline: none;
  101. cursor: help; text-decoration: none;
  102. position: relative;
  103. }
  104.  
  105. /* HTML Tags */
  106.  
  107. body {
  108. color:{color:text};
  109. font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  110. text-align:justify;
  111. font-size:11px;
  112. line-height:110%;
  113. }
  114.  
  115. h1, h2, h3, h4, h5, h6, p { font-weight : normal; }
  116.  
  117. h1 {
  118. text-align:center;
  119. font-size:22px;
  120. font-family: 'Droid Serif', serif;
  121. font-style:italic;
  122. }
  123.  
  124.  
  125. a {
  126. text-decoration:none;
  127. -moz-outline-style:none;
  128. color:{color:Links};
  129. -webkit-transition: all 0.5s ease;
  130. -moz-transition: all 0.5s ease;
  131. -o-transition: all 0.5s ease;
  132. transition: all 0.5s ease;
  133. }
  134.  
  135. a:hover {
  136. opacity:1;
  137. color:{color:Hovered Links};
  138. -webkit-transition: all 0.5s ease;
  139. -moz-transition: all 0.5s ease;
  140. -o-transition: all 0.5s ease;
  141. transition: all 0.5s ease;
  142. }
  143.  
  144.  
  145. /* Containers */
  146. .container {
  147. height:100%;
  148. width:100%;
  149. }
  150.  
  151. .content {
  152. position:relative;
  153. width:400px;
  154. height:auto;
  155. margin:0 0 0 300px;
  156. padding:10px;
  157. }
  158.  
  159. /* Sidebars */
  160.  
  161. .sidebar {
  162. position:fixed;
  163. width:200px;
  164. height:auto;
  165. max-height:500px;
  166. overflow-y:hidden;
  167. border:1px solid {color:Sidebar Border};
  168. margin-left:-255px;
  169. bottom:50px;
  170. box-shadow: 2px 2px 2px 2px gray;
  171. background-color: rgba(255, 255, 255, 0.45);
  172. background-image:url('{image:sidebar background}');
  173. -moz-transition-duration: 1s;
  174. -o-transition-duration: 1s;
  175. -webkit-transition-duration: 1s;
  176. transition-duration: 1s;
  177. }
  178.  
  179. .sidebar:hover {
  180. background-color:white;
  181. -moz-transition-duration: 1s;
  182. -o-transition-duration: 1s;
  183. -webkit-transition-duration: 1s;
  184. transition-duration: 1s;
  185. }
  186.  
  187. .sidebartitle {
  188. font-family: 'Playfair Display SC', serif; text-align:center;
  189. color:{color:Title};
  190. font-weight:100;
  191. font-size:20px;
  192. width:auto;
  193. height:auto;
  194. line-height:110%;
  195. max-width:300px;
  196. padding:10px;
  197. padding-top:15px;
  198. }
  199.  
  200. .sidebarimage img {
  201. max-width:200px;
  202.  
  203. }
  204.  
  205. .description {
  206. padding:5px;
  207. font-size:11px;
  208. color:{color:Description};
  209. text-align:center;
  210. font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  211. font-style:italic;
  212.  
  213. padding-bottom: 10px;
  214. }
  215.  
  216. .sidebarlinks {
  217. width:200px;
  218. height:auto;
  219. padding-bottom: 5px;
  220. opacity:0.9;
  221. text-align:center;
  222. -moz-transition-duration: 0.5s;
  223. -o-transition-duration: 0.5s;
  224. -webkit-transition-duration: 0.5s;
  225. transition-duration: 0.5s;
  226. }
  227.  
  228. .sidebarlinks a {
  229. padding-left:5px;
  230. padding-right:5px;
  231. }
  232.  
  233. .sidebar:hover .sidebarlinks {
  234. opacity:1;
  235. display:block;
  236. -moz-transition-duration: 0.5s;
  237. -o-transition-duration: 0.5s;
  238. -webkit-transition-duration: 0.5s;
  239. transition-duration: 0.5s;
  240. }
  241.  
  242. .sideimage {
  243. max-width:400px;
  244. position:fixed;
  245. margin-left: 440px;
  246.  
  247. bottom: 0px;
  248. }
  249.  
  250. .sideimage img {
  251. max-width: 500px;
  252. }
  253.  
  254. /* Posts */
  255.  
  256. #posts {
  257. margin-bottom:15px;
  258.  
  259.  
  260. -moz-transition-duration: 0.5s;
  261. -o-transition-duration: 0.5s;
  262. -webkit-transition-duration: 0.5s;
  263. transition-duration: 0.5s;
  264.  
  265. background: white;
  266.  
  267. }
  268.  
  269. #posts img {
  270. {block:indexpage}opacity:0.8;{/block:indexpage}
  271. {block:permalinkpage}opacity:1;{/block:permalinkpage}
  272. }
  273.  
  274.  
  275. #quote {
  276. font-size:25px;
  277. line-height:120%;
  278. text-align:left;
  279. padding-top:5px;
  280. margin-left:3px;
  281. font-family: 'Qwigley', cursive;
  282. }
  283.  
  284. #question {
  285. padding-bottom: 10px;
  286. border-bottom: 1px solid #aeaeae;
  287. }
  288.  
  289. #player {
  290. border:1px solid {color:Text Post Border};
  291. padding:5px;
  292. }
  293.  
  294. /* Post Links */
  295. #postNotes {
  296. padding-right: 10px;
  297. position: absolute;
  298. margin-left: -50px;
  299.  
  300. text-align: right;
  301.  
  302. opacity: 0;
  303.  
  304. transition: 0.4s ease-in-out;
  305. }
  306.  
  307. #posts:hover #postNotes {
  308. opacity: 1;
  309. }
  310.  
  311. #details {
  312. width:400px;
  313. padding:2px 0px 2px 0px;
  314. font-size:11px;
  315. margin-top:5px;
  316. border-bottom:1px solid {color:Text Post Border};
  317. background-image:url('{image:Details Background}');
  318. }
  319.  
  320. #details p {
  321. line-height:60%;
  322. margin-left:5px;
  323. }
  324.  
  325. </style>
  326. </head>
  327.  
  328. <body>
  329. <div class="container">
  330. a
  331.  
  332.  
  333. <div class="content">
  334.  
  335. <div class="sideimage"><img src="{image:Side Image}"></div>
  336.  
  337. <div class="sidebar">
  338. <div class="sidebartitle">
  339. {title}
  340. </div>
  341.  
  342. <div class="sidebarlinks">
  343. <a href="/" title="Refresh">&#8634;</a>
  344. {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Title}">&#8544;</a>{/block:ifLink1URL}
  345. {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Title}">&#8545;</a>{/block:ifLink2URL}
  346. {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Title}">&#8546;</a>{/block:ifLink3URL}
  347. {block:ifLink4URL}<a href="{text:Link 4 URL}" title="{text:Link 4 Title}">&#8547;</a>{/block:ifLink4URL}
  348. {block:ifLink5URL}<a href="{text:Link 5 URL}" title="{text:Link 5 Title}">&#8548;</a>{/block:ifLink5URL}
  349. <a href="http://ohmykirigiri.tumblr.com" title="Theme">&hearts;</a>
  350.  
  351. </div>
  352.  
  353. {block:ifSidebarImage}<div class="sidebarimage"><img src="{image:sidebar image}"></div>{/block:ifSidebarImage}
  354. <div class="description">{description}
  355. </div>
  356. </div>
  357.  
  358. <div id="postCont">
  359. <div class="autopagerize_page_element">
  360.  
  361. {block:Posts}
  362. <div id="posts" style="position:relative">
  363.  
  364. <div id="postNotes">
  365. <span style="letter-spacing: 1px;">{NoteCount}</span><br>
  366. Notes<br>
  367. -<br>
  368. <a href="{ReblogParentURL}">via</a><br>
  369. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}<br>
  370. <a href="{Permalink}">permalink</a>
  371. </div>
  372.  
  373. {block:IndexPage}
  374.  
  375. {block:Photo}
  376. {LinkOpenTag}<img src="{photourl-400}" style="min-width:400px">{LinkCloseTag}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  377. {/block:Photo}
  378.  
  379. {block:Photoset}
  380. {photoset-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  381. {/block:Photoset}
  382.  
  383. {/block:IndexPage}
  384.  
  385. {block:PermalinkPage}
  386.  
  387. {block:Photo}
  388. {LinkOpenTag}<img src="{photourl-400}">{LinkCloseTag}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  389. {/block:Photo}
  390.  
  391. {block:Photoset}
  392. {photoset-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  393.  
  394. {/block:Photoset}
  395.  
  396. {/block:PermalinkPage}
  397.  
  398. {block:Text}
  399. <div style="padding:5px">{block:Title}<h1 style="background-color:{color:Post Title Block Color};padding:10px">{Title}{/block:Title}</h1>{Body}</div>
  400. {/block:Text}
  401.  
  402. {block:Link}
  403. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  404. {/block:Link}
  405.  
  406. {block:Quote}<div style="padding:10px;"><div id="quote">{Quote}</div><p style="text-align:right;">{block:Source}- {Source}{/block:Source}</p></div>
  407. {/block:Quote}
  408.  
  409. {block:Audio}
  410. <div id="player"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  411. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  412. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  413. {/block:ExternalAudio}</div>
  414. {/block:Audio}
  415.  
  416. {block:Video}
  417. {Video-400}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  418. {/block:Video}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  421. {/block:Chat}
  422.  
  423. {block:Answer}<div style="padding:10px;">
  424. <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker} asked: </span>{Question}</div>
  425. <br>
  426.  
  427. <div id="answer"><div id="answertext">
  428. <span style="text-transform:uppercase;font-size:9px;font-style:italic;">— I answered: </span>{Answer}{block:Answerer}— {Answerer}{/block:Answerer}</div></div></div>
  429. {/block:Answer}
  430.  
  431.  
  432.  
  433.  
  434. {block:permalinkpage}
  435. {block:NoteCount}
  436. <div id="details" style="!position:relative">
  437. <p>Reblogged from: <a href="{Permalink}"></a><a href="{ReblogParentURL}">{ReblogParentName}</a></p>{/block:RebloggedFrom}
  438.  
  439. <p>{block:ContentSource}Source: <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</p>
  440.  
  441. <p>Notes: {notecount}</p>
  442. <p>Reblogged on: {block:Date}{DayOfMonth}{DayOfMonthSuffix} of {Month} {Year} - {TimeAgo}</p>{/block:Date}
  443. {block:HasTags}<p>Tags: {block:Tags}<a href="{TagURL}a">#{Tag}</a>{/block:Tags}</p>{/block:HasTags}
  444. </div>
  445. {/block:NoteCount}
  446. {/block:permalinkpage}
  447.  
  448. </div>
  449. {/block:Posts}
  450. </div> <!-- End of Infinite-Scroll container -->
  451. </div> <!-- End of PostCont -->
  452. </div> <!-- End of content -->
  453. </div> <!-- End of container -->
  454. </body>
  455. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement