Advertisement
spongebobsquarepants

Theme 4 - Pretty Lies

Jul 14th, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  6. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  7.  
  8. THEME BY STARSBUKS
  9.  
  10. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  11. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  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.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:sidebar title" content="#111111"/>
  25. <meta name="color:Sidebar" content="#ffffff"/>
  26. <meta name="color:pagination" content="#111111"/>
  27. <meta name="color:sb image border" content="#111111"/>
  28. <meta name="color:tooltip background" content="#ffffff"/>
  29. <meta name="color:tooltip border" content="#111111"/>
  30. <meta name="color:tooltip text" content="#111111"/>
  31. <meta name="color:description text" content="#111111"/>
  32. <meta name="color:question background" content="#f9f9f9"/>
  33. <meta name="color:blockquote" content="#eeeeee"/>
  34. <meta name="color:Text" content="#a8a8a8"/>
  35. <meta name="color:Link" content="#b8b8b8"/>
  36. <meta name="color:Tags" content="f0f0f0"/>
  37. <meta name="color:Hover" content="#f2f2f2"/>
  38. <meta name="color:Line" content="#f2f2f2"/>
  39. <meta name="color:Border" content="#e4e4e4"/>
  40. <meta name="color:Post" content="#ffffff"/>
  41. <meta name="color:Answer" content="#f8f8f8"/>
  42. <meta name="color:sidebar links" content="#111111"/>
  43. <meta name="color:links background" content="#ffffff"/>
  44. <meta name="color:top bar" content="#111111"/>
  45. <meta name="image:sidebar" content=""/>
  46. <meta name="image:bg" content=""/>
  47. <meta name="text:sidebar title" content=""/>
  48. <meta name="text:title margin" content="75"/>
  49. <meta name="text:Link 1" content=""/>
  50. <meta name="text:Link 2" content=""/>
  51. <meta name="text:Link 3" content=""/>
  52. <meta name="text:Link 4" content=""/>
  53. <meta name="text:link 1 title" content=""/>
  54. <meta name="text:link 2 title" content=""/>
  55. <meta name="text:link 3 title" content=""/>
  56. <meta name="text:link 4 title" content=""/>
  57. <meta name="color:scrollbar" content="#111111"/>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.9;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  63.  
  64. /* --- SCROLLBAR ---*/
  65.  
  66. ::-webkit-scrollbar-thumb{background-color: {color:scrollbar}; border: 2px solid #fff;height:auto;}
  67. ::-webkit-scrollbar {height:9px;width:9px;background-color: {color:scrollbar};border: 4px solid #fff;}
  68.  
  69.  
  70. /* --- BODY ---*/
  71.  
  72. body {
  73. background:{color:background};
  74. margin:0px;
  75. color:{color:text};
  76. font-family:Calibri;
  77. font-size:9px;
  78. line-height:100%;
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. outline:none;
  84. -moz-outline-style:none;
  85. color:{color:link};
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid {color:blockquote};
  95. margin-left:10px;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid {color:blockquote};
  101. }
  102.  
  103. h1 {
  104. font-size:9px;
  105. text-transform:uppercase;
  106. }
  107.  
  108. a:hover {
  109. opacity:10;
  110. color:{color:hover};
  111. -webkit-transition: all 0.7s ease;
  112. -moz-transition: all 0.7s ease;
  113. -o-transition: all 0.7s ease
  114. }
  115.  
  116. #blackbar {
  117. width:452px;
  118. height:40px;
  119. position:fixed;
  120. opacity:1;
  121. margin-top:-30px;
  122. margin-left:417px;
  123. background-color:{color:top bar};
  124. }
  125.  
  126. /* --- POST ENTRIES ---*/
  127.  
  128.  
  129. #entries {
  130. padding:10px;
  131. padding-top:15px;
  132. width:400px;
  133. margin-left:423px;
  134. margin-top:200px;
  135. margin-bottom:20px;
  136. font-size:10px;
  137. }
  138.  
  139. /* --- BODY: POSTS ---*/
  140.  
  141.  
  142. #post {
  143. width:400px;
  144. padding-bottom:20px;
  145. padding:10px;
  146. margin-top:15px;
  147. background-color:{color:Post};
  148. }
  149.  
  150. /* --- SIDEBAR IMAGE ---*/
  151.  
  152.  
  153. #sidebar {
  154. width:450px;
  155. height:170px;
  156. position:fixed;
  157. margin-left:417px;
  158. top:0;
  159. opacity:1;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163. #sidebarimage img {
  164. opacity:1;
  165. width:100px;
  166. height:100px;
  167. border:solid 3px {color:sb image border};
  168. padding:6px;
  169. background-color:#fff;
  170. margin-left:210px;
  171. margin-top:26px;
  172. position:fixed;
  173. -webkit-transition: margin-left;
  174. -webkit-transition-timing-function: ease-in-out;
  175. -webkit-transition-duration:0.6s;
  176. }
  177.  
  178. #sidebar:hover #sidebarimage img {
  179. margin-left:116px;
  180. -webkit-transition: all 0.6s ease-in-out;
  181. -moz-transition: all 0.6s ease-in-out;
  182. -o-transition: all 0.6s ease-in-out;
  183. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  184. }
  185.  
  186. /* --- SIDEBAR LINKS ---*/
  187.  
  188. .link1 {
  189. width:25px;
  190. height:25px;
  191. position:fixed;
  192. margin-top:-22px;
  193. margin-left:555px;
  194. background-color:{color:links background};
  195. border-radius:50%;
  196. font-family:'times new';
  197. text-transform:uppercase;
  198. text-align:center;
  199. font-size:14px;
  200. line-height:200%;
  201. -webkit-transition: all 0.5s ease;
  202. -moz-transition: all 0.5s ease;
  203. -o-transition: all 0.5s ease;
  204. -ms-transition: all 0.5s ease;
  205. transition: all 0.5s ease;
  206. }
  207.  
  208. .link2 {
  209. width:25px;
  210. height:25px;
  211. position:fixed;
  212. margin-top:-22px;
  213. margin-left:605px;
  214. background-color:{color:links background};
  215. border-radius:50%;
  216. font-family:'times new';
  217. text-transform:uppercase;
  218. text-align:center;
  219. font-size:14px;
  220. line-height:200%;
  221. -webkit-transition: all 0.5s ease;
  222. -moz-transition: all 0.5s ease;
  223. -o-transition: all 0.5s ease;
  224. -ms-transition: all 0.5s ease;
  225. transition: all 0.5s ease;
  226. }
  227.  
  228. .link3 {
  229. width:25px;
  230. height:25px;
  231. position:fixed;
  232. margin-top:-22px;
  233. margin-left:655px;
  234. background-color:{color:links background};
  235. border-radius:50%;
  236. font-family:'times new';
  237. text-transform:uppercase;
  238. text-align:center;
  239. font-size:14px;
  240. line-height:200%;
  241. -webkit-transition: all 0.5s ease;
  242. -moz-transition: all 0.5s ease;
  243. -o-transition: all 0.5s ease;
  244. -ms-transition: all 0.5s ease;
  245. transition: all 0.5s ease;
  246. }
  247.  
  248. .link4 {
  249. width:25px;
  250. height:25px;
  251. position:fixed;
  252. margin-top:-22px;
  253. margin-left:705px;
  254. background-color:{color:links background};
  255. border-radius:50%;
  256. font-family:'times new';
  257. text-transform:uppercase;
  258. text-align:center;
  259. font-size:14px;
  260. line-height:200%;
  261. -webkit-transition: all 0.5s ease;
  262. -moz-transition: all 0.5s ease;
  263. -o-transition: all 0.5s ease;
  264. -ms-transition: all 0.5s ease;
  265. transition: all 0.5s ease;
  266. }
  267.  
  268. .link1:hover {
  269. border-radius: 0%;
  270. -webkit-transform: rotate(360deg);
  271. -moz-transform: rotate(360deg);
  272. -o-transform: rotate(360deg);
  273. -ms-transform: rotate(360deg);
  274. transform: rotate(360deg);
  275. }
  276.  
  277. .link2:hover {
  278. border-radius: 0%;
  279. -webkit-transform: rotate(360deg);
  280. -moz-transform: rotate(360deg);
  281. -o-transform: rotate(360deg);
  282. -ms-transform: rotate(360deg);
  283. transform: rotate(360deg);
  284. }
  285.  
  286. .link3:hover {
  287. border-radius: 0%;
  288. -webkit-transform: rotate(360deg);
  289. -moz-transform: rotate(360deg);
  290. -o-transform: rotate(360deg);
  291. -ms-transform: rotate(360deg);
  292. transform: rotate(360deg);
  293. }
  294.  
  295. .link4:hover {
  296. border-radius: 0%;
  297. -webkit-transform: rotate(360deg);
  298. -moz-transform: rotate(360deg);
  299. -o-transform: rotate(360deg);
  300. -ms-transform: rotate(360deg);
  301. transform: rotate(360deg);
  302. }
  303.  
  304. /* --- TITLE ---*/
  305.  
  306. #title {
  307. width:85px;
  308. height:auto;
  309. text-align:right;
  310. font-family:'times new';
  311. text-transform:uppercase;
  312. font-size:20px;
  313. line-height:90%;
  314. letter-spacing:0px;
  315. background-color:#fff;
  316. position:fixed;
  317. opacity:1;
  318. -webkit-transition: margin-left;
  319. -webkit-transition-timing-function: ease-in-out;
  320. -webkit-transition-duration:0.6s;
  321. -webkit-transition: all 0.6s ease-in-out;
  322. -moz-transition: all 0.6s ease-in-out;
  323. -o-transition: all 0.6s ease-in-out;
  324. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  325. margin-top:{text:title margin}px;
  326. margin-left:115px;
  327. }
  328.  
  329. #sidebar:hover #title {
  330. margin-left:0px;
  331. opacity:0;
  332. -webkit-transition: all 0.6s ease-in-out;
  333. -moz-transition: all 0.6s ease-in-out;
  334. -o-transition: all 0.6s ease-in-out;
  335. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  336. }
  337.  
  338. /* --- DESCRIPTION ---*/
  339.  
  340. #description {
  341. position:fixed;
  342. font-family:calibri;
  343. line-height:100%;
  344. font-size:8px;
  345. font-style:none;
  346. text-transform:uppercase;
  347. width:90px;
  348. height:116px;
  349. background-color:{color:Sidebar};
  350. margin-top:29px;
  351. overflow:auto;
  352. margin-left:360px;
  353. text-align:justify;
  354. color:{color:description text};
  355. opacity:0;
  356. -webkit-transition: margin-left;
  357. -webkit-transition-timing-function: ease-in-out;
  358. -webkit-transition-duration:0.6s;
  359. -webkit-transition: all 0.6s ease-in-out;
  360. -moz-transition: all 0.6s ease-in-out;
  361. -o-transition: all 0.6s ease-in-out;
  362. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  363. }
  364.  
  365. #sidebar:hover #description {
  366. margin-left:246px;
  367. opacity:1;
  368. -webkit-transition: all 0.6s ease-in-out;
  369. -moz-transition: all 0.6s ease-in-out;
  370. -o-transition: all 0.6s ease-in-out;
  371. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  372. }
  373.  
  374. /* --- PAGINATION---*/
  375.  
  376.  
  377. #pagination {
  378. width:400px;
  379. height:30px;
  380. position:fixed;
  381. background-color:#fff;
  382. line-height:200%;
  383. font-size:15px;
  384. text-align:center;
  385. margin-left:443px;
  386. text-transform:uppercase;
  387. opacity:.75;
  388. bottom:0px;
  389. position:fixed;
  390. font-family:times new;
  391. letter-spacing:1px;
  392. }
  393.  
  394. /* --- POST INFO ---*/
  395.  
  396.  
  397. #info {
  398. text-align:left;
  399. margin-top:10px;
  400. text-transform:uppercase;
  401. font-size:8px;
  402. font-style:none;
  403. border-top:1px solid {color:Line}
  404. }
  405.  
  406. /* --- POST TAGS---*/
  407.  
  408.  
  409. #tags {
  410. font-family:cambria;
  411. letter-spacing:0px;
  412. text-transform:lowercase;
  413. font-size:10px;
  414. font-style:italic;
  415. margin-top:3px;
  416. text-align:left;
  417. }
  418.  
  419.  
  420. /* --- QUESTIONS ---*/
  421.  
  422. #asker {
  423. padding:5px;
  424. font-family:calibri;
  425. letter-spacing:1px;
  426. text-align:left;
  427. font-style:italic;
  428. margin-left:10px;
  429. background-color:{color:question background}
  430. }
  431.  
  432. #s-m-t-tooltip {
  433. max-width:300px;
  434. padding:3px 4px 5px 4px;
  435. margin:20px 0px 0px 20px;
  436. background-color:{color:tooltip background};
  437. border:1px solid {color:tooltip border};
  438. font-family:calibri;
  439. font-size:9px;
  440. letter-spacing:1px;
  441. text-transform:uppercase;
  442. color:{color:tooltip text};
  443. z-index:999999999999999999999999999999999999;
  444. }
  445.  
  446. {CustomCSS}</style></head>
  447.  
  448. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  449.  
  450. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  451.  
  452. <script>
  453.  
  454. (function($){
  455.  
  456. $(document).ready(function(){
  457.  
  458. $("a[title]").style_my_tooltips({
  459.  
  460. tip_follows_cursor:true,
  461.  
  462. tip_delay_time:90,
  463.  
  464. tip_fade_speed:600,
  465.  
  466. attribute:"title"
  467.  
  468. });
  469. });
  470.  
  471. })(jQuery);
  472.  
  473. </script>
  474.  
  475.  
  476. <body>
  477.  
  478. <div id="blackbar"></div>
  479.  
  480. <div id="sidebar">
  481. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  482.  
  483. <div id="title"><font color="{color:sidebar title}"><b>{text:sidebar title}</b></font></div>
  484.  
  485. <div id="description">
  486. {Description}
  487. </div></div>
  488.  
  489.  
  490. <div class="link1">
  491. <a href="{text:Link 1}" title="{text:link 1 title}"><font color="{color:sidebar links}">I</font></a></div>
  492. <div class="link2">
  493. <a href="{text:Link 2}" title="{text:link 2 title}"><font color="{color:sidebar links}">II</font></a></div>
  494. <div class="link3">
  495. <a href="{text:Link 3}" title="{text:link 3 title}"><font color="{color:sidebar links}">III</font></a></div>
  496. <div class="link4">
  497. <a href="{text:Link 4}" title="{text:link 4 title}"><font color="{color:sidebar links}">IV</font></a>
  498. </div>
  499.  
  500. {block:Pagination}<div id="pagination">
  501. {block:PreviousPage}<a href="{PreviousPage}"><font color="{color:pagination}"><b>prev</b></font></a>&nbsp;&nbsp;{/block:PreviousPage}
  502. {block:NextPage}<a href="{NextPage}"><font color="{color:pagination}"><b>next</b></font></a>{/block:NextPage}
  503. </div>{/block:Pagination}
  504.  
  505. <div id="entries">{block:Posts}<div id="post">
  506.  
  507. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  508.  
  509. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  510.  
  511. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  512.  
  513. {block:Quote}{Quote}{/block:Quote}
  514.  
  515. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  516.  
  517. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  518.  
  519. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  520. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  521. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  522. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  523. {/block:Audio}
  524.  
  525. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  526.  
  527. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:8px;font-style:italic;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  528.  
  529. <div id="info">
  530. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  531. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  532. {/block:Posts}
  533. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  534. {/block:Posts}</div></div></div>
  535.  
  536.  
  537.  
  538. <!--
  539. THEME MAKER CREDIT
  540. -->
  541.  
  542. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:1px; font-family:times new;"><a href="http://starsbuks.tumblr.com/"><font color="111111">STARSBUKS</font></a></center></div>
  543.  
  544.  
  545. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement