hoopers

Icarus (retired)

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