hoopers

Distance

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