Advertisement
ssourwolf

+1

Jul 18th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--Default Variables-->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#aaaaaa"/>
  15. <meta name="color:Link" content="#000000"/>
  16.  
  17. <meta name="image:Sidebar Image" content=""/>
  18.  
  19. <meta name="text:Link 1 URL" content="" />
  20. <meta name="text:Link 1" content="" />
  21. <meta name="text:Link 2 URL" content="" />
  22. <meta name="text:Link 2" content="" />
  23. <meta name="text:Link 3 URL" content="" />
  24. <meta name="text:Link 3" content="" />
  25.  
  26.  
  27. <!-- jquery for tooltips-->
  28.  
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31.  
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35.  
  36. (function($){
  37.  
  38. $(document).ready(function(){
  39.  
  40. $("a[title]").style_my_tooltips({
  41.  
  42. tip_follows_cursor:true,
  43.  
  44. tip_delay_time:30,
  45.  
  46. tip_fade_speed:300,
  47.  
  48. attribute:"title"
  49.  
  50. });
  51.  
  52. });
  53.  
  54. })(jQuery);
  55.  
  56. </script>
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <!--CSS customization here. -->
  64.  
  65. <style type="text/css">
  66.  
  67. #s-m-t-tooltip{
  68. position:absolute;
  69. margin-top: 15px;
  70. z-index:9999;
  71. background:{color:background};
  72. }
  73.  
  74.  
  75.  
  76. /*basics*/
  77. blockquote {padding-left:10px;
  78. margin-left:15px;
  79. border-left:1px solid #000;
  80. }
  81.  
  82. body {
  83. background:{color:background};
  84. color:{color:text};
  85. font-family:arial;
  86. font-size:11px;
  87. text-align:justify;
  88. margin:0;
  89. line-height:16px;}
  90.  
  91.  
  92. a {
  93. color:{color:link};
  94. text-decoration:none;
  95. }
  96.  
  97. a:hover {
  98. text-decoration:underline;}
  99.  
  100. img{opacity:1;
  101. border:none;
  102. text-decoration:none}
  103.  
  104.  
  105. small {
  106. font-size:9px;}
  107.  
  108. big {
  109. font-size:12px;}
  110.  
  111.  
  112. #title {font-size:12px;
  113. line-height:18px;
  114. font-weight:bold;
  115. margin-bottom:10px;
  116. text-transform:uppercase;
  117. text-align:left;}
  118.  
  119.  
  120. /*sidebar*/
  121. #sbar {
  122. width:120px;
  123. margin-left:-80px;
  124. margin-top:110px;
  125. position:fixed;
  126. }
  127.  
  128. #links {
  129. width:120px;
  130. font-size:8px;
  131. }
  132.  
  133. #links a {
  134. background-color:#fff;
  135. width:112px;
  136. padding:4px;
  137. display:block;
  138. margin-bottom:5px;
  139. text-transform:uppercase;
  140. text-align:right;
  141. }
  142.  
  143. #links a:hover {
  144. color:#fff;
  145. padding-right:16px;
  146. width:102px;
  147. }
  148.  
  149. .image {
  150. width:100px;
  151. height:100px;
  152. padding:10px;
  153. background-color:#fff;
  154. }
  155.  
  156. .image img {
  157. width:100px;
  158. height:100px;
  159. }
  160.  
  161. /*pagination*/
  162. #pagination {
  163. margin:50px 0;
  164. text-transform:lowercase;
  165. font-weight:bold;
  166. }
  167. #pagination a {
  168. padding:0 15px;
  169. }
  170.  
  171. /*container*/
  172. #con {
  173. left:50%;
  174. margin-left:-200px;
  175. position:absolute;
  176. }
  177.  
  178.  
  179.  
  180. /*posts*/
  181.  
  182. #entries {
  183. margin-left:70px;
  184. margin-top:75px;
  185. width:400px;
  186. }
  187.  
  188.  
  189.  
  190. #posts {
  191. padding:10px;
  192. background-color:#fff;
  193. width:400px;
  194. {block:IndexPage}
  195. margin-bottom:75px;
  196. {/block:IndexPage}
  197. {block:PermalinkPage}
  198. margin-bottom:50px;
  199. {/block:PermalinkPage}
  200.  
  201. }
  202. #posts img {
  203. max-width:400px;
  204. }
  205.  
  206. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  207. .caption {width:100%;
  208. margin-top:10px;
  209.  
  210. }
  211.  
  212. /*quote*/
  213.  
  214. #titlequote{text-align:left;
  215. font-size:14px;
  216. line-height:18px;
  217. font-weight:bold;
  218. }
  219. #source {
  220. margin-top:15px;
  221. margin-left:15px;}
  222.  
  223. /*audio*/
  224.  
  225. .player {
  226. width:25px;
  227. height:25px;
  228. overflow:hidden;
  229. position:absolute;
  230. background:white;}
  231.  
  232. .audioinfo {
  233. margin-left:50px;
  234. }
  235.  
  236.  
  237. /*asks*/
  238. .q {margin-bottom:10px;
  239. }
  240. .as {
  241. font-weight:bold;}
  242.  
  243. .a {
  244. margin-top:10px;
  245. }
  246.  
  247.  
  248. /*chat*/
  249.  
  250. .chat ol {
  251. padding:0;
  252. list-style:none;
  253. }
  254. .line {padding:5px 0;}
  255.  
  256. .label {font-weight:bold;
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263. /*permalink and notes*/
  264.  
  265. #permalink {
  266. font-family: arial;
  267. background: {color:background};
  268. color: {color:text};
  269. padding:10px;
  270. width:100%;
  271. margin: 5px 0 -10px -10px;
  272. transition-duration: 0.6s;
  273. -moz-transition:all ease-in-out 0.6s;
  274. -ms-transition:all ease-in-out 0.6s;
  275. -o-transition:all ease-in-out 0.6s;
  276. transition:all ease-in-out 0.6s;
  277. }
  278.  
  279.  
  280. #permalink a {margin-right:10px;
  281. }
  282.  
  283.  
  284. .tags {
  285. word-break:break-all;
  286. font-size:9px;
  287. display:inline;
  288. }
  289.  
  290. .pagenotes {
  291. {block:IndexPage}
  292. display: none!important;
  293. {/block:IndexPage}
  294. width:400px;
  295. text-align:left;
  296.  
  297. }
  298. .pagenotes img {
  299. display:none!important;}
  300. .pagenotes li {
  301. list-style-type:none;
  302. padding:5px 0px;
  303. text-align:left;
  304. margin:0 0 0 -40px;
  305. }
  306.  
  307.  
  308.  
  309.  
  310. {CustomCSS}
  311.  
  312.  
  313. </style>
  314.  
  315.  
  316.  
  317. </head>
  318.  
  319. <body>
  320.  
  321. <div id="con">
  322.  
  323. <div id="sbar">
  324. <div id="links">
  325. <a href="/">home</a>
  326. <a href="/ask">message</a>
  327. <a href="/tagged/my fic">ficcery</a>
  328. <a href="/nav">about + nav</a>
  329. </div>
  330. <div class="image">
  331. <img src="{image:sidebar image}">
  332. </div>
  333.  
  334.  
  335.  
  336.  
  337. </div>
  338.  
  339.  
  340.  
  341.  
  342. <div id="entries">
  343.  
  344. {block:Posts}
  345.  
  346. <!-- {block:NoRebloggedFrom}
  347. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  348. {/block:NoRebloggedFrom} -->
  349. {block:ContentSource}<!-- {SourceURL}
  350. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  351. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  352. {/block:ContentSource}
  353.  
  354.  
  355. <div id="posts">
  356.  
  357.  
  358. {block:Quote}
  359.  
  360.  
  361. <div id="titlequote">“{Quote}”</div>
  362. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  363. {/block:Quote}
  364.  
  365.  
  366.  
  367. {block:Text}
  368.  
  369. {block:Title}
  370. <div id="title">{Title}</div>{/block:Title}
  371. {Body}
  372. {/block:Text}
  373.  
  374. {block:Link}
  375. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  376. {/block:Link}
  377.  
  378. {block:Chat}
  379. {block:Title}
  380. <h1>{Title}</h1>
  381. {/block:Title}
  382. <div class="chat">
  383. <ol>{block:Lines}
  384. <li class="line {Alt}">
  385. {block:Label}
  386. <span class="label">
  387. {Label}</span>
  388. {/block:Label}{Line}</li>
  389. {/block:Lines}
  390. </ol></div>
  391. {/block:Chat}
  392.  
  393. {block:Photo}
  394. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  395. {/block:Photo}
  396.  
  397. {block:Photoset}
  398. {Photoset-400}
  399. {/block:Photoset}
  400.  
  401. {block:Video}
  402. {Video-400}
  403. {/block:Video}
  404.  
  405. {block:Audio}
  406. <div class="player">{AudioPlayerWhite}</div>
  407. <div class="audioinfo">
  408. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  409. </div>
  410. {/block:Audio}
  411.  
  412. {block:Answer}
  413. <div class="q">
  414. <div class="as">{Asker} said: </div>
  415. {Question}</div>
  416. <div class="a">{Answer}</div>
  417. {/block:Answer}
  418.  
  419. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  420.  
  421. {block:Date}
  422. <div id="permalink">
  423. <span style="text-transform:uppercase; font-size:10px"><a href="{Permalink}" title="{TimeAgo}"><u><b>{ShortMonth} {DayOfMonthWithZero}</b></u></a></span>{block:NoteCount}
  424. <span>{NoteCount}</span>
  425. {/block:NoteCount}
  426. {block:HasTags}<div class="tags">{block:Tags}<span>&nbsp;&nbsp;&nbsp;<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</span>
  427. </div>
  428. {/block:Date}
  429.  
  430.  
  431.  
  432. </div>
  433.  
  434.  
  435. {block:PostNotes}
  436. <div class="pagenotes">
  437. {PostNotes}
  438. </div>
  439. {/block:PostNotes}
  440.  
  441.  
  442. {/block:Posts}
  443.  
  444. <div id="pagination">
  445. {block:Pagination}
  446. {block:PreviousPage}
  447. <a href="{PreviousPage}">&larr; previous </a>
  448. {/block:PreviousPage}
  449.  
  450.  
  451. {block:NextPage}
  452. <a href="{NextPage}">next &rarr;</a>
  453. {/block:NextPage}
  454. {/block:Pagination}
  455. </div>
  456.  
  457.  
  458.  
  459. </div>
  460.  
  461. </div>
  462.  
  463.  
  464. {block:ContentSource}
  465. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  466. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  467. {/block:SourceLogo}
  468. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  469. {/block:ContentSource}
  470.  
  471. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement