Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!--- base code by perrlie... add your own little message here --->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  23. <meta name="color:DescriptionText" content="#b8b8b8"/>
  24. <meta name="color:Border" content="#dddddd"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26.  
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:ScrollbarBg" content="#ffffff"/>
  29.  
  30. <meta name="color:Post Links" content="#c0bfbf"/>
  31. <meta name="color:Answer Backg" content="#000000"/>
  32.  
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="text:title1" content="" />
  35. <meta name="text:title2" content="" />
  36. <meta name="color:Title1" content="gray"/>
  37. <meta name="color:Title2" content="gray"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="text:Link A" content=""/>
  41. <meta name="text:Link A Text" content=""/>
  42. <meta name="text:Link B" content=""/>
  43. <meta name="text:Link B Text" content=""/>
  44. <meta name="text:Link C" content=""/>
  45. <meta name="text:Link C Text" content=""/>
  46. <meta name="if:Show Link A" content="1"/>
  47. <meta name="if:Show Link B" content="1"/>
  48. <meta name="if:Show Link C" content="1"/>
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50.  
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52.  
  53. <script>
  54.  
  55. (function($){
  56.  
  57. $(document).ready(function(){
  58.  
  59. $("a[title]").style_my_tooltips({
  60.  
  61. tip_follows_cursor:true,
  62.  
  63. tip_delay_time:90,
  64.  
  65. tip_fade_speed:600,
  66.  
  67. attribute:"title"
  68.  
  69. });
  70.  
  71. });
  72.  
  73. })(jQuery);
  74.  
  75. </script>
  76.  
  77.  
  78. <style type="text/css">
  79. #s-m-t-tooltip {
  80. display:none;
  81. max-width:300px;
  82. margin-left:15px;
  83. padding:3px;
  84. padding-bottom:2px;
  85. border:1px solid #777777;
  86. text-align:center;
  87. position:absolute;
  88. font-size:8px;
  89. line-height:10px;
  90. font-family:calibri;
  91. z-index:9999999999999999999999;
  92. background:#ffffff;
  93. color:#005c70;
  94. text-transform:uppercase;
  95. letter-spacing: 1px;
  96. }
  97. <a href="whatever" title="home"></a
  98. <a href="whatever" title="about"></a>
  99. <a href="whatever" title="tags"></a>
  100. <a href="whatever" title="ask"></a>
  101. <a href="whatever" title="archive"></a>
  102. ::-webkit-scrollbar-thumb {
  103. height:auto;
  104. background-color:{color:Scrollbar};
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:9px;
  109. width:4px;
  110. background-color:{color:ScrollbarBg};
  111. }
  112.  
  113. body {
  114. background:{color:background};
  115. margin:0px;
  116. color:{color:text};
  117. font-family:arial;
  118. font-size:12px;
  119. line-height:100%;
  120. letter-spacing:0px;
  121. text-align:justify;
  122. background-image:url('{image:Background}');
  123. }
  124.  
  125. a {
  126. text-decoration:none;
  127. outline:none;
  128. -moz-outline-style:none;
  129. color:{color:Post Links};
  130. }
  131.  
  132. img {
  133. border:none;
  134. }
  135.  
  136. blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. h1 {
  147. font-size:10px;
  148. letter-spacing:2px;
  149. text-transform:uppercase;
  150. font-family:arial;
  151. font-style:none;
  152. line-height:10px;
  153. text-align:left;
  154. padding:0px;
  155. }
  156.  
  157. a:hover {
  158. color:#000000;
  159. -moz-transition-duration:0.3s;
  160. -webkit-transition-duration:0.3s;
  161. -o-transition-duration:0.3s;
  162. }
  163.  
  164.  
  165. /*ENTRIES*/
  166.  
  167. #entries {
  168. padding:10px;
  169. width:500px;
  170. margin-left:650px;
  171. margin-top:3px;
  172. font-size:12px;
  173. font-family:arial;
  174. letter-spacing:0px;
  175. }
  176.  
  177. #post {
  178. width:500px;
  179. padding-bottom:20px;
  180. padding:25px;
  181. margin-top:30px;
  182. }
  183.  
  184. /*SIDEBAR*/
  185.  
  186. #sidebar {
  187. position:fixed;
  188. margin-top:300px;
  189. margin-left:250px;
  190. }
  191.  
  192. #sidebarimage {
  193. width 145px;
  194. }
  195.  
  196. #sidebarimage img {
  197. width:245px;
  198. margin-top:-100px;
  199. padding:3px;
  200. margin-left:-80px;
  201. }
  202.  
  203. #title1 {
  204. margin-left:-25px;
  205. margin-top:2px;
  206. color:{color:title1};
  207. width:190px;
  208. font-family:cambria;
  209. font-size:13.5px;
  210. text-transform:uppercase;
  211. }
  212.  
  213. #title2 {
  214. margin-left:0px;
  215. color:{color:title2};
  216. opacity:1;
  217. width:190px;
  218. font-family:tangerine;
  219. font-size:25.5px;
  220. text-transform:lowercase;
  221. }
  222.  
  223. .links {
  224. width:152px;
  225. font-family:calibri;
  226. padding: 7px;
  227. text-align:center;
  228. text-transform:lowercase;
  229. position:fixed;
  230. margin-top:3px;
  231. margin-left:-40px;
  232. }
  233.  
  234. .links a {
  235. width:94px;
  236. padding:3px;
  237. font-size:11px;
  238. letter-spacing:0px;
  239. text-decoration:italic;
  240. color:{color:Sidebar Links};
  241. }
  242.  
  243. .links a:hover {
  244. -moz-transition-duration:0.3s;
  245. -webkit-transition-duration:0.3s;
  246. -o-transition-duration:0.3s;
  247. color:{color:Hover};
  248. }
  249.  
  250. #description {
  251. text-align:center;
  252. font-family:calibri;
  253. width:150px;
  254. margin-top:30px;
  255. margin-left:-30px;
  256. font-size:12px;
  257. position:fixed;
  258. text-transform:none;
  259. color:{color:DescriptionText};
  260. }
  261.  
  262. #pagination {
  263. font-style:bold;
  264. padding:2px;
  265. font-family:century gothic;
  266. letter-spacing:0px;
  267. font-size:9px;
  268. text-align:center;
  269. padding:2px;
  270. margin-top:60px;
  271. margin-left:-80px;
  272. text-transform:uppercase;
  273. }
  274.  
  275.  
  276. /*POST INFO*/
  277.  
  278. #postage {
  279. width:500px;
  280. text-align:left;
  281. font-family:arial;
  282. margin-top:3px;
  283. letter-spacing:1px;
  284. font-size:8px;
  285. font-style:none;
  286. padding:1px;
  287. line-height:10px;
  288. text-transform:uppercase;
  289. border-top:1px solid;
  290. border-color:{color:Border};
  291. }
  292.  
  293. #postage a {
  294. text-align:center;
  295. color:{color:Post Links};
  296. }
  297.  
  298. #info a:hover {
  299. -moz-transition-duration:0.3s;
  300. -webkit-transition-duration:0.3s;
  301. -o-transition-duration:0.3s;
  302. color:{color:Hover}
  303. }
  304.  
  305. #tags {
  306. float:left;
  307. width:489px;
  308. margin-top:-7px;
  309. margin-left:-5px;
  310. text-align:left;
  311. font-size:7px;
  312. padding:5px;
  313. font-size:8px;
  314. opacity:1;
  315. transition-duration: 0.5s;
  316. -moz-transition-duration: 0.5s;
  317. -webkit-transition-duration: 0.5s;
  318. -o-transition-duration: 0.5s
  319. color:{color:Post Links};
  320. }
  321.  
  322. #tags a {
  323. letter-spacing:0px;
  324. font-size:8px;
  325. text-align:center;
  326. font-family:arial;
  327. text-decoration:none;
  328. display:inline-block;
  329. color:#ddd;
  330. }
  331.  
  332. #tags a:hover {
  333. background-color:#fff;
  334. -moz-transition-duration:0.3s;
  335. -webkit-transition-duration:0.3s;
  336. -o-transition-duration:0.3s;
  337. color:{color:Hover};
  338. }
  339.  
  340. /*QUESTION*/
  341.  
  342. #asker {
  343. color:#fcfcfc;
  344. padding:14px;
  345. font-family:arial;
  346. font-size:11px;
  347. letter-spacing:0px;
  348. text-align:left;
  349. margin-top:0px;
  350. text-transform:lowercase;
  351. line-height:100%;
  352. background-color:{color:Answer Backg}
  353. }
  354.  
  355. {CustomCSS}</style></head><body>
  356.  
  357. <div id="sidebar">
  358.  
  359. <div id="sidebarimage">
  360. <a title="home" href="/">
  361. <img src="{image:Sidebar}">
  362. </a>
  363. </div>
  364.  
  365. <div id="title1">{text:title1}</div>
  366. <div id="title2">{text:title2}</div>
  367.  
  368. <div class="links">
  369. <a href="/">home</a>
  370. <a href="/ask">ask</a>
  371. {block:IfShowLinkA}<a href="{text:Link A}">{text:Link A Text}</a>{/block:IfShowLinkA}
  372. {block:IfShowLinkB}<a href="{text:Link B}">{text:Link B Text}</a>{/block:IfShowLinkB}
  373. {block:IfShowLinkC}<a href="{text:Link C}">{text:Link C Text}</a>{/block:IfShowLinkC}</div>
  374.  
  375.  
  376. {block:Pagination}
  377. <div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  379. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  380. </div>
  381. {/block:Pagination}
  382. </div>
  383.  
  384. <div id="entries">
  385. {block:Posts}
  386. <div id="post">
  387.  
  388. {block:Text}
  389. <h1>{block:Title}{Title}{/block:Title}</h1>
  390. {Body}{/block:Text}
  391.  
  392. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  393. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  394.  
  395. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  396. {/block:Caption}{/block:Photoset}
  397.  
  398. {block:Quote}<h2>"{Quote}"</h2>
  399. {block:Source}<div class="qsource"> —{Source}</div>
  400. {/block:Source}{/block:Quote}
  401.  
  402. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  403.  
  404. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  405.  
  406. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  407. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  408. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  409. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  410. {/block:Audio}<br>
  411.  
  412. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  413.  
  414. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  415.  
  416. <div id="postage">
  417. <a href="{Permalink}">{Month} {DayOfMonth}</a> —
  418. {block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} / {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>){/block:ContentSource}
  419. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  420. — {NoteCountWithLabel}</a>
  421. {block:HasTags}<div id="tags">
  422.  
  423. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  424. </div>{block:HasTags}
  425. </div>
  426. </div>
  427. {/block:Posts}
  428. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  429. {/block:Posts}</div></div></div>
  430. <br><br><br><br>
  431.  
  432. </div>
  433.  
  434.  
  435.  
  436. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement